Re: want to verify the data coming from a form with the data in database

2003-06-11 Thread Greg Jetter
On Wednesday June 11 2003 10:09 am, Greenhalgh David wrote: > On Wednesday, June 11, 2003, at 02:10 am, Annie wrote: > > no i want to ask what if someone enters a firstname and last name > > which doesnot exist in the database...in that case how i can verify > > and print an error msg that the dat

Re: want to verify the data coming from a form with the data in database

2003-06-11 Thread Greenhalgh David
On Wednesday, June 11, 2003, at 02:10 am, Annie wrote: no i want to ask what if someone enters a firstname and last name which doesnot exist in the database...in that case how i can verify and print an error msg that the data doesnot exist for this first name and last name. Well a fairly simp

c/side databases / cgi

2003-06-11 Thread Jamie Bridges
i need to tie information from both a mysql database and a navision database ( c/side ) together into a cgi program. i have tried a few of the ODBC modules from CPAN to attempt to get into the navision database but thus far i have not be successful. has anyone ever retrieved data from navisi

Re: cgi problem

2003-06-11 Thread Kristofer Hoch
Mark, Please give us some code. Since "There is more than one way to do it" (TIMTOWTDI) I have no idea how you are 'calling' a program in the cgi-bin directory. Thanks Kristofer P.S. If you coult post the 'program' as well that'd be nice. --- mark sony <[EMAIL PROTECTED]> wrote: > Hi > I h

cgi problem

2003-06-11 Thread mark sony
Hi I have a basic question While using the ordinary guestbook pogram it is running fine but the moment I am trying to call a program in the cgi-bin directory it gives : The POST method is not valid for this URL What is the reason ? What is the way of accepting user input from html page and using