Looking for a C API if it exisits

2004-05-25 Thread Sarix
Hi all, I've been working with getting my on going C project merged with MySQL. So I can have an interactive Web Site incuded with it. I was wondering, when working with the rows... I'm having to call the values like: name = str_dup(row[0]); // returns me an memory allocated pointer Is there a

Re: Adding to a record

2004-05-25 Thread Sarix
You might want to acctuly read through the documentation, or get a book on php/mysql. But you would send to the query: UPDATE 'table' SET number='' WHERE id= - Original Message - From: "Daniel Venturini" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, May 25, 2004 7:04 PM Sub