The Artima Developer Community
Sponsored Link

Python Buzz Forum
PHP enabled Browser

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Rob Hudson

Posts: 17
Nickname: robhudson
Registered: Aug, 2003

Rob Hudson is a Python newbie writing with PHP and Perl backgrounds.
PHP enabled Browser Posted: Nov 27, 2003 11:23 AM
Reply to this message Reply

This post originated from an RSS feed registered with Python Buzz by Rob Hudson.
Original Post: PHP enabled Browser
Feed Title: Thoughts from Rob Hudson
Feed URL: http://treborhudson.blogspot.com/
Feed Description: PHP, Python, Linux, Web
Latest Python Buzz Posts
Latest Python Buzz Posts by Rob Hudson
Latest Posts From Thoughts from Rob Hudson

Advertisement

Latest thought...

The goal: To be able to distribute PHP based applications on CD with the ability to access them without a network connection, and without installing Apache (or other) web server.

The idea: Take a browser engine (Gecko, KHTML, Trident (IE)) and make a simple browser, but also compile in a PHP engine. When you load a page on your local filesystem (or CD) with this PHP enabled browser, it would first as PHP to process the file. The resulting HTML would then be displayed in the browser.

Sounds simple enough, right?

The major complicati 1000 on I see is what you do about GET and POST requests. When you submit a form, what happens? The PHP enabled browser would have to have bits of server ideas in it. Or just code around those so they don't happen.

Update: Found MozPHP.

Read: PHP enabled Browser

Topic: Proofs, Types, and Java Integration Previous Topic   Next Topic Topic: ZEO Cache Effectiveness

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use