Jump to content

where should the php script that ajax calls lie?


ajoo

Recommended Posts

Hi all !

 

I am using a drop down menu to fill a part of a form which uses the jquery $ajax function to pass data to the server.

$.ajax({
type: "POST",
url: "testdata.php",
.
.

I have for the time being placed the testdata.php script that ajax calls in the root folder and that works fine. The question is that is it OK to place the testdata.php in the root folder ?

 

Should i place this script along with my other scripts outside the root folder ? What's the right / correct way ?

 

Thanks all !

Link to comment
Share on other sites

If however it could be done, it would also expose the internal path that would need to be passed into the ajax function along with the script name, probably creating a greater security risk maybe.

 

Thank loads.  

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.