questions/web-development/page/64
Hello @kartik, Use: YourButton.Attributes.Add("onclick", "return false"); or <asp:button runat="server" ... OnClientClick="return ...READ MORE
Hello @kartik, Try: npm install --only=dev If you are worried ...READ MORE
Hello @kartik, Assuming I have node and npm properly installed on the ...READ MORE
Hello, You can first refer how to Create controller through ...READ MORE
Hello @kartik. PHP has built-in extensions for dealing ...READ MORE
Hello @kartik, Just add ->where('id', '[0-9]+') to route where you ...READ MORE
Hello, On your migration class: public function down() { ...READ MORE
Hello @kartik, Try this: npm cache clean --force OR It ...READ MORE
Hii, Try this: $response->getSession()->get("errors") And from there you can check ...READ MORE
Hello @kartik, run rm -rf /usr/local/lib/node_modules/npm and then re-install ...READ MORE
Hello @kartik, Put $_SESSION['login_time'] = time(); into the previous authentication ...READ MORE
Hello @kartik, PHPMailer has the ability to automatically ...READ MORE
Hello @kartik, Use: <div (window:resize)="onResize($event)" onResize(event) { event.target.innerWidth; } or using ...READ MORE
Hello @kartik, "use strict"; Basically it enables the strict ...READ MORE
Hello @kartik, If you have the token in ...READ MORE
Hello, For your query you can refer this Hope ...READ MORE
Hello, Try the following code : $username='ABC'; $password='XYZ'; $URL='<URL>'; $ch = curl_init(); curl_setopt($ch, ...READ MORE
Hello @kartik, The use keyword is what you need: $id = ...READ MORE
Hello @kartik, You can set your ip address ...READ MORE
Hello @kartik, Try this: function scrollTo(hash) { ...READ MORE
I need to connect to some PostgreSQL ...READ MORE
Hello @kartik, You can use instanceof: if ($pdo instanceof PDO) ...READ MORE
Hello @kartik, With the modal open in the ...READ MORE
Hello @kartik, Using jQuery Disabling a html button $('#Button').attr('disabled','disabled'); Enabling a ...READ MORE
Hello @kartik, I have a codeigniter version for ...READ MORE
Hello @kartik, PHP has a built in function ...READ MORE
Hello @kartik, $.getJSON is asynchronous so you should do: $.getJSON("test.json", ...READ MORE
Hello, You can override the static label method ...READ MORE
Hii, You can create an HTTP GET request and pipe ...READ MORE
Hii, You need to pass it using use. Cache::remember('thumb-'.$hash, 15, ...READ MORE
Hello @kartik, $_GET is not a function or language ...READ MORE
Hello @kartik, The date_format validator takes only one date format ...READ MORE
Hello @kartik, Assuming you have a button with ...READ MORE
Hello @kartik, Here is a sample: <?php // Snippet from ...READ MORE
Hello @kartik, Page_ClientValidate() will work. It returns true if ...READ MORE
Hello @kartik, Single quotes are escaped by doubling ...READ MORE
Hello @kartik, Create a new file in your ...READ MORE
Hello @kartik, The text() method entity-escapes any HTML that is ...READ MORE
Hello @kartik, First you create a MySQL table ...READ MORE
Hello @kartik, Try this: revision = require('child_process') .execSync('git ...READ MORE
Use hasOwnProperty(key) for (let i = 0; i ...READ MORE
Hello @kartik, If this is your link: <a href="#" ...READ MORE
Hello @Felix , Use this code: <script> function simulateMouseEvents(element, eventName) ...READ MORE
Hello @kartik, You create realtionship between both table friend and user in ...READ MORE
Hello @kartik, If you just want to get ...READ MORE
Hii, You can simply use: $new_collection = $collection->merge($other_collection). Hope it ...READ MORE
Hello, Install specific version of node sudo npm cache ...READ MORE
Hello @kartik, To get only the name of ...READ MORE
Hello @kartik, You are looking for the extends keyword: Interface IFoo ...READ MORE
Hello @kartik, Use $_SERVER['REQUEST_URI']. The URI which was given 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.