Search found 2 matches
- Sun Oct 28, 2012 12:46 pm
- Forum: PHP
- Topic: problem with showing image gallery
- Replies: 3
- Views: 986
Re: problem with showing image gallery
first i made a page called getimage.php and here is the code of it <?php include ("config.php"); $id=addslashes(@$_REQUEST['id']); $image= mysql_query ("SELECT photo FROM tourism_news Where id=$id"); $row1 = mysql_fetch_assoc($image); $myimage= $row1['photo']; header("conten...
- Sun Oct 28, 2012 12:27 pm
- Forum: PHP
- Topic: problem with showing image gallery
- Replies: 3
- Views: 986
problem with showing image gallery
friends i,m making a page that retieve data from database and show them and these data include a picture for each one of them i could upload this pic with the data by a page in which i can insert data and this pic into database but when it is time to retrieve these data to be shown into this page i ...