Search found 5 matches
- Sun Jun 23, 2002 7:49 pm
- Forum: PHP - Code
- Topic: assigning result from a query to a variable within frames
- Replies: 16
- Views: 5143
- Fri Jun 21, 2002 5:58 am
- Forum: PHP - Code
- Topic: assigning result from a query to a variable within frames
- Replies: 16
- Views: 5143
- Fri Jun 21, 2002 5:00 am
- Forum: PHP - Code
- Topic: assigning result from a query to a variable within frames
- Replies: 16
- Views: 5143
- Fri Jun 21, 2002 4:35 am
- Forum: PHP - Code
- Topic: assigning result from a query to a variable within frames
- Replies: 16
- Views: 5143
- Fri Jun 21, 2002 4:20 am
- Forum: PHP - Code
- Topic: assigning result from a query to a variable within frames
- Replies: 16
- Views: 5143
assigning result from a query to a variable within frames
HELLO THERE, i have a simple query in where i want to store the result to a variable that i could use in other pages or wthin the frameset. ex: MAIN.PHP3 $query = "SELECT TABLENAME FROM secretDB where USERNAME='$username' and PASSWORD='$password'"; $tblname1 = mysql_query($query); $i=0; wh...