The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
$shouttext = "RACE UPDATE:" . $race ." at " . $qualtime ." on " .$qualdate;
|
#2
|
|||
|
|||
![]() Quote:
PHP Code:
|
#3
|
||||
|
||||
![]()
Double quotes parse variables... no need to concatenate them.
PHP Code:
|
#4
|
|||
|
|||
![]()
Interesting I tried that and got a parse error. Will try it again tonight when I get home.
Ok that works accept when I thry to insert it in the db I get a parse error: parse error, unexpected T_CONSTANT_ENCAPSED_STRING in /home/nitrosim/public_html/forums/ladder.php on line 493. Here's the code any suggestions? PHP Code:
|
#5
|
||||
|
||||
![]()
It's easier to pick out errors if you format things to make them easier to read. You are missing a . after your $username inside the query.
PHP Code:
|
#6
|
|||
|
|||
![]()
ughhhhh....Thanks, I have written 3300 lines of code in the past 2 weeks so my eye are getting tired of looking at code!
|
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|