jvanski777 Posted October 31, 2020 Share Posted October 31, 2020 hello. I need your help please. I'm building logistics website with user panel and admin panel. I've done all login and register forms. now I want to : admin can add package with: tracking number , weight , cost , and declaration form. user can fill declaration form after admin add package to user panel. then admin can see the declared form. is it possible in php? thank you in advance Quote Link to comment https://forums.phpfreaks.com/topic/311661-inserting-values-from-admin-to-user-then-user-add-value-and-admin-see-it/ Share on other sites More sharing options...
gw1500se Posted October 31, 2020 Share Posted October 31, 2020 Yes. Quote Link to comment https://forums.phpfreaks.com/topic/311661-inserting-values-from-admin-to-user-then-user-add-value-and-admin-see-it/#findComment-1582159 Share on other sites More sharing options...
jvanski777 Posted November 1, 2020 Author Share Posted November 1, 2020 can you help me where to find online lessons of this? Quote Link to comment https://forums.phpfreaks.com/topic/311661-inserting-values-from-admin-to-user-then-user-add-value-and-admin-see-it/#findComment-1582172 Share on other sites More sharing options...
gw1500se Posted November 1, 2020 Share Posted November 1, 2020 First design the layout of how you want those panels to look and what they are to do. At that point you should have a good idea of the data you want to keep in your database and be able to create the schema. Then create the partial HTML to fulfill that design indicating the dynamic values to be generated by PHP and input by the user. Only then will you be ready to begin the PHP programming aspect and finalize the HTML pages. Quote Link to comment https://forums.phpfreaks.com/topic/311661-inserting-values-from-admin-to-user-then-user-add-value-and-admin-see-it/#findComment-1582174 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.