Trending questions in Web Development

0 votes
0 answers

PHP5 - I want to write a Hindi text on image

I want to write Hindi text on ...READ MORE

May 27, 2022 in PHP by Kichu
• 19,050 points
495 views
0 votes
0 answers

What is the correct syntax for PHP/SQL prepared statements?

The PHP/SQL statement that I have created ...READ MORE

Jun 1, 2022 in PHP by Kichu
• 19,050 points
250 views
0 votes
0 answers

How do I assign jQuery slider handle values with their left or right edges, instead of their centers?

I'm playing with jQuery UI, and I've ...READ MORE

Jun 2, 2022 in JQuery by Edureka
• 13,670 points
205 views
0 votes
1 answer

Getting "Lock wait timeout exceeded; try restarting transaction" even though I'm not using a transaction

 To answer your question, I have written ...READ MORE

Feb 18, 2022 in Web Development by Aditya
• 7,680 points
4,660 views
0 votes
0 answers

how to change to english number to nepali number in php

I want to change the English numerals ...READ MORE

May 28, 2022 in PHP by Kichu
• 19,050 points
434 views
0 votes
1 answer

How to detect 4G dongle(s) connected to my computer using NodeJs?

I was able to get a list ...READ MORE

May 30, 2022 in Node-js by Vaani
• 7,060 points
282 views
0 votes
0 answers

How do I create a copy of an object in PHP?

As far as I know, PHP objects ...READ MORE

Jun 1, 2022 in PHP by Kichu
• 19,050 points
230 views
0 votes
1 answer

nodejs Async's whilst

While it will accomplish your goals, it ...READ MORE

May 27, 2022 in Node-js by Neha
• 9,060 points
397 views
0 votes
1 answer

How do I give text or an image a transparent background using CSS?

Use either a semi-transparent PNG or SVG ...READ MORE

May 27, 2022 in CSS by Edureka
• 12,690 points
409 views
0 votes
0 answers

Problem to shorten URL using PHP-Bitly v4

I wanted to shorten URL using the ...READ MORE

May 29, 2022 in PHP by Kichu
• 19,050 points
348 views
0 votes
0 answers

php var_dump() vs print_r()

What is the difference between var_dump() and print_r() in terms of ...READ MORE

May 28, 2022 in PHP by Kichu
• 19,050 points
376 views
0 votes
0 answers

PHP NumberFormatter.format() shows strange output

I have this code in a PHP function: $fmt ...READ MORE

Jun 1, 2022 in PHP by Kichu
• 19,050 points
178 views
0 votes
1 answer

Displaying Loading Image using CSS

You can set the spinner as a ...READ MORE

May 28, 2022 in CSS by Edureka
• 12,690 points
317 views
0 votes
0 answers

How to reset a form using jQuery with .reset() method

My code : <div id="labels"> <table class="config"> ...READ MORE

May 24, 2022 in Java-Script by Kichu
• 19,050 points
526 views
0 votes
0 answers

Warning: mysqli_query() expects at least 2 parameters, 1 given. What?

I have to build a PHP page ...READ MORE

May 12, 2022 in PHP by Kichu
• 19,050 points
1,036 views
0 votes
0 answers

file_get_contents and php code

I have an engine that processes the ...READ MORE

May 29, 2022 in PHP by Kichu
• 19,050 points
281 views
0 votes
1 answer

CSS: Creating textured backgrounds

If feasible, try dividing the image into ...READ MORE

May 27, 2022 in CSS by Edureka
• 12,690 points
315 views
0 votes
0 answers

What php timezone I use for San Francisco, California, United Stated

What PHP time zone can I use ...READ MORE

May 27, 2022 in PHP by Kichu
• 19,050 points
356 views
0 votes
0 answers

"facebook.com" missing from login page URL

I am not able to login using ...READ MORE

May 28, 2022 in PHP by Kichu
• 19,050 points
299 views
0 votes
0 answers

How to create a timer

Using mysqli the $dbSessionDuration variable can bind ...READ MORE

May 30, 2022 in PHP by Kichu
• 19,050 points
214 views
0 votes
0 answers

Using php extract function with numeric indexes

I needed to convert array values into variables ...READ MORE

May 30, 2022 in PHP by Kichu
• 19,050 points
205 views
0 votes
0 answers

How am I supposed to use index.html?

I have seen many people use index.html, ...READ MORE

May 27, 2022 in HTML by Tejashwini
• 3,820 points
310 views
0 votes
1 answer

Format JavaScript date as yyyy-mm-dd

You could try using the following lines ...READ MORE

Feb 23, 2022 in Java-Script by Aditya
• 7,680 points
4,290 views
0 votes
0 answers

php-How to get date wise unique transaction number?

 was thinking of formatting it like this TYYYYMMDDNNNN ...READ MORE

May 27, 2022 in PHP by Kichu
• 19,050 points
335 views
0 votes
0 answers

Type hinting - specify an array of objects

Is there a way to specify the ...READ MORE

May 29, 2022 in PHP by Kichu
• 19,050 points
241 views
0 votes
0 answers

