mod_perl & SQL

2002-06-28 Thread eric-perl
Hello, All: Can anyone recommend a good introductory-level tutorial on writing mod_perl modules that interface with SQL? -- Eric P. Los Gatos, CA -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: cgi probs

2002-06-28 Thread alex
Ian, you also need to give the script execution bits, for example: chmod 755 cgiscript.cgi > Hi > I have set up my machine running suse linux, and i am now trying to get cgi working. >I have written a html for to post the data and a basic cgi script to read in and >print out the results. >