We are constantly trying to improve PHP Freaks and these forums, so feel free to go to the PHPFreaks Comments/Suggestions board and point out anything you'd like to see different!
0 Members and 1 Guest are viewing this topic.
<p>Test Tiny MCE link interview template</p><?php$my_url=get_bloginfo('template_url').'/tiny.php';echo $my_url;?><form method="post" action="<?php ('$my_url');?>"> <p> <textarea name="content" cols="50" rows="15">This is some content that will be editable with TinyMCE.</textarea> <input type="submit" value="Submit" /> <input type="hidden" name="submitted" value="TRUE"/> </p> </form><p>Link to tiny test page</p><?php$my_url=get_bloginfo('template_url').'/tiny.php';echo $my_url;?><br /><a href="<?php ('$my_url');?>">Link to tiny</a>
<?php echo "<a href=\"" . $my_url . "\">Link to tiny</a>";?>