Thread: Php
View Single Post
  #2  
Old 05-15-2001, 10:05 AM
vergil vergil is offline
Registered User
vergil's Avatar
Join Date: Mar 2001
Posts: 1,408
vergil will become famous soon enough
Send a message via ICQ to vergil
PHP syntax.
It color codes certain parts of the script just like any PHP-Supported server would do to a .phps file (Personal Home Page Source/Script).

Ever used a syntax editor.. it just reads the format of the script then colors it for easy editing like variables might be blue or some color etc.

PHP Code:
print("Hello, Graal Communication Center!"); 
Reply With Quote