![]() |
![]() |
|
![]() |
 |
|
|
|
|
October 16th, 2007 |
|
When writing applications for the web, it's often important to be able to save data. This is usually done one of two ways: writing data to a file, or saving it in a database (such as MySQL). Of course, the easier method (which doesn't require other technologies) is to write to files, and then read and parse them yourself. This simpler which is what I discuss here.
|
PHP programming >> Basics >> kirupa.com |
|
|
|
|
|
 |
|
|
|
|
October 16th, 2007 |
|
This is a guide, you will not have a stand-alone effect or file by the end of this guide, but you will - hopefully - have an understanding of the Unix timestamp that allows you a powerful form of managing your PHP applications.
|
PHP programming >> Basics >> kirupa.com |
|
|
|
|
|
 |
|
|
|
|
October 16th, 2007 |
|
In PHP5, we can use the Simple XML class to quickly parse XML in as few as two lines of code.
|
PHP programming >> Basics >> kirupa.com |
|
|
|
|
|
 |
|
|
|
|
October 16th, 2007 |
|
This tutorial is an introduction to object oriented programming (OOP) with PHP. Upon finishing this tutorial, you should have the basic tools necessary to begin navigating the world of OOP. Throughout, we will build upon one example while key terms and nuances to OOP with PHP are introduced. In addition, some time will be spent showing how to integrate object oriented PHP with MySQL.
|
PHP programming >> Object Oriented Programming >> kirupa.com |
|
|
|
|
|
 |
|
|
|
|
September 7th, 2007 |
|
This verifies if a PHP variable string contains characters other than letters or numbers using the PHP function ereg. This PHP code snippet can be useful for form input where you only want users to input alpha numeric characters.
|
PHP programming >> Basics >> totallyphp.co.uk |
|
|
|
|
|
 |
|
|
|
|
July 6th, 2007 |
|
Many times we need to use code to do one thing with different input values. If put this code at each place where we need this funtionality files in our PHP project will grow up with more lines of code.
|
PHP programming >> Basics >> onlinehowto.net |
|
|
|
|
|
 |
|
|
|
|
July 6th, 2007 |
|
This tutorial will show you how to display Apache PHP configuration.
|
PHP programming >> Basics >> onlinehowto.net |
|
|
|
|
|
 |
|
|
|
|
July 6th, 2007 |
|
This tutorial will show you how to install Zend Optimizer on a server with RedHat like Linux operation systems.
|
PHP programming >> Basics >> onlinehowto.net |
|
|
|
|
|
 |
|
|
|
|
July 6th, 2007 |
|
This tutorial will show you how to use MySQL querys to database in your PHP scripts.
|
PHP programming >> Database >> onlinehowto.net |
|
|
|
|
|
 |
|
|
|
|
July 6th, 2007 |
|
You have seen html form whose send e-mails based on content entered in the form and now you want the same form on your web site. Ok, no problem.
|
PHP programming >> Basics >> onlinehowto.net |
|
|
|
|
|
 |
|
|
|
|
April 18th, 2007 |
|
Here is little tutorial to create proxy hits generator using PHP. This scripts uses free proxies to generate hits to specified website.
|
PHP programming >> bewebmaster.com |
|
|
|
|
|
 |
|
|
|
|
April 10th, 2007 |
|
Learn how to create ZIP and TAR archives on the fly using PHP and the PEAR::Archive_Zip and PEAR::Archive_Tar packages in this tutorial.
|
PHP programming >> phpit.net |
|
|
|
|
|
 |
|
|
|
|
March 31st, 2007 |
|
To allow users to upload files from a form can be very useful.
|
PHP programming >> w3schools.com |
|
|
|
|
|
 |
|
|
|
|
September 8th, 2006 |
|
PageRank is a numeric value that represents how important a page is on the web. It is Google's way of measuring the importance of web site. Here is PHP script to calculate PageRank...
|
PHP programming >> bewebmaster.com |
|
|
|
|
|
 |
|
|
|
|
September 8th, 2006 |
|
A simple php solution for search engine friendly URL's for dynamic content...
|
PHP programming >> bewebmaster.com |
|
|
|
|
|