Storing data issue phpmyadmin
I am a beginner in php and using mySQL . I have been trying to store the form data but at the end when i click submit it says "This page isn't working ,if the problem continues, contact the site…
I am a beginner in php and using mySQL . I have been trying to store the form data but at the end when i click submit it says "This page isn't working ,if the problem continues, contact the site…
I'm trying to do this with the icon that is inside a label element. Photoshopped: What I am getting: This is the code for that section <div class="form-group col-6 m-0"> <label class="my-1 mr-2" for="role"><i class="fas fa-tag"></i> ROLE <span class="ml-auto"><i class="fas…
I currently have my HTML site set up where I pass a div id as data into my Ajax. <div id="1" class="stats"> DATA GOES IN HERE </div> <div id="2" class="stats"> DATA GOES IN HERE </div> I have it so that…
There is only one static page for which SEO should be done. I see a title here but not sure how can I add a description as well? <!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <title>Site Title</title> <base href="/"> <meta…
I am creating a dynamic events calendar for a website homepage which displays from the database using PHP. I am also using the Bootstrap framework (version 4.4.1) to construct a carousel in which to display the upcoming events 3 at…
I'm new to PHP and very lost. I'm working with HTML5, CSS3, jQuery and Bootstrap 4. I have a total of 4 HTML pages on my website. In the first page there are 4 squares with text (let's say A,…
Ajax request that returns an array in a JSON format. Loop through the returned array to spit out entries from one of the columns and display using html divs. Problem is the results only display on the webpage for a…
I'm getting started with ASP.net API and I'm trying to call my API with AJAX from my HTML page. I just want to show a list of products and search by Id, but my get request doesn't seems work and…
I am using Bootstrap 4 radio button radio button in a flask application. and below is the snippet I used <div class="btn-group btn-group-toggle" data-toggle="buttons"> <label class="btn btn-outline-secondary"> <input type="radio" onclick="javascript:toggleElements();" name="toggle" id="twitter"/> Twitter </label> <label class="btn btn-outline-secondary" > <input type="radio"…
I have a web page with an AWS API interface to query an RDS Aurora MySQL Serverless database. When a user types in a SQL statement and hits the Query button, an AJAX request will be triggered, JSON will be…