Forum: General
10-24-2007, 07:57 PM
|
|
Replies: 0
Views: 497
Problem creating and displaying image
I am using the code below, but instead of showing the new picture it just shows the url. Hopefully you can help. Thanks!
// Lets make sure the id is safe
$id = $_GET['id'];
$id =...
|
Forum: General
10-24-2007, 01:04 AM
|
|
Replies: 3
Views: 574
Need Help Mysql Query
Here is what I have
$query = sprintf( "insert into images set realname='%s',
user='%s', size='%s', used='%s',
type='%s', desc='%s', ip='%s',
private='1', report='0'", $filename_orig, $username,...
|