+ 1
How can create php files with html css and javascripte files in web site
php files
2 Antworten
+ 1
for design of website use html and css in any text editor..for connecting database u need server and php to connect to server. ..use software like xampp
0
just rename your extension from .html to .php
and use your php variables and all other stuffs !!
but make sure that you are doing your php work between
<?php
your php codes
?>