» Basics & BeginnerTutorials
25+ Php Contact Us Forms
Today I have search the web, and i have collected about 25+ Php Contact Us Forms, i have collected 25+ Php Contact Us Forms well explained tutorials…
Php ereg_replace() function
What is ereg_replace() function? This function scans string for matches to pattern, then replaces the matched text with replacement, this tutorial is well explained with 9 Examples.
Php and Mysql Count() Function
Count all elements in an array, or properties in an object, This is particularly useful for counting all the elements of a multidimensional array. The default value for mode is 0. count() does not detect infinite recursion.
Insert and Select data from Mysql Database
In this tutorial i will teach how to INSERT and SELECT data from a MySql Database, this is a beginner tutorial, this tutorial will also teach you the using of @mysql_fetch_array Function in PHP.
Php date() Function With Examples
The PHP date() function formats a timestamp to a more readable date and time. PHP time stamp is a numeric value in seconds between the time at present and the value at Unix Epoch (January 1 1970 00:00:00 GMT). This time of January 1 1970 00:00:00 GMT is taken as base for all time stamp calculations.
Connecting and Selecting MySql Database
Today, in this tutorial i will teach you the basic of connecting to database, Learn how to connect to MySql Database and how to select MySql Database, This is a very easy tutorial, a beginner tutorial…
What is PHP? A few info about Php
PHP is a server-side scripting language for creating dynamic Web pages. You create pages with PHP and HTML. When a visitor opens the page, the server processes the PHP commands and then sends the results to the visitor’s browser, just as with ASP or ColdFusion.
