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:
Post a Comment