Re: [PHP] Problem with inheritance mechanism.

2002-04-16 Thread Steve Dix
On 16 Apr 2002 at 12:59, Steve Dix wrote: > > I'm having a bit of a problem with the following classes. > Found the problem and it all comes down to the use of mysql_fetch_row as opposed to using mysql_fetch_array to get the results. For some reason mysql_fetch_row corru

RE: [PHP] Faking a form POST

2002-04-16 Thread Steve Dix
data in a similar manner to a get method, only without using the ? ie to send hello = 1, mouse=brown &hello=1&mouse=brown in $data_to_send Steve Dix>==<[EMAIL PROTECTED] http://www.stevedix.de/ http://www.snorty.net/ http://www.mp3.com/simpletons h

[PHP] Problem with inheritance mechanism.

2002-04-16 Thread Steve Dix
t to see how it works. $pull = new pulldown( array("name"=>"test", "size"=>"", "text"=>"A test select", "mehrfach"=>"", "selektiert"=>"", "onchange"=>"", &