On Thu, 16 May 2002, karthikeyan wrote:
> 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>

http://php.net/fopen
http://php.net/fgets
http://php.net/explode

miguel


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to