Célio
Visitor
|
Re:send xml with php - 2006/03/20 17:29
Well yeah you can do it this way, but if the waiting time is less than 30 second (more or less, it depends on your PHP configuration) you can send a LoadVariables to php that makes the call and wait for the php to return (if you have access to the php configuration you can increase the timeout)
or else you can do that with php scripts with fsockopen(), but you will have to modify Palabre so that it calls a php script on specific client action.
good luck !
|