Loading...
「ツール」は右上に移動しました。
利用したサーバー: wtserver1
1いいね 23 views回再生

PlayBASIC - Web Dev Update Dynamic Forms - (2023 01 31)

PlayBASIC - Web Dev Update Dynamic Forms - (2023 01 31)

Been building a standard form generator using A.I. and by A.I I mean my stupid brain..
So you just insert your mark down and the library cut's it all together for your dynamically, including styles and working (mostly) java script..

[FORM]
Name =EMAIL_FORM_BABY
Submission_URL =SOMEFILE.PHP
TYPE =POST
[FIELDS]
Name = TextBOX[minsize=10 maxsize=20 validate-username]
Email = TextBOX[validate-email]
Department = SelectBOX[Select Department,Pre-Sales,Customer Service,Licensing,Website & Advertising,Other]
Message = MessageBOX[validate-messagebox]
[/FIELDS]
[/FORM]

The only bad thing about any system you write it that exactly 80% of the way through implementing anything, you think of a better what of doing it...

oh well...



What is PlayBASIC ?

PlayBASIC is a programming language and development environment designed for creating 2D games and other graphical applications. It is based on the classic BASIC programming language, but with many additional features and improvements to make it more suitable for game development.

One of the key advantages of PlayBASIC is its ease of use. The language is simple and straightforward, making it easy for beginners to get started with programming. Despite this, it is also powerful enough to create complex and professional-quality games.

PlayBASIC includes a wide range of built-in commands and functions for working with graphics, sound, and input and other advanced features. It also includes a built-in editor and debugger, making it easy to write, test, and debug your code.

Overall, PlayBASIC is a great choice for anyone looking to create 2D games and other graphical applications. Its ease of use and powerful features make it accessible to beginners, while its support for advanced features and multiple platforms make it a great choice for more experienced programmers.


Links:
https://PlayBASIC.com
https://UnderwareDesign.com

コメント