Archive

Archive for the ‘Developing’ Category

MySQL Class

August 30th, 2009

In the way of changing of style of coding to OOP , I tried to wrote various classes and call them back whenever I want , as a efficient one you would feel comfortable with that is MySQL class . in old way the query had to frequently be assigned to a variable and then the mysql_query() , mysql-fetch-array() , mysql-num-rows() or etc … appeared by default in most cases . Read more…

Developing, General, PHP, Programming , ,

Uplaod file to MySQL

August 24th, 2009

Hi everybody I know my blog was such a motionless place during two months ago but it’s going not to be …. I’ve been occupied by server replacing issue , however , I wasn’t work-less whole this stories ,  I wrote article main subjected on uploading a file to MySQL database . Read more…

Developing, General, PHP , , , , ,