Hey all. I was hoping I could make a constructive first post on here but this one has been driving me nuts for a few days too long. I’m fairly new to this but I have a general idea what I’m doing… So maybe this poor attempt at a line of code can give you an idea of what I’m trying to accomplish here.
I have a little title in the updates column on the site and I’d like for a user to click that title and it will send them to a URL as specified by the Link column in that databse.
This is a poor attempt at code but I figure it makes more sense like this than me describing it.
<a href=’$row_getNews[‘link’]’> echo $row_getNews[‘title’];
I really appreciate the help. Maybe one day I’ll be competent enough to contribute haha.