questions/web-development/page/42
Hello @kartik, Windows would be \r\n, but Linux just ...READ MORE
Hello @kartik, Use this: window.top.location.href = "http://www.example.com"; Will redirect ...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 @kartik, The error callback will be executed ...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
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
Finding the compatible versions of related packages ...READ MORE
Hello @kartik, The double curly brackets {{ }} will always ...READ MORE
Hello @kartik, You can use less code, writing ...READ MORE
Hello @kartik, Your route is: Route::patch('users/update', 'UsersController@update'); replace your route ...READ MORE
Hello @kartik, I found the answer: $mail->AddEmbeddedImage('img/2u_cs_mini.jpg', 'logo_2u'); and on ...READ MORE
Hello @kartik, Enclose any string to be passed ...READ MORE
Hello @kartik, For Guzzle 5, 6 and 7 you do ...READ MORE
Hello @kartik, JavaScript has built-in support for dates. ...READ MORE
Hello @kartik, You can use onKeyPress directly on ...READ MORE
Hello @kartik, Try this: { "scripts" : { ...READ MORE
Hello @kartik, You need to use an anonymous ...READ MORE
Hello, For deleting thumbnails you have to enable ...READ MORE
Hello @kartik, You can do Ajax request to ...READ MORE
Hello @kartik, It seems that you need scandir instead of ...READ MORE
Hello @kartik, Assigning the ASP.NET Session Variable using ...READ MORE
Hello @kartik, Use this: echo '<pre>'; var_dump($_SESSION); echo '</pre>'; Or you can ...READ MORE
Hello @kartik, It's not really Eloquent, to add ...READ MORE
Hii, I would use isset and empty: session_start(); if(isset($_SESSION['blah']) && !empty($_SESSION['blah'])) { ...READ MORE
Hello @kartik, If you want to run a ...READ MORE
Hello @kartik, If it isn't already there, create ...READ MORE
Hello @kartik, This can be nearly done by setting a ...READ MORE
Hello @kartik, The issue is route parameters aren't ...READ MORE
Hello @kartik, To use params simply append them ...READ MORE
Hello @kartik, You can send mail from localhost ...READ MORE
Hello, You can try this, $info = pathinfo($_FILES['userFile']['name']); $ext = ...READ MORE
Use this.delta() = this.delta.bind(this); in place of this.delta. ...READ MORE
Try this: const someInput = document.querySelector('button'); someInput.addEventListener('click', myFunc, false); someInput.myParam ...READ MORE
Hello @kartik, This should do what you're looking ...READ MORE
Hello @kartik, Try this: Dispatch::all() => Returns a Collection Dispatch::all()->where() => Returns a Collection Dispatch::where() => ...READ MORE
Hello @kartik, You can get the current user's ...READ MORE
Hello @kartik, You can make a route specifically ...READ MORE
Hello @kartik, In your db.js, export the init function. There are ...READ MORE
Hello, This single line would do that: $array = ...READ MORE
Hello @kartik, This will unset all of the ...READ MORE
Hello @kartik, You could use "child process" module ...READ MORE
Hii, Edit the php.ini file: change extension_dir = "ext" into extension_dir = "D:\php\ext" (please write ...READ MORE
Hello @kartik, I think you need to do ...READ MORE
Hello @kartik, Use middleware for this purpose and ...READ MORE
Hello, This error is often seen when the default_socket_timeout value ...READ MORE
Hello @kartik, The simplest way is just to ...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.