How to add ajax in joomla component page

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
rashgang
Forum Newbie
Posts: 7
Joined: Sun Apr 21, 2013 12:01 am

How to add ajax in joomla component page

Post by rashgang »

employment_search.php
for eg:
<form name="search" action="index.php" method="get">
<input type="hidden" name="task" value="search_resume">
</form>

in search_resume.php file
all the functionaltiy will be there

i would like to add ajax functionality feature in joomla component page(employment_search.php) page
how to add it
User avatar
social_experiment
DevNet Master
Posts: 2793
Joined: Sun Feb 15, 2009 11:08 am
Location: .za

Re: How to add ajax in joomla component page

Post by social_experiment »

if this is an existing component you can contact the author.

if this is something you want to do on your own you need to add files that can handle your javascript and php. what type of functionality do you have in mind?
“Don’t worry if it doesn’t work right. If everything did, you’d be out of a job.” - Mosher’s Law of Software Engineering
rashgang
Forum Newbie
Posts: 7
Joined: Sun Apr 21, 2013 12:01 am

Re: How to add ajax in joomla component page

Post by rashgang »

User avatar
Vegan
Forum Regular
Posts: 574
Joined: Fri Sep 05, 2008 3:34 pm
Location: Victoria, BC
Contact:

Re: How to add ajax in joomla component page

Post by Vegan »

none of the CMS systems are setup for forms like you want.

You will have to roll your own from scratch to handle complex database needs etc

WordPress etc is more suited for reviews and commentary etc
Hardcore Games™ Legendary is the Only Way to Play™
My site is powered by LAMP
Post Reply