The following warnings occurred: | ||||||||||||
Warning [2] Undefined variable $unreadreports - Line: 26 - File: global.php(961) : eval()'d code PHP 8.2.25 (Linux)
|
call user id in form - Printable Version +- UserSpice (https://userspice.com/forums) +-- Forum: Support Center (https://userspice.com/forums/forumdisplay.php?fid=23) +--- Forum: UserSpice 4.3 and Below (https://userspice.com/forums/forumdisplay.php?fid=26) +--- Thread: call user id in form (/showthread.php?tid=407) |
call user id in form - meetmec12 - 12-26-2016 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 - meetmec12 - 01-02-2017 Finally figured this out . easy! #closed RE: call user id in form - eforbes - 08-30-2018 (01-02-2017, 08:10 PM)meetmec12 Wrote: 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. |