PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
$id=$_POST['id'];
if($id){
echo '<table><tr><td>$id<td></tr></table>';
echo "<input type='submit' name='chose' value='Send'></td></tr>";
}
else {
echo '<a href="file1.php">back</a>' ;// I have problem here, when I back, I have new table but I want a table with chosen button.
}
and [syntax="..."] tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color]
MODIFY your file1.php as this
and [syntax="..."] tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color]