[PHP] session problems again

2002-11-27 Thread Jason Romero
--when using session registered variables --i can only get them to save as session variables for one page --then on the next page they are gone --far as i can tell the variables are not getting written over or unset --and the session is not gettting destroyed --any other ideas what it might be? i

[PHP] Re: Problems with a simple While-If condition

2002-11-26 Thread Jason Romero
try using the extract command instead of the array reference ie: ID Profissional"; echo"$id"; ?> instead of : while ($row = mysql_fetch_array($res)) { ?> ID Profissional"; echo"".$row['id'].""; Jason "Rodrigo De Oliveira" <[EMAIL PROTECTED]> wrote in message 002501c295a6$3e048ab0$6ed4a5c8@soh

[PHP] session problems

2002-11-26 Thread Jason Romero
when using session registered variables i can only get them to save as session variables for one page then on the next page they are gone far as i can tell the variables are not getting written over or unset and the session is not gettting destroyed any other ideas what it might be? Jason -- P

[PHP] ftp_put

2002-09-03 Thread Jason Romero
/html/public/$user/"; $upload = ftp_put($FTP, $dest, $source_file, FTP_BINARY); if ($upload) echo "it worked"; else echo "it didnt work"; the $source_file is pulled from a form on the previous page any suggestions? Jason Romero -- PHP General Mailing List (http: