Jump to content

[SOLVED] submit msg in specific part of the page


asmith

Recommended Posts

if i have a html table like this :

 

<table>
<tr><td id="site logo"><img src="site logo.gif" /></td></tr>
<tr><td id="content"> <form action="submit.php"   \\ submit a user 

</form>
</td>
</tr>
</table>
.
.
.
submit.php

<?php
// if everything was ok ,   
echo "you are now a registered user";
?>

 

 

how can i make the "you are now a registered user"  in  my html row 2 , in content part without echoing the whole page again ?

(the coding above shows "you are now a registered user" in a all white page)

Archived

This topic is now archived and is closed to further replies.

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