tags:

views:

130

answers:

1

Hi guys, my XAMPP is activated but the Ajax scripts are not working. It should really work because I got it from a book and double checked the codes and the connections for the database but it didn't work.

Whats the problem anyhow?

The code is located on Chapter 5 http://www.myphpbook.com/download I just started to programming so I dont have any idea how to make this work.

A: 

I assume you have JavaScript code making a request from PHP code. Is the JavaScript making the request? You can use Firebug to set breakpoints and see network requests.

Is the PHP code that serves the request running?

Was everything going well before Chapter 5?

Nosredna