Hi Guys,
If i have a php page with a link with the following code:
echo "<a href=\"edit_work.php?id={$row['artist_id']}\"><font color=\"red\">{$row['first_name']} {$row['surname']}</font></a><br>";
What do i need to do so that when the link is clicked it loads into itself (edit_work.php) and if a variable is met will complete that request?
i need to know what i pass in the link? Do i name the link?
Any ideas,
Cheers,
micmac