Search results

  1. I

    I need a php/mySQL news tutorial ?

    Does anyone know of ANY php news system tutorial? Seems to be a bunch a tutorial of how to add, edit and delete record from mySQL ...but I?m looking for "breaking news comes here", if new articels is added the "breaking news" drop down to the second area, then third area and finally adds upp...
  2. I

    charset problem between mySQL and php webpage?

    I?m gonna make this simple.... I?m making webpage (news page) in php with mySQL database (phpmyadmin) I have a problem with charsets When I add record in database all special characters appeared in the DB as a mess but I was able to fix it with this script (mysql_query("SET NAMES utf8")...
Back
Top