questions/web-development/page/40
Hello @kartik, Try this: str_replace('"', "", $string); str_replace("'", "", $string); Otherwise, ...READ MORE
Hello @kartik, If you want the onload method ...READ MORE
Hello @kartik, Make your Dockerfile something as below ...READ MORE
Hii, Try this: require_once("./pdf/dompdf_config.inc.php"); $files = glob("./pdf/include/*.php"); foreach($files as $file) include_once($file); $html ...READ MORE
Hii @kartik, You can make use of the beforeunload event ...READ MORE
Hii, You can try the code below: io.to(socket.id).emit("event", data); whenever ...READ MORE
Hello @kartik, To reset user defaults Run this in ...READ MORE
Hello @kartik, Store it either in a cookie or ...READ MORE
Hello @kartik, You shouldn´t use client javascript to ...READ MORE
Hii kartik, In Laravel, @yield is principally used to define ...READ MORE
Hello @kartik, Assuming you're using jQuery... create a route ...READ MORE
Hello @kartik, Try this: <?php echo "http://" . $_SERVER['SERVER_NAME'] ...READ MORE
Hello @kartik, Use this command it worked for ...READ MORE
For (PHP 4 >= 4.0.3, PHP 5, ...READ MORE
Hello @kartik, Set the environment variable in the ...READ MORE
Hello @kartik, The easiest way I have found ...READ MORE
Hello @kartik, A simple way to disable any ...READ MORE
Hello @kartik, Your MySQL binaries should be somewhere ...READ MORE
Hello, Go to the index.html file and import ...READ MORE
Hello @kartik, This is because a static variable ...READ MORE
Hello @kartik, To see a list of HTTP ...READ MORE
Hello @kartik, edit these two lines in /etc/php.ini (or wherever ...READ MORE
Hello @Kartik, The following code will return a ...READ MORE
Hello @kartik, Use JSON to transfer data types (arrays and ...READ MORE
Hello @kartik, You need to place the \n in double ...READ MORE
Hello @kartik, Using if( $ext !== 'gif') might not ...READ MORE
Hello @kartik, Depending on your flavour of Linux ...READ MORE
Hello @kartik, In javascript, make an ajax function, function ...READ MORE
Hello @kartik, Try this: <a href="./directory/yourfile.pdf" download="newfilename">Download the pdf</a> Where newfilename is ...READ MORE
Hello @kartik, You need to run this in ...READ MORE
Hello @kartik, 1.You can create a new route ...READ MORE
You are exporting module.exports.redir = redir; That means that ...READ MORE
Hello @kartik, your laravel connexion (config / database.php) ...READ MORE
Hello @kartik, If you need to get the ...READ MORE
When I download xamp app after installing ...READ MORE
Hello @kartik, Use this: <div class="comeBack_up" *ngIf="(previous_info | json) ...READ MORE
Hello, using the model. just like this User::where('username','John') -> ...READ MORE
Hello @kartik, Copying socket.io.js to a public folder (something as resources/js/socket.io.js) ...READ MORE
Hello @kartik, Something is clearly corrupt in your ...READ MORE
Hello @kartik, It sounds like your error comes ...READ MORE
Hello @kartik, Ctrl+Z suspends it, which means it can ...READ MORE
Hello @kartik, To fix the Laravel error 419 session ...READ MORE
Hello @kartik, Press Ctrl + Shift + ESC. Locate the php process running ...READ MORE
Hello @kartik, The collectionNames method of the native driver's Db object accepts ...READ MORE
Hello @kartik, You have provided wrong order for ...READ MORE
Hii, Before anyone spends to much time debugging ...READ MORE
Hello @kartik, A Subject or Observable doesn't have a current value. When ...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.