Recent content by wigginDaddy

  1. W

    I would like to get Ajax call to php page to output javascript event registrations.?

    I know this isn't what you want to hear, but you would probably get more experienced results out of this question from a forum like devshed.com - that's where i go. You should try a developers forum.
  2. W

    I would like to get Ajax call to php page to output javascript event registrations.?

    I know this isn't what you want to hear, but you would probably get more experienced results out of this question from a forum like devshed.com - that's where i go. You should try a developers forum.
  3. W

    Script for Viewing a PHP Order Form?

    I'm not going to write an entire script for orders, but I will show you how to make a simple authorization form. There are a few ways to do it, the best way is using a database but no need if your site is small. The other way is to use a .htaccess file in apache - here is the PHP-only way...
  4. W

    Script for Viewing a PHP Order Form?

    I'm not going to write an entire script for orders, but I will show you how to make a simple authorization form. There are a few ways to do it, the best way is using a database but no need if your site is small. The other way is to use a .htaccess file in apache - here is the PHP-only way...
Back
Top