- 1,233 categories
- 40,623 scripts
Updated: 01/16/2005
- a simple function that returns the path to folder in which script subsides. Valuable in producing php programs that will be distributed randomly and require absolute paths. Just call this function and it will return everything up to the current folder. An example use is
$serverPath = getServerPath();
$serverPath .= nameOfPageToBeRequested;
- Categories
- Tags
- Platforms
- Licenses
- Author
- In the PHP Tutorial You will learn about File manipulation (Part 1) - Checking file existence, A file or directory, Determining file size, Creating and deleting files and Opening a file for writing, reading, or appending.You can test for the existenc...
- This class can be used to call PHP functions from Javascript in Web pages using AJAX.
It generates Javascript code that implements functions with the same names and function arguments as given list of existing PHP functions.
When the gene...
- This easy to use PHP script makes adding RSS news / blog feeds to your website quick and easy. Simply include the script and call a function. Customizable CSS styles for headlines and detail. Also chose to include details or just titles. To add more ...
- PHP_Dyn is PHP Extension to help debugging a PHP script. You can get execution trace of scripts not to need change them. HTTP request parameter can be printed. Argument value of the function call and return value can be printed.
- In this second part of the series, it describes 7 common mistakes in PHP programming that will lead to drastically slower run times and less secure scripts, in addition to less maintainable code. Topics covered: Not Following Basic Naming Conventions...