I am getting this error "Undefined offset: 9 in C:\Course Technology\1687-5\Chapter.10\Up dateContactInfo .php on line 36"
this is the code I am recieving the error on:
[PHP]if (mysqli_num_row s($QueryResult) > 0) {
$Row = mysqli_fetch_ro w($QueryResult) ;
$First = stripslashes($R ow[3]);
$Last = stripslashes($R ow[4]);
$Phone = stripslashes($R ow[5]);
$Address = stripslashes($R ow[6]);...