questions/web-development/page/42
Hello @kartik, There are date helpers available in ...READ MORE
Hello @kartik, This should do it: <Text> Hi~{"\n"} this is a ...READ MORE
Hello, Just exclude the line rbi() and try ...READ MORE
Hello @kartik, Sending the data in your scenario,I ...READ MORE
Hello, In app/config/session.php you have: lifetime option that allow you to set session ...READ MORE
Simply use Sessions my friend Page1: session_start(); $ ...READ MORE
Hello, If you are using a QUEUE_DRIVER diferent to sync and you ...READ MORE
Hello, Laravel Server Requirements mentions that BCMath, Ctype, JSON, Mbstring, OpenSSL, PDO, Tokenizer and XML extensions are required. Most the ...READ MORE
Hello @kartik In eloquent you can use this $users ...READ MORE
Hello @kartik, Inside controller inject Request object. So ...READ MORE
Hello @kartik, That would work depending on what ...READ MORE
Hii, You have to export the ItemsService in the module that provides ...READ MORE
Hey @kartik, First you have to go to ...READ MORE
Hello @kartik, Managed to get the input field ...READ MORE
Hello @kartik, Use SERVER_NAME. echo $_SERVER['SERVER_NAME'] ...READ MORE
Hello @kartik, Use merge(): $request->merge([ 'user_id' => ...READ MORE
Hello @kartik, CodeIgniter has some error logging functions ...READ MORE
Hello @kartik, First of all, you don't need ...READ MORE
Hello @kartik, Firstly create an object, Then set ...READ MORE
Hello @kartik, Try below code snippet if(!empty($_SERVER['HTTP_X_REQUESTED_WITH']) ...READ MORE
Hello @kartik, It's trying to run it as ...READ MORE
Hello @kartik, There are three options: If script is the last ...READ MORE
Hello @kartik, The error you are getting indicates ...READ MORE
Hello @kartik, Use $.ajax to call a server context (or ...READ MORE
Hii, Try this: $.ajax({ url:url, type:"POST", ...READ MORE
I had this problem lately with my ...READ MORE
Hello @kartik, Try; $data = json_decode(file_get_contents('php://input'), true); print_r($data); echo $data["operacion"]; From your ...READ MORE
Hello @kartik, Hashing A Password Using Bcrypt in Laravel: $password ...READ MORE
Hello @kartik, There're are basically two ways: call unsubscribe() on the ...READ MORE
Hello @kartik, Just pass it like a normal ...READ MORE
Hello, You have to follow the below steps: bind-address ...READ MORE
Hello @kartik, Go to: xampp\phpMyAdmin\libraries\config.default.php Look for : $cfg['ExecTimeLimit'] = 600; You ...READ MORE
Hello @kartik, Replace TYPE=MyISAM with ENGINE=MyISAM The problem was "TYPE=MyISAM" which should ...READ MORE
Hello @kartik, You need to have a module ...READ MORE
Hello @ sodash, Try to edit .env APP_URL to your ...READ MORE
Hello @kartik, I got this error Error: Cannot find ...READ MORE
Hello @kartik, Refer the scripts inside the angular-cli.json (angular.json when using ...READ MORE
You just have to pass all the ...READ MORE
Hello @kartik, Use this: window.top.location.href = "http://www.example.com"; Will redirect ...READ MORE
Hello @kartik, Windows would be \r\n, but Linux just ...READ MORE
Since Composer works with the current working ...READ MORE
Hello @kartik, The error callback will be executed ...READ MORE
Hello @kartik, Code row updates like this: ...->update( array( ...READ MORE
Hello @kartik, Using hidden array in model is good, but ...READ MORE
Hello, Try this : echo exec('ping -n 1 -w ...READ MORE
Hello @kartik, A shorter way than using second ...READ MORE
Hello @kartik, You can change Apaches httpd.conf by ...READ MORE
Finding the compatible versions of related packages ...READ MORE
Class ‘App\Http\Controllers\Auth’ Not Found in Class ‘App\Http\Controllers\Auth’ not ...READ MORE
Hello @kartik, you can use json_decode function foreach (json_decode($response) as $area) { ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.