php get işlevi metin veri ekleme değil?

0 Cevap php

i başka bir sayfadan diğerine transfer get fonksiyonunun değerini alır, bu textarea var,

<textarea name="inputField" value="<?php echo $_GET['replyto'];?>" id="inputField" tabindex="1" rows="2" cols="40"onblur="DoBlur(this);" onfocus="DoFocus(this);" ></textarea>

Bu url link,

http://localhost/final/home.php?replyto=@sam&status_id=2&reply_name=sam

its not inserting @sam in the textbox, is thier something wrong?

0 Cevap