Could someone help me create a code like this...

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
jake3340
Forum Newbie
Posts: 3
Joined: Wed Jul 15, 2009 4:52 am

Could someone help me create a code like this...

Post by jake3340 »

I urgently need a simple code done and have no clue how to create it. Basically I want a php script to whenever a link is clicked it activated a button to work. Any idea how I can get this done, maybe someone can guide me trough a similar script ?
User avatar
jaoudestudios
DevNet Resident
Posts: 1483
Joined: Wed Jun 18, 2008 8:32 am
Location: Surrey

Re: Could someone help me create a code like this...

Post by jaoudestudios »

PHP is server-side! You cant do it with PHP, unless you want the page to reload?

You need to use javascript, I sugges jQuery!
Post Reply