Jump to content

mjozwiak

New Members
  • Posts

    3
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

mjozwiak's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Hell, First of all, you dont want to use echo like that [code] <?php $include = include('http://www.mydomainname.com/banners.php'); //should be an .inc file ?> <html> <head> <title></title> </head> <body> <table> <tr> <td><?php echo $include;?></td>//or the code below </tr> </table> </body> </html> <td><?php include('http://www.mydomainname.com/banners.php'); ?></td> [/code] Play around with it and you should make the banners.php local and name it banners.inc Hope to help! Matt
  2. hate to ask, but check if registared globals are on in your php.ini file
  3. You can if you are using it in an if statemnt but its safe to use it if you just checking for other vairbles
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.