3 Reputation Points
Ranked #4K
- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
100% Quality Score
- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
0 Endorsements
Ranked #22.6K
~235 People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.
Favorite Forums
Web Development x 9
2 Posted Topics
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 validating that a user is authorized to access the exam page, sessions …
Re: fck editor
After assigning the string from the db field to a variable such as [CODE] $row = mysql_fetch_array($result); $var = $row["field"]; [/CODE] Try using the html_entity_decode function like so: [CODE] $htmlvar = html_entity_decode($var); echo $htmlvar; [/CODE] This page will provide reference for this: [URL="http://us3.php.net/manual/en/function.html-entity-decode.php"]http://us3.php.net/manual/en/function.html-entity-decode.php[/URL] Hope this helps.
The End.
Evancool