TalkPHP
 
 
Account Login
Latest Articles
» The basic usage of PHPTAL, a XML/XHTML template library for PHP
» Vulnerable methods and the areas they are commonly trusted in.
» Simple way to protect a form from bot
» The Basics On: How Session Stealing Works
» How to keep your forms from double posting data
IRC Channel
IRC Speech Bubble Join the friendly bunch on IRC...
(#TalkPHP on Freenode)

...Also available via a web interface.

See this thread for information on the TalkPHP Free Hugs Initiative™. Subject to availability.
Associates
Associates
CSS Tutorials
 
 
LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
Old 03-12-2010, 09:02 AM   #1 (permalink)
The Acquainted
 
Join Date: Feb 2008
Posts: 107
Thanks: 3
CΛSTΞX is on a distinguished road
Plugin/Addon Mysql_fetch_array echo only 1 result

Hello, my function echo only 1 result. I want to echo more results with using this function. Can you please help me, thanks!

PHP Code:
function data_dump($query) {

$nt=mysql_query($query);
echo 
mysql_error();

$results = array();

while(
$row=@mysql_fetch_array($nt))
    
$results[] = $row;

foreach(
$results as $key=>$val) {

$downloadiclink "<h3><a href='http://www.downloadic.com/$val[id]-$val[alt_name].html'>$val[title]</a></strong></h3>$val[short_story]<br>";

}
return 
$downloadiclink;

}

echo 
data_dump($query);


__________________
Downloadic
infolizer

Last edited by CΛSTΞX : 03-12-2010 at 10:49 AM.
Send a message via MSN to CΛSTΞX
CΛSTΞX is offline  
Reply With Quote
 



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Advance Pagination Class Rendair Advanced PHP Programming 13 02-01-2013 11:08 AM
World of Warcraft Armory xml Grabber with cURL mortisimus Show Off 144 06-25-2012 12:34 PM
MySql Add to favorites - almost functional - help micma909 MySQL & Databases 1 12-19-2009 08:18 PM
print() vs echo() allworknoplay Absolute Beginners 9 05-27-2009 01:46 PM
My dynamic menu lesP Advanced PHP Programming 7 01-21-2008 10:28 PM


All times are GMT. The time now is 02:08 AM.

 
     

Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0
Inactive Reminders By Icora Web Design