HTML Tutorial


 Forum HomeForum Home   FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
RegisterRegister - Not registered yet? Got something to say? Join HTML Code Tutorial!
Text area
Post new topic   Reply to topic    HTML Help Forum Index -> PHP
View previous topic :: View next topic  
Author Message
Zaphieon



Joined: 13 Oct 2009
Posts: 8

PostPosted: Tue Oct 13, 2009 11:28 am     Text area Reply with quote

This is what I have -- it works but I want when you hit Enter to make a new line..

Also would love to implement a WYSIWYG editor into it.. but thats above my knownledge.

Code:
<?php
$loadcontent = "bio.htm";
    if($save_file) {
        $savecontent = stripslashes($savecontent);
        $fp = @fopen($loadcontent, "w");
        if ($fp) {
            fwrite($fp, $savecontent);
            fclose($fp);
                               }
                }
    $fp = @fopen($loadcontent, "r");
        $loadcontent = fread($fp, filesize($loadcontent));
        $loadcontent = htmlspecialchars($loadcontent);
        fclose($fp);

?>
<form method=post action="<?=$_SERVER['PHP_SELF']?>">
<textarea name="savecontent" cols="70" rows="25"><?=$loadcontent?></textarea>
<br>
<input type="submit" name="save_file" value="Save"> 
</form>
PayneLess Designs



Joined: 28 Feb 2007
Posts: 3599
Location: Biloxi, MS

PostPosted: Tue Oct 13, 2009 7:19 pm     Reply with quote

Can't test any PHP, but there may be a PHP version of this:

TinyMCE - Javascript WYSIWYG Editor

Maybe...

WYSIWYG HTML editor

Quote:
WYSIWYG HTML EditorThese are free WYSIWYG HTML editors that can be easily implemented in your site to allow your visitors to post html content and photos


This may help you solve your new line problem:

Mailer - New lines within textarea problem
New line or break line on TextArea Fields
Display posts from previous:   
Post new topic   Reply to topic    HTML Help Forum Index -> PHP All times are GMT - 8 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
HTML Help Archive
Powered by phpBB © 2001, 2005 phpBB Group
HTML Help topic RSS feed 

 
DARFUR
HOSTING / DESIGN
MAKE MONEY

Home
  |   Tutorials   |   Forum   |   Quick List   |   Link Directory   |   About
Copyright ©1997-2002 Idocs and ©2002-2007 HTML Code Tutorial