Hi Guys,
Why can't i get this to work. When i check the result in the database (MySQL) it brings up the full path for the image. It works in my local server but not when i upload it.
$picture = basename($picture);
mysql_select_db("typhoon");
$query = "insert into bands(band_name, genre, members, biography, picture_thumb, picture, active)
values('$band_name','$genre','$members','$biography','$picture_thumb','$picture','$active')";
Any ideas to resolve this?
Cheers,
micmac