Search found 7 matches
- Sun Jun 24, 2007 7:11 pm
- Forum: Databases
- Topic: Create link in one field of table...
- Replies: 16
- Views: 3268
- Sat Jun 23, 2007 10:18 pm
- Forum: Databases
- Topic: Create link in one field of table...
- Replies: 16
- Views: 3268
That's exactly what I am wanting to do, thank you for the patience in understanding the incoherent babbling. My table has quite a few columns in it, so I wasn't sure if I could do it without making one <td></td> entry for each column, but I don't guess that it's possible, considering I want to take ...
- Sat Jun 23, 2007 9:59 pm
- Forum: Databases
- Topic: Create link in one field of table...
- Replies: 16
- Views: 3268
So I would need to handle each field seperately as opposed to fetching the row and displaying with foreach in order to create the link? And the less you have to do server side the better right? I knew this was extremely inefficient code, but am not yet well versed enough in either php or mysql to th...
- Sat Jun 23, 2007 9:51 pm
- Forum: Databases
- Topic: Create link in one field of table...
- Replies: 16
- Views: 3268
Allright, the reason I want the first field of the html table (Provider A, Provider B, Provider C) to be links, is to have Provider A link to Provider A's website, but still be part of the html table which displays information about that provider. The table with the provider information (setup cost,...
- Sat Jun 23, 2007 9:35 pm
- Forum: Databases
- Topic: Create link in one field of table...
- Replies: 16
- Views: 3268
I don't actually want the link to print, I want to use the link in php to create a link from the first field in table2. My problem is with the php side. Your mySQL solution looks better than mine most definately, but the php is the part that I want to correct, because I can't see how I can make just...
- Sat Jun 23, 2007 9:14 pm
- Forum: Databases
- Topic: Create link in one field of table...
- Replies: 16
- Views: 3268
I am sorry if I'm not making myself clear. I am new to mysql and php so I am learning as I go. I have a table1 Provider Outside Link Provider A http://www.providera.com Provider B http://www.providerb.com and a table2 Provider Fees Monthly Cost Startup Cost Provider A 3.50 44.95 33.50 Provider B 2.5...
- Sat Jun 23, 2007 8:58 pm
- Forum: Databases
- Topic: Create link in one field of table...
- Replies: 16
- Views: 3268
Create link in one field of table...
I have two tables in mysql that I am accessing. I have one that contains a list of providers, with a list of links, and I have another table with a list of providers with information for the provider (fees, monthly cost, startup cost, etc.) I am trying to use the link with the first field of the htm...