Kaoz-tutorials
Filters (New!) | RSS feed RSS feed | Our Tutorials | Submit Tutorials | Contact

PHP programming

  2 3 4 5 Next >>
Photoshop
Flash
HTML and CSS
JavaScript
PHP programming
Basics
Cookies and Sessions
Database
Images
Object Oriented Programming
Security

Simple MySQL Table Editor 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
Broken Link | 14 clicks |
  • Currently 3/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

PHP Operators 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
Broken Link | 2 clicks |
  • Currently 3/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Adjusting Output Based on HTTP Referrer 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
Broken Link | 5 clicks |
  • Currently 3/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Making a simple captcha image July 15th, 2008

This tutorial describes the process in creating a simple captcha image.

PHP programming >> Security >> kalkran.com
Broken Link | 11 clicks |
  • Currently 3/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Sending SMS with PHP 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
Broken Link | 62 clicks |
  • Currently 5/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Dynamic PHP Google Sitemap 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
Broken Link | 10 clicks |
  • Currently 5/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

PHP Thumbnail Generation Script 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
Broken Link | 13 clicks |
  • Currently 4/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Learn how to create databases on the fly from yellowpages May 3rd, 2008

Learn how to create a simple scraper / spider to grab content from yellowpages.com

PHP programming >> Basics >> scrapingpages.com
Broken Link | 37 clicks |
  • Currently 3/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Create database driven (dynamic) website with Dreamweaver CS3, PHP and MySQL 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
Broken Link | 30 clicks |
  • Currently 3/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Cookies March 11th, 2008

Learn how to add and play around with cookies.

PHP programming >> Cookies and Sessions >> spoono.com
Broken Link | 16 clicks |
  • Currently 4/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Fatal error: Cannot use string offset as an array in … 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
Broken Link | 4 clicks |
  • Currently 3/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Inserting Data Into a MySQL Database using PHP February 17th, 2008

This tutorial will show you how to write to a MySQL database using simple PHP code.

PHP programming >> Database >> teamtutorials.com
Broken Link | 33 clicks |
  • Currently 4/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

How to Encrypt Passwords in the Database 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
Broken Link | 33 clicks |
  • Currently 3/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

PHP: Constants 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
Broken Link | 5 clicks |
  • Currently 3/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

PHP Sessions 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
Broken Link | 25 clicks |
  • Currently 3/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
  2 3 4 5 Next >>