[PHP] Unlink

2002-11-20 Thread JohnMeyer
Does unlink work with wildcards e.g unlink("somefile*.*"); -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] manage Form data

2002-11-20 Thread JohnMeyer
At 03:52 PM 11/20/2002 +0200, ??? ?ta? wrote: I want to sumbit data from a form and then view the data and then send it to the data base... Okay, send it to an intermediate page which has a form with hidden values representing all of the data, show the data on the page, and then have

[PHP] What is wrong with this expression?

2002-11-18 Thread JohnMeyer
if (is_uploaded_file($_FILES["imagefile"]["tmp_name"]) && ($_FILES["imagefile"]["type"] != "image/jpeg" && $_FILES["imagefile"]["type"] != "image/gif" && $_FILES["imagefile"]["type"] != "image/jpg" && $_FILES["imagefile"]["type"] != "image/png")) I'm trying to weed out everything that isn't a .

[PHP] image size problems

2002-11-17 Thread JohnMeyer
Does anybody have any algorhythms to deal with image sizing (i.e. a picture needs to be this big). -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php