This is a discussion on <? include?> not working within the Php and MySQL forums, part of the Programming / Scripting / Coding category; I've put this tag in my site <? include("links.html") ?> and i have a file links.html with the links for ...
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| | #3 (permalink) |
| Moderator | Everyone has it wrong here. Change Code: <? include("links.html") ?>
Code: <?php include("links.html") ?>
Robert
__________________ Free .org domain - Click for details! Do not pm asking for things. My inbox is full. Add me to MSN! |
| | |
| | #5 (permalink) |
| Super Moderator | You are calling the page something.php aren't you ? If not, then you need to modify your web server to pass the extension you're using through PHP (not usually a goot idea for performance reasons)
__________________ Alex Monaghan - Monaghan Consultants Ltd Web hosting, ADSL, IT & Database consultancy Custom Web hosting on UK or USA servers using Linux (cPanel) or Windows (DotNetPanel) Mobile Phone Ringtones, Logos, Java Games & more |
| | |
| Tags |
| <, include>, working |
| Thread Tools | |
| Display Modes | |
| |