- 1,233 categories
- 40,467 scripts
Updated: 03/11/2000
- This PHP script will allow you to open any MiniSQL database, and then list the database contents, make additions, deletions, and updates. The script communicates
with the MSQL server to determine the names and types of fields in the database table. The first field in the database table needs to be a unique string field which will
be used as the key for changes. Other fields can be any type.
- Categories
- Tags
- Platforms
- Licenses
- This PHP script simply takes the contents of a webpage, pasted onto a form, and by running a simple frequency analysis on the words in the page (excluding common words), it produces a list of the most common 1 word, 2 word and 3 word strings within t...
- STPhp is a PHP-based string translation suite designed as a simple internationalization tool to work without requiring non-standard dependencies; only the core of php3 is required, which means STPhp can be easily used in places where you, the code cr...
- Core PHP Programming, Second Edition is the #1 practical guide to PHP 4 for Web developers. Atkinson covers PHP syntax, the key building blocks of PHP scripts, and every PHP function, including I/O, data, and math functions, time, date, configuration...
- In the first part of Web Application Development with PHP the authors explain PHP''s advanced syntax like classes, recursive functions and variables. They present software development methodologies and coding conventions which are a must-know fo...
- Core PHP Programming is the first complete, practical guide to PHP 3.x for experienced Web developers. Discover how PHP borrows the best ideas from Java, Perl, and C to create a remarkably productive scripting environment. Then, with the guidance of ...