Hi. I want to make query browser of mysql using PHP. Anyone have the script of query browser then please send me. Thanks in advance.
I'm glad I'm not the only one who's confused by this. Can you be more specific? I don't even understand your question.
I want to make the query browser of mysql like oracle 10G is having its query browser so that i can run my query from the query browser only..... I want to make it in PHP only.....Now is it ok?
You cannot make it by just creating forms. You have to make parser for each command or just try to execute forms value and generate a mysql errors. Otherwise its not possible
i have done it already and getting errrors for queries like "create table" and "use database". Query is executed successfully but with errors.....So, I have to make parser for it?
You don't do use database in php... you do mysql_select_db() -- (PHP function not mySQL function) What's wrong with using phpmyadmin if you need to run queries from the browser?
actually i am making the GUI of mysql so as a part of it i am making query browser also....... and i have used mysql_select_db() also..... but what for creation of tables and all other queries which is having no resource-id?
well, if you want to discuss your requirements more specifically, just PM me... i believe i already tried something like that...