Malcolm Mill wrote:
> Create a web page that allows me to create files with basic formating
> tags in them (i.e for html <html><body>.....</body></html>: for shell
> #!/usr/bin/php....: for php <?php.....?>).

You can use PHP to http://php.net/echo out any kind of content you want,
including HTML if you use http://php.net/htmlentities to make them visible
in the browser and http://php.net/urlencode to send them back and forth in
forms.

That said, you may want to just *BUY* a good IDE like DreamWeaver or the
Zend IDE or Komodo instead of trying to write one from scratch.

If you are having a tough time coding because you can't remember tags and
functions, writing your own IDE is going to be a nightmare.

-- 
Like Music?
http://l-i-e.com/artists.htm

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to