How to Call Store Procedure using PHP

  1. mysql_connect("localhost","root","");  
  2. mysql_select_db("test_p");  
  3. mysql_query("CALL sp_insertuser('d','e','d','d','e',2)");