questions/web-development/page/66
Hello, Use which php in the terminal to see which ...READ MORE
Hello @kartik, Here's how you properly fetch the ...READ MORE
Hello @kartik, You need ImageMagick and GhostScript <?php $im = new imagick('file.pdf[0]'); $im->setImageFormat('jpg'); header('Content-Type: image/jpeg'); echo ...READ MORE
Hello @kartik, Page_ClientValidate() will work. It returns true if ...READ MORE
Hello @kartik, You access the property in the ...READ MORE
Hello @kartik, Use this: $sth = mysqli_query($conn, "SELECT ..."); $rows ...READ MORE
Hello, The module n makes version-management easy: sudo npm install n ...READ MORE
Hello @kartik, Try this: window.dispatchEvent(new Event('resize') ...READ MORE
Hello @kartik, Set the name in the form ...READ MORE
Hello @kartik, Use $_SERVER['REQUEST_URI']. The URI which was given in ...READ MORE
Hello @kartik, You can do that with JavaScript ...READ MORE
Hii @kartik, You have to do three thigs: You ...READ MORE
Hello @kartik, Works with both POST and GET ...READ MORE
Hello @kartik, Have a look at $_SERVER['REQUEST_URI'], i.e. $actual_link = ...READ MORE
Hello @kartik, There is a public getTable() method ...READ MORE
Hello @kartik, There are several ways to add ...READ MORE
Hello @kartik< Try this settings on my apache.conf: <VirtualHost ...READ MORE
Hello, If your whole JavaScript code gets processed ...READ MORE
Hello @kartik, I used to use this: composer require ...READ MORE
Hello @kartik, Try: var fs = require('fs'); var dir = ...READ MORE
Hello, Unfortunately, Node.js doesn't support ES6's import yet. To accomplish what ...READ MORE
Hello @kartik, Use this code: var w = window.innerWidth; var ...READ MORE
Hello, Try this: <?php ob_start(); ?> <xml/> <?php $xml = ob_get_clean(); ...READ MORE
Hello @kartik, Try this query: mysql_query(" SELECT * FROM `table` WHERE `column` ...READ MORE
Try this: $files = array_values(array_filter(scandir($path), function($file) use ($path) ...READ MORE
Hello @kartik, Use event.stopPropagation(). <span onclick="event.stopPropagation(); alert('you clicked inside the ...READ MORE
Hello @kartik, If you want to match only ...READ MORE
Hello @kartik, ou can use php_ini_loaded_file() Taken from php.net: $inipath = ...READ MORE
Hello @kartik, Firstly create an object, Then set ...READ MORE
Hello, Try this: if (isset($_POST['remove'])) { ...READ MORE
Hello @kartik, Looks like your buttons are not ...READ MORE
Hello @kartik, Add this to the page that ...READ MORE
Hello, If A is a class, you can access it ...READ MORE
Hello, The cursor method allows us to iterate ...READ MORE
hey kartik, The reason for this is that ...READ MORE
Hello @kartik, If you place database config on ...READ MORE
Hello @kartik, You can create a .yarnrc file with the ...READ MORE
Hello @kartik, You can change your .htaccess file and insert ...READ MORE
Hello @kartik, You have a JSON string, not ...READ MORE
Hello @kartik, Since PHP 5.4 it's possible to ...READ MORE
Hello @rentall , For you query you can refer ...READ MORE
Hello @kartik, Let's say you want to save ...READ MORE
Hello @kartik, You can use this: function varName( $v ...READ MORE
I am using react routers within Laravel ...READ MORE
Hello @kartik, Send the following headers before outputting ...READ MORE
I have a button in my webpage ...READ MORE
Hello @kartik, Use this code: $("someelement").mouseenter(function(){ ...READ MORE
Hello @kartik, My script for installing an error ...READ MORE
Hello @kartik, If you want to put the routes ...READ MORE
Hello @kartik, If your whole JavaScript code gets ...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.