Avatar of sanchit gupta
sanchit gupta

asked on 

Getting images fetched properly

There is been an error in images uploading. i want to fetch the image instead of just its name. I also want to style it similar to what is there in the picture embedded.
<?php
ob_start();
include ("./inc/header.inc.php");
$userid="";
$dblinks = DB::query('SELECT * FROM links WHERE user_id!=:userid AND category = "funny" ORDER BY id DESC', array(':userid'=>$userid));
$links = "";
$time = "";
foreach ($dblinks as $u) {
$links .= $u['image'].$u['title'].'<br>'.'<a href="'.$u['url'].'">'.$u['url'].'</a><br>Submitted at '.$u['posted_at'].'<hr>' ;}
$time .= 'Submitted at'.$u['posted_at'];

?>

<div class="links">
   <?php echo $links; ?>
[embed=file 1150320][embed=file 1150321][embed=file 1150322]
 </div>

Open in new window

Captureout.PNG
Capturemyoutput.PNG
db.PNG
CSSDatabasesPHP

Avatar of undefined
Last Comment
Ray Paseur
ASKER CERTIFIED SOLUTION
Avatar of Ray Paseur
Ray Paseur
Flag of United States of America image

Blurred text
THIS SOLUTION IS ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
Avatar of sanchit gupta
sanchit gupta

ASKER

no need of creating a gig project here only some changes are needed in my code. @ray
Avatar of Ray Paseur
Ray Paseur
Flag of United States of America image

abandoned question - hopefully it was taken up in Gigs
PHP
PHP

PHP is a widely-used server-side scripting language especially suited for web development, powering tens of millions of sites from Facebook to personal WordPress blogs. PHP is often paired with the MySQL relational database, but includes support for most other mainstream databases. By utilizing different Server APIs, PHP can work on many different web servers as a server-side scripting language.

125K
Questions
--
Followers
--
Top Experts
Get a personalized solution from industry experts
Ask the experts
Read over 600 more reviews

TRUSTED BY

IBM logoIntel logoMicrosoft logoUbisoft logoSAP logo
Qualcomm logoCitrix Systems logoWorkday logoErnst & Young logo
High performer badgeUsers love us badge
LinkedIn logoFacebook logoX logoInstagram logoTikTok logoYouTube logo