questions/web-development/page/44
Hello @kartik, Your response must return some sort ...READ MORE
Hello @kartik, You can fetch the value of ...READ MORE
Hello @kartik, I would use the path npm ...READ MORE
Hello, You have to use CURL function does_url_exists($url) { ...READ MORE
Hello @kartik, You can get the list of Users ...READ MORE
Hello @kartik, nodejs v10.12 now supports this natively ...READ MORE
Hello @kartik, Use string concatenation: href={'/posts/' + post.id} The JSX ...READ MORE
Hello, Try this code: // option one: 'in' takes ...READ MORE
Hello @kartik, Use: sudo php artisan serve --host 192.168.1.101 ...READ MORE
Hello @kartik, Simply,we can use Model::whereNotNull('sent_at'); Or Model::whereRaw('sent_at is not null'); Thank ...READ MORE
Hello @kartik, DB::raw() is used to make arbitrary SQL ...READ MORE
Hello @kartik, You can generate parentheses by passing ...READ MORE
Hello @kartik, You could use exec to call the system ...READ MORE
Hello, Try this without regular expressions: <?php ...READ MORE
Hii, Use mysqli_error() As in: $sql = "Your SQL statement ...READ MORE
Hello @kartik, You could try the following: Route::controller('login','AuthController'); Then in ...READ MORE
Hii @kartik, Try to implement this: @if (env('APP_ENV')!='Production') Enviroment Test @endif Hope ...READ MORE
Hello @kartik, I don't think you can - ...READ MORE
Hello, Try this: if ($thing->trashed()) { ... } READ MORE
Hello @kartik, php_value upload_max_filesize 30M is correct. You will ...READ MORE
Hello @kartik, Go to Tools->Plugins. In the Settings tab ensure that the ...READ MORE
Hello @kartik, If this is just for debugging ...READ MORE
Hello @kartik, This can be done with the ...READ MORE
Hello @kartik, You didn't specify whether you were ...READ MORE
Hello @kartik, You'll need to adjust your exception ...READ MORE
Hello @kartik, When require is given the path ...READ MORE
Hii, Add this line inside the main index.php of codeigniter ...READ MORE
Hello @kartik, Send data like this. $data = [ ...READ MORE
You can use isset function: if(isset($_GET['id'])) { ...READ MORE
Hello @kartik, Just do like this - $("#myform").bind('ajax:complete', function() ...READ MORE
Hello @kartik, addslashes() isn't fully adequate, but PHP's mssql ...READ MORE
Hello @kartik, The proper way would be to ...READ MORE
Hello @kartik, To evaporate the warning, you can ...READ MORE
Hii, JQuery's $.get() will cache the results. Instead ...READ MORE
Hello @kartik, Try something like this: <?php $max = 100; $total ...READ MORE
Hello @kartik, Restart Beanstalk: sudo service beanstalkd restart ...READ MORE
Hello @kartik, Try this out: var http = require('http'); var ...READ MORE
Hello, Try this code: if (!function_exists('getallheaders')) { ...READ MORE
Hello @kartik, It should be $_COOKIE['name'], not $_COOKIE('name') $_COOKIE is an array, ...READ MORE
Hello @kartik, DOMNodeInserted is being deprecated, along with the ...READ MORE
Hello @kartik, You can try something like: success: function ...READ MORE
Hello @kartik, The problem is that the package ...READ MORE
Hello @kartik, It depends on how and when ...READ MORE
Hello @kartik, // Get the focused element: var $focused ...READ MORE
Hello @kartik, This error message gets triggered when anything is ...READ MORE
Hello @kartik, You can simply use: Artisan::output() READ MORE
Hello @kartik, With ip2long() it's easy to convert your addresses ...READ MORE
Hello @kartik, You have a few ways of ...READ MORE
Hello @kartik, lists() turns the resulting collection into an ...READ MORE
Hello @kartik, You can use $_SERVER['REQUEST_URI'] to get requested path. ...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.