--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
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
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
/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:
4 matches
Mail list logo