sam rumaizan wrote:
In PHP when you click on the menu text Update The Record the menu doesn’t open
it takes you to another page. But in HTML when you click on the menu text
Update The Record the menu dose open.
Update The Record
When you try the PHP version, do a "View Source" in
> It works with HTML without body
Technically, both html and body tag pairs are optional, but it make your
page clearer to understand when included.
First thing I'd suggest is NOT using echo. As far as I can see you have
no dynamic content being produced, so put the whole lot before the "
Hi
> In PHP when you click on the menu text Update The Record the menu doesnt
> open it takes you to another page. But in HTML when you click on the menu
> text Update The Record the menu dose open.
Clicking on the "Update the Record" link does the same for me in either
PHP/HTML versions. Tak
It works with HTML without body
Copy any paste this code and see it your self.
So the problem is not the body