Posted by Nick on 11/02/06 08:28
Hi,
I'm creating a php web page and have a problem with linking.
I've created a table including the following string:
"<td'>$dayw</td>" .
What I'd like to do is to link $dayw to $title.
I made the following code, which is wrong:
"<td'><a href="$title">$dayw</a></td>" .
Do you know which is the exact code for this purpose please?
I'm new in Php and still have some problem with basic programming.
Many thanks for the support.
Best,
Nick
[Back to original message]
|