Can you please explain that with an example? I am new to CGI programming.
Ok then if i am changing all the htnl pages to cgi how can i achieve it? Can you please explain it briefly?
Is there any way to accomplish this using the session in the static html pages?
Hi Shabbir, Thanks for your reply. I am using nearly 10 static html pages in our website. As i already told i am accessing it via the apache...
Index.html: <HTML> <HEAD> <TITLE>Login</TITLE> <script language="javascript"> function Set_Cookie() { var path =''; var domain =''; var secure...
login.cgi: #!/usr/bin/perl -w $|=1; use CGI qw/:standard/; $q=new CGI; if(!($line=~/#/)) { if ($line=~/User.*=(.*);(.*);(.*)/){...
Hi, I am new to perl script. I have created a login using per/cgi script. It is running via apache server. I have set the default page in apache...
Separate names with a comma.