-
I am trying to get all rows with same name from my MySQL database to my HTML table. So basically, …
- 379 views
- 1 answers
- 0 votes
-
I tried to connect to my database with mysqli_connect. this database is a remote MySQL database but my code gives …
- 414 views
- 0 answers
- 0 votes
-
I have been connecting my form with MySQL database. I am trying to host my project website on Godaddy. I …
- 375 views
- 0 answers
- 0 votes
-
This question already has answers here: Warning: mysqli_fetch_assoc() expects parameter 1 to be mysqli_result, string given in (2 answers) Closed …
- 380 views
- 1 answers
- 0 votes
-
I am trying to make an english vocabulary app. Reactjs and php is used in this app and currently I …
- 375 views
- 1 answers
- 0 votes
-
I am creating a social network that has an explore page. I want to show a post text or an …
- 389 views
- 2 answers
- 0 votes
-
Trying to set up local environment for WordPress dev on new Macbook running OSX 10.15.5. Used Homebrew to install Apache …
- 416 views
- 0 answers
- 0 votes
-
In my last post someone helped me to show my explore posts and it was very helpful. But I wanna …
- 438 views
- 0 answers
- 0 votes
-
- 549 views
- 0 answers
- 0 votes
-
Code: // get value of id that sent from address bar $id=filter_input(INPUT_GET, ‘id’, FILTER_VALIDATE_INT); if ($id === false) { //filter …
- 470 views
- 1 answers
- 0 votes