Advertisment
This tutorial will teach you how to deal with MySQL databse using php, you will add, view, edit & delete data. A live example included (News...
Learn how to ban someone's IP from your website!
Views: 878 | | by Daniel
PHP - Security
Learn how to display random quotes and/or messages on your site.
Learn the basics of using comments in PHP
This will detect the amount of visitors on your site. Requires access to mySQL database.
How to create tab-delimited files in PHP so that they can be read by Excel.
Working with php and making csv or comma separated excel files. No need for objects!
Installing PHP4 or 5 ISAPI high speed edition on RaidenHTTPD web server software. No manual installation is required, everything is pre-configured.
phpBB is a high powered, fully scalable, and highly customisable open-source bulletin board package. It's very easy to setup your own bbs on...
The term 'server push' generally means that a server pushes content to the browser client. In reality, a browser doesn't allow this...
You may need to set cookies to remember certain information such as users, if they have visited or not, etc. etc.
You will learn how to use the POST and GET functions to transfer data from a form and display it!
A breif description of each way of using a mysql database with php coding.
This is a simple tutorial, but it shouldnt be used if you want a more secure way of storing data. You should use MySQL Databases for that.
Learn how to paginate results from your mySQL database in a clean and user friendly way.
How to use object oriented programming in php to create a class to make interacting with MySQL databases much easier.
Object orientated programming (OOP) is a commonly used term when discussing modern programming techniques. One of the things that makes humans...
How to create a simple shopping cart solution using PHP and MySQL. This tutorial covers the database design, creating the admin pages, product...
This tutorial describes three methods to authenticate a user. First is by hardcoding the user info in the script. Second, check the user...
This simple tutorial teaches you how to put a simple form on your website, that outputs the line that goes in .htpasswd after you have put in the...