Display data from a database on webpage

  • Unknown's avatar

    hi guys, first time posting

    I’m trying to set up a website let people submit a form, and then the data from the form be publicly viewable in a table. Before being visible for all , I’d like to scrub personal information from the data so that it’s more anonymous. Particularly one field would be for people to submit their address. Obviously I don’t want the whole world to have the address, so what I want to do is for an address such as : Apt 102, 1280 Main Street, Your Town, Nowhere

    I’d like it to display: Apt 1XX, 12XX Main Street, Your Town, Nowhere

    does anyone know of an easy way to number one display the data in a searchable table, and number two automatically scrub the data, or would I manually have to go through and scrub it myself?

  • The topic ‘Display data from a database on webpage’ is closed to new replies.