Posts by Maycon • 39 points
3 posts
-
0
votes2
answers34
viewsQ: How to get the name of another table when the Ids match?
Well, I’m a beginner in php (although I’m trying to learn), and at the moment I’m stuck in my last step finishing a php file. I have a table called "Team", where there are columns called "ID" and…
-
2
votes2
answers116
viewsQ: ORDER BY orders by the first house and not by the number itself
I’m pulling values with order by and they’re not right in either ASC or DESC. My code is this, how can I fix this mistake? $sql = 'SELECT *, Player.ID AS ID, LEFT(FirstName,1) AS FirstName,…
-
-2
votes1
answer57
viewsQ: code appearing as text
I’m trying to insert a table but when I add it, it keeps popping up my code like it’s a text, but it works lol. Does anyone know what’s wrong with my code that I can’t find? <?php…