On Jun 19, 2004, at 2:41 PM, Oliver Cameron wrote:
I'm just wondering what sort of method I should use to render PHP in
my WebView, should I (if PHP is detected) save the file temporarily
and load that? Right now I just load a string of HTML, which of course
doesn't render the PHP. Any ideas?
Perhaps I'm misunderstanding the question, but here's the answer to the
question I think you're asking:
Typically, PHP scripts are executed by web servers. If you have a local
copy of a .php file, there's no web server, and nothing to execute the
script. That's the same with all web browsers.
The Web Kit framework does not contain a PHP interpreter.
-- Darin
_______________________________________________
webkitsdk-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webkitsdk-dev
Do not post admin requests to the list. They will be ignored.
References:
>Rendering PHP (From: Oliver Cameron <email@hidden>)