Page 1 of 1

Aybody has done this ?

Posted: Tue Apr 25, 2006 2:36 am
by dibyendrah
Hello everybody,
Has anyone made the script which converts the MySQL script to higlighted html ? or is there anysite which converts and format the plain .sql file ?

Thank you,
Dibyendra

Posted: Tue Apr 25, 2006 2:59 am
by feyd
Geshi does it:

Code: Select all

SELECT * FROM `sometable` WHERE `this` = 'that'
phpMyAdmin has a highlighting thing too, but I don't recall where or how to use it.

Thank you

Posted: Tue Apr 25, 2006 3:03 am
by dibyendrah
Thank you feyd for reminding that PhpMyAdmin has this kind of feature. Also, thanks for the tool you have refered.

Dibyendra