Rumah >pembangunan bahagian belakang >tutorial php >php get 改 post的疑点
php get 改 post的疑问
然后在picshow_menu.php中用 $picidxnumber=$_GET["picnum"]; 来拿到值.
现在想把这个get改成post的方法,picshow_menu.php中我知道是要改成$picidxnumber=$_POST["picnum"]; 但是不知道src这里要怎么改.我要怎么把这个picnum用post的方法发送出去呢?
请大家指点一下,谢谢了.