After migrating Laravel project Domain (.in to .institute) & Hosting (namecheap to name.com), everything works fine. But when I tried to Login or Signup, re
Is there a way of doing something like this: $test_array = array("first_key" => "first_value", "second_key" => "second_value"); var
How to trim a video using the PHP-FFMpeg? I need to implement the following FFMpeg command: ffmpeg -i 7207783801bb.mp4 -filter_complex \ "[0:v]trim=start=10:en
In laravel i get this type of array from where query. i want to get only those menu where parent is 0; $memus = Menu::where('parent', 0)->get()->toArra
I'm quite new to laravel and I'm trying to update a record from form's input. However I see that to update the record, first you need to fetch the record from d
I found the post which has the column with 3 values seperated by commas. I will have more than 3 values seperated by commas . For example, ID CITY_ID ------
I have the following code: <script type="text/javascript"> window.onload = function () { window.scrollBy(0, 100); } </script
After having created a PHPExcel program, the final step consists of saving the worksheets, to do that, I want to apply these rules so as to generate the file in
I have a very simple PHP function to check log-in function check_login($user, $pass) { if(!isset($user) || $user == '') { return 'Please enter a v
I am using Moodle and having problem with the plugin certificate builder I had created my template correctly, but now that learner are starting to complete the
I want to order my products in category page by average rating (DESC) and then by price (ASC). | id | avgrating | price | | 1 | 4 | 10
I have a url like below http://filespecification.phpnet.us/index3.php But i want to add an additional parameter to this url like below. http://filespecifica
I'm, trying to format a date into (Dayname Date Month) and I'm using Carbon for this but it return an error Carbon The format separator does not match here is a
On Debian (Squeeze), I need to upgrade from PHP 5.3 to PHP 5.5. I tried those commands : apt-get update; apt-get install php5; also adding : echo "deb http:/
I have a pivot table that connects users to workspaces. On the pivot table, I also have a column for role, which defines the users role for that workspace. Can
I got this error today but before that, my code was working fine. The code is working fine on localhost but I get error on my website Here is the line of code
I need to add auto response email on my forms. This requires us to add an argument to the [cd-iframe] directive specifying which email needs to be sent. This al
I am trying to download a 2 files by creating the zip file on local-server.the file is downloaded in zip format but when i try to extract it.it gives error: En
I developed a project using laravel and the php artisan serve. Everything was working as expected. I have since installed apache and have the apache webserver
Faced the task of making a filter based on the attributes of the product. I need to make a hierarchy of attributes like the product categories. Can this be real