Hello, am working with the date function in a php file, however the text "at" is not being rendered properly:
Initial code:
"Online reservation form submitted on " . date ("d/m/y \at\ H:i") . "\n\n" .
Rendered value:
Online reservation form submitted on 29/09/12 a30 11:52
Where instead of "at" it is becoming "a30". How to fix this?