Category PHP

How To Check URL Protocol Is https by PHP

Hi friends, Today in this article I am writing about how can we check or found that URL is using https protocol or not by PHP. It is very simple in PHP to find this but as this is small…

How To Change Object Into Array in PHP

Hi Friends, When I was working with one wordpress project I got one object array by get_posts method, But I want array instead of object array. So i search a lot for it and i found so many solutions and…

FCKeditor Image Uploading Not Working

Hello Friends, Some days ago I was working on fckeditor because I was getting error in it that i was not able to upload image. When I uploading image it is telling me that image uploaded successfully, but when I…