![]() |
|
|
+ Search |
![]()
|
Mar 18th, 2004 03:14
Amit Yadav, ssp2000 ssp2000, Amit yadav
You just query the database u are using based on the ID u are getting from the form,if u are getting the id as ID=1 then <? query="select * from tablename where id='id'"; @mysql_query(query); ?> see also if u are getting the id on the form where u are firing the query. Amit Yadav