Create a website RSS feed

PHP And MySQL


Introduction To PHP :PHP (recursive acronym for "PHP: Hypertext Preprocessor") is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML...
Get Started With PHP :Before we get started coding with PHP I suggest to check the instruction page to see what you have to do to be able to run PHP in your computer. and the tools that you will need to code the examples that you will meet on each lesson...
PHP Variables :Variables are used for storing values, such as numbers, strings or function results, so that they can be used many times in a script. We will now return to the point, know and use different variables...
PHP Variables Of Environment :The easiest way to understand this variables is to write the following code and run it in your browser...
PHP Conditions :Maybe you have already seen a script and you've noticed things like,..
PHP Looping :Loops allow you to browse a wealth of information stored in a table, a text file, a database and display them or treat them...
PHP Cookies :A cookie is often used to identify a user. Cookies must be sent before any calls or other html output. They are stored on the computer of your visitor, and can insert a small amount of information...
PHP Working With Dates :We will now learn how to manipulate dates in various formats and how to display them...
PHP Working With Arrays :There are tow types of arrays nominatives and associative to create an array we will use the array() function...
PHP Working With Files :You may need to work with text files to store various information for your site, this course will serve to better understand the various uses of functions...
PHP Play With Strings :You will discover in this course how to manipulate strings and the list of functions...
PHP And Forms :You've already seen the declaration of a variable, manipulations and others, here you will learn how to retrieve and verify data forms...
Send Emails With PHP :in this lesson like the title says, you will learn how to send emails with PHP, We will use the mail() function to do it. the basic command is like the next example...
The Include Statement :The include() statement includes and evaluates the specified file, it lets you insert a page or more in a single chosen php page...
Get Started With MySQL :This is the beginning of when you will start love PHP and make MySQL as your friend when thinking about building dynamic websites :-), we will start working with data bases...
MySQL Update And Delete :update and delete are two functions that will serve you in your future applications...
The WHERE Clause :The WHERE clause, if given, indicates the condition or conditions that rows must satisfy to be selected. where_condition is an expression that evaluates to true for each row to be selected. The statement selects all rows if there is no WHERE clause...
MySQL Functions :I am listing here some mysql functions and their descriptions that you will be using during the courses and the example that we will cover later...
Guestbook Script :On this lesson you will learn in details how you can create your own guestbook application using PHP and MySQL...
Websites Directory Script :The goal from this lesson is not to build a websites directory but to show you how a search request works, so it will be easy and detailed, we will see later how to code a complex script...
Multiple Pages With PHP :We will take the guestbook as an example and imagine that you have over 1000 messages in your data base, how you can display them in one page (it will be a very very long page)...
Create Your Forum With Php :Yes! we will now create something better it is a mini forum application, thats has a subject and response submit...

Banner HomeServices Contact |  ©2009 http://www.iteachweb.net/