Posts by Samuel Pacheco • 46 points
3 posts
-
2
votes1
answer192
viewsA: How to make a Loop work within another Loop in the same code
Simple, you can make a loop inside another loop and name the variable as in the outside loop. What happens is that the variables $query, $code and $image replace the loop of the categories. Try…
-
0
votes1
answer216
viewsQ: Import sql server backup from another server
I can not import a backup (.Bak) in sql generated on another server, says that the database is not equal to what I am trying to import and tals, and I put the same name. Does anyone know what might…
-
1
votes0
answers206
viewsQ: Rename index.php with . htaccess
Guys, I wanted to access index.php from any parameter in the url, from . htaccess, like this: site.com/sistema1 site.com/sistema2 ... and automatically go to site.com/index.php to then treat certain…