Tutorials by phpsimple

You can find here all the 16 tutorials by phpsimple. The author's home page URL is http://www.phpsimple.net.
Sort byTutorials Per Page
Pages:1 | 2 | Next| Last

Real Visitor Counter

Author: phpsimple  Rating:
This tutorial will show you how to make a simple real visitor counter.
June 15, 2010 Today Views: 1 Total Views: 571

Page Navigator

Author: phpsimple  Rating:
This tutorial you'll learn how to create the page navigator and apply it.
June 10, 2010 Today Views: 1 Total Views: 572
Create a file for Login and Logout (PHP + MySQL) using with a SESSION variable. This file contains Login form, Login authorize program and Logout program. All in one but Short and Easily.
June 9, 2010 Today Views: 1 Total Views: 568
This tutorial is showing some functions that you need to use for your inputing form (as text field, text area) because, it is not security to receive string datas and input them directly into your database.
June 8, 2010 Today Views: 2 Total Views: 337

Make a Number Format

Author: phpsimple  Rating:
In this tutorial we'll make number format like 0001, 0002, 0003 in stead of 1, 2 ,3. It's very easy to do this for your counter, category or product ID. etc.
June 7, 2010 Today Views: 2 Total Views: 474
This tutorial show you how can to show your data records in the table with three columns and make multi-rows automatically with while loop.
June 3, 2010 Today Views: 1 Total Views: 410
Update your multiple data records in 1 submit form. When you have a list and need to update them in one click.
June 2, 2010 Today Views: 1 Total Views: 361

Form to Email

Author: phpsimple  Rating:
You can apply this tutorial for your contact form on your sites.
June 1, 2010 Today Views: 1 Total Views: 394
You can get the ID (AUTO_INCREMENT column as primary key) generated after you insert a new record in your table by a simple function "mysql_insert_id()".
May 28, 2010 Today Views: 1 Total Views: 527
You can send email to mutiple persons in one time. This tutorial shows you in 1 file with a normal form.
May 27, 2010 Today Views: 2 Total Views: 353
Pages:1 | 2 | Next| Last