Displaying 1 result from an estimated 1 matches for "myajaxrequest".
Did you mean:
ajaxrequest
2007 May 17
5
AJAX, PHP and scriptalicious
...mysql_fetch_row($query))
{
echo''<div class="testie">'';
echo $i[0] . "<br />";
echo $i[1] . "<br />";
echo $i[2] . "<br />";
echo ''<a href="javascript: MyAjaxRequest(\''main\'',\''hello.php?
ID='' . $i[2] .''\'')">Delete</a><br />'';
echo ''</div>'';
}
}
This piece of code deletes the user from the database if chosen, and
then re-generates the list vi...