home *** CD-ROM | disk | FTP | other *** search
/ PC Open 100 / PC Open 100 CD 1.bin / CD1 / INTERNET / WEBDESIGN / Tsw WebCoder / tswwebcoder5en.exe / {app} / scripts / scriptcode / TSW PHP Scripts / phplookup.tss < prev    next >
Encoding:
Text File  |  2003-09-22  |  223 b   |  14 lines

  1. {
  2. [Scriptsettings]
  3. Scriptname=Lookup PHP code
  4. ExecuteOnStartup=0
  5. ExecuteOnlyOnce=0
  6. }
  7. program LookupPHPCode;
  8.  
  9.  
  10. begin
  11.  If Editor.WordAtCursor <> '' then
  12.   Execute('http://www.php.net/'+Editor.WordAtCursor);
  13. end;
  14.