Jump to content

Parse Array in Array correctly


TheFilmGod

Recommended Posts

			if ($error_display[1] != 0){
			echo "$error_text[{$error_display[1]}]";
			echo '</p>';
		}

 

This will not parse correctly. It isn't a mystery, the "$error_display[1] in $error_text[...] is creating the problem.

 

Although I know what is causing the problem, I don't know how to fix it. Help?

 

Thanks!

TheFilmGod

Link to comment
https://forums.phpfreaks.com/topic/111770-parse-array-in-array-correctly/
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.