grey out a link on webpage

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!

Moderator: General Moderators

Post Reply
helloise
Forum Commoner
Posts: 31
Joined: Tue Sep 21, 2010 4:20 am

grey out a link on webpage

Post by helloise »

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
User avatar
requinix
Spammer :|
Posts: 6617
Joined: Wed Oct 15, 2008 2:35 am
Location: WA, USA

Re: grey out a link on webpage

Post by requinix »

Does database.php do something that you can't allow happening twice?
Post Reply