Click to See Complete Forum and Search --> : Menu, JS & PHP


esapo
02-15-2003, 10:10 PM
Hi!

I have a menu created in js and one of the sentences is

submenuItem("Antón Perulero","publica.php?id=1","","camden_plain");

this is one of the subitems of the menu. I need that the php executes in a cell in a table of the same page. This cell has an "include" that reference an php called publica.php.

The problem is that I dont know where/how to include the $PHP_SELF

Thanks in advance!