Jump to content

desjardins2010

Members
  • Posts

    187
  • Joined

  • Last visited

Everything posted by desjardins2010

  1. yes ok but - how to get text to displace based on input from DB to the desired location on the box... exp the title and the screen image and the date....
  2. if I remove that section of code the error is gone script acts as should...
  3. well your issue stands in the area echo "<br>"; if(!isset($_GET['r'])) { echo "<script language=\"javascript\"> <!-- document.location=\"$PHP_SELF?r=1&width=\"+screen.width+\"&Height=\"+screen.Height; //--> </script>"; } else { //CODE TO BE DISPLAYED IF RESOLUTION IS DETECTED if(isset($_GET['width']) && isset($_GET['Height'])) { echo $_GET['Height']." x ". $_GET['width']; } else { echo "resolution not detected"; } } ?> where are you defining "r"
  4. hey guys/gals I have attached an image i'm trying to mock the outcome of this site - so what i want to happen is based on some DB entries to a title, screenshot and footer have this page spit out these nice boxes with the details on each.... alignment is nice here how it follows the next one spaced out... can anyone tell me how I might do this... would I use php to draw out the table then draw the TR and TD and have the DB insert the title and info in the spaces provided... do you think this site is using css to draw them boxes and if not, if it's a premade image how is he inserting inforamtion ontop of it in perfect alignment...
×
×
  • 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.