![]() |
|
|
|||||||
| General Information Heard some interesting news about Delphi for PHP? Post it here. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
| Sponsored Links |
|
|
|
||||
|
That is why I pointed you to variable scope.
In a nutshell vars are private to their function so they aren't usable unless you do something to make them that way. Declare them global is one way. Another is to return them from the function PHP Code:
|