Avatar of junaidahhalim
junaidahhalim

asked on 

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'];
?>

Open in new window

PHPHTML

Avatar of undefined
Last Comment
hielo

8/22/2022 - Mon