|
YaWK
24.1
Yet another WebKit
|
Go to the source code of this file.
Variables | |
| $blogid = $_POST['blogid'] | |
| $comment = $_POST['comment'] | |
| $email = $_POST['email'] | |
| $gid = $_POST['gid'] | |
| $ip = $_SERVER['REMOTE_ADDR'] | |
| $itemid = $_POST['itemid'] | |
| $name = $_POST['name'] | |
| $now = date("Y-m-d H:i:s") | |
| $uid = $_POST['uid'] | |
| if($uid==='0'|| $gid==='0') | else |
| if (!isset( $db)) | |
Definition at line 5 of file add-comment.php.
| $comment = $_POST['comment'] |
Definition at line 10 of file add-comment.php.
| $email = $_POST['email'] |
Definition at line 12 of file add-comment.php.
Definition at line 8 of file add-comment.php.
| $ip = $_SERVER['REMOTE_ADDR'] |
Definition at line 9 of file add-comment.php.
Referenced by YAWK\backend\drawLoginBox().
Definition at line 6 of file add-comment.php.
Definition at line 11 of file add-comment.php.
Referenced by YAWK\sys\parse_phpinfo(), and YAWK\sys\read_recursive().
Definition at line 13 of file add-comment.php.
| $uid = $_POST['uid'] |
Definition at line 7 of file add-comment.php.
| if ( $db->query("INSERT INTO {blog_comments} (blogid, itemid, uid, gid, ip, date_created, name, email, comment) VALUES('$blogid', '$itemid', '$uid', '$gid', '$ip', '$now', '$name', '$email', '$comment')")) else |
Definition at line 23 of file add-comment.php.
| if(!isset($db)) | ( | ! | isset $db | ) |
Definition at line 3 of file add-comment.php.