ascii-php
Posted: Sat Jul 19, 2003 11:59 am
hi all...
i have java applett that generates ascii images in the form of html. so, i get a text object. i would like if i can get every line of that object become variable so i can use that variable in php..
for example:
this is the text
1. fasdasfdastwawa
2. 4atatgfadsgfasgfa
3. fgdasfasas
so, i would like to have this situation automatically:
var1= 1 line
var2= 2 line..
is it possible to do that in php
thanks
v