The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Error??
Can someone help with this
I have tried putting ; after the last > still does not work though. Parse error: parse error, unexpected '\"', expecting ',' or ';' in /home/usr/public_html/category.php on line 26 echo "<link href=""\"/base.css\" rel=\"stylesheet\" type=\"text/css\"> |
#2
|
||||
|
||||
Try this:
<link rel="stylesheet" href="base.css" /> |
#3
|
||||
|
||||
Same here is what I have now
http://realwebhost.net/category.php PHP Code:
|
#4
|
||||
|
||||
Take the echo " out of it and try it. Just like I gave you.
|
#5
|
||||
|
||||
Now get error line 29 is the first <tr>
Parse error: parse error, unexpected '<' in PHP Code:
|
#6
|
||||
|
||||
you have to escape all double quotes \" that are inside other double quotes
PHP Code:
|
#7
|
||||
|
||||
Getting error on line 15 in code below which is
PHP Code:
and look at bottom here is file PHP Code:
|
#8
|
||||
|
||||
try this:
PHP Code:
there are better ways of fixing this, but i rushed that... lol it shud still work tho |
#9
|
||||
|
||||
Parse error: parse error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting ',' or ';' in /home/user/public_html/category1.php on line 18
echo "<a href=""\"".$_SERVER['$PHP_SELF']."?cid=$cid\">$cname</a><br>"; |
#10
|
|||
|
|||
Note: every time I use a | below it's really a backslash (sometimes the board parses them):
PHP Code:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|