Re: Looking for a C API if it exisits

2004-05-27 Thread Brian Reichert
On Tue, May 25, 2004 at 03:36:08PM -0600, Sarix wrote: > Cause when I do my web end to all this life > is easy cause I can do $name = $row['Name'] and it works for PHP so I > figured there has to be an API that would do that.. But I can't seem to find > it in the documention. Is there something tha

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