hi everyone, does anybody know the equivalent characters in PHP for these Vb characters - chr$(13) - chr(10)
all answers are welcome,
regards, niroshan
try "\n"
PHP has a chr() function too.
The characters arent VB, they are ASCII (I presume). chr(13) = "\r" chr(10) = "\n" when used in a string.
hi, Thank you very much for all for replying. I really appreciate it.
Please
#1 Use descriptive topics instead of "need help!!!!!" (5 exclamation points?
#2 Click on "this issue is resolved" near the bottom of the page.
Thanks!