Forum Moderators: coopster
I have been using php for a short time now and have progressed my skills when the chance comes around.
I have just got the grasp of using libraries, i was actually being quite simple in what i was missing, however i have now come up with a new problem,
that is i want a form to call a funciton from a library, on submit,
is this possible,
<form id="form1" name="add" method="post" action= "AddArticle()">
the relevant form line is above, any pointers in the right direction would be appreciated.
thanks in advance.
steve
If you have the php function located on the action page then this will be possible without the use of an AJAX technology, but if my assumptions are correct, then you are looking for an AJAX solution. For starters, I would recommend the following tutorial: [news.php.net...]