![]() |
![]() |
|
![]() |
 |
|
|
|
|
May 3rd, 2008 |
|
Learn how to create a simple scraper / spider to grab content from yellowpages.com
|
| PHP programming >> Basics >> scrapingpages.com |
|
|
|
|
|
 |
|
|
|
|
April 29th, 2008 |
|
This tutorial explains how to create database driven (dynamic) website with Dreamweaver CS3, PHP and MySQL.
|
| PHP programming >> Database >> sebastiansulinski.co.uk |
|
|
|
|
|
 |
|
|
|
|
March 11th, 2008 |
|
Learn how to add and play around with cookies.
|
| PHP programming >> Cookies and Sessions >> spoono.com |
|
|
|
|
|
 |
|
|
|
|
March 10th, 2008 |
|
PHP5 Error message that is caused by attempting to assign a value to an array element of a variable that is declared as a string.
|
| PHP programming >> Basics >> informationideas.com |
|
|
|
|
|
 |
|
|
|
|
February 17th, 2008 |
|
This tutorial will show you how to write to a MySQL database using simple PHP code.
|
| PHP programming >> Database >> teamtutorials.com |
|
|
|
|
|
 |
|
|
|
|
February 10th, 2008 |
|
If you are developing a password-protected web site, you have to make a decision about how to store user password information securely.
|
| PHP programming >> Database >> webcheatsheet.com |
|
|
|
|
|
 |
|
|
|
|
February 10th, 2008 |
|
Constants just as variables are used to store information. The main difference between constants and variables is that constant value can not be changed in the process of running program.
|
| PHP programming >> Basics >> webcheatsheet.com |
|
|
|
|
|
 |
|
|
|
|
February 10th, 2008 |
|
As a website becomes more sophisticated, so must the code that backs it. When you get to a stage where your website need to pass along user data from one page to another, it might be time to start thinking about using PHP sessions.
|
| PHP programming >> Cookies and Sessions >> tizag.com |
|
|
|
|
|
 |
|
|
|
|
February 4th, 2008 |
|
In this tutorial, we will explore how to use the latest update of Zend Studio for debugging PHP scripts. But first, we will get an overview of the product, its various editions, the system requirements for running it, and other installation considerations.
|
| PHP programming >> Basics >> developertutorials.com |
|
|
|
|
|
 |
|
|
|
|
January 26th, 2008 |
|
The require function is used to include a file into your PHP code. However there is one huge difference between the two functions, though it might not seem that big of a deal.
|
| PHP programming >> Basics >> tizag.com |
|
|
|
|
|
 |
|
|
|
|
December 17th, 2007 |
|
Learn how to setup functions in PHP to save space with HTML markup. Turn tons of HTML into a few lines of functions. Easy to setup and use.
|
| PHP programming >> Basics >> gurnk.com |
|
|
|
|
|
 |
|
|
|
|
December 17th, 2007 |
|
lastRSS.php is simple yet powerfull PHP class to parse RSS.
|
| PHP programming >> Basics >> lastrss.oslab.net |
|
|
|
|
|
 |
|
|
|
|
December 12th, 2007 |
|
In this article, we’ll build a simple, template-driven site that separates style, content, and structure in your website. We’ll create a cross-browser stylesheet switcher that remembers the user’s preferences, touching on php variables, cookies, if statements, and including pages with require_once.
|
| PHP programming >> Basics >> alistapart.com |
|
|
|
|
|
 |
|
|
|
|
November 26th, 2007 |
|
This simple script shows you how to set cookie, retrieve data from it and how to delete a cookie.
|
| PHP programming >> Cookies and Sessions >> thinkofcode.com |
|
|
|
|
|
 |
|
|
|
|
November 26th, 2007 |
|
Protect your comment submission, form submission or any kinda user input using this simple, yet powerful script. You can modify color of the image and text yourself very easily as per your requirement
|
| PHP programming >> Security >> thinkofcode.com |
|
|
|
|
|