PHP and MySQL syntax: Difference between revisions

Jump to navigation Jump to search
m
Line 158: Line 158:


=== timer ===
=== timer ===
Recording the time elapsed after the sql query was executed.
<pre>
<pre>
SELECT @timer := CURRENT_TIMESTAMP();
SELECT @timer := CURRENT_TIMESTAMP();

Navigation menu