Quote:
Originally Posted by ka3jjz
When I try to use the <site> extension in the wiki, I get the following error;
error->You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1
My coding:
<site>4084/7680</site>
<br>
<site>4084/12620</site>
73 Mike
|
Mike,
You are using a slash ( / ) instead of a pipe symbol ( | ). Ok, that looks like an asscrack, but it's not intended to
Code:
<site>4084|7680</site>
<site>4084|12620</site>
Mike