Jacob Hackamack wrote:
Hello,
I have a couple of quick questions. When I execute this code on my php page (I know that the .PSD image isn¹t web ready, but Safari does what I need it to do :) ) it displays the entire source as one line. Is there anyway to have it be broken. I have read places (internet sites) that say that the following solutions might work: echo Œ¹;\n\n echo Œ¹\n\n ; echo Œ\n\n¹;
None of them seem to work, am I doing something wrong?
this lot is pure html, why are you using echo statements ?
echo '<meta http-equiv="content-type" content="text/html; charset=utf-8">'; echo '<html>'; echo '<head>'; echo '<title>'; echo 'FilmCanister Desktops'; echo '</title>'; echo '</head>'; echo '<body>'; echo '<center>'; echo '<img src="images/Rotating.psd">'; echo '<h2>'; echo 'Coming Soon....Desktop Pictures (2.83 GB Worth)</h2>'; echo '</center>'; echo '</body>'; echo '</html>';
check out http://www.hotscripts.com/PHP/Scripts_and_Programs/Image_Galleries/index.html
have fun .. Pete ;-)
Also, I am looking for a good freeware image gallery for Linux/Apache, if anybody has any suggestions please help out.
Thanks for advance.
Jacob
-- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php