All Questions
918 questions
0
votes
0
answers
23
views
How can I populate the pricing data associated with date dropper by Felix G?
I am using Date Dropper javascript to show prices on a js calendar.
// Get pricing data (this object simulates the way you should obtain your pricing data object)
// 1. Get pricing data (this object ...
0
votes
1
answer
56
views
Editing a table using JavaScript using contentEditable attribute
After editing the data and clicking on the save changes button, the data is altered in the screen but it is not updated in the database
<?php
$con = mysqli_connect("localhost", "...
-1
votes
1
answer
70
views
How to submit a form that is the result of an XMLHttpRequest inside an empty div, without page refresh?
I'm trying to make a chatroom like website. But I ran into a big problem relating to AJAX.
I have an empty div in the main page inside which I load all the messages that are found in the database ...
0
votes
0
answers
24
views
VisualStudios php code for website not connecting to database properly(Booking form)
So, I have been trying to connect a database to a booking form for a restaurant with some code i have generated with some AI tools and hard coded, i have no idea why there is a problem, i am new to ...
0
votes
0
answers
72
views
Populate data in Edit Popup and Update data in database as well as HTML Table
I want to Update data in my database and show it in html table too using php. Just a beginner, so code is quite messy :)
My Code for the the web page from where I want to update is:
<?php
require '...
0
votes
0
answers
38
views
Generate PDF and append into database [duplicate]
The issue I encounter is that when I try to upload it as blob into the database. The blob generated in the database seems not working (just some C::location data instead of the PDF content).Hence, I ...
0
votes
1
answer
60
views
how to get dropdown selection in order to save it in a database
In my html, I created a table and I fetched in data from a DB. The goal of this table is to give scholar opinion for each student so I created a select dropdown list for each type of school with ...
1
vote
0
answers
37
views
How can i resize canva and send resized data to database?
I am trying to overwrite users database table row data with new resized data(Change width and height).
example:
in my online editor i create 1000x500 canva, add objects, save -> Sends this data to ...
-1
votes
2
answers
55
views
Have a problem editing my database. It wont change data when I edit it on webpage
New to PHP. I'm making a web application. I was trying to make some editable tables in which you can change data directly and those changes then would be saved in database. Found some solutions on net,...
-4
votes
1
answer
50
views
(i'm beginner) Why when I clicking the register button redirect me to the register_db.php page? [duplicate]
when i clicking register button ,it redirect me to register_db.php page. Why isn't the data being sent to the database and the web page still remains at register.php? I want the data to be sent to the ...
0
votes
1
answer
78
views
I can't send my data from JavaScript to my PHP code so I can save it in databse(Wordpress website)
IN SUMMARY: My online website has a stopwatch, that stopwatch is run on my header.php using Javascript. When user finishes the quiz and clicks the "submit" button, the data of the stopwatch(...
1
vote
1
answer
78
views
Active/deactive button in PHP with ajax
I'm trying to create a admin page. I have a checkbox which represents the activeness of the post for my blog page.
(https://i.sstatic.net/qB7s5.png)
When I click on checkbox, I want to change the ...
-1
votes
2
answers
210
views
How to save PDF file into MYSQL database? (PHP)
I'm trying to save all the information inserted by user into the database, all the info are able to save except the pdf file.
public function insertUM() {
if($_POST['um-area']) {
...
0
votes
0
answers
36
views
Hide a row in table based on the selected option from database
I'm trying to figure out on hiding a row that contains "Grade 6 Class" in one of its <td> IF I'll choose Grade 1 in Select Grade Level after clicking the btn_search.
The options are ...
-3
votes
3
answers
108
views
SEO Meta Data Tag In Header of WordPress Theme
I have a custom wordpress theme for movie website. I want to add metadata tag for keywords but when i add this in WP theme Header its work for all my posts mean show these keywords for all posts that'...