(11-18-2009, 07:35 PM)kab012345 Wrote: You could create a .htaccess file (or add the following code to it):Yeah it worked
Code:<Files index.html>
AddType application/x-httpd-php .html
</Files>
In the HTML file, you can include your script wherever you want it to be displayed.
PHP Code:<?php include '/pages/server.php'; ?>
Let me know if this works.
Thank you very much
(11-18-2009, 07:38 PM)Omniscient Wrote: You can iframe the php script from another page too.i don't know how to >_< i will google about that
xD now i will search a script that allow to put an image