gerkintrigg Posted July 24, 2007 Share Posted July 24, 2007 Hi. I find that I'm always having to write the following code long-hand and want to have an option in dreamweaver to add it for me at the click of a button. the code is: $q=""; $sql=mysql_query($q); $r=mysql_fetch_array($sql); Anyone have any ideas? thanks. Link to comment https://forums.phpfreaks.com/topic/61492-extending-the-dreamweaver-php-tab/ Share on other sites More sharing options...
moberemk Posted July 26, 2007 Share Posted July 26, 2007 Store it in the Snippets panel-you can keep any code you don't want to keep retyping there. Link to comment https://forums.phpfreaks.com/topic/61492-extending-the-dreamweaver-php-tab/#findComment-308376 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.