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

PHP programming

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

PHP Debugging with Zend Studio 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
Broken Link | 6 clicks |
  • Currently 3/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Require vs Include 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
Broken Link | 25 clicks |
  • Currently 4/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Manage Your Content With PHP 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
Broken Link | 64 clicks |
  • Currently 5/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

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

Captcha Script or image verification in php 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
Broken Link | 35 clicks |
  • Currently 3/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Basic Object Oriented Approach November 23rd, 2007

Teaches how we can call function using objects after creating the instance of the class. It's a good code re-usability technique to use this kind of approach

PHP programming >> Object Oriented Programming >> thinkofcode.com
Broken Link | 43 clicks |
  • Currently 3/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

PHP Login Script with Remember Me Feature November 22nd, 2007

This tutorial shows the popular "Remember Me" feature seen on a lot of websites that basically keeps users logged into the website, even after they've closed the browser so that the next time they come, they won't have to login again manually.

PHP programming >> Basics >> evolt.org
Broken Link | 69 clicks |
  • Currently 3/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Database Abstraction Layer November 17th, 2007

This tutorial shows how simply we can interact with database using OOPs appraoch

PHP programming >> Object Oriented Programming >> thinkofcode.com
Broken Link | 72 clicks |
  • Currently 4/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Simple Search Engine with PHP and MySQL November 13th, 2007

There might be many reasons why you may be storing data in a database. As Google has showed us, searching data is an invaluable tool that can help minimize the time that it takes to find the information you need. I would like to show you how you can build your own PHP search engine to find the information you seek in a MySQL database.

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

Installing Apache Web Server + PHP 4 on Linux October 30th, 2007

Learn how to install Apache, PHP and MySQL on a Linux Server.

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

Custom Error 404 Documents with PHP October 30th, 2007

Want to direct all of your Error 404 Not Found errors to your website index instead of displaying that plain and unlpleasant looking Error page? Read this tutorial and we'll show you exactly how!

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

Automating news display with PHP scripts October 30th, 2007

This tutorial will teach you how to build a news script for your website, giving you a break from uploading files every time there's news.

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

Introduction to MySQL October 30th, 2007

Introduction to MySQL

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

Simple Form-Based Image Upload October 30th, 2007

Learn how to upload images using HTML forms and PHP!

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

Random Title Generator using Arrays October 30th, 2007

Have you always wanted to have your own randomly generated titles like some big websites do?? Here is your chance

PHP programming >> Basics >> phpfreaks.com
Broken Link | 34 clicks |
  • Currently 3/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
< Previous 1   3 4 5 Next >>