hi coldfusion,
Even without php.ini and .htaccess files. the same problem happens.
both POST and GET method are not working.
strangely, it is posting texts properly, but not the urls. I don’t have a clue why 
- Sold between 100 000 and 250 000 dollars
- Author was Featured
- Item was Featured
- Most Wanted Bounty Winner
- Bought between 10 and 49 items
- Exclusive Author
- Referred between 10 and 49 users
- Has been a member for 2-3 years
Hi rahulbist,
following the thread, if the only difference is between a simple string and url, i think it could be something linked with some particular characters.
Try open the php page directly, using an url with included the form parameter, like that:
http://FULL PATH/test.php?ttxt=http%3A%2F%2Fyoutu.be%2FCeGPapZFdUUAnd use the GET method to catch the value.
If the php will print the correct url, we can assume that the trouble is with the form and not with the handler.
LCweb brings up a good point. Just after the <head> tag, add this
<meta http-equiv=”Content-Type” content=”text/html; charset=utf-8”/>
or
<meta http-equiv=”Content-Type” content=”text/html; charset=iso-8859-1” />
