Jump to content

DarthHate

New Members
  • Posts

    4
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

DarthHate's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. no reason besides the fact that it's a script that was made this way :)
  2. sorry to up this...but i've still not found a solution :( No-one has any ideas?
  3. [code] <? include "../mysqlcon.php"; $admin_info = mysql_fetch_assoc(mysql_query("SELECT * FROM bhost_admin")); $n = basename($_SERVER['PHP_SELF']); . .(this is still php) . elseif($page == "admin_broadcast.php") { $b19 = "<b>"; } $head = " <html> <head> <title>$admin_header1</title> . .(this is html in a php variable) . <center> <br> <img src='../images/bh.gif' border='0' style='margin-left: 6px;'> </center>" [/code] on the last line, where img src is, i want to make table, and have the img on the center, an ad on the left and my php query on the right. Hope it's a bit more clear now, sry for the initial crappy explanation :)
  4. Actually, I have a php page, that defines a template. Somewhere in there I have $head = <html> etc etc. So basically, $head defines what my front page looks like. The thing is, I want to insert some user statistics from my database on the front page. The database query is obviously easy. But how do I slip it in there? I started trying something then I realised I had no idea what i was even trying to do... Cheers
×
×
  • 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.