AJAX / JQUERY帖子,包括

Find this confusing...

If a user fills in a contact form (contactus.php) and submits the form using AJAX/JQuery to (process.php) and on the (process.php) there is a include function but the PHP file isn't being included..

Why could that be??

LOL if it makes sense. All help would really be appreciated.

include("file_name_goes_here.php");

OR__________________________________________________

How can I make (index.php) read a text file's contents as php coding and then excute it?

$data = file_get_contents("file.txt");

Can you load your txt file as a string and use eval? Note: I'm not suggesting this is a good idea!