Just looking at your code: why do you not check for existence of $_POST array elements before assigning them to variables like in $Fristname = $_POST ['FristName'];
? This code should return an error. Also what is the purpose of the condition on line 13 if(is_array($Project))
? Is any of the code missing?
broj1 356 Humble servant Featured Poster
broj1 356 Humble servant Featured Poster
broj1 356 Humble servant Featured Poster
broj1 356 Humble servant Featured Poster
broj1 356 Humble servant Featured Poster
broj1 356 Humble servant Featured Poster
broj1 356 Humble servant Featured Poster
broj1 356 Humble servant Featured Poster
dgibbons82 commented: Thank you once again. +0
dgibbons82 commented: Once again, thank you for explaining and showing me how to do it. I appreciate it. +0
dgibbons82 commented: This is an excellent explanation. Thank you. +0
dgibbons82 commented: I was curious how to write an escape string. Thank you for showing me. +0