quote:
Originally posted by Art Crazy
Ok thanks, now could u help me making an php or shtml file with include for a file named news.php?
If u explained me how to do one working..
mine doesnt work..
Mind asking what you want me to do rather than pointing at a library and asking me to get me 'that' book for you.... ? If you get what I mean =)
Including is easy, as long as your server supports PHP.
add <?php include "[uri-to-file]"; ?> in your document. Make sure it has the extension .php instead of .html or so.. and you're ready. (Mind, it'll only run on the server, if it supports PHP, it won't work in your own pc if you preview it without uploading..)