- Home
- PHP
PHP Articles Tutorials
PHP is recursively known as PHP Hypertext Preprocessor. This open source server side scripting language has become wildly popular over the past few years; many developers now swear by it. It lets programmers create web pages with dynamic content that can interact with databases. This is a huge advantage when you need to develop web based software applications. If you’re looking for something new to do with PHP, look no further. We have it right here!
Basic mySQL Queries And PHP
- By Richard Richi
- Published 09/21/2007
- MySQL , PHP
- Unrated
With the development and availability of open source and powerful tools like PHP and mySQL, combining the power of HTML and dynamic data has never been easier. Now with just a simple learning curve, anyone can get started in creating a truly dynamic web site, one that interacts with its users in every possible way.
Developing a Login System with PHP and MySQL
- By Richard Richi
- Published 09/21/2007
- MySQL , PHP
- Unrated
This advanced PHP tutorial will teach you how to create a login system using MySql. It will take you through user registration, user verification and a forgot password feature.
Introduction
Most interactive websites nowadays would require a user to log in into the website’s system in order to provide a customized experience for the user. Once the user has logged in, the website will be able to provide a presentation that is tailored to the user’s preferences.
Introduction
Most interactive websites nowadays would require a user to log in into the website’s system in order to provide a customized experience for the user. Once the user has logged in, the website will be able to provide a presentation that is tailored to the user’s preferences.
How to set up a server with Apache , PHP , MySQL , Perl , phpMyAdmin
- By Lyli mee
- Published 03/14/2007
- MySQL , PHP , IT Tips And Tricks , Windows NT 2000 Win XP 2003
- Unrated
Let's start by installing apache (http server) . you can download the
apache installer on www.apache.org . download the verion you like ,
even thought , in win systems i recomand verion 2 (this tutorials is
Creation of PHP Navigation
- By Mike Tayler
- Published 01/30/2007
- PHP
- Unrated
Easy way for creation of PHP Navigation.
Making usage statistics on a web site is one of the most enjoyable things for me on the Internet. Thanks to the technology, you can see each click of each visitor, the date of the visiting, and how many seconds the user was reading your site. I use this feature to track which of my articles was read for the longest time. In this article I will show you how to store the statistics in a MySQL database, show the web stats in an HTML table and make figures based on the stats using the GD library.
Practical Date/Time examples with PHP and MySQL
- By Mike Tayler
- Published 01/3/2007
- MySQL , PHP
- Unrated
This article shows us some examples of how to use the date/time features with MySQL and PHP including the UNIX timestamp and the PHP date_diff() function.Some time ago working with dates and times was a pain for me. In several of my projects I had to calculate a person's age based on their birth date. I created a members area that allowed the administrators to set the maximum amount of time users can have a password before they must change it and remind each one how many days left before the change. I also had to create time-bomb accounts that worked for several days after its creation and then became useless.
Building a Sustainable Web Site
- By Mike Tayler
- Published 01/3/2007
- MySQL , PHP , Style Sheets
- Unrated
Use PHP,CSS and MySQL to create dynamic web content. This will allow for the separation of presentation and content and the ability to create an economical website that is easily updated and maintained.
