wiki:sql
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| wiki:sql [2017/03/08 21:00] – external edit 127.0.0.1 | wiki:sql [2024/03/05 13:13] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 5: | Line 5: | ||
| <code php> | <code php> | ||
| if ($mysqli-> | if ($mysqli-> | ||
| - | $errmsg .= '<p class=err> | + | $log = $_SERVER['PHP_SELF' |
| + | f_log($log); | ||
| } else { | } else { | ||
| $rows = $mysqli-> | $rows = $mysqli-> | ||
| Line 13: | Line 14: | ||
| <code php> | <code php> | ||
| if ($mysqli-> | if ($mysqli-> | ||
| - | $errmsg .= '<p class=err> | + | $log = $_SERVER['PHP_SELF' |
| + | f_log($log); | ||
| } else { | } else { | ||
| $newkey=$mysqli-> | $newkey=$mysqli-> | ||
| Line 35: | Line 37: | ||
| <code php> | <code php> | ||
| if (($result = $mysqli-> | if (($result = $mysqli-> | ||
| - | $msg .= '<p class=" | + | $log = $_SERVER['PHP_SELF' |
| + | f_log($log); | ||
| } elseif (!$result-> | } elseif (!$result-> | ||
| //no records | //no records | ||
wiki/sql.1489024800.txt.gz · Last modified: (external edit)
