?id=1
After a bit more testing, I'll have the 4.2.1 migrated code there.
Thanks,
Geoff Jukema
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php
I've read in the docs that some people have had problems with the
mysql_insert_id() function. Use the select statement version instead:
SELECT last_insert_id() from mytable;
hth.
Geoff
On Thu, Feb 01, 2001 at 08:39:51PM -0800, Brady J. Horenstein wrote:
> Hello!
>
> I rec
Help, I get a syntax error on
$obj->get("this")->set("hello");
where
class H {
var $v = null;
function H () {
}
function set($val) {
$this->v = $val;
}
}
class OBJ {
var $a = null;
function OBJ() {
$this->a = array();
}
function get($name) {
return $this->a[$name
Does anyone know the correct technical name for this so I can keep an eye
out for it in the future releases?
Thanks
--Geoff
Zeev Suraski wrote:
> No, it doesn't. A future version will...
>
> At 19:10 21-10-01, Geoff Hibble wrote:
> >Help, I get a syntax error on
>
upport completed? At this point, it could be committed.
Thanks,
Geoff
- Original Message -
From: "Vlad Krupin" <[EMAIL PROTECTED]>
To: "Geoff" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Tuesday, May 21, 2002 10:28 AM
Subject: Re: [PHP-DEV] dbase e
I've been adding (foxpro25) memo support to dbase - works quite well :
http://www.jukeware.com/projects/dbase-01102001.tar.gz
I'll compile it into 4.0.4pl1 today
--
Geoff Jukema
[EMAIL PROTECTED]
[EMAIL PROTECTED] www.daemonnews.org
--
PHP Development Mailing