Welcome Guest, Not a member yet? Register   Sign In
generate a form from a db table - not quite
#4

[eluser]sophistry[/eluser]
erm... this is a PHP error telling you that you haven't told the class that it has properties (Undefined property).

You need to understand classes and objects better - I suggest reading about object-oriented techniques in PHP.

the short answer:
put this right after the class opening bracket...
Code:
var $id;
var $last_name;
cheers

EDIT:
ps. if you post code, post *all* of the code... don't put "lots more here" and snip the code away.


Messages In This Thread
generate a form from a db table - not quite - by El Forum - 07-17-2007, 08:20 AM
generate a form from a db table - not quite - by El Forum - 07-17-2007, 10:13 AM
generate a form from a db table - not quite - by El Forum - 07-20-2007, 08:36 AM
generate a form from a db table - not quite - by El Forum - 07-20-2007, 01:18 PM



Theme © iAndrew 2016 - Forum software by © MyBB