Freelance PHP Developers

Freelance PHP Developer

I am PHP Freelancer, Rakshit Patel working as PHP Programmer India. I have developed this site to share my knowledge, thoughts and experience during the development of projects. We are group of developers working together. If you want to hire us for any PHP related work, you can reach me via Email, Phone or Chat.

Email Us: Chat with Us: Call Us:
raxit4u2@gmail.com
rakshit@crestinfotech.com
Gtalk - raxit4u2
Skype - crestwebtech
+919687042303
+919998446466

14 March 2012 0 Comments

Warning: file_get_contents() [function.file-get-contents]: URL file-access is disabled in the server configuration

Warning: file_get_contents() [function.file-get-contents]: URL file-access is disabled in the server configuration

I have worked on many PHP projects and clients are happy with work as well. Suddenly yesterday I got an email from my client about the issue. He was a little angry and saying that why it stops showing Google Map on my contact us page. It was showing below error message. Warning: file_get_contents() [function.file-get-contents]: URL file-access is disabled…

17 February 2012 0 Comments

[WordPress] Add CSS in WordPress Post Editor

[WordPress] Add CSS in WordPress Post Editor

I was working with one WordPress Shopping cart project and I need to add some styles in WordPress Post Editor so from admin, administrator can apply the css and create the posts. It make life easy for the admin as well. I was searching for it and I found an easy way to add css in WordPress Editor.

12 January 2012 1 Comment

Fatal error: Maximum execution time of 300 seconds exceeded in phpmyadmin

Fatal error: Maximum execution time of 300 seconds exceeded in phpmyadmin

I was working with Google API and I need to implement World’s City and its population in Google Map. For that, I downloaded world’s city and its population database and trying to import it into my local phpmyadmin. Database is with size of 33MB and when I try to import it via Import function, it throws me Fatal error: Maximum execution time of 300 seconds exceeded in \xampp\phpMyAdmin\libraries\import\sql.php on line 133 error.

9 January 2012 0 Comments

[PHP] TinyMCE Validation using jQuery

[PHP] TinyMCE Validation using jQuery

I was working with jQuery validation since long time. I never thought to validate TinyMCE using jQuery as description is most probably optional field. Yesterday I need to validate TinyMCE and I just out a required class in textarea as jQuery validation. Now Issue is that, jQuery calls validation on click on submit button and TinyMCE is transferring value of editor into textarea once submit button clicked. So for first click, jQuery shows error message and TinyMCE transfer the values in to textarea. After this, all works fine. This means one need to click on submit button two times to submit the particular page.

8 January 2012 0 Comments

[Magento] Print Exception on Browser

[Magento] Print Exception on Browser

Magento adds very good features in every new release but sometimes new feature is not useful while developing an application and it becomes a very irritating for developers like me. In Previous versions, Magento prints exception on browser itself and it is easy to track error and sort it out right away.

8 January 2012 0 Comments

[PHP] Get/Parse Domain Name From Current URL

[PHP] Get/Parse Domain Name From Current URL

Are you looking to parse Domain Name from Current URL ? If yes than you don’t need to use explode function. There is other easy way to parse domain name, website url from current url of page. You can parse the domain name using explode function as well but this is the easy way to get domain name from url.

1 January 2012 1 Comment

[PHP] Runtime Change PHP Version using .htaccess

[PHP] Runtime Change PHP Version using .htaccess

If you are PHP Developer than you might aware with php versions and theirs functions. If your server have php4 and php5 versions than php4 is the default version. In this case, you are not able to access php5 functions which throws an error while you compare it with local server and live server.

18 October 2011 2 Comments

[jQuery] Get Checked Input Checkbox Value

[jQuery] Get Checked Input Checkbox Value

jQuery is one of my favorite JavaScript Framework to work with. For each element, jQuery provides easy way o retrieve values, Insert Values, Update Values etc etc. If you want to get a Checked Checkbox Value than its easy to get value of Checked Checkbox using jQuery. Get Checked Checkbox Value, Checked Checkbox Value using jQuery

18 October 2011 0 Comments

[jQuery] Find Width & Height of Body and Window

[jQuery] Find Width & Height of Body and Window

Wanted to get Width & Height of Body and Window using jQuery ? If yes than you are at the right place. :) Its very easy to get Width & Height of Body and Window using jQuery. You can also get Width & Height of Window using JavaScript code. Below is the code to get Width of Body using jQuery, Height of Body using jQuery

18 October 2011 0 Comments

[WordPress] How to Use NextGEN Gallery Custom Fields

[WordPress] How to Use NextGEN Gallery Custom Fields

I was working with NextGEN Gallery plugin of WordPress in one of the WordPress Development Project. I need to use custom fields for Gallery and according to this plugin, they are providing options to add custom fields for Gallery. I have added custom fields but it was not working for me. I tried by adding couple of custom fields for Gallery but Custom Fields were not showing up while I create Gallery.

Page 1 of 812345...Last »