Skip to main content
AI Assist is now on Stack Overflow. Start a chat to get instant answers from across the network. Sign up to save and share your chats.
edited title
Link
Student
  • 1.9k
  • 9
  • 37
  • 50

Parse sql query with php

edited tags; edited title
Link
ahmet alp balkan
  • 45.9k
  • 43
  • 152
  • 225

Parse sql qeuryquery with php

Source Link
Student
  • 1.9k
  • 9
  • 37
  • 50

Parse sql qeury with php

I have following query:

CREATE TABLE `test` ( `col1` INT( 10 ) NOT NULL , `col2` VARCHAR( 50 ) NOT NULL , `col3` DATE NOT NULL ) ENGINE = MYISAM ; 

I want to write a general php script that get table name(test) from above query.