Code Solution

Category

7 posts found

31 Mar 2019
1.19K
No Comments

I’ve wrote add_subdomain_in_url function and it will help you in easily add sub domain in url by passing in parameters and look output result

Post in

17 Mar 2019
2.97K
No Comments

New version 7.2 of PHP is little bit restrict for calling functions and passing parameters, now count() function will only count variable and it will thrown an error when parameter is not array. Here is quick fix I have create my own function for counting array or object and it

Post in

10 Jul 2018
0.47K
No Comments

I need that function to delete 10 minutes old files from my project, remove_x_minutes_old_files function required two parameters $path for directory path and $in_minutes for minutes how much old file you want to delete

Post in

29 Dec 2017
0.65K
No Comments

This function I was made specially for my theme which is running in this blog. I made function because Gravatar generate random images on each user’s avatar if user not uploaded real image, this function will not work no localhost so please use domain path eg: domain.com/wp-content/themes/mytheme/images/DefaultAvatar.jpg

Post in

23 Feb 2017
0.27K
No Comments

This is happens to me and #valcatohosting allowed to use free #HTTPS #SSL  for website Other mostly #hosting companies are providing free for #SSL #wordpress websites only

Post in

1 Feb 2017
0.42K
No Comments

Most this error occurred when you forget to add csrf_token field in form tag and  in #laravel 5+ csrf_token field will be automatically when you call Form::open call following code for .blade template call following code for non .blade template. Another Solution when $sessionToken and $token are different. This may

Post in

31 Jan 2017
1.6K
No Comments

maximum execution error occurred most in longest executions in #php and #laravel is also written in #php. so if this maximum execution error occurred in #laravel framework and you just want increase seconds of max execution so put this code after <?php in laravel controller file see example code

Post in