Friday, September 12, 2008

PHP with old idea

I have a old idea for proposal to php server to be able to work more efficiently. I am not a great programmer, but this idea will sure make me use php more often.
Think of asp.net for a moment and allow the server control idea to be adapted by php.
you would have the asp.net interpreter a tag this way
< id="text" text="Hello This is the test to enter">< /asp:TextBox >

now php can do this in this manner
< ?php:TextBox id="text" Value="what ever you think can be placed here" / >

This idea is great for php as it will open the idea for event driven programming with in php. What are we waiting for lets get this going.

No comments: