Posts by Rhenan Teixeira • 1 point
3 posts
-
-1
votes2
answers32
viewsQ: Create a PHP Script by pulling data from Excel
Well I want a help when creating a script in PHP pulling 2 data in an excel table, the file is xlsx, I would have to pull data in different columns, someone can help me in how to do this???
phpasked Rhenan Teixeira 1 -
0
votes0
answers45
viewsQ: when the user registers their product go straight to your dashboard (php)
I have a system and in it when the registered user goes straight to the advertising page, but now he does not list the product of this user in his panel <?php include_once…
phpasked Rhenan Teixeira 1 -
0
votes0
answers34
viewsQ: I have a select file on 4 pages in 1 of them works and the other three does not answer the query
function recuperaRacas($idAnimal) { $idAnimal = strip_tags($idAnimal); $query = "select raca_id 'idRaca', raca 'raca' from raca_nimal where id_nimal = " .$idAnimal. " order by raca;";…