Jump to content

Extending the Dreamweaver PHP tab


Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.