Skip to content

Tag: mysql

Character encoding issue with PHP/MySQL

I have a web application I have been developing locally on my computer, I have recently launched it on my web server with the exact same settings for MySQL, but for some reason I am encountering a character encoding issue where “smart quotes” (’) are being displayed as black triangles with questio…

UPDATE MySQL record of selected value from dropdown list

I’m just learning MySQL/PHP and I’m trying to update a mysql record of a selected value from the dropdown list. I have read through several tutorials, and tried to apply them, but I cannot get this working… What I want : I got a dropdown list with two options (Approved, Disapproved). I want …