User Profile
Collapse
-
i use varchar datatype to store images in database is that possible this may be error ?and the mysql_result is use for blob datatypeLeave a comment:
-
problem is images are not display its just giving table with image icon but images are not displaysLeave a comment:
-
where can i usetages please tell me as i am new for php me it will be helpfull if you guide meCode:and
Leave a comment:
-
nili started a topic I am trying to display images side by side from mysql database using php, i want 4in PHPI am trying to display images side by side from mysql database using php, i want 4
----- this is my image.php file---- for getting id----
-----imagefetcher.ph p------...Code:<?php include('connect.php'); if (isset($_GET['id'])) { $gotten =mysql_query("select *from reg where id=".$_GET['id']); while ($row = mysql_fetch_array($gotten)) { echo $row['id']; } mysql_free_result($gotten); } ?>Last edited by Dormilich; Mar 12 '14, 01:31 PM. Reason: Please use [code] and [/code] tags when posting code or formatted data.
No activity results to display
Show More
Leave a comment: