A PHP progarm to store current date-time in a COOKIE and display the ‘Last visited on’ date-time on the web page upon reopening of the same page

A PHP progarm to store current date-time in a COOKIE and display the ‘Last visited on’ date-time on the web page upon reopening of the same page . . . → Read More: A PHP progarm to store current date-time in a COOKIE and display the ‘Last visited on’ date-time on the web page upon reopening of the same page

Share

A PHP program to store page view count in SESSION, to increment the count on each refresh , and to show the count on web page

A PHP program to store page view count in SESSION, to increment the count on each refresh , and to show the count on web page . . . → Read More: A PHP program to store page view count in SESSION, to increment the count on each refresh , and to show the count on web page

Share

A PHP program to save records & retrieving from database using MySQL

An XHTML form with Name, Address Line 1, Address Line 2 and E-mail text fields. On submitting store the values in MySQL table. Retrieve and display the data based on name using PHP. . . . → Read More: A PHP program to save records & retrieving from database using MySQL

Share

Using PHP and MySQL develop a program to accept book information and search for specific book

Using PHP and MySQL develop a program to accept book information viz. Accession number, Title, Authors, Edition and Publisher form a web page and store the information in a database and to search for a book with the title specified by the user and to display a search results with proper headings. . . . → Read More: Using PHP and MySQL develop a program to accept book information and search for specific book

Share