Forum: PHP Jun 23rd, 2008 |
| Replies: 5 Views: 2,076 ok didn't notice the global. Thanks works now.
On to the next problem. |
Forum: PHP Jun 23rd, 2008 |
| Replies: 5 Views: 2,076 So you have to pass it an array? you can't just grab a global one? |
Forum: PHP Jun 23rd, 2008 |
| Replies: 5 Views: 2,076 I have been trying to access a public array inside a class, but it is freaking out on me. Should this be able to work?
$TestArra = array('Hello', ' ', 'World');
class Test
{
function... |