|
Showing: 1-10 of 14 »»
Questions:
|
|||
|
What is PHP?
PHP (Hypertext Preprocessor) is an open-source scripting language and interpreter. It is used primarily on UNIX Web servers to create...
|
|||
|
|||
|
Does Webair support CGI scripts?
Yes. ...
|
|||
|
|||
|
Can I install my own CGI scripts?
Yes. ...
|
|||
|
|||
|
What is a CGI-bin?
The CGI bin is the directory where all of your CGI scripts are stored. ...
|
|||
|
|||
|
Can Webair help me if a CGI script isn't working?
Yes. Webair is here to assist you 24/7. If ever you need help debugging a script or other technical support,...
|
|||
|
|||
|
Where should I place CGI scripts?
If you have a custom CGI script that you need to use, simply upload it to your personal cgibin. You...
|
|||
|
|||
|
What kind of scripts can I use?
Our servers have the capability to run CGI scripts based on Perl, Unix SH, BASH, KSH, CSH, and C/C++ languages....
|
|||
|
|||
|
When uploading my scripts via FTP, what mode should I Use?
Upload in ASCII transfer mode (and NOT BINARY mode)Those using Fetch should use Text mode (not Raw Data)...
|
|||
|
|||
|
What should my first line read?
The first line of each script should read: #! /usr/local/bin/perl...
|
|||
|
|||
|
What extension should I use?
Use .cgi extensions for all scripts...
|
|||
|
|||

