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?
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>';
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