Hi everyone,
I made a simple form:
<input type="text" name="mytext">
<input type="submit">
the action:
<?php
echo $mytext;
?>
The result:
\'
if I use addslashes, I get \\'
Anyone else find this wierd?
I am running PHP4.0pl2 on a heavily modified Slackware machine.