Hello, I am a newbie to MySQL and am trying to set up a clone of my site which is hosted on Linux server. I have winxp, PHP, phpmyadmin, and MySQL Sever set up on Laptop.
I can get my server running, and myphpadmin, the problem is when I try and setup my database and change USERNAME from "root"...
i have a problem with my script. its not parsing the form:
#!/usr/bin/perl -w
print "Content-type: text/html\n\n";
use CGI qw/:standard/;
# SUBROUTINES!
$action = param('action');
if ($action eq "") {
&intro;
}
if ($action eq "send") {
&send;
}
# PARSE FORM...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.