MySQL Basics In Pictures
Starting
Administration
Tables
Queries
Security
Web
Write a query
Create a new script named
list.cgi
in the
/usr/lib/cgi-bin
directory.
TIP:
Refer back to the script
random.cgi
for guidance in creating this script
.
The program
list.cgi
will start out as a blank file.
In it, first add the Perl path:
#!/usr/bin/perl -w
<< BACK
NEXT >>