Jump to content

ajax php, require problem


mahdi_20

Recommended Posts

hi, all

i have a form in my php code, that i send this form fields to server with ajax.

an i have server page(php) for get response text

the server page include some php code that one of this code is :

 

Require_once("class/customer");

 

this cause my http.status refer 500

when the line of code deleted, my http.status refer 400 and i have not any problem

what is solve way? ???

 

thanX in advance.

Link to comment
https://forums.phpfreaks.com/topic/115173-ajax-php-require-problem/
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.