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, Just add ->where('id', '[0-9]+') to route where you ...READ MORE
Hello @kartik, PHPMailer has the ability to automatically ...READ MORE
Hello @kartik, Try: npm install --only=dev If you are worried ...READ MORE
Hello @kartik, If you have the token in ...READ MORE
Hello @kartik, Put $_SESSION['login_time'] = time(); into the previous authentication ...READ MORE
Hello, You can first refer how to Create controller through ...READ MORE
Hello @kartik, Use: <div (window:resize)="onResize($event)" onResize(event) { event.target.innerWidth; } or using ...READ MORE
Hello @kartik. PHP has built-in extensions for dealing ...READ MORE
Hello, Try the following code : $username='ABC'; $password='XYZ'; $URL='<URL>'; $ch = curl_init(); curl_setopt($ch, ...READ MORE
Hello, For your query you can refer this Hope ...READ MORE
Hello @kartik, Try this: npm cache clean --force OR It ...READ MORE
Hello @kartik, "use strict"; Basically it enables the strict ...READ MORE
Hii, Try this: $response->getSession()->get("errors") And from there you can check ...READ MORE
Hello @kartik, Try this: window.dispatchEvent(new Event('resize') ...READ MORE
Hello @kartik, Try this: function scrollTo(hash) { ...READ MORE
Hello @kartik, Use this: ALTER TABLE `votes` ADD UNIQUE ...READ MORE
Hello @kartik, The use keyword is what you need: $id = ...READ MORE
Hello @kartik, Using jQuery Disabling a html button $('#Button').attr('disabled','disabled'); Enabling a ...READ MORE
I need to connect to some PostgreSQL ...READ MORE
Hello, You can override the static label method ...READ MORE
Hii, You need to pass it using use. Cache::remember('thumb-'.$hash, 15, ...READ MORE
Hii, You can create an HTTP GET request and pipe ...READ MORE
Hello @kartik, PHP has a built in function ...READ MORE
Hello @kartik, I have a codeigniter version for ...READ MORE
Hello @kartik, First you create a MySQL table ...READ MORE
Hello @kartik, Create a new file in your ...READ MORE
Hello @kartik, Assuming you have a button with ...READ MORE
Hello @kartik, $.getJSON is asynchronous so you should do: $.getJSON("test.json", ...READ MORE
Hello @kartik, You create realtionship between both table friend and user in ...READ MORE
Hello @kartik, If this is your link: <a href="#" ...READ MORE
Hello @kartik, The text() method entity-escapes any HTML that is ...READ MORE
Hello @kartik, Try this: revision = require('child_process') .execSync('git ...READ MORE
Hello @kartik, You can use instanceof: if ($pdo instanceof PDO) ...READ MORE
Hello, Install specific version of node sudo npm cache ...READ MORE
Use hasOwnProperty(key) for (let i = 0; i ...READ MORE
Hello @kartik, You are looking for the extends keyword: Interface IFoo ...READ MORE
Hello @kartik, If you just want to get ...READ MORE
Hello @kartik, The date_format validator takes only one date format ...READ MORE
Hello @kartik, Merge will update the index with ...READ MORE
Hello @kartik, $_GET is not a function or language ...READ MORE
Hello @kartik, Here is a sample: <?php // Snippet from ...READ MORE
Hello @kartik, You need to change "server.php" to ...READ MORE
Hello @kartik, The reason your code doesn't work ...READ MORE
Hello @kartik, Use $_SERVER['REQUEST_URI']. The URI which was given in ...READ MORE
Hello @kartik, Single quotes are escaped by doubling ...READ MORE
Hello @Felix , Use this code: <script> function simulateMouseEvents(element, eventName) ...READ MORE
Hello @kartik, Global Scope is available: class Article extends Post { ...READ MORE
Hello @kartik, You can pass the route parameters ...READ MORE
Hello @kartik, MySQL is most likely in STRICT ...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.