Hi all,
I have this code to go to form upload put in the form page i not need show
the parameter publisherId i need set on input type hedden.
how can make this
echo '<tr class="odd_info">
<td class="publisher_name">
/publisher?publisherId=' . $row['id'] . ' '
. $row['name'] . '
</td>
<td class="royality">
/statements/upload?publisherId=' .
$row['id'] . ' Upload New Statement
</td>
<td class="view_rss">
/statements?publisherId=' . $row['id'] . '
View Statments
</td>
</tr>';
--
View this message in context:
http://n4.nabble.com/Send-parameter-to-form-as-post-tp1576274p1576274.html
Sent from the Zend Framework mailing list archive at Nabble.com.