Search found 4 matches

by vaska
Tue Aug 20, 2002 9:15 am
Forum: Databases
Topic: simple db help for php row
Replies: 9
Views: 3448

column name?

why would i want column information...

i want one record...one row of information...

maybe i explained it wrong...probably...

i know it's not the best...it's working...so far...

thanks...jv
by vaska
Tue Aug 20, 2002 3:05 am
Forum: Databases
Topic: simple db help for php row
Replies: 9
Views: 3448

yep

might look funny...but it's doing what i want it to do...but i know it's not correct...jv
by vaska
Mon Aug 19, 2002 12:05 pm
Forum: Databases
Topic: simple db help for php row
Replies: 9
Views: 3448

hi! looks like this...sequence is acting as ID (i didn't set that up)... thanks mucho for any input...jv <? mysql_connect("localhost"," "," "); mysql_select_db("reviews"); $query = mysql_query("SELECT * FROM review where sequence='$sequence' " ) or d...
by vaska
Mon Aug 19, 2002 9:47 am
Forum: Databases
Topic: simple db help for php row
Replies: 9
Views: 3448

simple db help for php row

sorry...i've been stuck with duties dealing with a php/mysql setup...but i have not knowledge of these things...well, not much... what i need to do is very simple... with a link such as http://www.??????.com/webpage.php?id=2 or 3 or whatever... i just need the page to return the correct row of infor...