Home

Submit

Source

Feeds

Home » PHP » Navigation ::

PHP Navigation
The creation of a dynamic nested unordered list without using any JavaScript code is sometimes a problem because the script needs to "remember" the values, sub values and also the query string from previous clicked links. In this tutorial we will learn how to create a dynamic navigation menu powered by PHP and MySQL only. While using standard HTML elements (unordered lists) it's easy to add different CSS styles later.
Related Tutorials
PHP Navigation
Dynamic Dropdown Menu
PHP / Navigation
Put records from your database in a drop down menu/list box. You can apply it as a navigator list box. Good for saving your webpage areas or you have many links you don't want to show all of them in your pages.

Site: www.phpsimple.net Report - View Tutorial

PHP Databases
Creating dynamic dropdown lists in mySQL
PHP / Databases
This tutorial describes how to build a basic admin interface to allow you to add and delete users from the browser instead of having to Telnet into the mySQL monitor and do it manually. Main function dealt here is to create a dynamic drop down list populated with usernames in the MySQL database.

Site: www.php-scripts.com Report - View Tutorial

PHP Navigation
Listing categories and sub-categories in tree format
PHP / Navigation
This tutorial will show you the basics of recursion and how to list categories and sub-categories to the nth level in tree format in a directory kind of script.

Site: www.chipmunk-scripts.com Report - View Tutorial

PHP File Operations
Directory Listings, list files and subfolder using php
PHP / File Operations
This is the simple example to list contents of any Directory. To do this we are going to define function DirDisply( ) which will read the current directory contents and display it as a list.

Site: www.xfunda.com Report - View Tutorial

PHP Emailing
Building an Opt-in Email List
PHP / Emailing
This helpful tutorial shows you how to build an opt-in email list in PHP. It covers validating email addresses, checking for duplicate email addresses, adding to a mailing list, and changing a strings case.

Site: www.php-scripts.com Report - View Tutorial

PHP Getting Started
Create dynamic sites with PHP & MySQL
PHP / Getting Started
This tutorial shows you how to use two open source, cross-platform tools for creating a dynamic Web site: PHP and MySQL. When we are finished, you will know how dynamic sites work and how they serve the content, and you will be ready to serve your own dynamic content from your site.

Site: codewalkers.com Report - View Tutorial

PHP Navigation
Breadcrumb Navigation
PHP / Navigation
Breadcrumb navigation breaks the site into links of categories and sub-categories, until the reader finally reaches the actual page they want.This week, we'll explore the mysteries behind creating breadcrumb navigation for your pages dynamically with Peter Bowyer, and his submission "Breadcrumbs navigation".

Site: www.zend.com Report - View Tutorial

PHP Dynamic Images
Dynamic Signature - Get information from a third-party site and show it in an image!
PHP / Dynamic Images
In this tutorial I will explain how you can make your own dynamic signature. It is aimed for people who maybe want to show their stats from a game they play, a news feed, or just any information that is dynamic.

Site: www.tutorialtoday.com Report - View Tutorial

PHP General Development
Keeping your Dynamic Pages Dynamic
PHP / General Development
As Web pages become more database-driven and dynamic, it is important that Web browsers display the most up-to-date information available from your site. For those who have been in the PHP field for some time, dealing with this issue is nothing new. The problem itself has nothing to do with PHP at all. Rather, it is the client's browser that is the source.

Site: www.zend.com Report - View Tutorial

PHP Navigation
Create tag cloud
PHP / Navigation
You've seen it for the first time (as far as I know) on Flickr and you're seeing it on major websites as well. The "tag cloud" or "weighted words list" is nothing more than another way of displaying a navigation. It's funny, weird, new to the internet, attracts clicks, easy to do and it's also free.

Site: www.roscripts.com Report - View Tutorial

PHP Emailing
Sending Mail To The Mail List
PHP / Emailing
Now that the login to the admin is successful and we have a secure environment, I need to make a form to be able to send mail to those on my list when indeed I do release new php scripts.

Site: www.php-scripts.com Report - View Tutorial

PHP Navigation
Dynamic URLS using php and mysql
PHP / Navigation
To create dynamic URL with php and mysql is quite simple and this small tutorial will teach you how very easily. If you look at Chipmunk directory, board, or CMScore, you will find that they all use Dynamic URLs with PHP/Mysql.

Site: www.chipmunk-scripts.com Report - View Tutorial

PHP Dynamic Images
Graphics in PHP
PHP / Dynamic Images
Most people use php to produce dynamic html, but this is not the only thing php can do. It has some graphic methods too, you can draw lines, circles, manipulate image, combine text and images (to create buttons dynamically for example), etc etc. In other words, you can create dynamic graphics as well as dynamic text.

Site: www.webdesign.org Report - View Tutorial

PHP Emailing
Php Mailing List with no MySql
PHP / Emailing
Simple mailing list with admin panel and subscriber unsubscribing function. No MySQL needed.

Site: www.webdesign.org Report - View Tutorial

PHP Navigation
Building a dynamic drop down menu
PHP / Navigation
Use the power of PHP and CSS to build dynamic drop down menus.

Site: www.roscripts.com Report - View Tutorial

 
Site Search

 
Categories
2D Graphics 3D Graphics Office Applications Databases Desktop Programming Web Development
 
Advertisement