Hosted by: Eyo Technologies Pty Ltd. Sponsored by: Actiontec Pty Ltd
[code] tags don't display codes [Archive] - Aussie Phorums

PDA

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.

nsu
07-12-2003, 07:37 AM
<?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 */

nsu
07-12-2003, 07:38 AM
<?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 */

nsu
07-12-2003, 07:39 AM
This text should look like normal with all tags to the sides, right?

erhm

nsu
10-12-2003, 10:47 PM
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.:)