How do I display PHP information using phpinfo()?

I have phpinfo() text which I want to post ...READ MORE

May 29, 2022 in PHP by Kichu
• 19,050 points
231 views
0 votes
0 answers

How do I replace part of a string in PHP?

I want to replace space in the first ...READ MORE

May 28, 2022 in PHP by Kichu
• 19,050 points
262 views
0 votes
0 answers

$_REQUEST in PHP

This is my code: $message = ""; if($_REQUEST['msg'] == "new"){ ...READ MORE

May 30, 2022 in PHP by Kichu
• 19,050 points
144 views
0 votes
0 answers

Error: Can't set headers after they are sent to the client

I am using Node.js 4.10 and Express ...READ MORE

May 7, 2022 in Java-Script by narikkadan
• 63,620 points
1,161 views
0 votes
0 answers

PHP LONDON time to INDIA time change

I want to change GMT time to ...READ MORE

May 27, 2022 in PHP by Kichu
• 19,050 points
296 views
0 votes
0 answers

How to play video in new (blank) window?

I made this: http://imgur.com/Moc84HD.jpg in WordPress. What it does ...READ MORE

May 28, 2022 in PHP by Kichu
• 19,050 points
244 views
0 votes
0 answers

How can I sort arrays and data in PHP?

How do I sort an array in ...READ MORE

May 29, 2022 in PHP by Kichu
• 19,050 points
197 views
0 votes
0 answers

Jquery validation plugin - TypeError: $(...).validate is not a function

I am getting an error in my ...READ MORE

May 7, 2022 in Java-Script by narikkadan
• 63,620 points
1,134 views
0 votes
0 answers

Is there any Blank HTML tags?

Can someone tell me if there are ...READ MORE

May 27, 2022 in HTML by Tejashwini
• 3,820 points
212 views
0 votes
0 answers

URL redirection in php for Opera Mini browser

I want to redirect URLs clicked in ...READ MORE

May 27, 2022 in PHP by Kichu
• 19,050 points
231 views
0 votes
0 answers

Color names allowed in HTML/CSS

what are the CSS color names, though ...READ MORE

May 27, 2022 in HTML by Tejashwini
• 3,820 points
183 views
0 votes
2 answers

Error: EACCES: permission denied, access '/usr/local/lib/node_modules' react

Hello @kartik, Change your file permissions like this First ...READ MORE

Jul 22, 2020 in Angular by Niroj
• 82,880 points
22,106 views
0 votes
0 answers

Length of a JavaScript object

I have a Javascript object and want ...READ MORE

May 23, 2022 in Java-Script by Kichu
• 19,050 points
366 views
0 votes
1 answer

How to append to New Line in Node.js

Hello @kartik, you're running this on Windows (given ...READ MORE

Sep 7, 2020 in Node-js by Niroj
• 82,880 points
27,213 views
0 votes
0 answers

Why (null == false) and (null == true) both return false?

I am confused that why console.log(null == ...READ MORE

May 7, 2022 in Java-Script by narikkadan
• 63,620 points
1,028 views
0 votes
0 answers

What is the difference between Promises and Observables?

May 23, 2022 in Angular by Kichu
• 19,050 points
306 views
0 votes
1 answer

How to clean node_modules folder of packages that are not in package.json?

Hello @kartik, You could remove your node_modules/ folder ...READ MORE

Jul 13, 2020 in Node-js by Niroj
• 82,880 points
29,554 views
0 votes
0 answers

"Cannot GET /" with Connect on Node.js

I am using connect to serve some ...READ MORE

May 12, 2022 in Node-js by Kichu
• 19,050 points
728 views
0 votes
0 answers

Fatal error: Maximum execution time of 30 seconds exceeded

I am getting this error when I ...READ MORE

May 16, 2022 in PHP by Kichu
• 19,050 points
548 views
0 votes
0 answers

Convert Array to Object

How can I convert this : ['a','b','c'] To this: { ...READ MORE

May 19, 2022 in Java-Script by Kichu
• 19,050 points
387 views
0 votes
0 answers

Get checkbox value in jQuery

How can I get a checkbox's value ...READ MORE

May 24, 2022 in HTML by Kichu
• 19,050 points
200 views
0 votes
0 answers

Generate pdf from HTML in div using Javascript

This is my HTML code: <!DOCTYPE html> <html> ...READ MORE

May 9, 2022 in Java-Script by Kichu
• 19,050 points
798 views
0 votes
0 answers

How do you reverse a string in-place in JavaScript?

How do you reverse a string in ...READ MORE

May 23, 2022 in Java-Script by Kichu
• 19,050 points
216 views
0 votes
0 answers

Center a DIV horizontally and vertically

Can I  CENTER A DIV vertically and horizontally? ...READ MORE

May 23, 2022 in HTML by Kichu
• 19,050 points
204 views
0 votes
0 answers

Email validation using jQuery

How can I use JQuery to validate ...READ MORE

May 21, 2022 in JQuery by Kichu
• 19,050 points
243 views