Trending questions in Web Development

0 votes
0 answers

PHP | define() vs. const

In PHP, there are two ways to ...READ MORE

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

Setting top and left CSS attributes

You can alternatively use the setProperty method, ...READ MORE

Jun 10, 2022 in CSS by Edureka
• 12,690 points
230 views
0 votes
0 answers

PHP max_input_vars

I'm getting a max_input_vars error message. I'm ...READ MORE

Jun 11, 2022 in PHP by narikkadan
• 63,420 points
225 views
0 votes
0 answers

How do I get class name in PHP?

public class MyClass { } In Java, we can ...READ MORE

Jun 11, 2022 in PHP by narikkadan
• 63,420 points
216 views
0 votes
2 answers

How to detect a route change in Angular?

Hii Kartik For Angular 7 someone should write like: this.router.events.subscribe((event: Event) ...READ MORE

Apr 22, 2020 in Angular by Niroj
• 82,880 points
28,659 views
0 votes
0 answers

What is encapsulation with simple example in php?

What is encapsulation with simple example in ...READ MORE

Jun 12, 2022 in PHP by narikkadan
• 63,420 points
171 views
0 votes
1 answer

nbsp not working in CSS content tag

May be this could be the solution ...READ MORE

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

Fatal error: Call to undefined function base_url() in C:\wamp\www\Test-CI\application\views\layout.php on line 5

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

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

Methods to remove specific characters from string?

I am trying to remove the brackets ...READ MORE

Jun 11, 2022 in PHP by narikkadan
• 63,420 points
200 views
0 votes
1 answer

Wrong stacktrace when using longjohn in nodejs

It happens without longjohn, too. I don't exactly know ...READ MORE

Jun 7, 2022 in Node-js by Neha
• 9,060 points
308 views
0 votes
0 answers

How to add php repositories to debian kali linux for php files?

I added: packages.sury.org/php through the script, I got on ...READ MORE

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

Disable Sorting in excel

Go to the Home ribbon, click the ...READ MORE

Jun 9, 2022 in JQuery by gaurav
• 23,260 points
230 views
0 votes
1 answer

What is Node.js? [closed]

At work, I use Node.js and find ...READ MORE

Jun 7, 2022 in Node-js by Neha
• 9,060 points
293 views
0 votes
1 answer

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

This is far from perfect yet it ...READ MORE

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

jquery $.each() for objects

each(), which is used to iterate, exclusively, over ...READ MORE

Jun 6, 2022 in JQuery by Edureka
• 13,670 points
322 views
0 votes
0 answers

how do I create an array in jquery?

$(document).ready(function() { $("a").click(function() { ...READ MORE

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

NodeJS download slower than chrome Possible to simulate browser

It appears that the browser is not ...READ MORE

May 30, 2022 in Node-js by Neha
• 9,060 points
685 views
0 votes
0 answers

How to use api.dpd.co.uk api integration with php

I have been assigned the task of ...READ MORE

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

How to set Bullet colors in UL/LI html lists via CSS without using any images or span tags

I use jQuery for this: jQuery('li').wrapInner('<span class="li_content" />'); & ...READ MORE

May 27, 2022 in CSS by Edureka
• 12,690 points
770 views
0 votes
1 answer

jQuery mobile: Enable Word Wrap in ListViews

A listview is coded as a simple ...READ MORE

Jun 6, 2022 in JQuery by Edureka
• 13,670 points
318 views
0 votes
0 answers

Delete a database in phpMyAdmin

How to delete a database in phpMyAdmin? READ MORE

Jun 7, 2022 in PHP by Kichu
• 19,050 points
341 views
0 votes
0 answers

In php, how do I load txt file as a string?

I want to load a file as ...READ MORE

Jun 7, 2022 in PHP by Kichu
• 19,050 points
339 views
0 votes
0 answers

How to check if a defined constant exists in PHP?

I am using fuelphp a PHP framework and I ...READ MORE

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

Set cellpadding and cellspacing in CSS?

In an HTML table, the cellpadding and ...READ MORE

Jun 8, 2022 in HTML by Ashwini
• 5,430 points
265 views
0 votes
1 answer

Converts scss to css

If you click on the title CSS (SCSS) in ...READ MORE

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

Ajax load issues with space in url

You should URL encode the message body ...READ MORE

Jun 10, 2022 in JQuery by gaurav
• 23,260 points
437 views
0 votes
0 answers

PHP - how to create a newline character?

I am working on creating a newline character: echo $clientid; echo ...READ MORE

Jun 10, 2022 in PHP by narikkadan
• 63,420 points
190 views
0 votes
0 answers

PHP switch statement returns invalid output

The PHP switch statement returns invalid output : $cond ...READ MORE

Jun 9, 2022 in PHP by Kichu
• 19,050 points
232 views
0 votes
0 answers

Creating a search form in PHP [duplicate]

I am working on a function where ...READ MORE

Jun 9, 2022 in PHP by Kichu
• 19,050 points
231 views
0 votes
0 answers

Adding a favicon to a static HTML page

I have a static page that is ...READ MORE

Jun 8, 2022 in HTML by Ashwini
• 5,430 points
252 views
0 votes
1 answer

Adding attribute in jQuery

Set the width attribute of an image: $("button").click(function(){ ...READ MORE

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

How do I select a sibling element using jQuery?

Use jQuery . siblings() to select the matching ...READ MORE

Jun 6, 2022 in JQuery by Edureka
• 13,670 points
286 views
0 votes
0 answers

How to convert rupee as paise with php?

What is the correct way to display ...READ MORE

Jun 4, 2022 in PHP by Kichu
• 19,050 points
427 views
0 votes
0 answers

Object of class mysqli_result could not be converted to string

Code: $result = mysqli_query($con, "SELECT classtype FROM learn_users ...READ MORE

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

PHP: Inserting Values from the Form into MySQL

I created a user table in MySQL from the ...READ MORE

Jun 7, 2022 in PHP by Kichu
• 19,050 points
299 views
0 votes
0 answers

Strtotime() doesn't work with dd/mm/YYYY format

The strtotime() function user manual doesn't give ...READ MORE

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

Split string into 2 pieces by length using PHP

I want to split my long string ...READ MORE

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

Email validation using jQuery

You can use regular old javascript for ...READ MORE

Jun 3, 2022 in JQuery by Edureka
• 13,670 points
398 views
0 votes
0 answers

Show values from a MySQL database table inside a HTML table on a webpage

I am working on retrieving the values ...READ MORE

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

PHP round to integer

I want to round the number and ...READ MORE

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

Which all are the tags allowed inside the <li> tag ?

I have been searching for the list ...READ MORE

Jun 8, 2022 in HTML by Ashwini
• 5,430 points
207 views
0 votes
1 answer

Difference between static and relative positioning

Static: The location of items is static ...READ MORE

Jun 10, 2022 in CSS by Edureka
• 12,690 points
252 views
0 votes
0 answers

Create a Subdomain in godaddy hosting using PHP

Is there any easiest way to create ...READ MORE

Jun 3, 2022 in PHP by Kichu
• 19,050 points
434 views
0 votes
0 answers

Tab space instead of multiple non-breaking spaces ("nbsp")?

Is it possible to insert a tab ...READ MORE

Jun 3, 2022 in HTML by Tejashwini
• 3,820 points
402 views
0 votes
1 answer

Set cellpadding and cellspacing in CSS?

For controlling "cellpadding" in CSS, you can ...READ MORE

Jun 10, 2022 in CSS by Edureka
• 12,690 points
261 views
0 votes
0 answers

How can I check if an array contains a specific value in php?

I have a PHP variable of the ...READ MORE

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

jQuery's .on() method combined with the submit event

You need to delegate event to the ...READ MORE

May 30, 2022 in JQuery by gaurav
• 23,260 points
578 views
0 votes
0 answers

Php, wait 5 seconds before executing an action

I am working on a PHP script ...READ MORE

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

JQuery opposite of extend (reduce objects)

There is no such function, but you ...READ MORE

Jun 2, 2022 in JQuery by Edureka
• 13,670 points
370 views
0 votes
0 answers

Responsive image map

I have included the image map in ...READ MORE

Jun 3, 2022 in HTML by Tejashwini
• 3,820 points
365 views