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
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 .
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
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
4 matches
Mail list logo