About
Pricing
Community
Teams
Start Free Trial
Log in
junaidahhalim
asked on
7/17/2008
character missing
In my HTML form, there is a text box. When I input word with character ( " ),
example Tape 6" , I only get Tape 6 in the next page, character " was missing
from the word. I used POST method to get the data.
Form in 1st Page
<input type="text" name="data">
<?
$data = $_POST['data'];
?>
<?
$data = $_POST['data'];
?>
Select all
Open in new window
PHP
HTML
6
1
Last Comment
hielo
8/22/2022 - Mon