Search found 5 matches

by armysierra
Sun Jun 23, 2002 7:49 pm
Forum: PHP - Code
Topic: assigning result from a query to a variable within frames
Replies: 16
Views: 5147

where can i find tutorials of USING SESSION? or a samples maybe for newbie like..
by armysierra
Fri Jun 21, 2002 5:58 am
Forum: PHP - Code
Topic: assigning result from a query to a variable within frames
Replies: 16
Views: 5147

STILL DONT WORK!

I'LL GET BACK IN 2DAYS.

THANKS A LOT FOLKS!


SINCERELY,
ARMY
by armysierra
Fri Jun 21, 2002 5:00 am
Forum: PHP - Code
Topic: assigning result from a query to a variable within frames
Replies: 16
Views: 5147

still dont work! here's my complete code: ----------------------------- MAIN.PHP3 <? if($username && $password) { include("./Conn.php3"); //$loc="Location: http://$SERVER_NAME$SCRIPT_NAME"; $query = "SELECT TABLENAME, PRINCIPAL FROM secretDB where USERNAME='$username...
by armysierra
Fri Jun 21, 2002 4:35 am
Forum: PHP - Code
Topic: assigning result from a query to a variable within frames
Replies: 16
Views: 5147

how do i do that? i already have FORM but only the username & password will be enter, i dont want the client to put the PRINCIPAL on this form. if this (<INPUT TYPE="hidden" NAME="$env_report" VALUE="xxxxxxx"> ) will be added to my form, how will i write the correct...
by armysierra
Fri Jun 21, 2002 4:20 am
Forum: PHP - Code
Topic: assigning result from a query to a variable within frames
Replies: 16
Views: 5147

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...