|
AvilMAX Bug Tracking Server
|
Other links at PHP > Scripts and Programs > Development Tools |
| 1. |
Message Box
|
|
|
This class is meant to generate Windows style message boxes in HTML. It can display the boxes with configurable title, message prompt and icons associated with the type of message box. It can generate several predefined types of message boxes that define the types of buttons that appear: OK only, OK and Cancel, Abort and Retry and Ignore, Yes and No and Cancel, Yes and No, and Retry and Cancel. Each of the option buttons are associated to links that point to configurable URLs.
|
| 3. |
HTML2PHP
|
|
|
HTML2PHP is a simple (Very Simple) perl script to take an html file and convert it for use with PHP It makes all the HTML code to print statements.
|
| 4. |
Cute PHP Library
|
|
|
Cute PHP library is a small collection of classes for PHP. The purpose of the classes is to simplify functions for daily work with PHP (e.g. convertions, formating, DB session, and so on).
|
| 5. |
EasyPHPConfig
|
|
|
Due to many people are building Dynamic Web Sites that need forms of various types, I am building a program designed for Web Developers to make forms to update config flat based files or Update MySQL database options for dynamic web sites. Can be used for installation forms or online update forms. Will output HTML forms or php forms. It is all pretty much automatic, reads the file (or pasted code in the window), gets variables and values, makes the form with input fields and the Lang files. Then you customize as per your needs. The MySQL make text fields, change to your needs. Wile you are building a new program you can add, remove and edit the values on the fly as you build. once you are finished update config to write the files and build the form, config and language files. It will make config, language and form files from an existing form, paste the form into the window. Once you make the form, you can edit the Lang files with the Lang editor, or make a new Lang based on the form. Types of config. $cfg[variable] = value; $variable = value; $variable = value; In the window you can paste your existing config into and choose the type you want and it will build it. will read $variable = value; or just one per-line name, thisvariable thatvariable
|
|
|