[PHP] Re: uploading images

2003-06-24 Thread Misha Peric
]['size'] Of course you should move the uploaded file from it temporary location somewhere in the script. Look "Chapter 18. Handling file uploads" for further details ... Misha Peric "Tyler Longren" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi

[PHP] Re: Berkeley db

2003-06-24 Thread Misha Peric
Look in "PHP Manual" in "XVI. Database (dbm-style) abstraction layer functions", you have some examples there. Misha Peric "Logan McKinley" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > I have absolutely no experience with Berkeley db bu

Re: [PHP] Validating user input

2003-06-06 Thread Misha Peric
Try this: if (is_numeric($txt1) && (float)$txt1<24 && (strlen($txt1)-strpos($txt1,"."))<=3) { echo "True"; } else { echo "False"; }; Misha PHP Genie "Electroteque" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > is_numeric and strlen ? > > -Original Message-