خرید بک لینک
I have a functions which insert email into various tables
PHP Code:

if($registered->execute(array(':Email' => $_POST['Email'])))
                {
                    return 
true;
                } 

All execute OK.
I have other functions which use Email in the where clause to update tables
PHP Code:

if($registered->execute(array(':Name' => $_POST['Name'],...))
{
return 
true;


I am getting undefined index for each $_POST in the update function. Any ideas?

برچسب: نویسنده: آیلین رضوانی تاريخ: سه شنبه 12 دی 1396 ساعت: 13:37

صفحه بندی