Today i will showing how to covert english week name to covert any language week name using php.
it's simple way to create this function.
7:55 AM
Share:
Tuesday, July 8, 2014
Today I will writing, how to create a simple Ajax PHP login with welcome page using MySQL database. This will explain you creating user tables, posting form values and storing and destroying the session values.
Today I will writing, how to create a simple Ajax PHP login with welcome page using MySQL database. This will explain you creating user tables, posting form values and storing and destroying the session values.
11:42 PM
Share:
Open a Connection to the MySQL Database
After you can access data in your database, we must open a connection to the MySQL Database.
In PHP, this is done with the mysql_connect() function.