Jump to content

Recommended Posts

  • 6 months later...
Posted

I'm going through the killerajax.com video tutorials right now and have discovered that the ajax tutorial source code on the site is the outdated version that Stephan talks about in the videos (i.e. it uses checkboxes, instead of the "add" links, and all of the code that Stephen adjusts in the videos is unadjusted in the source code). I sent Stphen an email to see if he'll upload the correct version of the source code.

 

As a quick fix to get the search feature to work for computers or cars, open up searchResults.php and type the following line of code on the second line:

$sinput = $_GET['sinput'];

 

I'm not finished with the videos but I'm guessing that some more $_GET[] statements might be in order.

Posted

Alright, I finished watching the ajax videos, and I've fixed the source code (wasn't easy, since I had to look at the videos and adjust the code accordingly!). I also fixed a couple bugs along the way. I emailed the updated source code to Stefan (he told me that he had lost the code a long time ago).

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...