what if i my txt file is like this:
id message link
[0] this is my first message ../pages.html
[1] this is my second message ../pages2.html
how do i display specific data (using the id) in my marquee using php? and how do i put links to each message (also based on the txt file)?
hope you guyz can answer my question. thanks!