Jump to content

phpbb3 code


light-angel

Recommended Posts

ive made my own script to work with phpbb3 but i keep getting a error in this part can someone help me plz

 

								<?php
								if(in_array(1697, $group_id_ary)
								{
									echo "You can now add the show want to.";
									include ('inc/addshow.php');
								}
								else
								{
									echo "You do not have the rights to use this page. Login to gain access";
								}									
								?>

 

this is the error im getting

Parse error: syntax error, unexpected '{' in /home/wow/public_html/tvmugg/addshow.php on line 41

Link to comment
https://forums.phpfreaks.com/topic/185396-phpbb3-code/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.