View Full Version : [code] tags don't display codes
Karmond
06-12-2003, 11:34 PM
This text should look like normal with all tags to the sides, right?This text should look like normal with all tags to the sides, right?
That's how it is on other forums anyway.
<?php
/* $Id: Form_Validator.php,v 1.4 2003/12/05 07:49:07 nsu Exp $ */
/* Form_Validator class */
class Form_Validator {
/* an array of error messages */
var $error_msgs;
function Form_Validator() {
$error_msgs = array();
} /* end function Form_Validator */
<?php
/* $Id: Form_Validator.php,v 1.4 2003/12/05 07:49:07 nsu Exp $ */
/* Form_Validator class */
class Form_Validator {
/* an array of error messages */
var $error_msgs;
function Form_Validator() {
$error_msgs = array();
} /* end function Form_Validator */
This text should look like normal with all tags to the sides, right?
erhm
I won't be bothered to go through the codes. I think the next beta should not be far away. Use [PHP] instead for the time being.:)
vBulletin, Copyright ©2000-2009, Jelsoft Enterprises Ltd