Jump to content

Multiple errors


ryeman98

Recommended Posts

Hi there!

 

I've been using the multiple column script here:

http://www.phpfreaks.com/forums/index.php/topic,95426.0.html

 

And I've gotten this error right now:

Parse error: syntax error, unexpected T_ECHO in /home/4617/domains/somesite.com/html/customisation/ryetest.php on line 36

 

And this is the code:

35.			if (++$i == $max_columns {
36.				echo "</tr>";
37.				$i=0;

 

Help? Thanks!

Link to comment
https://forums.phpfreaks.com/topic/57208-multiple-errors/
Share on other sites

read your code.  You didn't close brackets take your time and be through in checking pre coming here

 

Maybe I should've posted the rest of the code. I kinda figured people would look at that other page for the full code though ::)

 

		} // End if
	} // End while
} // End if results
[code]

[/code]

Link to comment
https://forums.phpfreaks.com/topic/57208-multiple-errors/#findComment-282753
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.