Recent content by Aluaine

  1. A

    PHP / MySQL - Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING?

    $sql = "SELECT * FROM images WHERE Image_ID='".$_GET['id']"'"; can anyone see why i'm getting that error from the line of code above? Thanks
  2. A

    dynamic image gallery using MySQL & PHP?

    Hi i'm looking to create a dynamic website that allows me to showcase my personal picture collection. I want a table in a MySQL database that has the fields: -Image ID -Image Name -Actualimage -Description -Date Added -Views then i want a PHP script that creates a page (i assume by passing...
  3. A

    Create dynamic page using MySQL & PHP?

    Hi i'm looking to create a dynamic website that allows me to showcase my personal picture collection. I want a table in a MySQL database that has the fields: -Image ID -Image Name -Actualimage -Description -Date Added -Views then i want a PHP script that creates a page (i assume by passing...
Back
Top