The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
|||
|
|||
unexpected $end -- Please Help
Hi All,
I was testing some of my code and I got an unexpected error. It is: Parse error: syntax error, unexpected $end in /home/penguink/public_html/dev/profilesys/update.php on line 9 And here is my code: Code:
<?php $data = $_POST['theme']; $userid = $_POST['uid']; $update = $vbulletin->db->query("UPDATE userfield SET field7 ='" . $data . "' WHERE userid =" . $userid . "); include ('/home/penguink/public_html/members/header.php'); include ('/home/penguink/public_html/members/nav.php'); print <b><center>Settings Sucessfully Saved!</center></b>; include ('/home/penguink/public_html/members/footer.php'); ?> - Pc1203 ALSO: This is development code. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|