Archive

Archive for the ‘Programming’ Category

explode() and preg_replace() functions are recommended

September 2nd, 2010

Hi , I wanna indicate to two small and petty serious notes I reached and experiences gotten in php programming , however each programmer has his manner but it’s necessary to read php changelogs .

Read more…

General, PHP, Programming , , , , ,

Magic of programing

January 31st, 2010

Today I’ve been accidentally paying attention to a php code that reminds me a issue that it ain’t totally important how long has somebody been in programing world , just his ability to reduction and maintenance ! Read more…

General, PHP, Programming , , , ,

Ward class

September 29th, 2009

In the present paper there will be a speech about one of safety ways of the programming language PHP . in each web application you surely must care about any processing data obtained from the user and operating for their storage the database MySQL . Read more…

General, PHP, Programming, Security , , , , , , , ,

ISCN x-searcher v 1.0

September 2nd, 2009

I had my own PHP source analyzer , I used it in my projects and it helped me write content management systems efficiently . I have it right now , all it does is showing the dynamic queries , dynamic inclusions and important dynamic variables clearly . for example I give it a blah project directory so it searches into source of all files in all main and sub directories then if it finds something , returns the the result in HTML page containing the path of file besides the line of file which the word located on , at last it classifies the information . Read more…

General, PHP, Programming , ,

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 , ,

File_get_contents()

March 27th, 2009

Today I wanna speak around a function from file system functions in php , file_get_contents . I’d like to tell you something about , it’s worth posting I think Read more…

PHP, Programming , , , , , ,

Remote file inclusion

August 17th, 2008

Today I wanna speak about ” Remote File Inclusion” the most known hole ( maybe ) between hackers depending on configuration of php.ini , the ” Register_globals ” plays dangerous role here Read more…

Hacking, PHP, Programming, Security , , , , , , ,