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!
im getting Fatal error: Call to undefined function: htmlspecialchars_decode() in /home/public_html/movies.php on line 44
my server is php5 and script work in php4 could tell how do i fix for htmlspecialchars_decode ?
Copy+paste that code to the top of your file you want to use it, alternatively put that function in it's own file then include() it on every page you need the function available.