Page 1 of 1

Help the Noob!

Posted: Thu Nov 20, 2008 10:56 pm
by Jermboy
Hi all im am new to the site!

I have been running a localhost on a windows machine, and I finally uploaded my website mostly PHP, it no longer works mostly AJAX and RSS, in firebug when I click on GET POST it returned 404. When you first purchase a domain do you have to set up anything (in c-panel) to use AJAX etc.?

Re: Help the Noob!

Posted: Fri Nov 21, 2008 1:16 pm
by califdon
Please read Forum rules. Do not use general topics, like "Help...".

No, Ajax is nothing more than using Javascript together with PHP.

But if you had a working site on a remote hosting service and expect it to run on your local computer, you need to review each and every PHP and HTML page on your site to be sure that all references are appropriate, starting with the directory structure. If that's exactly the same, then you need to look for references to URLs, such as the "action" parameters in <Form...> tags, hyperlink tags, any redirects, etc. etc. Typically, you may need to change code that refers to other files.