CARVIEW |
Select Language
HTTP/2 200
date: Sat, 11 Oct 2025 14:10:05 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=8589419a4291e2bd1f93bdbb20eede3fab1b9b05129153f264756c7a317eff5ca%3A2%3A%7Bi%3A0%3Bs%3A14%3A%22_csrf-frontend%22%3Bi%3A1%3Bs%3A32%3A%22QkKpnNIGAITFpO6r4NnWRFDzXs6mAbGq%22%3B%7D; HttpOnly; Path=/
cf-ray: 98cef05eacd18e4d-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
-
⭐⭐⭐Make $15OO in 2O minutesV E⭐⭐
Java | 2 sec ago | 0.10 KB
-
⭐ Free Crypto Method ✅ NEVER SEEN BEFORE ⭐⭐⭐
JavaScript | 5 sec ago | 0.24 KB
-
⭐✅ Exploit 2500$ in 15 Minutes⭐⭐⭐ 3
JavaScript | 6 sec ago | 0.24 KB
-
⭐⭐⭐MAKE $500 IN 15 MIN⭐⭐
Java | 15 sec ago | 0.10 KB
-
Free Crypto Method (NEVER SEEN BEFORE)⭐⭐ 3
JavaScript | 17 sec ago | 0.24 KB
-
✅⭐ Make huge profits on trading ✅ NEVER SEEN...
JavaScript | 24 sec ago | 0.24 KB
-
⭐⭐⭐MAKE $500 IN 15 MIN⭐⭐
Java | 26 sec ago | 0.10 KB
-
⭐✅ Swapzone Glitch ✅ Working⭐⭐⭐ L
JavaScript | 28 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