Posted: Sat May 13, 2006 2:41 pm
if I use Post only space is write
if I use Get it write what i've put in the form action command
if I use Get it write what i've put in the form action command
A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
Code: Select all
<textarea cols="80" rows="20" wrap="off" name="codesource" >Code: Select all
$new_line = "\r". $_GET['codes']."\n\r";Code: Select all
$new_line = "\r". $_POST['codesource']."\n\r";Only change one thing at a time - you went all over the place (coding,codes, codesource,GET,POST).Peuplarchie wrote:There we go !!!!!
hahahahaha
Thanks finaly solve, the only thing I didnt try like usual !