You will need to write a script in PHP to output XML data from the data you
currently have in your db/files.

Hope this helps

- Sid
----- Original Message -----
From: "Yamin Prabudy" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, July 04, 2003 1:48 AM
Subject: [PHP] Web Services


> Hi there,
> hope someone ini this list can help me out..
>
> I had made a web services using Keith Devens library
> It's already run and OK...
>
> Now I try to make a client using ASP .NET to connect to my web services
>
> Did anyone know how to pull out the classes/function in my web services
with
> kd_xmlrpc ??
> like the google if we try to used the web services server we can see all
the
> available function/class
>
>
> Thanks in Advance
>
> yamin
> ----- Original Message -----
> From: "Boaz Yahav" <[EMAIL PROTECTED]>
> To: "David R" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
> Sent: Friday, July 04, 2003 4:39 PM
> Subject: RE: [PHP] cookie question
>
>
> Go to your browsers setting and ask the browser to prompt before setting
> cookies.
> in IE go to : tools -> Internet Options -> Privacy --> Advanced -->
> Override automatic cookie handling.
>
> See if your page tries to set the cookie at all.
> If not, try to add : error_reporting(2039);
> maybe you are sending the headers before you set the cookie.
>
> Sincerely
>
> berber
>
> Visit http://www.weberdev.com/ Today!!!
> To see where PHP might take you tomorrow.
>
>
> -----Original Message-----
> From: David R [mailto:[EMAIL PROTECTED]
> Sent: Friday, July 04, 2003 11:25 AM
> To: [EMAIL PROTECTED]
> Subject: Re: [PHP] cookie question
>
>
> I tried it that way, and variations on it. I still have had no luck. Any
> other ideas? Thanks again David R Thanks for you he "Boaz Yahav"
> <[EMAIL PROTECTED]> wrote in message
> news:[EMAIL PROTECTED]
> Try
>
> setcookie("auth","$val",time() + 3600,"/",".avenew.com");
>
>
> also look here : http://examples.weberdev.com/get_example.php3?count=67
>
> Sincerely
>
> berber
>
> Visit http://www.weberdev.com/ Today!!!
> To see where PHP might take you tomorrow.
>
>
> -----Original Message-----
> From: David R [mailto:[EMAIL PROTECTED]
> Sent: Friday, July 04, 2003 9:44 AM
> To: [EMAIL PROTECTED]
> Subject: Re: [PHP] cookie question
>
>
> I have never read anything about a production server domain. How do I
> set the cookie for it? Thanks. David R
>
>
> "Leif K-Brooks" <[EMAIL PROTECTED]> wrote in message
> news:[EMAIL PROTECTED]
> > David R wrote:
> >
> > >Hello,
> > >I have a cookie question.
> > >
> > >I have the following code is a file called tc.php
> > >
> > ><?
> > >global $HTTP_POST_VARS, $HTTP_COOKIE_VARS, $settings, $sql ;
> > >        $val="123";
> > >        setcookie ("auth", $val , time() + 3600);
> > >        $cookie = $HTTP_COOKIE_VARS['auth'];
> > >        echo "cookie is: $cookie";
> > >?>
> > >
> > >I have no problem retrieving the value cookie value ( 123 ) on my
> > >local machine but when I post to the internet I can't get the cookie
> > >value.
> > >
> > >Any ideas why?
> > >
> > Did you set the cookie for the production server domain?  Cookies for
> > your local machine won't still be there once you upload, you know.
> >
> > --
> > The above message is encrypted with double rot13 encoding.  Any
> unauthorized attempt to decrypt it will be prosecuted to the full extent
> of the law.
> >
> >
>
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to