-2

Have error with my registration page i get this error:

Parse error: syntax error, unexpected 'try' (T_TRY) in /home/catchpokem/domains/catchpokemons.lt/public_html/sargcs/admin/register.php on line 18

My code is : http://pastebin.com/kamBT8J3 Really want to fix this error but i don't know how?

Nelixus
  • 1
  • 1
  • 3

1 Answers1

0
include_once '../configs/config.php';

you did not put ; after the above line taht give the error I suppose

vishi
  • 31
  • 4