01.07.2015, 16:32
@Prokill911; the %e is some automatically escaped version of the variable, not a fan of it either but apparently its common practice, mysql_format wiki page says:
@AroseKhanNiazi; like i just explained in your other thread, your better off switching to timestamps anyway :P
Код:
Placeholder | Meaning %e <<<< | Escapes data directly without the need to call mysql_escape_string() before %s | Inserts a string. ... etc ...