<?php ?> <form action="<?php $PHP_SELF ?>" method="post" target="_blank"> <script type="text/javascript"> <!-- // Automatically calculates the editor base path based on the _samples directory. // This is usefull only for these samples. A real applica tion should use something like this: // oFCKeditor.BasePath = '/fckeditor/' ; // '/fckeditor/' is the default value. var sBasePath = document.location.pathname.substring(0,document.location.pathname.lastIndexOf('_samples')) ; var oFCKeditor = new FCKeditor( 'FCKeditor1' ) ; oFCKeditor.BasePath = sBasePath ; oFCKeditor.Height = 300 ; oFCKeditor.Create() ; //--> </script> <br /> <input type="submit" value="Submit" /> </form>
Zamiast zawartosc kolumny TRESC dostaje taki komunikat Resource id #3
tabela,kolumna i wiersz istnieją

po zmianie na mysql_fetch_row jest to samo :/
<?php ?> <form action="<?php $PHP_SELF ?>" method="post" target="_blank"> <script type="text/javascript"> <!-- // Automatically calculates the editor base path based on the _samples directory. // This is usefull only for these samples. A real application should use something
like this: // oFCKeditor.BasePath = '/fckeditor/' ; // '/fckeditor/' is the default value. var sBasePath = document.location.pathname.substring(0,document.location.pathname.lastIndexOf('_samples')) ; var oFCKeditor = new FCKeditor( 'FCKeditor1' ) ; oFCKeditor.BasePath = sBasePath ; oFCKeditor.Height = 300 ; oFCKeditor.Value = '<?php //echo " '.$row['tresc'].' "; ?>' ; oFCKeditor.Create() ; //--> </script> <br /> <input type="submit" value="Submit" /> </form>