gcastillo
Posts: 45
|
| Posted: 01/23/2009, 7:21 AM |
|
Hi,
I have a application with ajax.
I was implemented successfully ajax-clientcustomcode. But I need use Ajax-remotecustomcode but I don't understand flow of events and where I put my php code.
Somebody can help me please?
_________________
Giovanni
|
 |
 |
jjrjr1
Posts: 942
|
| Posted: 01/23/2009, 9:57 AM |
|
Hi.
If I underdstand your question and asuming CCS ver 4.. here is a simple explianation.
In your client side code you will see that CCS creates the javascript that makes the Ajax calls.
Your php code that is the service for your client side ajax code can be anywhere on your sever. You just need to be sure that the client side code calls the php code with the proper paths and that your php code returns the data in the expected format.
Also you could try the CCS service builders for your ajax routines.
Been a while since I did it so if you need more info.. let me know
Have fun
_________________
John Real - More CodeCharge Studio Support at - http://CCSElite.com |
 |
 |
gcastillo
Posts: 45
|
| Posted: 01/24/2009, 7:07 AM |
|
Thanks Jjrjr1
I resolve my problem with prototype autofill, with data in tree tables. Thanks for your concepts, it help me.
Best regards,
_________________
Giovanni
|
 |
 |
|