WeberDev.com PHP and MySQL Code

LOG IN
BEGINNER GUIDESPHP CLASSESCODE SEARCHARTICLES SEARCHPHP FORUMSPHP MANUALPHP FUNCTIONS LISTWEB SITE TEMPLATES
Start typing to search for PHP and MySQL Code Snippets and Articles Search
Submit a code Example / Snippet Join us on FaceBook
Submit a code Example / Snippet Submit Your Code
Poker Tournaments Poker Tournaments
Poker Guide for Developers Poker Guide for Developers
Search Engine Optimization Monitor SEO Monitor
Web Site UpTime Monitor UpTime Monitor
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 Resources
Web Development Content
Internet Security Software
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
פרייסז - הכח לקנות עובר לידיים שלך
Texas Holdem Poker Evangelists

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 : 4 of 5 (graded 3 times)
Viewed : 17171
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  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
Extended Get File List Function
Categories : PHP, Filesystem, Search, Directories
PHPBrowser - browsing linux file systems.
Categories : PHP, Linux, Filesystem
rawurldecode -- Decode URL-encoded strings
Categories : PHP, PHP Functions, URLs
include php3 files
Categories : Filesystem, PHP, Apache, Web Servers
Gonx URLs - This class is meant to generate URLs for accessing application dynamically generated pages based on parameters passed in the URL.
Categories : PHP, PHP Classes, Navigation, URLs
valid link!
Categories : HTTP, URLs, PHP
Working with files - return an array of files within a directory
Categories : PHP, Strings, Variables, Filesystem
This is a simple photo gallery that reads the image files from multiple directories, and generates a web page styled with CSS1. It opens single auto window to view and print a given image.
Categories : Graphics, Filesystem, PHP, Complete Programs
This program implements hot link prevention in php. It is useful for webmasters who do not have access to the server at a level where they can control hot linking can still supply some type of hot link prevention for thier site by using php.
Categories : PHP, Filesystem, Graphics, Content Management
grab directory listings into an array the example prints out each subdirectory in the main dir - further work is to be performed on this one
Categories : Filesystem, PHP, Directories, Search, Utilities
Disk Usage, uses UNIX du command.
Categories : Complete Programs, PHP, Filesystem
A PHP Script that shows how to use FTP to run a shell script, read two local files and update data in a database.
Categories : PHP, Filesystem, FTP, Date Time, Databases
Query2Report : Generating Html, Pdf and Csv Reports from SQL Query
Categories : PHP, PHP, HTML, PDF, Excel