Error when running PHP script

Status
Not open for further replies.

ipodally

New Member
Messages
2
Reaction score
0
Points
0
I'm trying to run a PHP script written by someone else to set up a mysql database on my webspace. When I navigate to the install.php file I get this error:


Parse error: syntax error, unexpected T_VARIABLE in /home/ipodally/public_html/secret/attributes.php on line 31

I am wondering if I am doing something wrong or if I need to apply for the higher level php security. If someone can help me out that would be great.
 

Blazer9131

New Member
Messages
411
Reaction score
0
Points
0
Umm would be good if you post Line 31 of Attributes.php here... Maybe we can help..

Also try to get V2 of PHP, (the second one). Copy and paste the error:

Parse error: syntax error, unexpected T_VARIABLE in /home/ipodally/public_html/secret/attributes.php on line 31
in the reason's box, and you will probably get accepted.

~Blaze
 

ipodally

New Member
Messages
2
Reaction score
0
Points
0
Ok, I'll try that and see if I can post the 31st line of the code if the second version doesn't work. Thanks for your help!
 
Status
Not open for further replies.
Top