Aybody has done this ?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
dibyendrah
Forum Contributor
Posts: 491
Joined: Wed Oct 19, 2005 5:14 am
Location: Nepal
Contact:

Aybody has done this ?

Post 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
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post 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.
User avatar
dibyendrah
Forum Contributor
Posts: 491
Joined: Wed Oct 19, 2005 5:14 am
Location: Nepal
Contact:

Thank you

Post by dibyendrah »

Thank you feyd for reminding that PhpMyAdmin has this kind of feature. Also, thanks for the tool you have refered.

Dibyendra
Post Reply