What can I make in PHP...Just plain PHP and html/css NOT mysql Just PHP?

Why use PHP if you're not going to use MySQL or any other database? If you don't want server-side functions then just use plain HTML and CSS.

Also, PHP is embedded with the HTML and CSS.. you can't have one without the other - it's called PHP HYPERTEXT Protocol for areason.
 
Back
Top