21.10.2013, 18:40
Quote:
|
just rename it to whatever.php or modify your webserver config to treat html files as php scripts. Then use the
<?php //Whatever code ?> tag to insert php code where you need it. Everything else may stay plain html. For something like social networking, php is the absolute top thing to know. You should at least know the very basics to learn the rest by trying it, else its gonna be a hard and annoying time. |

