Jump to content

[SOLVED] Posting help


sseeley

Recommended Posts

I have a number of records to post and update, around 100 at a time.

 

I have all the records selected and reported back.  I am running this code to increment the $_POST value

 

$postID = $post . $i;
echo "<input type=\"input\" name=$postID id=$postID value=$userID>";

 

When the records are posted I then need to work with this code, but I am unsure how to increment the

 

$_POST['postID']?

 

I hope someone can help me.

 

Many thanks in advance...

 

Link to comment
https://forums.phpfreaks.com/topic/157627-solved-posting-help/
Share on other sites

Archived

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

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.