i am VERY new to php and need some help please
i have a menu that i display on each page:
<a href="/helloise1/web/learnSomePhp.php">Home</a>
<a href="/helloise1/web/email.php">email</a>
<a href="/helloise1/web/database.php">database</a>
<a href="/helloise1/web/cookies.php">cookies</a>
<a href="/helloise1/web/showUploadFileDetails.php">upload a file</a>
how can i grey out the "database" link? i want to user to be able to click on the link only once while page/s are active
should i use the onclick='????'
thanks
grey out a link on webpage
Moderator: General Moderators
Re: grey out a link on webpage
Does database.php do something that you can't allow happening twice?