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 07-Jun-2004
Click for Details

HTML Kit Plugins Directory

Server Side Scripting : PHPHome > Plugins > Server Side Scripting > PHP
 
 Random Picks
jrnMakeAFileList
The creation of picture albums by hand can be tedious. This plugin makes it easier to generate tables with images, and other blocks of custom tags that have to be repeated for each file.
gmPageReport
View single-file download speeds, word counts, links, directory listings and file properties, all in a single report. But that's not all, this plugin also displays PHP and hkScript file content with links to the known function references.
 Category Matches
Sorted by Name:
 
hkPHPCodeRef
Quickly find, insert and bookmark PHP 5.x functions using this code reference window. It can also display help for functions as you type the names, using a local or an online copy of the manual.
bsPHPMySQL
Jump start MySQL database development in PHP with 45+ readymade code snippets, various versions of SQL statements, MySQL functions and other related code.
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.
kePHPCommentsReport
Collects single ( // ) and multi-line ( /* */ ) comments from PHP files and generates a report with line numbers.
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.
irPHPInspect
HTML-Kit's Messages Window isn't limited to displaying suggestions generated by HTML Tidy. With this add-in, it can be used to jump to variables, classes, functions and file includes in PHP scripts.
irDebugPHP
Adds a wizard for inserting PHP code snippets that can be used to debug PHP scripts.
demoMakePHPString
Converts the selected block of text to a PHP string. Has support for creating multi-line single or double quoted strings.
irQuotes
Script programmers spend a good amount of time quoting and unquoting strings. This plugin adds several options to the Actions Bar and the right click menu to make it easier to quote the selected text.
hkPHP
The standard PHP libraries cover over 3,000 functions. This plugin provides categorized menus, brief descriptions, wizards, RichHints with function arguments, command line summaries, and online help through the HelpZone, for PHP 4.x functions.
cmCodeFinder
This plugin provides a right click menu item with a submenu listing functions, classes and so on in the current document. Selecting an item from this submenu will jump to the location of the item in the code. The plugin currently understands hkScript...
ToPHPPrn
Converts the selected text / HTML into PHP print("..."); statements.