On Sun, Dec 16, 2012 at 9:38 AM, dealTek wrote:
> Noobie starting to learn oop for databases from here:
Cool. :)
> mysql_insert_id (depricated?) or mysqli_insert_id() (I am using mySql 5.3)
The mysqli version would be preferred, since you're using mysqli in that class.
> 2 - how does one do ag
2012/12/17 dealTek
>
> On Dec 16, 2012, at 10:08 AM, Sebastian Krebs wrote:
>
> > 2012/12/16 dealTek
> >
> >> Hi all,
> >>
> >> Noobie starting to learn oop for databases from here:
> >>
> >>
> >>
> https://github.com/JeffreyWay/PHP-MySQL-Database-Class/blob/master/MysqlDb.php
> >>
> >> I've go
On Sun, Dec 16, 2012 at 2:08 PM, Matijn Woudt wrote:
> On Sun, Dec 16, 2012 at 4:38 PM, dealTek wrote:
>
> > Hi all,
> >
> > Noobie starting to learn oop for databases from here:
> >
> >
> >
> https://github.com/JeffreyWay/PHP-MySQL-Database-Class/blob/master/MysqlDb.php
> >
> > I've got lots wo
On Dec 16, 2012, at 10:08 AM, Sebastian Krebs wrote:
> 2012/12/16 dealTek
>
>> Hi all,
>>
>> Noobie starting to learn oop for databases from here:
>>
>>
>> https://github.com/JeffreyWay/PHP-MySQL-Database-Class/blob/master/MysqlDb.php
>>
>> I've got lots working but have a few issues:
>>
On Sun, Dec 16, 2012 at 4:38 PM, dealTek wrote:
> Hi all,
>
> Noobie starting to learn oop for databases from here:
>
>
> https://github.com/JeffreyWay/PHP-MySQL-Database-Class/blob/master/MysqlDb.php
>
> I've got lots working but have a few issues:
>
> 1 - after an insert I'd like to get the id
2012/12/16 dealTek
> Hi all,
>
> Noobie starting to learn oop for databases from here:
>
>
> https://github.com/JeffreyWay/PHP-MySQL-Database-Class/blob/master/MysqlDb.php
>
> I've got lots working but have a few issues:
>
> 1 - after an insert I'd like to get the id of the new record and I'm not
6 matches
Mail list logo