[PHP-WIN] Photo gallery with description

2004-05-11 Thread Lenny Davila
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

[PHP-WIN] check code - output error

2004-06-01 Thread Lenny Davila
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

[PHP-WIN] calculations

2004-06-02 Thread Lenny Davila
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 --

[PHP-WIN] Multiple file Delete

2004-06-16 Thread Lenny Davila
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

[PHP-WIN] [PHP_WIN] CHMOD current directory

2004-06-24 Thread Lenny Davila
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

RE: [PHP-WIN] using the mail function in php

2004-08-17 Thread Lenny Davila
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