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 then finally i create one funtion in which you have to pass object only and it will return array from…

Read More »

How To Show .htaccess File In CuteFTP

Hi Friends, There are so many FTP programs available in market but mostly used are CuteFTP and FileZilla. I am also using CuteFTP. Some days ago I open one site FTP in cuteFTP and try to find .htaccess file but didn’t find .htaccess, I uploaded .htaccess file but it was not showing , So I thought there are some problem…

Read More »

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 was checking in images it was not exists. So I have started searching about it and finally found solution of…

Read More »

New DreamHost July Month Coupon Code – 55$ Off

Hello Friends, There are so many good hosting services on internet and DreamHost is one of the best hosting service of them. On internet you will found so many coupon codes having 50$ off on hosting of dreamhost or 40$ off on dreamhost hosting but today PHP Freelancer brings you coupon code for dreamhost which is having 55$ off on…

Read More »

How To Convert Javascript Array To String

Hi Friends, In last article I have explained that how can we get checked check box values by jquery in array. Now if we want to convert that javascript array to string to use it in php So there is very simple way to do this. We can’t use js array in PHP as PHP array so we can convert…

Read More »

How To Get Checked Check Boxes Values By jQuery

Hi Friends, Some days ago I was trying to take checked values of checkboxes via jQuery while using jQuery Ajax. I tried to find out on internet about how to get checked checkbox values and I found so many articles but didn’t find any clear code which is working good, So i have  tried it myself by taking reference from…

Read More »

How To Make Link On Image In CakePHP

Hi Friends, After long time I am writing post. In this article I will tell you how to make link on image via in cakePHP. Making Link in cakePHP is easy but sometime we have to make link on image so it is little bit tricky, I have tried so much and after trying so many times I found one…

Read More »