Fwd: [PHP] Error Handling

2005-09-09 Thread Pablo M. Rivas
r ';' in > X:\\\.php on line 7) > > // error handling test > > try{ > $test = 1; > echo $test1 > } Ooppsss You're missing a ; yoy might: echo $test1; } Good luck -- Pablo M. Rivas. http://www.pmrivas.com http://www.r3soft.com.ar -

Re: [PHP] upload image file to my server

2005-03-31 Thread Pablo M. Rivas
ntivirus 2.27 > en el dominio de correo angerona.cult.cu y no se encontro ninguna > coincidencia. > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > -- Pablo M. Rivas. http://www.pmrivas.com http://www.r3soft.com.ar

Re: [PHP] help me

2005-02-18 Thread Pablo M. Rivas
thik > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > -- Pablo M. Rivas. http://www.pmrivas.com http://www.r3soft.com.ar --- -- PHP General Mailing List

Re: [PHP] a better way for the array

2005-02-18 Thread Pablo M. Rivas
nt, > >> > >> Merlin > >> > > > > $para = array(); > > > > $para[] = array('txt' => 'Europe'.$continent['name'], > > 'link' => '/'.$continent[name].'.htm', >

Re: [PHP] php upload script problems

2004-09-25 Thread Pablo M. Rivas
} > > $ext = strrchr($file_name,'.'); > > if (($extlimit == "yes") && (!in_array($ext,$limitedext))) { > > die("The file you are uploading doesn't have the correct extension."); > > } > > @copy($file, "$absolute_path/$file_name") or die("The file you are trying to > upload couldn't be copied to the server"); > > } else { > > die("Must select file to upload"); > > } > > echo "File Uploaded"; > > echo $file_name." was uploaded"; > > echo "Upload Another File href=$PHP_SELF?action=download> Download File Return > to $websitenamePowered by http://www.zachwhite.com/>PHP > Uploader Downloader"; > > break; > > } > > ?> > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > -- Pablo M. Rivas. http://pmrivas.ipupdater.com http://www.r3soft.com.ar --- -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] problem with header("Location:home.php")

2004-09-09 Thread Pablo M. Rivas
scripts\bugtrack\connection.php:3) > in E:\PHPMySql scripts\bugtrack\index.php on line 117 > > the connection file I have included in every page. > why this error is occuring? > > Bharadwaj > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscr

Re: [PHP] PHP5 - How Do I Let Users Download Music Files?

2004-09-06 Thread Pablo M. Rivas
urce Darwin Streaming Server (from Apple)). Other options > include shoutcast, real media, etc. > > > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > -- Pablo M. Rivas. http://pmrivas.ipupdate

Re: [PHP] using 'while' without stopping the script from processing, Please help!

2004-09-04 Thread Pablo M. Rivas
n at the same time. > Is there anyway I can Process each socket without stopping the script, Mark: for unix/linux: http://www.php.net/manual/en/ref.pcntl.php and in this page you'll find examples, and a "tip" for PHP-CLI onWin32 -- Pa

Re: [PHP] Good news for each develper

2004-09-04 Thread Pablo M. Rivas
t; OJC, Civil Lines > Gurgoan (HARYANA) > INDIA > mailto: [EMAIL PROTECTED] > www.daffodildb.com > > > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > -- Pablo M. Rivas. http://pmrivas.ipupdat

Re: [PHP] ftp functions not working

2004-09-02 Thread Pablo M. Rivas
] it shows that I have FTP > support. Is there something that I am missing? > -- > Cory Wiles > Systems Engineer > ePerformax - Memphis, TN > 901.751.4902 > http://www.eperformax.com > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://w

Re: [PHP] importing DBF data into mysql

2004-09-02 Thread Pablo M. Rivas
but I don't know where. > >> > >> Thanks. > > -- > > - Thornton [EMAIL PROTECTED] - > > - Cierra Grouphttp://www.cierragroup.com - > > ---