Hi Folks Now I am tasting Jquery AJAX
My BIG problem is $("#myID").load("/mysite/myCustomDir/MyOtherPlace/myscript.php"); Yes I can run my php file. Excelent! but How can I set to this file to run in http://localhost/mysite/mydir/myplace? In other word I would like to say to my server hey! I am in http://localhost/mysite/mydir/myplace load me Every time run in http://localhost/mysite It is impossible set the web url by php. Could I set with Jquery? In my case is impossible set /mysite/myCustomDir/MyOtherPlace/myscript.php equal with http://localhost/mysite/mydir/myplace Regards -- Mário