Zobrazuje sa 1 príspevok (z celkového počtu 1)
  • Autor
    Príspevky
  • #306
    Seehank
    Keymaster

    Dear users,
    I have an array like this:

    $par['quantity'] = '10';
    $par['sender'] = 'Peter';
    $par['date'] = '12/12/2012';
    

    And a string like this:
    $str = ‘{$sender} sent you {$quantity} objects on {$date}’;

    I want to replace every {$variable} with $par[‘variable’]
    I know I have to use preg_replace()

    How can I do?

    Thanks

Zobrazuje sa 1 príspevok (z celkového počtu 1)
  • Na tému ‘Replacing parameters in string’ už nie je možné odpovedať.