A little help needed passing hidden values to next page
Posted on
16th Feb 2014 07:03 pm by
admin
I have a page that has hidden values in a form.
example
Code: <input name='signupID' type='hidden' value='1' />
Did you know?Explore Trending and Topic pages for more stories like this.
<input name='signupID' type='hidden' value='2' />
<input name='signupID' type='hidden' value='3' />
<input name='signupID' type='hidden' value='4' />
also within this form, the user enters details, name, phone number etc.
On the next page i need these hidden values to compare to the ID in the database so i can update the rows based on this hidden value.
I have obviously taken a wrong route here becuase i am getting warning after warning.
The code i have tried is this:
Code: if(isset($_POST['signupID'])) {
foreach($_POST['signupID'] as $item) {
echo "<input name='signupID' type='hidden' value='". $item . "' />";
but i get this: Warning: Invalid argument supplied for foreach() in C:wwwwasp-control.co.uk on line 79
The idea is that once the user has filled in the form, hits submit, next page compares the database to these hidden values "1,2,3,4" and then updates the database where the ID in the database is "1,2,3,4"
Any help here would be great
No comments posted yet
Your Answer:
Login to answer
207
26
Other forums
Oracle Connectivity
Hi Every One,
Can we access SAP from oracle database.If it possible then please spec
From Header Showing 'Unkown' In Hotmail? Why?
Code: $to = $row_GetID['email_addr'].',sales@mywebaddress.co.uk';
$subject = 'Thank you for you
Results from Db outputted twice
Hey guys.. for come reason my data is outputted twise shown in the image below and i cant figure out
Track downloads' status
Hello,
I need to make somehow, some system, to track whether downloads are completed or faile
update sql when refresh - php
hi
I have made a table (attachement)
the users can update the sql database using + or x bu
xml
<?php
echo "<h1>XML Articles</h1>";
$home
ORA-01017: invalid username/password; logon denied
Dear All,
I am facing problem in taken backup from db13 it comes up with the following l
PEAR Email Attachment w/ $gpg
I have no issues with this code if I take out the attachement section and include the info in the em
dropdown menu
Hello everbody,
I am php newbie.
I need to develop a program that once click the drop do
COde for a Cc
I'm not receiving $ft as a Cc. Why is that??
$to = "$email";
$headers = "Fr