Jump to content

Link and link based on two fields.


rscott7706

Recommended Posts

I have racked my limited brain, and searched endlessly on the subject.  To now, haven't been able to figure out what s/b a simple one.

 

I have a table with two fields - Class and link.

 

Class is populated with things like Automobile, Construct Equip, etc.

link is populated with the links I want users to go to when the click on Class.

 

In searching I thought I found the solution, as shown here:

 

    echo "<a href='$row[link]'>".$row[Class]."</a>";

 

But alas it gives me an error:

 

Parse error: parse error, unexpected T_CLASS, expecting ']' in

/home/content/s/d/r/sdrental/html/rentals-class-only4.php on line 118

 

Am I way off base here?  Can anyone help?  Thanks in advance!!

 

8)

Link to comment
https://forums.phpfreaks.com/topic/98561-link-and-link-based-on-two-fields/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.