how i can use this php tags?
br12n
br12n
Moderator: General Moderators
Re: br12n
fugix wrote:im not sure what youre asking..can you give more detail please?
here, watch this.. and the coding im using in myphp all beloging to this video..
http://www.youtube.com/watch?v=hEpgs8SG ... ure=relmfu
Re: br12n
Your're thinking of http://php.net/manual/en/function.nl2br.php?
Re: br12n
An example from php.net:
Will output
Code: Select all
echo nl2br("foo isn't\n bar");
Code: Select all
foo isn't<br />
bar