Web Wiz - Green Windows Web Hosting

  New Posts New Posts RSS Feed - separating data
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

separating data

 Post Reply Post Reply
Author
MArk_dB View Drop Down
Newbie
Newbie


Joined: 03 February 2007
Status: Offline
Points: 1
Post Options Post Options   Thanks (0) Thanks(0)   Quote MArk_dB Quote  Post ReplyReply Direct Link To This Post Topic: separating data
    Posted: 03 February 2007 at 3:33pm
Hi
 
I have an HTML form which passes a number of unique values to an ASP page for display in the form 1,2,3,4, etc.
 
I want to use the values to append to and sql statement to display records from an MS database.
 
E.g sql select from ......where id=(single passed value)
 
My problem is I can't separate the data in the 'data stream' 
 
Any help appreciated, I'm sure its simple but so am I!!!
 
 
Back to Top
Gullanian View Drop Down
Senior Member
Senior Member
Avatar

Joined: 04 January 2002
Location: England
Status: Offline
Points: 4373
Post Options Post Options   Thanks (0) Thanks(0)   Quote Gullanian Quote  Post ReplyReply Direct Link To This Post Posted: 04 February 2007 at 7:41pm
Use the split() command to split the values by the comma seperator.

Loop through each value that is returned in the array and execute the SQL query.
Back to Top
 Post Reply Post Reply

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.08
Copyright ©2001-2026 Web Wiz Ltd.


Become a Fan on Facebook Follow us on X Connect with us on LinkedIn Web Wiz Blogs
About Web Wiz | Contact Web Wiz | Terms & Conditions | Cookies | Privacy Notice

Web Wiz is the trading name of Web Wiz Ltd. Company registration No. 05977755. Registered in England and Wales.
Registered office: Web Wiz Ltd, Unit 18, The Glenmore Centre, Fancy Road, Poole, Dorset, BH12 4FB, UK.

Prices exclude VAT at 20% unless otherwise stated. VAT No. GB988999105 - $, € prices shown as a guideline only.

Copyright ©2001-2026 Web Wiz Ltd. All rights reserved.