Jump to content

Post Variable


yangkai9999

Recommended Posts

Hello,I created a delete action by using PHP. It contents 3 PHP codes.first one is for to get ID for a record and store the ID into the name of getid, the method="POST"second code is to pick up whole record's informtion and display the information on screen to let user to confirm. ex. $chk=$_POST[getid];so far, the two code works fine.the third one perform delete action, I would like to get the value by using $chk=$_POST[getid]; But it seems doesn't work. How can I get the information from first step? Or how should I do?Thanks,

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...