Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #107.71K
1 Posted Topic
I used two pages one is html and another php .I want to display html text area content in php.<?php $text=$_REQUEST["textarea name"];echo str_replace("\n","<br />",$text);?>.It shown good result when I executed through htmlpage.But If I directly open php page its show error.what is problem?????????????????????????????????
The End.
ahmadmomi