How to make query browser of mysql in PHP?

Discussion in 'PHP' started by Hitul, Mar 25, 2007.

  1. #1
    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.
     
    Hitul, Mar 25, 2007 IP
  2. Rasczak

    Rasczak Peon

    Messages:
    131
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #2
    please specify
     
    Rasczak, Mar 26, 2007 IP
  3. Hitul

    Hitul Peon

    Messages:
    76
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #3
    what specifications do you require? Plz tell me.....
     
    Hitul, Mar 26, 2007 IP
  4. nico_swd

    nico_swd Prominent Member

    Messages:
    4,153
    Likes Received:
    344
    Best Answers:
    18
    Trophy Points:
    375
    #4
    I'm glad I'm not the only one who's confused by this. :D

    Can you be more specific? I don't even understand your question.
     
    nico_swd, Mar 26, 2007 IP
  5. Hitul

    Hitul Peon

    Messages:
    76
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #5
    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?:)
     
    Hitul, Mar 26, 2007 IP
  6. ewriter

    ewriter Banned

    Messages:
    590
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    0
    #6
    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
     
    ewriter, Mar 26, 2007 IP
  7. Hitul

    Hitul Peon

    Messages:
    76
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #7
    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?
     
    Hitul, Mar 26, 2007 IP
  8. Robert Plank

    Robert Plank Peon

    Messages:
    55
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #8
    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?
     
    Robert Plank, Mar 26, 2007 IP
  9. Hitul

    Hitul Peon

    Messages:
    76
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #9
    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?:confused:
     
    Hitul, Mar 26, 2007 IP
  10. hamidof

    hamidof Peon

    Messages:
    619
    Likes Received:
    44
    Best Answers:
    0
    Trophy Points:
    0
    #10
    hamidof, Mar 26, 2007 IP
  11. Rasczak

    Rasczak Peon

    Messages:
    131
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #11
    well, if you want to discuss your requirements more specifically, just PM me... i believe i already tried something like that...
     
    Rasczak, Mar 26, 2007 IP