Re: [PHP] Zend Optimizer not installed

2004-10-01 Thread Ox
VIRTUAL hosting package. (preferably in the UK) > > www.1and1.co.uk > > -Dan Joseph > > > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > -- Ox http://www.guinnesspig.net -- PHP Gene

[PHP] Zend Optimizer not installed

2004-10-01 Thread Ox
pages, and the hosting package even after they said it was "perrfect" is now not working cause it doesnt have Zend Optimizer on it :\ Thanks Ox -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] upload script

2003-12-10 Thread Ox
Try this, its very very simple though $PicPath="Path/"; if(is_uploaded_file($_FILES['Photo']['tmp_name'])) { copy ($_FILES['Photo']['tmp_name'], $PicPath.$_FILES['Photo']['name']); } -Original Message- From: tony [mailto:[EMAIL PROTECTED] Sent: 10 December 2003 21:34 To: [EMAIL PROTECT