Advertisement
Guest User

Untitled

a guest
Jun 24th, 2019
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. <p>You can learn more at <a href="<?php echo $MySite1; ?>">this website</a>.</p>
  2.  
  3. $Topics = mysql_fetch_assoc(mysql_query("SELECT ZT.N, ZT.URL, ZT.Title, ZT.Subtitle, ZT.Parent, ZT.Live, AI.URL, AI.Article
  4. FROM gz_topics ZT
  5. LEFT JOIN gz_articles_topics_intro AI ON AI.URL = ZT.URL
  6. WHERE ZT.URL = '$MyURL' AND ZT.Live = 1"));
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement