Hi all,
I am testing my PHP codes on a Linux server which has PHP4 installed.
I have a simple test.php which contains these codes:
<?
echo $test . "blah blah blah";
?>
I run this on the browser: [url]http://........../test.php?test=test[/url]
By right, it should display:
testblah blah blah
However, it displays:
blah blah blah
It seems like it cannot accept values passed in from the browser!
Any guys out there has any idea what had gone wrong?
All the PHP scripts are working fine on another server (development) but not working on this server which should go up on production in 1-2 days time.
So, urgent help is needed. Would appreciate any of your help.
Thanks.
Rgds,
Sharon Toh