Forum closed. New forum available at http://community.wymeditor.org/

integration with php ?

Support forum for WYMeditor.

integration with php ?

Postby x@v on Thu Oct 02, 2008 7:48 pm

Hello,
i try integred with php, how take variable
exemple:
Code: Select all
<form method="get" action="basic.php">
<textarea name="basic" class="wymeditor">&lt;p&gt;Hello, World!&lt;/p&gt;</textarea>
<input type="submit" class="wymupdate" />
</form>
<p><?php echo $GET['basic'];?></p>

my variable don't print ?

Merci
x@v
 
Posts: 2
Joined: Thu Oct 02, 2008 7:45 pm

Re: integration with php ?

Postby jayjayjay_92 on Sat Nov 01, 2008 11:01 am

<?php echo $GET['basic'];?> i think it's the problem, try <?php echo $_GET['basic'];?> if doesn't work try with post
jayjayjay_92
 
Posts: 3
Joined: Sat Nov 01, 2008 10:48 am


Return to Support

Who is online

Users browsing this forum: No registered users and 1 guest