Search found 3 matches

by jassiechahal
Fri Jun 08, 2007 12:02 am
Forum: PHP - Theory and Design
Topic: how to call a webservice written in php from an ASP page
Replies: 1
Views: 1076

how to call a webservice written in php from an ASP page

Hi there

if is write a web service using NUSOAP in php, can a ASP script make use of this service

can you refer any Website from where i can get an idea for how to call a webservice written in php from an ASP page


thanks in advance

jas
by jassiechahal
Mon May 14, 2007 10:23 pm
Forum: PHP - Code
Topic: Error handling
Replies: 2
Views: 328

re:

thanks for your reply,

i know that this can be handled in that way,
my question is
can we have a error handler that is global in scope for all phps and if there is an error during the execution of the script it could send an email to me


regards,

jas
by jassiechahal
Mon May 14, 2007 10:03 pm
Forum: PHP - Code
Topic: Error handling
Replies: 2
Views: 328

Error handling

Hi there, how can i improve on my error handling say for example within my php script i have this line of code $result = this_function_does_not_exit(); // this will cause a fatal error if i want to send an email to myself in above scenario how can that be done. thanks in advance jas i am using php4.3