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 '

                                
                                 /publisher?publisherId=' . $row['id'] . ' '
. $row['name'] . ' 
                            
                                
                                 /statements/upload?publisherId=' .
$row['id'] . ' Upload New Statement 
                            
                                
                                 /statements?publisherId=' . $row['id'] . '
View Statments 
                            
                        ';
-- 
View this message in context: 
http://n4.nabble.com/Send-parameter-to-form-as-post-tp1576275p1576275.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to