[PHP] Session Help

2001-05-22 Thread Yev
bc.com" Thanks in advance, Yev __ Do You Yahoo!? Yahoo! Auctions - buy the things you want at great prices http://auctions.yahoo.com/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comm

[PHP] Re: uploading

2001-04-02 Thread Yev
Thank you!!! That fixed it. Best Regards, Yev --- Bill Rausch <[EMAIL PROTECTED]> wrote: > I think your script (where you have the print_r() call) has to copy > or move > the file to a permanent location as Apache and/or PHP discards it > once your > script exits. &g

RE: [PHP] HTTP Upload Problem

2001-04-02 Thread Yev
Josh, Thanks, but still no luck.. Same problems Yev --- Josh <[EMAIL PROTECTED]> wrote: > Change upload_max_filesize in php.ini to 2048000 (which is 2 megs). > PHP > does not understand 2M. > > Josh > > -Original Message- > From: Yev [mailto:[EMAIL PRO

Re: [PHP] HTTP Upload Problem

2001-04-02 Thread Yev
Just set it to 10, and same thing.. in my php.ini file it's set to 2M upload_max_filesize = 2M still clueless, Yev --- Phillip Bow <[EMAIL PROTECTED]> wrote: > I suspect there is a limit on the MAX_FILE_SIZE. You might want to > check > the RFC, but I suspect you

[PHP] HTTP Upload Problem

2001-04-02 Thread Yev
le doesn't exist in "/tmp" (which is set in php.ini), if I leave the file field empty, then a /tmp/phpXX file is created with a 0 byte size. What can be the problem? It's not permissions.. Yev __ Do You Yahoo!? Get email at yo

[PHP] Reversing htmlspecialchars()

2001-03-19 Thread Yev
Hello I encoded my HTML text via htmlspecialchars(), but now need to get the actual HTML.. I searched the docs, but couldn't find the reverse function. How would I do this? TIA, Yev __ Do You Yahoo!? Get email at your own domain with Yahoo!

Re: [PHP] Associative vs normal arrays

2001-03-17 Thread Yev
what do you mean? all arrays are associative. even the simple $arr = array(1,2,3,4,5); has key/value pairs associated with it.. similar to doing: $arr = array(0=>1,1=>2,2=>3,3=>4,4=>5); --- Joe <[EMAIL PROTECTED]> wrote: > Is there a way to determine if an array is associative or not? Maybe

[PHP] HELP with Multi Dimensional Array Problem

2001-03-08 Thread Yev
nyone have any pointers, or suggestions? Thanks in advance, Yev __ Do You Yahoo!? Get email at your own domain with Yahoo! Mail. http://personal.mail.yahoo.com/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTEC

RE: [PHP] Help!! IP functions!!!

2001-02-20 Thread Yev
use $HTTP_SERVER_VARS[REMOTE_ADDR] Yev >-Original Message- >From: Bruno Freire [mailto:[EMAIL PROTECTED]] >Sent: Monday, February 19, 2001 11:34 AM >To: '[EMAIL PROTECTED]' >Subject: [PHP] Help!! IP functions!!! > > >Hi!! > >My name is Bruno, Fr

[PHP] PHP Session question

2001-02-17 Thread Yev
hanks in advance, Yev -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]