Ryan S wrote:
$uploaddir = 'C:\\wamp\\www\\ezee\\funny\\';
delimited backslashes in a string that doesn't need delimited (single quotes not double.
$uploaddir = 'C:\wamp\www\ezee\funny\';
--
nathan ( [EMAIL PROTECTED] )
{
Senior Web Developer
php + java + flex + xmpp + xml + ecmascript
web development edinburgh | http://kraya.co.uk/
}
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

