peter02 Posted September 11, 2023 Share Posted September 11, 2023 Hi there im new here I need a web page that has three functions Login/Sign up Track Application Reject or Approved Application and i dont know where to start. Quote Link to comment Share on other sites More sharing options...
ginerjm Posted September 11, 2023 Share Posted September 11, 2023 (edited) This forum is helpful to those who are attempting to write their app/code. Are you planning on doing that or are you looking to hire someone? If the latter, there is a different forum here for that need. And if you are planning on writing this yourself, what do you know how to do? Write HTML? CSS? JS? I assume that you know PHP since you are posting here. So do you have a full set of tools at your side? And do you know how to design a proper RDBMS and how to write the necessary queries to update it and retrieve data from it and display it? And do you have knowledge of the necessary PHP security functions to protect your data and your app? Edited September 11, 2023 by ginerjm Quote Link to comment Share on other sites More sharing options...
peter02 Posted September 11, 2023 Author Share Posted September 11, 2023 Hi ginerjm Thanks for replying We ll I was a coder before but I had really take a big gap on coding And I just want to know the steps and I'm not here to hire anyone Just wanted to know how do we get this thru as u can see the chart I need a login for user seprate and admin seperate and the user will upload a file and the admin will check if it's valid and the user wil have a tracking I'd So just wanted to know the procedure. Thank you Quote Link to comment Share on other sites More sharing options...
ginerjm Posted September 11, 2023 Share Posted September 11, 2023 What about all of my other questions? Quote Link to comment Share on other sites More sharing options...
peter02 Posted September 11, 2023 Author Share Posted September 11, 2023 And if you are planning on writing this yourself, what do you know how to do? Write HTML? CSS? JS? I assume that you know PHP since you are posting here. Yes I do in now the coding but I really have lost touch of everything for a very very long period. So do you have a full set of tools at your side? And do you know how to design a proper RDBMS and how to write the necessary queries to update it and retrieve data from it and display it? Yes wil be using WAMP server and MySQL And do you have knowledge of the necessary PHP security functions to protect your data and your app? This one I'm not quite sure. And on what system does this flow chart falls Quote Link to comment Share on other sites More sharing options...
ginerjm Posted September 11, 2023 Share Posted September 11, 2023 Not following some of your English. I assume that you know HTML, CSS and JS since you didn't answer those queries. And you have a development area. But - have you designed your own proper database yet? What version of PHP are you running? Makes a difference if you haven't coded in a long time. (Suggestion - use the PDO interface for your db work. Much easier than using MySqli) My suggestion - start with the db design for your signon table. Then design the login form/script that runs it and processes the input. Then write the query to interact with the signon table and test it out. And lastly add the necessary code to make that page safe to use and not allow non-users to get thru it. I think just doing this will warm you up and get you back into coding and bringing you up to the way it's done in the 21st. Quote Link to comment Share on other sites More sharing options...
peter02 Posted September 12, 2023 Author Share Posted September 12, 2023 Just one question is there any web Script coz I'm running out off time 😁 Quote Link to comment Share on other sites More sharing options...
ginerjm Posted September 12, 2023 Share Posted September 12, 2023 "is there any web Script" ? Whatever are you trying to ask? Are you thinking of writing an app (which sounds new to you!) while under a deadline? If so - good luck with that!! You sound to me like someone who has a whole lot to learn and that doesn't happen at the drop of a hat. Quote Link to comment Share on other sites More sharing options...
Barand Posted September 12, 2023 Share Posted September 12, 2023 I'm going to guess "assignment" which has been ignored all summer and now needs completing before term start on Monday? Quote Link to comment Share on other sites More sharing options...
ginerjm Posted September 12, 2023 Share Posted September 12, 2023 I like the idea that it could be a school assignment but the OP did say that he was a coder previously and is now returning. Sounds more like a promise that is being more trouble than he thought. But he clearly does not make his current position/status clear. He stated that he 'just wanted to know the procedure'. Doesn't sound like a coder to me. I figure this topic will go inactive very soon. Quote Link to comment 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.