Re: Web Buttons and Command Line Instructions

2002-06-04 Thread Richard Clarke
some insight. Richard p.s. please take no offence, I'm simply trying to say that the poster seems to know nothing and has a long way to go. - Original Message - From: "Steven Kreuzer" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday, June 04, 2002 9:47

Re: Web Buttons and Command Line Instructions

2002-06-04 Thread Steven Kreuzer
what you would have to do is have that button run a CGI script of some sort that connects to the mysql server and performs the action. you could also use php for this Jamie Buck wrote: >Is there a way to develop buttons on a webpage that can send command >line instructions to MySQL, such as to

Web Buttons and Command Line Instructions

2002-06-04 Thread Jamie Buck
Is there a way to develop buttons on a webpage that can send command line instructions to MySQL, such as to run a script in a file that already exists on the server? The command line instruction would be as follows: >mysql database_name < file_name Is it feasible to get this sent to MySQL throug