Skip to main content

All Questions

Tagged with
-1 votes
1 answer
221 views

Disable specific time in option if selected in <input type=date>

hello how can I disable the time from option tag when a certain date is selected in input date tag? Example is if 8:00 - 10:00 is taken on august 22, 2022, the option 8:00 - 10:00 is disabled on the ...
Kenneth John Correo Ribay's user avatar
-2 votes
2 answers
53 views

My PHP and jQuery code submits blank data to the database

I've tried everything to fix it, from changing the id attr names (wasn't sure if there was a collision anywhere) to rewriting it. Not too sure what else to troubleshoot, so I figured I'd ask the stack ...
Jordan Thompson's user avatar
0 votes
0 answers
27 views

Mutated Vowels In SQL Request get replaced by "�" [duplicate]

I am developing a German website with an SQL database. I recently switched from the English db entries to the German ones and noticed a weird behavior. On my local copy of the site, everything worked ...
Matsch's user avatar
  • 1
-3 votes
2 answers
50 views

SQL WHERE Input field

<input type="text" name="lastn" style="width:20%;" placeholder="Nachname" > <input type="submit" name="submit" value="Suchen&...
Kassem's user avatar
  • 1
0 votes
0 answers
92 views

SQL database PHP VLOOKUP equivalent?

I want the data from my static SQL database (say database 1) to be pulled into database 2 when there is an update in database 2, i.e. after a new input. Ultimately, a simple VLOOKUP of 'ID' in ...
Astor Connor's user avatar
0 votes
2 answers
5k views

How can I make a single page application with php?

I am trying to make a form on php for registration. There are multiple pages on the form. Right now, for the user to navigate between pages, I have created a next button that changes the header. The ...
David_Zeng's user avatar
0 votes
1 answer
73 views

Splitting Tables in Html with JavaScript

I use MySQL. I wrote an html code with a php file extension. There is a table in the code, but the table is too long. Is there a way to split the table and make it page by page? I want to use ...
Thesselia's's user avatar
0 votes
1 answer
35 views

I tried to redirect my php page to another after filling a form but it only works in localhost but not on webhost

From the loginPage.php, I am trying to redirect the page to index.php after logging in. But what happen is the form is just refresh after I tried logging in. header.php: <!DOCTYPE html> <html ...
Muhammad Farhan Bin Mohd Latif's user avatar
0 votes
0 answers
50 views

Problem with invoking the verifyIPN() function

it's been days, weeks that I can not solve a problem.. I get straight to the point, I used some codes to be able to integrate the ipn of PayPal with my website, through php. Everything seems to go ...
Gabriele's user avatar
0 votes
1 answer
51 views

How to 'join' multiple records to multiple records using a UI

I'm wondering what the easiest way is to join multiple records to multiple records. I currently have 3 tables: Users Yards Usersyardslink The third will be used (I think) to join the records as needed....
Conor Harkins's user avatar
0 votes
0 answers
54 views

How to set the 2nd drop down value to be the default value when the page loads using jquery using a database?

In options I am getting 2 values in that i want 2nd value as the default one <?php echo $this->Form->control( 'course_id', array( 'type' => 'select', 'options' =&...
shreya's user avatar
  • 1
-2 votes
1 answer
708 views

Get value of html text field using sql query with php

LOGINPAGE.html: This is where the user will input their username and password. PHP method is POST. <html> <head> <title> LOG IN </title> <style> body { text-align: center;...
Lan's user avatar
  • 5
1 vote
0 answers
32 views

what could be the cause of the error below while Installing the Required Karaf Features?

I'm installing Karaf Features on Ubuntu 20.04 using the Islandora Manual installation and i'm getting the error below..... frazer@frazer-Islandora:~$ sudo /opt/karaf/bin/client feature:install ...
Frazer Nyambe's user avatar
-2 votes
1 answer
55 views

search registration through the year and month

I'm making a code where a record has to appear through the date (Month, Year), for example: 12-2022. But this is where it is, with this code, I'm not getting it. What can I do? <?php ...
user avatar
1 vote
3 answers
46 views

I have an error in my code that does not allow me to show the results and/or show an error message in php

I have a little problem that might be syntax (since I'm not that good at php). Basically, I'm de-wrapping a code where there will be records where there will be a date (in this case, a foundation date,...
user avatar

15 30 50 per page
1
3 4
5
6 7
230