Home

Submit

Source

Feeds

Home » PHP » Paging ::

PHP Paging
This tutorial will show you how to create the page navigator and apply it.
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 Miscellaneous
Making your first PHP page
PHP / Miscellaneous
Creating a PHP page is very similar to creating an HTML page. There are two main differences between an HTML page and a PHP page, your PHP page will need to have a .php extension instead of .html, and you will use PHP code in your PHP page.

Site: marek.litomisky.com Report - View Tutorial

PHP Membership
Using a page by page password system using mySQL
PHP / Membership
One cool thing about php is that you can fairly easily validate users before displaying content on a page by page basis. Let's say you don't want to restrict the entire directory using htaccess, this is a neat alternative. Let's create a login system using PHP and mySQL.

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

PHP Getting Started
Creating a PHP Quiz Page
PHP / Getting Started
PHP can be used to evaluate Quiz pages. The quiz page may be written in a normal form fashion, either multiple choice or True-false. After you create this form page, setting your PHP page as the action for the form, your php page can pick up the variables and evaluate the results of the form, scoring the form.

Site: www.developingwebs.net Report - View Tutorial

PHP CMS
Using Include To Avoid Unnecessary Repetition
PHP / CMS
Did you notice that now we are actually in a PHP-enabled page and not in an HTML page any longer? The dynamic background script from yesterday's diary is in use here, so depending on the day of the week that you are viewing this diary entry page, the background color will change.

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

PHP Functions
PHP Includes
PHP / Functions
PHP has a very handy function called include(). This includes a page within the current page seamlessly. Whereas using iframes or frames in HTML is a separate page to the parent one. include() can be very useful for when you want to inclide content based on a certain topic.

Site: pdstudios.net Report - View Tutorial

PHP Redirection
How to Refresh a web page or redirect to another page
PHP / Redirection
There are many useful functions in PHP. Refresh function is a real focus and helps to us to redirect apage or refresh page itself.

Site: www.dotnetindex.com Report - View Tutorial

PHP Redirection
Redirecting a Page using PHP
PHP / Redirection
Redirecting a page in PHP is an easy task. You can use the PHP Header method to redirect a visitor to a new page. The header() method is used to send HTTP headers back to the browser. The headers can be sent back to the browser only if there's no content or error messages shown in the page.

Site: www.codebeach.com Report - View Tutorial

PHP Site Analysis
Page Loading Time
PHP / Site Analysis
Learn how to output the time a page takes to load. Have you ever noticed that lots of websites feature a little "Page loading took x.xxx seconds to load" at the bottom of their pages? It's a pretty simple thing to make and gives your site something that we all love... Stats!

Site: www.webdesign.org Report - View Tutorial

PHP Miscellaneous
Check the status of a page
PHP / Miscellaneous
Sometimes it is useful to know whether a certain website is online or if it is down. This could be part of a more complex script, so even just a simple status page. Either way, the principle is the same.

Site: www.jooldesigns.net Report - View Tutorial

PHP Navigation
PHP and Javascript: Dynamic update with MySQL
PHP / Navigation
In this tutorial we will create a web page that extracts data from a MySQL database without having to refresh the page.

Site: www.geekpedia.com Report - View Tutorial

PHP Redirection
Automatic Page Refresh
PHP / Redirection
In this tutorial we'll see how to refresh a page after a preset amount of time (usually seconds or minutes).

Site: www.tutorialstream.com Report - View Tutorial

PHP Sessions and Cookies
PHP Sessions
PHP / Sessions and Cookies
Have you ever seen member systems, or did you read the little introduction to MySQL with PHP tutorial on this site? If you have, then you must be wondering how all the user data is carried from page to page.

Site: www.interviewmyass.co.uk Report - View Tutorial

PHP General Development
Page Loading Time
PHP / General Development
Learn how to output the time a page takes to load.

Site: www.spoono.com Report - View Tutorial

PHP Navigation
Web page optimizer
PHP / Navigation
How to go from 15kb to a file of 11kb without even changing one single line in a CSS file? Without ruining the looks and comments of our page. How to keep them intact for editing and highly parsed, optimized for speed and compressed but only for the visitors?

Site: www.roscripts.com Report - View Tutorial

 
Site Search

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