string formatting in php?

  • Thread starter Thread starter rouxx
  • Start date Start date
R

rouxx

Guest
i want to automatically generate a transaction code in php with the format i.e W-0009...if i make a new transaction, i want the trans. code to increment by 1 thus giving me W-0010...how is this done in php?
 
Back
Top