Hi,
I am using a richtext editor (http://www.dynamicdrive.com/dynamici...itor/index.htm) but it does not show up on my PHP page. Can anyone help?
Thanks,
Ed
Hi,
I am using a richtext editor (http://www.dynamicdrive.com/dynamici...itor/index.htm) but it does not show up on my PHP page. Can anyone help?
Thanks,
Ed
A link to your problem page (or even the source code) would be helpful to us so that we can troubleshoot the problem faster than going through all the possibilities of what it could be.
"Computer games don't affect kids; I mean if Pac-Man affected us as kids, we'd all be running around in darkened rooms, munching magic pills and listening to repetitive electronic music." - Kristian Wilson, Nintendo, Inc, 1989
TheUnlimitedHost | The Testing Site | Southern Utah Web Hosting and Design
I am trying to load a value called "user text" from an SQL database that the user can then edit and update. It all works fine apart from it doesn;t show up when <?php echo $user_text; ?> is in it.Code:<script language="JavaScript" type="text/javascript"> <!-- //Usage: writeRichText(fieldname, html, width, height, buttons, readOnly) writeRichText('user_text', '<?php echo $user_text; ?>', 400, 200, true, false); //--> </script>
It would help loads if this could be sorted out.
It doesn't matter, I used this RTE instead: http://www.dynamicdrive.com/dynamici...iwyg/index.htm.
Thanks,
Edmund
Bookmarks