RE: [PHP] automatic link execution after form submit

2003-04-04 Thread Jens von Pilgrim
Hallo, > -Original Message- > From: Fritz [mailto:[EMAIL PROTECTED] > Sent: Saturday, March 29, 2003 8:26 PM > Subject: [PHP] automatic link execution after form submit > I am stuck on "executing" automaticaly > a URL-string to be sent to a perl-script. 1) Redirect, using HTTP functiona

RE: [PHP] Problem with "=& new" and locally created instances

2003-03-28 Thread Jens von Pilgrim
Hello, Jason wrote: JL> Maybe I'm missing something here ... but what is the point of trying JL> to create a reference to a new object ... it hasn't been ceated prior JL> to make reference to. Can't you simply create the new object and JL> then make whatever (if needed) references? Uhh... maybe

[PHP] Problem with "=& new" and locally created instances

2003-03-28 Thread Jens von Pilgrim
Hi, I've got a problem with the "=& new" construct. A code sample tells more than 1000 words: This code is running like that and demonstrates exactly the "weird" behaviour. Running this example, the variable $g_fooInstance is null in function main(). But why? Is the reference to the constructed