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!
Heres the thing... i have an article database in which inside the main article field (text) has html code inside... I have it then get the information and display it on the page. The article shows fine, but for Single ' and double " quotes they are changed to question marks instead. Anyone know why?
Heres the basic overview of the code...
i tried print article... i tried stripslashes($article1);, addslashes($article1); and single and double quotes. Anyone know what the problem might be and how to fix it ? My email is info@asedesigns.com thanks.
do u have access to the databsae itself, ie can you execute the SQL statements directly on the database server. The reason I ask, is it may be the way you are inserting the data into the databse...
What is the script for getting the data into the database?