Leidago !Noabeb wrote:
> Hi All
>
> I know this is not strictly a PHP question, but i have a problem
> whenever i insert a record using PHP. Basically the auto increment
> field does not work at all. Here's the structure of the table that i'm
> using:
>
> CREATE TABLE `children` (
> `cid` int(
2009/5/21 Leidago !Noabeb
> Hi All
>
>
> I know this is not strictly a PHP question, but i have a problem whenever i
> insert a record using PHP. Basically the auto increment field does not work
> at all. Here's the structure of the table that i'm using:
>
> CREATE TABLE `children` (
> `cid` int
Hi All
I know this is not strictly a PHP question, but i have a problem whenever i
insert a record using PHP. Basically the auto increment field does not work
at all. Here's the structure of the table that i'm using:
CREATE TABLE `children` (
`cid` int(4) NOT NULL auto_increment,
`cname` cha
3 matches
Mail list logo