Jump to content

Synapse

New Members
  • Posts

    3
  • Joined

  • Last visited

Synapse's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Thanks both Barand and Requinix, I think I will revert back to the person in charge of the DB that fills the table and see if they have ideas for cleaning it up as it is much better to have it correct from the get-go and not cleaning it up as I go.
  2. Thank you for the reply requinix. I couldn't agree more, the value is coming from a selected line item on a table which I have no control over
  3. Hi Folks, My website currently sets $model variable as follows: $model = $_POST['model']; I am trying to find a way to replace a string only if it equals a certain value such as IF $_POST['model'] = "HP OfficeJet Pro:9015e" then replace that with "HP9015e" There may be need for some more replace options in the future so I would like to ensure whatever direction I take with this, that it has the ability to add some more. Is anyone aware of any such examples of what I am trying to achieve? Most of my problem is I don't know what I am searching for 🙂 Thanks
×
×
  • 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.