Go Back   DevHunters Webmaster Forum > Webmaster / Coding / Web Design Discussion > PHP, CGI, ASP, Server-Side Programming

PHP, CGI, ASP, Server-Side Programming Discuss server-side programming such as PHP, CGI, ASP, and others.

How To Use A Link To Call Function In Php?

This is a discussion on How To Use A Link To Call Function In Php? within the PHP, CGI, ASP, Server-Side Programming forums, part of the Webmaster / Coding / Web Design Discussion category; The title says it all, really. How do you call a function using <a href=" function name"> in PHP? I'm ...

Reply
 
LinkBack Thread Tools Display Modes
Old 02-03-2010, 12:21 PM   #1
New Hunter
 
Join Date: Jan 2010
Posts: 2
HB$ Balance: 0
ashsalmun is on a distinguished road
iTrader: (0)
Default How To Use A Link To Call Function In Php?

The title says it all, really. How do you call a function using <a href=" function name"> in PHP? I'm doing a project and I stumbled upon this problem. I don't want to use query string in the href part like <a href="?del()"> since that would mess up the other part of my code. Can anyone pleae help me?
__________________
cheap r4i card
ashsalmun is offline   Reply With Quote
Old 02-05-2010, 11:48 AM   #2
New Hunter
 
Join Date: Feb 2010
Location: U.K
Posts: 10
HB$ Balance: 0
aiden44 is on a distinguished road
iTrader: (0)
Default

Supposed you get like this

if ($_GET['run_func'] == 'yes') {
myFunction();
} else {
echo '<a href="xxxxx?run_func=yes">Link to myFunction</a>';
}

function myFunction()
{
echo 'The function ran successfully.';
}
__________________
Cheap International Phone Calls
aiden44 is offline   Reply With Quote
Old 02-12-2010, 10:08 AM   #3
New Hunter
 
Join Date: Feb 2010
Location: U.K
Posts: 15
HB$ Balance: 0
jennie47 is on a distinguished road
iTrader: (0)
Default How to use a link to call function in PHP ?

Supposed to be like here--

PHP Code:
<?php
  
function display(){
//coding goes here.
  
}
?>

<html>
<body>
<p align="center">
<a href="what goes here?!">Display itmes</a>
</p>
</body>
</html>
__________________
External Doors
jennie47 is offline   Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -5. The time now is 05:59 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.2
vBCredits v1.4 Copyright ©2007 - 2008, PixelFX Studios