Topic awaiting preservation: php mysql query help (Page 1 of 1) |
|
---|---|
Nervous Wreck (II) Inmate From: Sydney, Australia |
posted 07-14-2004 15:43
hi there, i am using php with mysql. |
Paranoid (IV) Mad Scientist with Finglongers From: Germany |
posted 07-14-2004 15:53
I'd imagine you could just pass that query to php->mysql_query(). |
Nervous Wreck (II) Inmate From: Sydney, Australia |
posted 07-14-2004 16:58
it did work, i just ran the mysql_db_query with "show tables" |
Paranoid (IV) Inmate From: France |
posted 07-14-2004 17:23
you didn't took the pain to RTFM on the page "MySQL Functions", don't you ? |
Nervous Wreck (II) Inmate From: Sydney, Australia |
posted 07-15-2004 17:09
cool, thanks for that link. everything is working the way i had planned now. my ideas came to sudden halt when i realised that any extra tables that i might add to the database in the future would require a re-write in the code. |