PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
I've got a database that contains some phrases. I grab these phrases from the database and then display them one by one. But initially I don't want any of the text to show. Then as each line shows you have to click a link to display the next line. Pulling from the database works fine, but I'm using prototype/scriptaculous to make these hidden divs visible. It works fine on the first time, but when I dynamically generate the link code - it doesn't work. The script in its entirety is below. Any thoughts?