Posts by Luvinicius • 91 points
8 posts
-
0
votes1
answer29
viewsQ: make Rows link in php
Good evening, I have a database and in it two columns, one of Links and the other of names, these links are to pages with more information about the film, and the column name contains the names of…
-
0
votes2
answers37
viewsQ: Count Out of a Ranking
I have a movie ranking system on my website and I need it NAY show how many users recommended such a movie, here’s my code : $query = "SELECT DISTINCT filmes, count(filmes) FROM filmes_rec GROUP by…
-
0
votes2
answers455
viewsQ: How to delete the first ten records from a table when reaching a certain number of Rows?
Good evening, I have an SQL table in which I will put movie recommendations by users, but I want when it reaches a total of records in this table, it deletes the older records. My code is like this:…
-
2
votes2
answers60
viewsQ: Insert Rows at the top of the table
I have the following problem, I created a form in which the value that the user has to write goes to the top of the table, leaving the oldest down, or make my SELECT can select only the last 10…
-
1
votes1
answer78
viewsQ: Select the most repeated data in a column and display them
Good evening, I’m on a project where I should make a site that gives users to recommend movies, and then show the most recommended ones. I already made the system to recommend, now I need to make…
-
1
votes1
answer3833
viewsQ: Redirect page after an email form
I am making a form that needs to reach my email but when someone clicks on Ubmit it is redirected to a thank you page. Grateful.
-
2
votes1
answer1441
viewsQ: how do I get the page link
I want to create a share button to put on other sites, such as facebook, or twitter and for that I need that when I click the button save the url and send to my email, how do I do this?
-
1
votes1
answer92
viewsQ: Make div appear to only a few users of the site
I wanted to make a div that only appears to some portion of people who access my site, how do I do this?