PHP, AJAX, etc.
PHP, AJAX, etc.
Out of context: Reply #15
- Started
- Last post
- 17 Responses
- joyride0
cosmo,
sendAndLoad is what I usually use. send it to the php and get an xmlObject back and parse the data.
LoadVars() is actually a good way if you want to Post the request to the server, it's more secure then sendAndLoad but most flash apps are not sending crucial data.