/    Sign up×
Community /Pin to ProfileBookmark

LOOPING DATA and PUTTING TO STREAM

i have this code

[code=php]//ads_frontpage
$ad = mysql_query(“SELECT * FROM _ads ORDER by ad_id DESC LIMIT 3″);
$dynamic[‘adhead’] = ‘<center><table width=”70%” cellpadding=”0″ cellspacing=”0″ border=”0″ class=”front_ads”><tr>’;
while($adq = mysql_fetch_array($ad)){
$dynamic[‘adbody’] = sprintf(‘<td><a href=”http://’.$adq[‘adurl’].'”><img src=”‘.$adq[‘adimage’].'” border=”0″ alt=”‘.$adq[‘addesc’].'” title=”‘.$adq[‘adname’].’ – ‘.$adq[‘addesc’].'”/></a></td>’);
}
$dynamic[‘adfoot’] = ‘</tr></table></center>’;
$dynamic[‘ads’] = $dynamic[‘adhead’].$dynamic[‘adbody’].$dynamic[‘adfoot’];[/code]

let’s say i have 3 items in the database and i need to put it in stream..all three in the loop…

how can i do it?….

please respond…

to post a comment
PHP

1 Comments(s)

Copy linkTweet thisAlerts:
@php_hazard_01authorApr 22.2007 — hey anyone could help?...

i need to put into stream some iterated data from the while loop.....

from that code, i need to put at least 3 ads in stream, how can i do that?...
×

Success!

Help @php_hazard_01 spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 5.17,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @AriseFacilitySolutions09,
tipped: article
amount: 1000 SATS,

tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,
)...