Jump to content

rene.miller3

New Members
  • Posts

    5
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

rene.miller3's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Hello I have recently finished my first website and would appreciate any and all feedback on it. The site is www.giftcardswitch.com. There is no test login or anything like that because you don't need an account. If you'd like to post an actual card, feel free to do so to test if it all works. I would also appreciate all design and graphics critiques.
  2. Okay so even more basic than that, how do you post pictures to a directory?
  3. AyKay47, can you share a little more guidance on how to store the image to a directory? I think your solution will work perfectly for what I'm trying to do. I'm very new to PHP, and I greatly appreciate your help.
  4. I changed the mysql information, none of what is posted in this forum is actually correct. Alright I will try that. Thanks much for the help.
  5. Hello I am new to this forum and would greatly appreciate any help. I am trying to display a BLOB from my database onto a webpage, but I have no clue how to do this. My current code displays the name of the BLOB, not the BLOB itself. Here is the code: <html> <?php $con = mysql_connect("mysql17.000webhost.com","a2870045_r ayman3","hawaii" ); mysql_select_db("a2870045_picture", $con); $result = mysql_query("SELECT * FROM Art ORDER BY RAND() LIMIT 1"); $row= mysql_fetch_array($result); $file = $row["File"]; mysql_close($con); ?> <center><?=$file?></center> </html> Again, any help would be appreciated. If you need clarification, please let me know.
×
×
  • 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.