CARVIEW |
Select Language
HTTP/2 200
date: Sat, 11 Oct 2025 09:48:31 GMT
content-type: text/html; charset=UTF-8
server: cloudflare
x-frame-options: DENY
x-content-type-options: nosniff
x-xss-protection: 1;mode=block
vary: accept-encoding
cf-cache-status: DYNAMIC
content-encoding: gzip
set-cookie: _csrf-frontend=dc9de06489a7bcf4c43fa62883f63b14c14ed895c9f0b72814c5ccd269b6c4bda%3A2%3A%7Bi%3A0%3Bs%3A14%3A%22_csrf-frontend%22%3Bi%3A1%3Bs%3A32%3A%227VhQUxiHjBeA8sUELUpjtdZiAup0v7BI%22%3B%7D; HttpOnly; Path=/
cf-ray: 98cd71387a3dc1d2-BLR
Guestbook send php - Pastebin.com
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- include "classes.php";
- ob_start();
- $mysql = new mysql();
- $mysql->connect();
- $guestbook = new guestbook();
- if(isset($_REQUEST["send"])){
- $user = $guestbook->secure($_REQUEST["user"]);
- $comment = $guestbook->secure($_REQUEST["comment"]);
- if(empty($user) or empty($comment)){
- echo "Please fill out all fields";
- }
- else{
- $guestbook->newentry($user,$comment);
- header('Location: index.php');
- }
- }
- ?>
Advertisement
Add Comment
Please, Sign In to add comment
-
⭐ Free Crypto Method ✅ NEVER SEEN BEFORE ⭐⭐⭐
JavaScript | 5 sec ago | 0.24 KB
-
⭐✅ Swapzone Glitch ✅ Working⭐⭐⭐ L
JavaScript | 10 sec ago | 0.24 KB
-
✅ Make $2500 in 20 minutes⭐⭐⭐ 9
JavaScript | 12 sec ago | 0.24 KB
-
✅⭐ Make huge profits on trading ✅ NEVER SEEN...
JavaScript | 17 sec ago | 0.24 KB
-
✅ Make $2500 in 20 minutes⭐⭐⭐ J
JavaScript | 22 sec ago | 0.24 KB
-
⭐⭐Exchange Exploit⭐⭐ T
JavaScript | 24 sec ago | 0.24 KB
-
⭐✅ Marketplace Glitch ✅ Working ✅ NEVER SEEN...
JavaScript | 26 sec ago | 0.24 KB
-
⭐⭐Exchange Exploit⭐⭐ Y
JavaScript | 34 sec ago | 0.24 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy. OK, I Understand