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. Quote Link to comment 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. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.