Does BigBiz support PHP scripting?
BigBiz offers PHP scripting as an alternative to CGI scripting. PHP is built directly into the webserver and so will run much faster than a normal CGI script. It has many features which make it the language of choice for webmasters, including native support for accessing database systems. This is definitely worth your effort to learn. A PHP script can be simply a HTML file. Scripting commands are embedded within your HTML. The BigBiz webserver will automatically interpret the file as a PHP script if the extension is .phtml or .php. BigBiz has made some enhancements to the language we feel would benefit our users. • We are currently running PHP version 3.0.3. • Logging is turned off by default, this is for performance reasons. To enable it you can use SetLogging(1) in your scripts, or use a phpLogging on in your .htaccess. • ShowInfo is turned off by default, most users preferred not to have the stats on the bottom of their pages. You can enable the feature by using SetShowInfo(1) in yo