Posts by Luther • 105 points
3 posts
-
5
votes1
answer5102
viewsQ: Relate two mysql tables to data from the same column?
I am creating a 2014 World Cup table. I created two tables. times (ID, nome, sigla, bandeira) jogos (ID, fase, local, time1_id, time2_id, data) I have a relatively simple problem, but I found no…
-
0
votes1
answer6399
viewsQ: .htaccess to URL friendly
How do I make rules Mod_Rewrite (htaccess) for my pages? I’m not used to .htaccess Rules I would like: www.exemplo.com/index.php for www.exemplo.com www.exemplo.com/perfil.php for…
-
4
votes3
answers7029
viewsQ: Insert PHP into div with Jquery (.html)
I have a div that will receive the content, I have a vertical menu, which will define the content that the guy will see. The problem is that it does the .load() of the file, but it loads as far as…