NYCPHP Meetup

NYPHP.org

[nycphp-talk] Cool new feature on php.net

Jon Baer jonbaer at jonbaer.net
Mon Mar 3 17:21:40 EST 2003


I think an even cooler feature is if you mix it with the soundex,
levenshtein, or similartext, something i did w/ alicebot development a while
ago ... im still migrating from J2EE to PHP so i didn't realize it was
available ... but brings me to another question which is if there are any
packages that can automatically setup a SOAP based URI API for you?

/foo/bar?param1=one

Id like to wrap an API off one machine like this ...

app.website.com/api/function?params=x

Anything that can do XML-RPC/SOAP automatically?

- Jon

----- Original Message -----
From: "Chris Snyder" <chris at psydeshow.org>
To: "NYPHP Talk" <talk at nyphp.org>
Sent: Monday, March 03, 2003 11:15 AM
Subject: Re: [nycphp-talk] Cool new feature on php.net


> Hey! This strikes me as a really great way to mix dynamic content with
> static. The way php.net enables this feature is to use an Apache
> directive to invoke a script if the requested page isn't found:
>
> ># Handle errors with local error handler script
> >     ErrorDocument 401 /error/index.php
> >
> But another way to look at this is just the opposite: for most requests,
> I want the script to generate a page dynamically based on the request.
> But every now and then (a cache for popular pages, say, or an override)
> a page will actually exist at the requested URI, which will then be
served.
>
> Off to experiment I go!
>
>     chris.
>
>
>
> Adam Fields wrote:
>
> >On Mon, Mar 03, 2003 at 01:56:54PM -0500, Adam Fields wrote:
> >
> >
> >>Cool, yes. Not new - they've been doing this for quite some time now.
> >>
> >>
> >
> >Oh, also - more details (including instructions on how to set up
> >similar things for your own Apache server) are here:
> >
> >http://www.php.net/urlhowto.php
> >
> >
> >
>
>
> --
> If US military spending was cut by 1/6th, we could spend $100 billion on
the arts, with change.
> Imagine: culture instead of killing.
>
>
>
>
> --- Unsubscribe at http://nyphp.org/list/ ---
>
>
>




More information about the talk mailing list