Search found 2 matches
- Sun Aug 26, 2007 12:04 pm
- Forum: PHP - Code
- Topic: Displaying the Image from MySQL, help please...
- Replies: 1
- Views: 191
Displaying the Image from MySQL, help please...
I was able to successfully upload the image to mysql, how can i display it though? let me know what's wrong with my query... <?php mysql_connect("mysql", "username", "password") or die(mysql_error()); mysql_select_db("cleverwebdesigns");</p> <p>$result = mysql...
- Sat Aug 25, 2007 4:34 pm
- Forum: PHP - Code
- Topic: Uploading Pictures to my MySQL db w/ PHP
- Replies: 0
- Views: 283
Uploading Pictures to my MySQL db w/ PHP
feyd | Please use , and [syntax="..."] tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color] What i wa...