Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 Learning AJAX
blueparukia Offline
Junior Member
**
Posts: 35
Joined: Jan 2008
Post: #6
RE: [split] Learning AJAX [previously: Quick tutorial on making MyBB plugins]
OK, so I have a few Ajax questions that Zinga will know Wink

1. Can you execute specific PHP functions?
Say all my PHP file contains is

PHP Code:
<?
function name(){echo "something";}
?>


Is it possible to specify (in the JS) to execute only that function?

2. Retrieving a value from an input

How do I do this in the PHP. Say I have

HTML Code
<input name="input" type="text">

  

How do I transfer that to the PHP form without submitting it? Via $_GET?.

That is all my incredibly inportant questions,

BP

02-05-2008 08:43 PM
Find all posts by this user

« Next Oldest | Next Newest »

Messages In This Thread
Learning AJAX - blueparukia - 02-04-2008, 04:55 PM
RE: [split] Learning AJAX [previously: Quick tutorial on making MyBB plugins] - blueparukia - 02-05-2008 08:43 PM

 Standard Tools
Forum Jump: