Re: [PHP] How to catch an exception using SoapClient.

2012-08-15 Thread Ellis Antaya
like any other exception ... using a try catch block ;) Ellis 110010100001 " Unfortunately, no one can be told what The Matrix is. You have to see it for yourself. " twitter.com/floverdevel facebook.com/ellis.antaya google.com/profiles/ellis.antaya linkedin.com/in/ellisantaya On Mon, Aug 6

Re: [PHP] passing variables to php script

2012-01-10 Thread Ellis Antaya
"it can't work as long as long as there is Q:\ ins his form action" +1 David, which web server are you running (apache, iis, ...)? What is your document_root? And last question, where are your html file and your php file(the full file path)? --- Ellis (Sent from my iPod) On 2012-01-10, at 16:2

Re: [PHP] Re: Delaying $(document).ready() in jQuery until php script finish

2011-03-06 Thread Ellis Antaya
Also, the $(document).ready() is triggered when the DOM is ready to be manipulated. I dont know why you would consider alter the behavior of this event, maybe what you want is to create yourself a custom event handler ... On Sun, Mar 6, 2011 at 21:43, Ellis Antaya wrote: > i'm no

Re: [PHP] Re: Delaying $(document).ready() in jQuery until php script finish

2011-03-06 Thread Ellis Antaya
i'm not sure i understand your problem ?!? php runs on the server, delivers html code and/or javascript to the browser and only from there the jQuery will execute it's main loop and start trigger some events such as the ready event. So the php script is always finish when javascript start to exec

Re: [PHP] Invalid chars in XML

2010-09-20 Thread Ellis Antaya
CDATA tags is what you need --- Ellis (Sent from my iPod) On 2010-09-20, at 16:57, Bastien Koert wrote: > On Mon, Sep 20, 2010 at 4:07 PM, robert mena wrote: >> Hi, >> >> I am trying to parse a XML file with simplexml_load but it gave me error. >> While inspecting the contents I found a & in