Hi i believe US can protect any page . I have an html form(not US FORM) i want to submit all form inputs (including image upload) into another table called clients . How do i insert $user->data()->id, into userid (not d table id) ,$name = $_POST['name']; ,$mobile = $_POST['mobile']; into clients table. THANKS
call user id in form
Finally figured this out . easy! #closed
Finally figured this out . easy! #closed
it would be nice if you could share your findings. I would like to know what you did to get you image uploaded. I tried serveral times and it did not work with the US page.