Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Welcome to Code Forum!
Join a community that supports you and your coding journey from day one. We strive to be a friendly, supportive community that empowers everyone to be better developers. By registering with us, you'll be able to discuss, share and private message with other members of our community.
for my https://said.by part of the Open Source https://nicer.app (GitHub - NicerEnterprises/NicerApp-WebOS: use a photo or high-res 4K 8K video (via Youtube embedding) as background for PHP webpages. a CMS is included.)
I want to some tags by default witch show up time of open the page. This code normally working fine as add tags but when I trying some tags default such as java, html, php etc then code normally working but no show up default tags. Below is my code, please advice me how to do
const removeTag =...
Good hi, I am trying to just set a variable to a database and like my starting point is Javascript client side where I am trying to find if this works.
var xhttp = new XMLHttpRequest();
xhttp.onload = function() {
// use this.responseText;
}
xhttp.open("SET", "likeMyPHP.php?q=MyData")...