need help in sea script
Collapse
X
-
Originally posted by ajit55u View Postyou have to creat a different php page called livetv.php
in that page you have to give all tv link along with css
then you just need to give a link on main index ex. yourdomain.com/livetv.phpPHP Code:include
Comment
-
Originally posted by zain View Postif the entire livetv.php code boils down to one link or image preview then you can useCode:include'livetv.php';
Code:<a href="livetv.php">Live TV</a>
Comment
Comment