Dear All, 
 
Greetings. 
 
Please let me know if the following can be done with php.  All I need to do is this, 
 
Just assume that I have a text file with a separator like  "|"
 
It would be something like this 
 
"ImagePath" | "DialogName" | "Dialog location<path>"
 
I have to read the text file of above format and display in the html file.  

<p><img src ="ImagePath1"> <a href="Dialog location path1">DialogName1</a></p>
<p><img src ="ImagePath2"> <a href="Dialog location path2">DialogName2</a></p>
<p><img src ="ImagePath3"> <a href="Dialog location path3">DialogName3</a></p>
 
Thank you 
 
With Regards
 
karthikeyan 
-------------------------------------------------------------------------------------------------------------
Judge not, that ye be not Judged - Abraham Lincoln's favorite quote
-------------------------------------------------------------------------------------------------------------

Reply via email to