Search found 3 matches
- Thu Jan 29, 2009 7:16 pm
- Forum: PHP - Code
- Topic: Here's a tough one for ya! Try to follow along:
- Replies: 3
- Views: 181
Here's a tough one for ya! Try to follow along:
I have a database table in which i have leads with their LeadID as a primary key, and columns like name, phone, etc, and most importantly, the Revenue column. I am trying to set up my page so that i can edit the value in the revenue column for one lead at a time. This is the form on the page: <? /**...
- Thu Jan 29, 2009 2:35 pm
- Forum: PHP - Code
- Topic: Need help on how to hyperlink query results in a table!
- Replies: 3
- Views: 124
Re: Need help on how to hyperlink query results in a table!
That didn't work. Got this error:
Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /home/content/c/c/u/ccunet/html/leads.php on line 56
Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /home/content/c/c/u/ccunet/html/leads.php on line 56
- Thu Jan 29, 2009 1:57 pm
- Forum: PHP - Code
- Topic: Need help on how to hyperlink query results in a table!
- Replies: 3
- Views: 124
Need help on how to hyperlink query results in a table!
I have a block of code that displays the contents of my table for leads that i collect. I want to be able to hyperlink the "LeadID" so that when clicked, I can a page that displays that lead's info so i can then edit it if necessary. How do i make each returned "LeadID" hyperlink...