ajax.beginform - php with apache and xampp

one text

Solution:

I like to keep a small footprint and so append the php to the html page, after the tag. I am writing a small store inventory monitor and the inventory is a dot-txt file. When i CRUD an item i want to tell the server what and where so that the 'database' is current. The PHP i have appended sees the initial GET sent by the browser to load the page. When I $.POST() or $.GET() to the same URL as the running page i dont see it. I am wondering if it is a 'localhost' issue or piss-poor programming on my part. wie when the browser sends a 'GET' i see it, when my code sends a 'GET' i dont.

Source