Results 1 to 5 of 5
-
26th Oct 2009, 04:46 PM #1OPMemberWebsite's:
litewarez.net litewarez.com triniwarez.comLitewarez Tip : (Sql Selecting multiple ids with one query)
Heya
,
What ill show you now is just a simple tip that you should be using in your websites if you are already not!
No the old fasioned way of selecting ids is to do a foreach loops like so
Code:foreach($ids as $id){ //Delete $id or Select $id here }
PHP Code:$ids = array(22,47,121); // this can be from $_POST
$query = "SELECT title FROM mytable WHERE id IN (".implode(",",$ids).")";
mysql_query($query);
Hope you all like this lil tiplitewarez Reviewed by litewarez on . Litewarez Tip : (Sql Selecting multiple ids with one query) Heya :), What ill show you now is just a simple tip that you should be using in your websites if you are already not! No the old fasioned way of selecting ids is to do a foreach loops like so foreach($ids as $id){ //Delete $id or Select $id here } Rating: 5Join Litewarez.net today and become apart of the community.
Unique | Clean | Advanced (All with you in mind)
Downloads | Webmasters
Notifications,Forum,Chat,Community all at Litewarez Webmasters
-
27th Oct 2009, 01:09 AM #2Member
This would not work because implode($ids) would evaluate to 2247121
-
27th Oct 2009, 08:55 AM #3OPMemberWebsite's:
litewarez.net litewarez.com triniwarez.comlol whoops i forgot the first argument for implode!... fixed now lol
Join Litewarez.net today and become apart of the community.
Unique | Clean | Advanced (All with you in mind)
Downloads | Webmasters
Notifications,Forum,Chat,Community all at Litewarez Webmasters
-
27th Oct 2009, 11:34 AM #4Respected DeveloperWebsite's:
X4B.org
-
27th Oct 2009, 10:28 PM #5Member
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
help me in selecting a host
By raisajid in forum General DiscussionReplies: 4Last Post: 28th Feb 2012, 06:07 PM -
SEO Benifits of sites on multiple Class C ranges... And even in multiple countries
By SplitIce in forum Webmaster DiscussionReplies: 3Last Post: 22nd Jan 2011, 02:57 AM -
Need Help Selecting a Wordpress Theme
By persnalid in forum Community CooperativeReplies: 1Last Post: 3rd Nov 2010, 06:42 AM -
Litewarez Feture list (Reason why your site belongs on Litewarez)
By litewarez in forum Webmaster DiscussionReplies: 42Last Post: 15th May 2010, 05:58 PM -
need help in selecting a theme
By xwarlordx in forum Community CooperativeReplies: 11Last Post: 11th May 2010, 10:31 AM
themaCreator - create posts from...
Version 3.45 released. Open older version (or...