Forum: PHP 21 Days Ago |
| Replies: 9 Views: 474 |
Forum: PHP 21 Days Ago |
| Replies: 8 Views: 939 |
Forum: PHP Aug 14th, 2008 |
| Replies: 9 Views: 474 |
Forum: PHP Aug 12th, 2008 |
| Replies: 9 Views: 474 Re: e-learning No problem, I'll try to answer these. I think for it to make sense, I'll need to answer the questions unordered. This is going to be long so brace yourself, and of course use this tutorial at your... |
Forum: PHP Aug 8th, 2008 |
| Replies: 9 Views: 474 Re: e-learning A couple questions, first, for the grading form, are you showing them the full results after the exam or just the score? Do the results go to a particular person or just in a database? How are you... |
Forum: PHP Aug 2nd, 2008 |
| Replies: 8 Views: 939 Re: fck editor Ok try the following:
<?php
# Filename: fcktest.php
if($_POST['submitted'] == 1) { # THIS IS THE RESULT AFTER FORM SUBMIT
mysql_connect("localhost", "root", ""); # change this to your... |
Forum: PHP Jul 29th, 2008 |
| Replies: 8 Views: 939 Re: fck editor sorry I kinda dropped the ball on this one, been too busy with work. anyone else can chime in when they want. |
Forum: PHP Jul 20th, 2008 |
| Replies: 8 Views: 939 Re: fck editor Let me do some research on this, what version of FCKEditor and PHP are you using? The code example above looks really old. |
Forum: PHP Jul 19th, 2008 |
| Replies: 8 Views: 939 Re: fck editor After assigning the string from the db field to a variable such as
$row = mysql_fetch_array($result);
$var = $row["field"];
Try using the html_entity_decode function like so: |