PHPhelps.com - php tutorial for beginner


Welcome to PHPhelps.com, here we provide you with PHP programming language tutorial that is targeted to beginners. We have created some step by step php tutorials using plain english. Hopefully you will find it useful.

  1. What is php and what can it does
    What is PHP? PHP is a widely used Opensource scripting language that is especially built for web development. It can be embedded into HTML and is very easy to learn but yet very powerful. When your browser access URLs, it's making a request to a web server. If you (..more..)

  2. PHP installation
    There are a lot of method to php installations. But what I was about to tells you here is the php installation on Windows platform. This is how I do it! First of all install mySQL and Apache on your system. See the documentation for both applications (..more..)

  3. Write php script and defining variables
    As I had said previously in the introduction page, php script has a special tags that is used to tell where php script begin and where does it ends. The special tags is <?php and ?> for opening and closing delimiters! <?php [n]PHP script is located (..more..)

  4. How to use if and else statement in PHP
    If( )statement allows you to determine whether a condition is true or false. When it is true, the code within the if condition will be executed. If it is false, it will not be executed or will be executing the else( ) statement if (..more..)

  5. How to loop in PHP
    As you grow to a better coder, you will often met a situation where you have to execute a block of code several times in order to get a result. This is where looping is useful of! The 'For' statement allows you to create loop that automatically (..more..)

  6. Creating and looping array in PHP
    What is an array? You have to understand what is it before start using it. An array is a variable which allows you to store multiple value within it! Here is an illustration. Have you ever saw a file cabinet usually found in offices, (..more..)

  7. How to read file in PHP
    In many many situation, when you create an application, you will need to access a text file. Usually it is where you store setting configurations, some data and probably application information Imagine that you are about to access a file in your server which contains a (..more..)

  8. How to write a file in PHP
    After learning how to read file discussed in previous tutorial, probably you will be asking how to write data to a text file in PHP! Well, this is what you are going to learn now. The process of writting a file in PHP is similar to reading (..more..)

  9. How to connect and fetch data from mySQL database in PHP
    mySQL is one of the most widely used opensource application in the world alongside with PHP and Apache. If combined together, it could simply form the best utilities to develop dynamic web sites. Before you can gather data from your database, you have to make a connection (..more..)

  10. How to use session
    Session is a period of time given to a visitor when he or she request a page from your web server. By using session, you will be able to collect information entered by user on your web site such as username or password. Thus, when a (..more..)

  11. How to send mail in PHP
    One of the most common reason for people to like using PHP is that PHP has bunch of pre-build in functions. Lets take a look at this mail( ) function which enables you to send any type of email format such as plain text, HTML or (..more..)

  

Optimize Website - Webmasters optimize their site and gain higher search engine ranking

Webmaster tools - Free online webmaster toolkits, website reporting and free PHP opensource scripts.

Free Photo Hosting - Free File Hosting, Free ZIP file Hosting, Free Image Hosting, Free MP3 Hosting.

Funny Videos, Stupid Videos

Stupid Videos - Custom Pimped Motorcycle Pictures, Videos, and Articles

Planet Diaz - Programming Community - Online programming resource for programmers all around the world

Forectory - Webmaster Directory

St Louis Computer Networking

Website Templates - 1000s of Templates $5 - Many Templates to help you build your site!

 


Each and every tutorial published in PHPhelps.com is originally written by PHPHELPS OWNERS. None of the content is allowed to be replicated without prior notice to writter.
Copyright © 2006 PHPhelps.com