I have purchased PHP GUI and have just started using it.
I have noticed the following
PHP GUI webserver apparently does not recognize the shorthand "<?" as
the start of a php section in the code. It requires the "<?php"
instead. This is no big deal as I can edit my php source to use the "<?
php". Would you consider changing the webserver to recognize the
"<?" ?
The web browser does not have a status line at the bottom. The status
line is helpful to me when developing a php program. Would you
consider adding the functionality to the web browser?
And lastly, as far as I can tell, the web browser does not have a
"show source code" function. This is very helpful when debugging new
scripts. Is it possible to add this to the internal web browser?
Thanks for your consideration
This is defined in php.ini. You can change it by editing the php.ini file.
> The web browser does not have a status line at the bottom. The status
> line is helpful to me when developing a php program. Would you
> consider adding the functionality to the web browser?
OK
> And lastly, as far as I can tell, the web browser does not have a
> "show source code" function. This is very helpful when debugging new
> scripts. Is it possible to add this to the internal web browser?
For now, if you turn off the browser's GUI, then you can right click and
click the View Source item.