FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » Imported messages » comp.lang.php » Dreamweaver > can this be done?
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
Re: Dreamweaver > can this be done? [message #178571 is a reply to message #178566] Mon, 02 July 2012 14:23 Go to previous message
Jeff North is currently offline  Jeff North
Messages: 58
Registered: November 2010
Karma:
Member
On Mon, 2 Jul 2012 06:24:41 -0700 (PDT), in comp.lang.php Ted
<tlacson7(at)gmail(dot)com>
<dcce0f9b-a0ef-413f-ac06-dbb1c21a1025(at)f8g2000pbf(dot)googlegroups(dot)com>
wrote:

> | i have table:
> | a b
> | | customer id | customer name|
> | 1. column a: when i select rsCustomer, column B will display customer
> | name.
> |
> | Thanks... sorry nob.

You haven't given us much to go on here.
Is the table a database table or a table on the web page?

If it is a database table then you will need to:
a. connect to your database
b. issue the SQL statement
SELECT * FROM rsCustomer
c. process the returned information for displaying on the web page

If the table is on a web page the you will need to use javascript to
update the display with the relevant information.
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Previous Topic: connecting to MSSQL Server
Next Topic: Reading & Displaying Latex Rendered images
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Mon Oct 28 11:15:29 GMT 2024

Total time taken to generate the page: 0.18031 seconds