Re: html editor written in PHP

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



I have not seen any and I know that you don't have time to read the replies
of everyone who hasn't seen something.  So let me tell you why it's most
likely that there is not one (PHP HTML editor w/o JS).

PHP is server side.  Every click of the mouse would have to cause a page to
be refreshed (a trip to the server and a trip back to the browser.)  JS is
client side (it runs in your browser on your computer).  all of the editing
and tweaking can be done without a trip back to the server.  The only time a
trip is made to the server is to save the data after the editing is over.

Most guys who write code ask themselves "Where is the best place to run it?"
Usually for this type of app the answer is JS client side.  Now, there may
be a need for server side editors -- in the case of Mac JS not behaving the
same way as windows JS.  I have a couple of installations of JS CMS which
work wonderfully well on windows machine and appear broken on Macs.

Mark Cain



----- Original Message -----
From: "Dustin Krysak" <mailinglists@xxxxxxxxxxxxxxxxxxxx>
To: "PHP" <php-general@xxxxxxxxxxxxx>
Sent: Wednesday, May 18, 2005 6:02 PM
Subject:  html editor written in PHP


> Has anyone seen an example of a HTML editor written in PHP (no JS)?
> You know the ones - for adding HTML tags to a text field, etc.
>
> Thanks!
>
> d
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>

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


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux