Hello everyone I am new on PHP, in my case I want to add a specific letter in a specific word in the sentence.
For example :
I have a function that returns this string in html => "Order #00000001000" , I want to add a letter "P" after the "#" like this => "Order #P00000001000",
PS : I don't want to change it in the function, I just want to change it in the HTML directly