buttons functions and page source help

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
valseedian
Forum Newbie
Posts: 1
Joined: Thu Oct 27, 2005 7:36 am

buttons functions and page source help

Post by valseedian »

I'm very new at php, but I have extencive experience in java(console) and c
I'm looking to make a small script but need some help figuring out how to create a disired effect.
first off
I would like to have a button that calls a php function
I've heard elsewhere online that it's possible but noone says how
I also need a way for my php to read the source for an off server page, somewhat like winsock does for c. if there is no way to do this, I can do without.
thank you all for your help.
~val
Grim...
DevNet Resident
Posts: 1445
Joined: Tue May 18, 2004 5:32 am
Location: London, UK

Post by Grim... »

AJAX can do that for you.

Search this forum for it, or go for http://xajax.sourceforge.net
Post Reply