Hello,
I am trying to get some variables from a php using ajax but I do not know how they are done.
I have SESSION type variables in PHP, and I want to send them by ajax to a form that is in EXTJS.
the variable is of this type: $ default_name = $ _SESSION ['default_name'];
Someone could give me an example of how to send a variable from PHP by AJAX to another?, Because I see pure examples passing data from a form by ajax to php but not backwards.
Any ideas?
Thank you very much!!
I am trying to get some variables from a php using ajax but I do not know how they are done.
I have SESSION type variables in PHP, and I want to send them by ajax to a form that is in EXTJS.
the variable is of this type: $ default_name = $ _SESSION ['default_name'];
Someone could give me an example of how to send a variable from PHP by AJAX to another?, Because I see pure examples passing data from a form by ajax to php but not backwards.
Any ideas?
Thank you very much!!