questions/web-development/page/43
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, Try this: { "scripts" : { ...READ MORE
Hello @kartik, You need to use an anonymous ...READ MORE
Hello @kartik, JavaScript has built-in support for dates. ...READ MORE
Hello @kartik, You can use onKeyPress directly on ...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, Use this: echo '<pre>'; var_dump($_SESSION); echo '</pre>'; Or you can ...READ MORE
Hello @kartik, Assigning the ASP.NET Session Variable using ...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, This can be nearly done by setting a ...READ MORE
Hello @kartik, If it isn't already there, create ...READ MORE
Hello @kartik, To use params simply append them ...READ MORE
Hello @kartik, The issue is route parameters aren't ...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
Hello @kartik, This should do what you're looking ...READ MORE
Try this: const someInput = document.querySelector('button'); someInput.addEventListener('click', myFunc, false); someInput.myParam ...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 @kartik, This will unset all of the ...READ MORE
Hello, This single line would do that: $array = ...READ MORE
Hello @kartik, You could use "child process" module ...READ MORE
Hello @kartik, I think you need to do ...READ MORE
Hii, Edit the php.ini file: change extension_dir = "ext" into extension_dir = "D:\php\ext" (please write ...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
Hello @kartik, Below Function converts the Excel sheet ...READ MORE
Hii @kartik, When we use the php artisan serve ...READ MORE
Hello @kartik, You can also use JSON.generate: require 'json' JSON.generate({ foo: ...READ MORE
Hello @kartik, Turns out they are normal objects ...READ MORE
Hello @kartik, You could create a db wrapper ...READ MORE
Hello @kartik, You could load the external page ...READ MORE
Hello @kartik, Try this: // definition var $ = require('jquery')(require("jsdom").jsdom().parentWindow); // ...READ MORE
Hello @kartik, If your PHP server allows url ...READ MORE
Hello @kartik, You can do it with IE ...READ MORE
Hii @kartik, This is simple task to send single ...READ MORE
Hii, You can try this: $query="SELECT * FROM CountryInfo ...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.