![]() |
![]() |
|
![]() |
 |
|
|
|
|
July 23rd, 2008 |
|
PHP and MySQL are one of the most used technologies on the web today. By using about 7 different script files we can add, update, and delete rows from a MySQL table.
|
PHP programming >> Database >> hackosis.com |
|
|
|
|
|
 |
|
|
|
|
July 20th, 2008 |
|
Operators in PHP, and any other prgramming language for that matter, enable us to perfrom tasks on variables and values such as assign, multiply, add, subtract and concatenate them. Operators take the form of symbols (such as + and -) and combinations of symbols (such as ++ and +=).
|
PHP programming >> Basics >> techotopia.com |
|
|
|
|
|
 |
|
|
|
|
July 20th, 2008 |
|
There might be many cases where different output would want to be displayed differently depending on where someone is accessing a web page from.
A HTTP referer “identifies, from the point of view of an internet webpage or resource, the address of the webpage, of the resource which links to it”.
|
PHP programming >> Basics >> hackosis.com |
|
|
|
|
|
 |
|
|
|
|
July 15th, 2008 |
|
This tutorial describes the process in creating a simple captcha image.
|
PHP programming >> Security >> kalkran.com |
|
|
|
|
|
 |
|
|
|
|
June 17th, 2008 |
|
SMS (also known as text-messaging) has grown into a very popular method of communication. It has been around in Europe and Asia since the early nineties and its use is steadily increasing in the US as well.
|
PHP programming >> Basics >> learnfobia.com |
|
|
|
|
|
 |
|
|
|
|
June 17th, 2008 |
|
This tutorial will show You how to generate google sitemaps based on Your site MySQL structure. I hope this tutorial will save up some time. First we have to make our map skeleton with some needed stuff (for example database connection)
|
PHP programming >> Basics >> learnfobia.com |
|
|
|
|
|
 |
|
|
|
|
June 17th, 2008 |
|
This tutorial focuses on a thumbnail generation script I wrote for the Accidental President site. Rather than generating a smaller representation of the image, it cuts out a section of the photograph to create an obscure snapshot of the photo itself. The thumbnail's size is variable also, so the script be used across different sites to create different sized thumbnails where needed.
|
PHP programming >> Basics >> learnfobia.com |
|
|
|
|
|
 |
|
|
|
|
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 |
|
|
|
|
|