questions/web-development/page/46
Hello, If you are using styled-components, you could do ...READ MORE
Hii, You can look at phpinfo() or check ...READ MORE
Hello @kartik, Try: if (isset($_POST['remove'])) { ...READ MORE
Hello @kartik, Use this: foreach($array as $elementKey => $element) ...READ MORE
Hello @kartik, Using property_exists( mixed $class , string $property ...READ MORE
Hello, After update do: chmod -R gu+w storage chmod -R ...READ MORE
Hello @kartik, It looks like you might not ...READ MORE
Hello @kartik, You can simply use the abort() helper. (Or App::abort()) public ...READ MORE
Hello @kartik, You can do the following using array_map: $new_arr ...READ MORE
Hello @kartik, Try this: var OSName = "Unknown"; if (window.navigator.userAgent.indexOf("Windows ...READ MORE
Hello @kartik, The validation feature built into Laravel ...READ MORE
Hello @kartik, You actually need to emit an ...READ MORE
Hello @kartik, To encode: $("<textarea/>").html('<a>').html(); ...READ MORE
Hello @kartik, it seems that your JSON is ...READ MORE
Hello @kartik, Fixed it by adding the 'npm' ...READ MORE
Hello @kartik, If your model is filled with ...READ MORE
Hello, You can produce the javascript file via ...READ MORE
Hello @kartik, To access your env variables in ...READ MORE
Hello @kartik, This is what worked for me: npm ...READ MORE
This error means that file was not ...READ MORE
Hello @kartik, Use child_process.fork(). It is similar to spawn(), but ...READ MORE
Hello @kartik, You don't appear to have write ...READ MORE
Hello, use this code echo '<script language="javascript">'; echo 'alert("message successfully ...READ MORE
Hello @kartik, You'd need to have a javascript ...READ MORE
Hello @kartik, Give root access to node and ...READ MORE
Hello @kartik, XMLHttpRequest is a built-in object in web ...READ MORE
Hello @kartik, <script type="application/javascript"> function resizeIFrameToFitContent( iFrame ) { ...READ MORE
Hello @kartik, You can simply use Hash::check() method eg: if(Hash::check('plain-text', $hashedPassword)) ...READ MORE
Hello @kartik, Try this: npm config get prefix will return ...READ MORE
Hello @ abhittac, You have create the array everytime the ...READ MORE
Hello @kartik, First, you'll need to find the ...READ MORE
Hello @kartik, You'll want to use the path option: var wss ...READ MORE
Hello @kartik, To Increase request time out add ...READ MORE
Hello, PHPMailer uses Exceptions. Try the following code: require_once '../class.phpmailer.php'; $mail = new ...READ MORE
Hello @kartik, In version 5.6.5, it is possible ...READ MORE
Hello @kartik, Try using an anonymous function instead: expect( ...READ MORE
Hello @kartik, You could have a single key ...READ MORE
Hello @kartik, In order to setState for a nested object ...READ MORE
Hello @kartik, You need to wrap <input type = ...READ MORE
Hello @kartik, Try this: DATE_FORMAT(FROM_UNIXTIME(`user.registration`), '%e %b %Y') AS ...READ MORE
Hello @kartik, The warnings about foregoing enclosures are ...READ MORE
Hello @kartik, Try this: return Redirect::to('admin/users/create') ...READ MORE
Hello @kartik, This is not possible in PHP. All ...READ MORE
Hello @kartik, Test different ports: $wait = 1; // ...READ MORE
Hello @kartik, If you only have 2 keys ...READ MORE
Hello, You need to customize the request $data = ...READ MORE
Hello @kartik, Use the strpos function: $haystack = "foo bar baz"; $needle ...READ MORE
Hello @kartik, file_put_contents() does not create the directory structure. ...READ MORE
Hello @kartik, good way to run an asynchronous ...READ MORE
Hello, Try this code: function rrmdir($dir) { if (is_dir($dir)) { ...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.