a lil explanation of what your doing there...
basically your passing info like you wouldin a variable throught the url so... if you did /?action=insert
then you did
if(action=="insert"){
$result = mysql_query"INSERT INTO db VAULES()";
}
it takes that info ... ... just a lil tell you what it is..
|