Posts by Xiri_ • 37 points
4 posts
-
0
votes2
answers53
viewsQ: Update data associated with a specific name in a PHP and SQL database
UPDATE: This question will be long - notice that I am very inexperienced in PHP. I have been (trying) to create a web page that can access a database created in Phpmyadmin in the last few days, this…
-
1
votes1
answer51
viewsQ: Add values to a database by PHP
I’m trying to add values to a database through PHP. I am using Phpmyadmin for both databases and also for the site in question. At this point the code I have is the following, I present my doubts at…
-
2
votes1
answer300
viewsQ: PHP - How to find the least common element in an array
The job is to create 2 arrays with random numbers between 0 and 30. These 2 arrays should be drawn from the most common element to the least common. Next I have to show to the screen the most…
-
0
votes3
answers406
viewsQ: PHP array that is not getting values
The goal of the exercise was to create an array of 20 numbers ranging from -100 to 100. I have to distinguish between negative and positive values. If it is positive I have to add the value in its…