1.what is the main difference between PHP4 and PHP5 ? 2.how can PHP and HTML interact ?
Anónimo
1. PHP 5 presents many additional object oriented programming features. 2. it is possible to generate HTMl ,through PHP scripts, and it is possible to pass informations from HTML to PHP.