|
Posted by Kailash Nadh on 11/26/07 23:04
On Nov 26, 10:43 pm, John <John_nos...@nnnnnnnnn.nowhere> wrote:
> Hello,
>
> I have a good PHP script that I would like to use and want to convert
> it to Ajax. It's basically a text only search program so Ajax would
> work perfect. My questions is what is the easiest way to convert it
> over. I'm kind of a NOOB to all of this and have messed with PHP, AJAX
> etc. a little bit here and there.
>
> If someone can please give me some advise that would be great.
>
> Thanks!
You are confused. AJAX is a scripting 'technique', not a language,
hence you can't 'convert' your php script to ajax.
What might work for you is scripting your front end (html form?) to
send/receive requests to your PHP script dynamically.
This is a good place to start.
http://www.w3schools.com/ajax/default.asp
Kailash Nadh | http://kailashnadh.name
Navigation:
[Reply to this message]
|