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.

SignUp Now!

javascript and php

  1. rene7705

    PHP i need an intrusions options check, please :)

    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.)
  2. K

    JavaScript How to add some tags by default

    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 =...
  3. JosiahMaybe

    JavaScript How to send a PHP save request in client side Javascript?

    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")...
Back
Top Bottom