Jump to content

[SOLVED] array passing to button


spooke2k

Recommended Posts

my problem is this ill show code then explain what i want

 

echo "<td width = 100px align=\"center\"><input type=\"submit\" name = \"{$row['productcode']}\" value= \"Download\">

</td>";

 

this bit is on a while loop adding buttons to a table giving them a unique name according to the record comming ba ck this is in a php self form so that it creates the table on fly deping on what query has been requested to run.

 

$prodcuctname[$count] = $row['productcode'];

 

trying to add the unique name to a array

 

now at the top of this php script is this

 

i want to do a check to see if the button has been clicked and then load the new query in but this part doesnt work how to i check to see it those unique buttons have been clicked and then exercute according new query.

 

//doesnt work

while ($i <= 6) {

if( $_POST[$procuctname[$i]]=='Submit')

{

getimage("http://" .$procuctname[$i]);

}

$i++;

}

 

PLEASE PLEASE

anyone know how to fix this its really important

 

Spooke2k

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.