This is a discussion on RE: [PHP] function problem (simple redirect) within the PHP General forums, part of the PHP Programming Forums category; Make that: function payment{ global $payment; -Gregory -----Original Message----- From: Gregory Kornblum [mailto:GKornblum@guesswho.com] Sent: Monday, October 27, ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Make that:
function payment{ global $payment; -Gregory -----Original Message----- From: Gregory Kornblum [mailto:GKornblum@guesswho.com] Sent: Monday, October 27, 2003 1:30 PM To: 'Frank Tudor'; 1PHP Subject: RE: [php] function problem (simple redirect) >function $payment{ Change that to: function payment{ $global $payment; Regards, -Gregory -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php |