Thats not how it should work. Data is being passed because it will be used
for something else;
eg: editing/update, delete of ONLY SELECTED data

Thats why, im wondering how to pass, from mysql_array to a $variable to
another page.

Btw, i already make it work. I catched all data using GET

like this:
<a href=\"p_edit.php?PUBLN=" . $row['product_code'] . "&TITLE=" . $title .
"&LANG=" . $language . "&ISSUE=" . $issue . "&CATEG=" . $category . "&COST="
. $cost . "\">edit</a>

Solved.

-- -
Louie Miranda
http://www.axishift.com


----- Original Message -----
From: "Lars Jedinski" <[EMAIL PROTECTED]>
To: "'Louie Miranda'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Monday, February 02, 2004 2:28 PM
Subject: AW: [PHP-DB] Can i add mysql_array into a session?


There's no need to pass the data to the other page. As you
passed $PUBIN_NUM you can (re)load the data easily:

select ... where product_code=$PUBLIN_NUM

Lars Jedinski

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to