Hi all,
Okay its about 2:30am here so maybe I'm REALLY missing something here
but, well this code returns a blank page!
$a[] = 'HELLO PHP, WHATS WRONG?';
print($a[0]);
any ideas why this could be happening??
Thanks!
NK
Okay its about 2:30am here so maybe I'm REALLY missing something here
but, well this code returns a blank page!
$a[] = 'HELLO PHP, WHATS WRONG?';
print($a[0]);
any ideas why this could be happening??
Thanks!
NK
Comment