delickate Posted May 31, 2008 Share Posted May 31, 2008 i'm using Ajax in php.i want to send parameter in url using anchor tag. lets we have <a href="index.php?flowleft=<? echo $p_id; ?>" >search</a> now i want to use same like using Ajax. any one know how to? Link to comment https://forums.phpfreaks.com/topic/108127-please-help-ajax-using-php/ Share on other sites More sharing options...
Wolphie Posted May 31, 2008 Share Posted May 31, 2008 This should be in the javascript forum. However, head on over to www.w3schools.com Link to comment https://forums.phpfreaks.com/topic/108127-please-help-ajax-using-php/#findComment-554232 Share on other sites More sharing options...
ILYAS415 Posted May 31, 2008 Share Posted May 31, 2008 I think you would use something like... <a onclick="youajaxfunctionhere(document.form.name.value);">search</a> it would depend on what you want to send thru ajax. Link to comment https://forums.phpfreaks.com/topic/108127-please-help-ajax-using-php/#findComment-554233 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.