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!
for a script I am making, I am unable to echo. is there any possible way to rewrite the following code without echo or print and still maintain the same functionality?
this page is being included in an ajax page to make a "shoutbox" type thing. there's an issue with echo/print commands so im trying to see if theres a substitution, previously I had been using a text file as my database and was able to just return the top twenty lines of the file.