HTML Kit site requirements.

HTML editor / HTML Kit Plugins Directory
HomeHTML-Kit downloadsAdd-ins that update and extend HTML-Kit's capabilitiesSoftware and authoring support channelsRegister -- download add-ons and support HTML-KitOnline tools for HTML-Kit users
  Printable Booklets   |   Category Updated on 11-Oct-2004
Click for Details

HTML Kit Plugins Directory

Tools : PHPHome > Plugins > Tools > PHP
 
 Random Picks
avwEncodeEmail
Various ways of masking the email links have appeared as the number of email bots have increased. It's debatable how effective these methods will prove to be, but this plugin makes it easier to employ one of the techniques used to disguise links.
mcPWrap
Wraps selected blocks of text that are separated by a blank line with <p></p> tags.
 Category Matches
Sorted by Name:
 
irAMPmgr
Reduce the number of task switching required to invoke Apache, PHP and MySQL, especially on Windows 95/98/ME systems where these components are not installed as services.
xpPHPVariables
Why retype when you can right click and insert? This right click menu action makes it easier to reuse PHP, Perl and other $var style variable names.
keIndentPHPCode
Indents can make it easier to read and mange the code. Whether you're working on a script with uneven indents, or a script indented with mismatched tabs, a single click of this plugin can help to indent your PHP scripts.
keToScriptStrings
Whether it's echo / print() statements in PHP, or write() statements in JavaScript / VBScript, this plugin can be used to convert the selected text to formatted print statements.
frsCStyleBlockComment
This plugin can be used for block commenting and uncommenting code in C/C++ source, PHP, JavaScript, or any other language that utilizes C-style comments. If used on uncommented code the selected text will be returned with enclosed in C-style (sla...
rdFunctionList
Displays a list of JavaScript, PHP and hkScript functions in the current document, making it easier to jump to a function definition by clicking its name in the drop-down list.
ToPHPPrn
Converts the selected text / HTML into PHP print("..."); statements.