Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~133 People Reached
Favorite Forums
Favorite Tags
Member Avatar for offsense

Hi Guys, I got a problem with updating images in mysql database wih php form. It succesfully inserted the images into the database, but it can't do any updates/changse on the existing image record. Thanks [CODE] <? session_start(); include("database.php"); include("login.php"); $pro_id = $_POST['pro_id']; $pro_name = $_POST['pro_name']; $pro_cat = $_POST['pro_cat']; $pro_desc …

Member Avatar for offsense
0
133