WeberDev.com PHP and MySQL Code

LOG IN
BEGINNER GUIDES  |  PHP CLASSES  |  CODE SEARCH  |  ARTICLES SEARCH  |  PHP FORUMS  |  PHP MANUAL  |  PHP FUNCTIONS LIST  |  WEB SITE TEMPLATES
Start typing to search for PHP and MySQL Code Snippets and Articles Search
Submit a code Example / Snippet Submit Your Code
Search Engine Optimization Monitor SEO Monitor
Web Site UpTime Monitor UpTime Monitor
WeberDev's Monthly code contest PHP Code Contest
Your Personal Examples List My Favorite Examples
Your Personal Articles List My Favorite Articles
Edit Account Info Update Your Profile
PHP Code Search
Web Development Forums
Learn MySQL Playing Trivia
PHPBB2 Templates
Web Development Index
Web Development Resources
Web Development Content
PHPClasses
PHP Editor
PHP Jobs
Vision.To Design
Ajax Tutorials
PHP Programming Help
PHP/MySQL Programming
Webmaster Resources
Webmaster Forum
XML meta language
website builder
Mobile Dev World

Go Back Add a Comment Send this example to a friend Add this Article to your personal favoritest for easy future access to your favorite Code Examples and Articles. Submit a code example Print this code example.
BACK ADD A COMMENT SEND TO A FRIEND ADD TO MY FAVORITES ADD CODE EXAMPLES PRINT
Title : php jump urls...the best way
Categories : PHP, URLs, Filesystem Update Picture
Dustin Myers
Date : Feb 27th 2001
Grade : 5 of 5 (graded 1 times)
Viewed : 12999
File : No file for this code example.
Images : No Images for this code example.
Search : More code by Dustin Myers
Action : Grade This Code Example
Tools : My Examples List

  Submit your own code examples 
 

// this is an example of ( http://www.php.net/?page=main )


if (file_exists("$page.php")) {
$page = "$page.php";
}
else {
$page = "main.php";
}

@include($page);
?>



a file explorer for the web, filesystem php php3 files dirs directories pictures files windows linux system list ls scripts
Categories : PHP, URLs, Directories, Filesystem
Search Engine Friendly, User friendly 404 error page
Categories : PHP, URLs, Filesystem
Variable serialization and unserialization. Loading and saving variable structures to and from file.
Categories : Arrays, Filesystem, Variables, Strings, PHP
An efficient iterative and buffered text file reader
Categories : PHP, Classes and Objects, Filesystem, PHP Classes, Log Files
PHP Script to find url links in a page
Categories : PHP, URLs, Regexps, Arrays
filesystem Show Files Script
Categories : PHP, Filesystem, Java Script
Quote For the Day
Categories : PHP, Utilities, Filesystem
Convert a File database into MySQL
Categories : PHP, Filesystem, Databases, MySQL, Beginner Guides
Kasskooye($path) tell you the complete size of a folder
Categories : PHP, Algorithms, Utilities, Filesystem
Email attachment code
Categories : PHP, Email, Filesystem
Remote File Size
Categories : PHP, Filesystem, HTTP, Sockets
PHP5 URL Object
Categories : PHP, PHP Classes, URLs, Strings
Class to Create protected URLs
Categories : PHP, PHP Classes, URLs
Disk Usage, uses UNIX du command.
Categories : Complete Programs, PHP, Filesystem
valid link!
Categories : HTTP, URLs, PHP