Posts by Capoub • 115 points
6 posts
-
2
votes1
answer4960
viewsA: Pdostatement::execute() error: SQLSTATE[HY093]: Invalid Parameter number
I discovered the mistake, it was that I forgot to put the variable of modification the m there to differentiate, in: TitresPilote= :TitresPilote Which in this case should be: TitresPilote=…
-
1
votes1
answer4960
viewsQ: Pdostatement::execute() error: SQLSTATE[HY093]: Invalid Parameter number
I have the following code, I used another similar to do a database update, but this now does not work; it gives the following error: Warning: Pdostatement::execute(): SQLSTATE[HY093]: Invalid…
-
1
votes0
answers278
viewsQ: Sort Table coming from Mysql in ascending order, decreasing according to selection
Good Afternoon Everybody, I have a table that takes the data from my database mysql - wamp, so I’m looking for some way, be it by js or php to sort this data from how one decides how to sort the…
-
3
votes1
answer3079
viewsQ: Generating HTML Page by PHP from the database
I am learning php with mysql and use wamp. I’m developing a site for academic-only terms, and I have a problem: I have a database with 20 pilots, and each pilot has information like age,…
-
1
votes2
answers207
viewsQ: Program to show and hide in Javascript
My goal is to make a program that has a list, and each time the mouse goes over the name of that list, it shows a content of a div, but then using this code here, I created an array for each item on…
javascriptasked Capoub 115 -
2
votes2
answers312
viewsQ: localhost goes straight to projects
When I open my localhost, it doesn’t show up but that localhost home screen, and yes I go straight to my www directory, someone knows why?…