Problem in PHP

manojsinghrana

manojsinghrana

@manojsinghrana-NciZJa Oct 22, 2024
<form action="insert.php?id=<?=$_GET['id']?>" method="POST">

can any body tell me what does it mean... i mean how the code written above works.

Replies

Welcome, guest

Join CrazyEngineers to reply, ask questions, and participate in conversations.

CrazyEngineers powered by Jatra Community Platform

  • Manish Goyal

    Manish Goyal

    @manish-r2Hoep Sep 9, 2010

    Here you are passing value of id to insert.php file via url

    Say a user edit his account ,now in order to perform this operation server will pick your id and pass it to insert.php file where this operation will take place