REGISTER
|
Search Tycoon Talk
|
Freelancer.com
|
Members
Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.
Register Here
Forum Rules
PHP Forum
You are currently viewing our PHP Forum as a guest. Please
register
to participate.
Login
Remember Me?
Login via Freelancer.com
Tycoon Talk
>
Web Development and Programming Support
>
PHP Forum
>
requerying table
Link Back
Thread Tools
Search this Thread
requerying table
11-13-2010, 11:43 AM
#
1
(
permalink
)
requerying table
dgkindy
Extreme Talker
Posts: 173
Trades:
0
Talkupation:
Once you query the db and you have a result, is there someway to start from the beginning again rather then requerying the database? Sort of like rewind and play again?
Register
now for full access!
11-13-2010, 11:47 AM
#
2
(
permalink
)
Re: requerying table
NullPointer
Will Code for Food
Latest Blog Post:
Start Services Using a Batch File
Posts: 2,815
Name: Matt
Location: Irvine, CA
Trades:
0
Talkupation:
Assuming you are using mysql:
http://us2.php.net/manual/en/functio...-data-seek.php
PHP Code:
mysql_data_seek
(
$result
,
0
);
__________________
Please login or register to view this content.
Registration is FREE
|
Please login or register to view this content.
Registration is FREE
|
Please login or register to view this content.
Registration is FREE
|
Please login or register to view this content.
Registration is FREE
11-18-2010, 06:23 AM
#
3
(
permalink
)
Re: requerying table
mushget
Banned
Posts: 408
Name: mushget
Trades:
0
Talkupation:
Quote:
Originally Posted by
NullPointer
Assuming you are using mysql:
http://us2.php.net/manual/en/functio...-data-seek.php
PHP Code:
mysql_data_seek
(
$result
,
0
);
Thanks for your code.I also need these.
« Reply to
requerying table
Previous Thread
|
Next Thread
Tycoon Talk
>
Web Development and Programming Support
>
PHP Forum
>
requerying table
Thread Tools
Search this Thread
Show Printable Version
Email this Page
Search this Thread
:
Advanced Search
Posting Rules
You
may not
post new threads
You
may not
post replies
You
may not
post attachments
You
may not
edit your posts
BB code
is
On
Smilies
are
On
[IMG]
code is
On
HTML code is
Off
Trackbacks
are
Off
Pingbacks
are
Off
Refbacks
are
Off
Forum Rules
Feeds:
RSS
JS
XML
Feeds for this forum:
RSS
JS
XML
LinkBack
LinkBack URL
About LinkBacks
Bookmark & Share
Digg this Thread!
Add Thread to del.icio.us
Bookmark in Technorati
Tweet this thread
Page generated in
0.43273
seconds with
12
queries