DownGratisBR Posted December 9, 2011 Report Share Posted December 9, 2011 Quote Link to comment Share on other sites More sharing options...
0 MLeandroJr! Posted December 9, 2011 Report Share Posted December 9, 2011 Troque isso:<?php $load = $_GET['url'];if(empty($_GET['url']))?> Por isso: <?php if (!isset($_GET['load'])) ?> Quote Link to comment Share on other sites More sharing options...
0 DownGratisBR Posted December 10, 2011 Author Report Share Posted December 10, 2011 Troque isso:<?php $load = $_GET['url'];if(empty($_GET['url']))?> Por isso: <?php if (!isset($_GET['load'])) ?>Vlw, agora ta tudo certo Quote Link to comment Share on other sites More sharing options...
Question
DownGratisBR
Link to comment
Share on other sites
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.