FCKeditor - Samples - Posted Data
		This page lists all data posted by the form.
		
		
			
				| Field Name   | 
				Value | 
			
 $value )
{
	if ( get_magic_quotes_gpc() )
		$postedValue = htmlspecialchars( stripslashes( $value ) ) ;
	else
		$postedValue = htmlspecialchars( $value ) ;
?>
			
				| =$sForm?> | 
				=$postedValue?> |