Quote:
Originally Posted by hellhound121
when i add the " <?php include("info.php"); ?> ", it breaks my html divs, and then it doesnt work ^^, what going on?
|
Did you make sure to rename your page to: index.php instead of index.html
The file that contains the php must be named: filename.php
Also you might want to check if your host even has php, make a new file and type this in it: <?php phpinfo();?>
then save it as phpinfo.php
Open that and it should show a ton of options on your webserver, basically the php configuration of your server and the server information. If this works you have php installed on your host if it doesnt come up then your host does not have php installed.
__________________
Chris - Trying to help others and learn myself!
Please login or register to view this content. Registration is FREE
|