Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

PHP Forum


You are currently viewing our PHP Forum as a guest. Please register to participate.
Login



Freelance Jobs

Reply
how to call function with a click?
Old 07-30-2004, 12:51 PM how to call function with a click?
Junior Talker

Posts: 3
Trades: 0
Hi, this is my first question after registration. Perhaps I have choosen the wrong topic, but since my problem accurs at dealing with mysql and php, I hope i shall get a solution.

I have a working database and php file which prints a table with desired data from the database. Now, I would like to delete selected data. I thought doing this by inserting a picture or button in another column of the table; a click on it should call a function that deletes selected data. It shold be something like: onclick=<?function($selected_data)?>.
What is the proper syntacs for that? and Is there better way to solve this problem?
thx
Zvak is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 07-30-2004, 02:46 PM
Christopher's Avatar
Iced Cap

Latest Blog Post:
Cross-domain AJAX with JSONP
Posts: 3,110
Location: Toronto, Ontario
Trades: 0
You must understand that PHP is a server side language and doesn't work with client side events like Javascript does.

You will have to make the button a link to a page that calls the function, something like misc.php?do=function&data=$selected_data.
__________________

Please login or register to view this content. Registration is FREE
- Latest Articles:
Please login or register to view this content. Registration is FREE
,
Please login or register to view this content. Registration is FREE

--
Please login or register to view this content. Registration is FREE

Christopher is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to how to call function with a click?
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 1.59920 seconds with 12 queries