PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
Guys, below I have a list of fields which are displayed on my web site I want to store the email field inside the firstname field to allow the user to click the persons name to load a email program with the person email address automatically loaded in the send to box. I have done this in another version of this code but as I have changed it I dont know how to do it here - can anyone help??? Where do I put the code and what do I write???
that sounds good but I want it to highlight every persons name where about would I put that in the code before <td> or after the $firstname variable. - FROM what I know I need to store the variable $email inside the variable $firstname -
thanks alot thats sorted - Last question though I have another coloum which is called organisation I want to do the same with this but the date for this coloum comes from another table.
Basically I wnat to store $web_url inside organisation but I dont think it will work as web_url comes from another table which is not specified in this query - any ideas how I would go about this???
thanks for getting back to me - the problem is i want the coloum that llists organisations to be displayed as a link so that it goes to the companies website when you click it - I thught I could do this the same way as when you click a persons name and you go to your default mail service - i.e stroing the field variabl $email inside $firstname.
You cant do this though as the field that contains web_url is stored in the organisations table - my query only selects fields from the people table.
So how would I go about linking the web_url field into the organisations field when web_url is in the organisations table.