Wednesday, February 20, 2013

Show Message Box in Php using Javascript

Most of the User wants to show message box after some process happens in Webpage. But in Php you can't show message box like you have done in javaScript. But you can use javascript in php to show message box. This code is use to show message box in Php file using javascript. <?php ..... .. ...

Read More
25 comments:

PHP to MySql Database connection in WAMP Server

WAMP is an acronym formed from the initials of the operating system Microsoft Windows and the principal components of the package: Apache, MySQL and one of PHP, Perl or Python. Apache is a web server. MySQL is an open-source...

Read More
73 comments: