Posts by Matheus Araujo • 85 points
3 posts
-
2
votes1
answer85
viewsQ: Random selects with PHP and Mysql
Are there any way to make random selects with php and mysql. Example: 1- I have the chart carreta_furacao: id----nome 1----Fofão 2----Capitão América 3----Popeye 4----Mickey 5----Palhaço 2- In PHP I…
-
3
votes1
answer543
viewsQ: Clickable 3D globe
I’m thinking about doing a project using a 3D globe with the possibility to click on countries, but I don’t know where to start. I’ve been doing some research and so far I’ve found this:…
-
3
votes1
answer539
viewsQ: Changing a field’s value in a select
Query: select id_cliente,nm_cliente,tp_sexo from tb_clientes; In my bank sex is registered as int I wish that when I make a select display Male or Female in place of 1 or 2, how do I do this?…