Jump to content

not able to print out value posted


Alicia

Recommended Posts

Hi,

I am having problem print out the value posted from a form by using echo $var even the register_globals is on

from a form and post the value of username and password to this file :
usename entered in the textfield : user
password entered in the textfield : pass

script i used to test the output
echo "$username-$password";
echo "{$_POST['username']}+{$_POST['password']}";
it supposed to output
user-passuser+pass

but now it only output
-user+pass

So it is very obvious the first script is not working and only second is working in this server... when I tested this in my friend's server it is working. What seems to be the problem? The code works perfectly in the server since years ago and it started to give prob last week..

please advise how to get this fixed... this shouldn't be coding prob,,, when i asked the hosting admin, they said their server is working fine.. so what is the problem them???? how to solve this prob ???

anyone can help ?
Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.