PHP Tutorials from RoseIndia
The detailed PHP tutorials for beginners and experienced programmers from
RoseIndia will help you learn PHP scripting language in detail. We have
developed the PHP tutorials, which will help the programmers to learn or use the
readymade PHP code in their programming.
PHP is one of the most used scripting language to develop the Internet
application quickly and easily. These days almost all the linux/unix hosting
providers support PHP. This makes the hosting of PHP based application cost
effective. You can develop small as well as powerful e-commerce applications for
your client in PHP.
We have developed the detailed tutorials of PHP. You will find major PHP
topics along with the example code.
PHP Tutorials
- Starting PHP
Learn the basics of PHP with this quick and
simple tutorial. Designed for the very beginners.
- PHP Cookies
Cookies are little packets of information that
are stored locally on a computer system when you visit a website that utilizes
them.
- File Manipulation in PHP
In this tutorial we will learn how to write
data to a flat file database (text document) using this tutorial
- PHP displaying the time and date into your timezone
For a lot of people, when they use the date() function in PHP, it doesn't display the correct time and date for their region, as their servers may be in a different part of the world to where they are.
- PHP Page Loading Time
In the given example we will learn how to
generate and display the amount of time taken to load and display a specific
page, for debugging or display purposes.
- PHP Date Time Zone
In PHP Date Time Zone class displays the time of different time zone,
along with time it is also capable of displaying the longitude, latitude
and comment (if any) of the country.
-
PHP variables
If you are planning to start writing in
PHP you should know what a variable is and how to use a variable...
-
PHP Session
A PHP session variable is used to store the information about a user and
the information is available in all the pages of one application.
-
PHP Flood Protection using session
In the following tutorial we will learn how to stop undue input from
user, to put such kind of constraint you can use the code provided with this
tutorial.
-
PHP Sorting Arrays
Sorting an array is the most useful thing you can do with an array. We will learn how to sort an array using key as well as value.
-
PHP Create a Shout box
using MySQL.
In this tutorial we will learn how to make a shout box (mini forum) using MYSQL database
and html form using PHP.
-
PHP E-Mail.
E-Mail is an abbreviation of Electronic Mail, it is a method
of passing, exchanging of thoughts. With the help of PHP we can send mails
to another person.
-
PHP Triad
PHPTriad is a software package which installs PHP, Apache and MySQL all
together in your computer.
-
Input - Output String Functions
This tutorial is showing some
functions that you need to use for your taking data from a user (text field,
text area).
-
Dynamic Dropdown Menu
Put records from your database in a drop down
menu/list box. You can apply it as a navigator list box. Good for saving
your webpage areas or you have many links you don't want to show all of them
in your pages.
- PHP Chat Systems A MySQL Driven Chat Script Tutorial
This article will show you how to create a
simple chat script using PHP and MySQL database. The application will allow
visitors to choose a username, enter message and the user can see the text
from other user. One of the most popular use of Internet is communication.
- PHP XML and PHP Backends Sharing Data Tutorial
What if you could script remote procedure
calls between web sites as easily as you can do among programs? This tutorial
will explain how it can be done in PHP.
- PHP : Form to Email
With the help of this tutorial you can send mails to a user using a form, as
we have discussed in our earlier tutorial, it is very easy to send mails using
PHP and any mail server like argosoft mail server.
- Create your Email Server by PHP
Create your Email ServerWhenever we develop an email system, we can
not test it without web hosting. Another option is to install a web mail
server like Argosoft. We can easily create a mail system using PHP and Argosoft
mail server.
|