questions/web-development/page/48
Hii, JQuery's $.get() will cache the results. Instead ...READ MORE
Hello @kartik, The proper way would be to ...READ MORE
Hello @kartik, To evaporate the warning, you can ...READ MORE
Hello @kartik, When require is given the path ...READ MORE
Hello @kartik, You didn't specify whether you were ...READ MORE
Hii, Add this line inside the main index.php of codeigniter ...READ MORE
Hello @kartik, You'll need to adjust your exception ...READ MORE
Hello @kartik, Just do like this - $("#myform").bind('ajax:complete', function() ...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, You can try something like: success: function ...READ MORE
Hello @kartik, Try this out: var http = require('http'); var ...READ MORE
Hello @kartik, DOMNodeInserted is being deprecated, along with the ...READ MORE
Hello, Try this code: if (!function_exists('getallheaders')) { ...READ MORE
Hello @kartik, The problem is that the package ...READ MORE
Hello @kartik, It depends on how and when ...READ MORE
Hello @kartik, It should be $_COOKIE['name'], not $_COOKIE('name') $_COOKIE is an array, ...READ MORE
Hello @kartik, With ip2long() it's easy to convert your addresses ...READ MORE
Hello @kartik, // Get the focused element: var $focused ...READ MORE
Hello @kartik, You can use $_SERVER['REQUEST_URI'] to get requested path. ...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, You have a few ways of ...READ MORE
Hello @kartik, lists() turns the resulting collection into an ...READ MORE
Hello, Laravel allow use of their library method that ...READ MORE
Hello @kartik, The way you handle your UI ...READ MORE
Hello @kartik, This worked for me: $cmd = "ping ...READ MORE
Hello @kartik, You can use req.headers["accept-language"] to get the language/locale ...READ MORE
Hello @kartik, First Create seeder with artisan: php artisan make:seeder ...READ MORE
Hello @kartik, In my case this helped: $ export ...READ MORE
Hello @kartik, If you have a collection you ...READ MORE
Hello, In Laravel 5.1 or higher you can ...READ MORE
Hii @kartik, When an included file returns something, ...READ MORE
Hii, You can also tell Laravel you want ...READ MORE
Hello @kartik, You just have to include the safestring.class.php before ...READ MORE
Hello @kartik, If you have individual .js files, and you ...READ MORE
Hello @kartik, go to this address : /app/Providers/AppServiceProvider.php and append ...READ MORE
Hello, Use this: var elm = document.createElement("div"); var jelm = ...READ MORE
Hello @kartik, mime_content_type() is deprecated, so you won't ...READ MORE
Hello @kartik, Got the fix in css. td.disabledAnchor a{ ...READ MORE
Hello @kartik, Try to use Form::button instead of ...READ MORE
Hello @kartik, You can specify custom error message ...READ MORE
Hello @kartik, Using the response helper. use Illuminate\Http\RedirectResponse; $response = $next($request); $response = ...READ MORE
Hello, Submitting multi-value form fields, i.e. submitting arrays ...READ MORE
Hello @kartik, If you are using windows based ...READ MORE
Hello @kartik, Provided that your server is receiving ...READ MORE
Hello @kartik, in your view write : <script> var ...READ MORE
Hello @kartik, you need to set the blending ...READ MORE
Hello @kartik, Use: $url = preg_replace("(^https?://)", "", $url ); This ...READ MORE
Hello @kartik, You can calculate the distance in ...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.