Jump to content

ginerjm

Members
  • Posts

    6,906
  • Joined

  • Last visited

  • Days Won

    99

Posts posted by ginerjm

  1. 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.

  2. "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.

  3. 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.

  4. 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?

  5. I guess I don't know what you want to do.   I"m guessing you want to PRODUCE an output. that is formatted with special pages, then content pages and THEN you want to print it to a PDF print driver as your final document.

    I would suggest that you go back to fpdf and practice.  Much easier once you learn it.  Then you can do anything you want using your html to call the FPDF functions that will generate your actual output lines.  I used it quite a bit at one point.  Not lately tho, but not afraid to use it if it comes up in the future

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.