I am trying to find a photo gallery (Preferrably PHP based) that I can set
up for a client that would allow him/her to upload their own photos, and
leave a caption under. The client will update the album regularly and wants
to be able to do it on their own. They wouold also like to have a
descrip
Can someone help me with part of a PHP code that will check the code for a
certain line, and if the line is not there output an error.
TIA
Eleno Davila
[EMAIL PROTECTED]
(877)933-6750 Ext 163 (direct line)
http://plasticsurgery.com
--
PHP Windows Mailing Li
I have in my php code:
$galleryRow = 3;
$maxwidth = 144;
$borderwidth = 2;
$imagediv = ($maxwidth + (2 * $borderwidth));
$contentwidth = ($imagediv * 3);
The output of contentwidth should be : 452
But it comes out as 444. Does anyone know what I am doing wrong?
TIA
--
I need to be able to delete multiple files from my web server by choosing
one file. I have a directory of thumbs named "images" and a directory
called "big" with text files and Full images. If I was to delete the file
"image1.jpg" I want it to delete "image1.jpg" in the images, the big folder
and
Is there a way to chmod the directory the php fie is run in? I have a
script that will create new directories but the current directory must have
the proper permissions. I tried to change them using chmod($myDir, 0777)
but it says permission denied. Any way to do it? I know I could have the
use
Try using the strip slashes http://us3.php.net/stripslashes
stripslashes($messageVariable);
Eleno Davila - SEO
[EMAIL PROTECTED]
(877)933-6750 Ext 163 (direct line)
http://plasticsurgery.com
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, v