use of undefined constant
Posted by: shishta (116.71.169.---)
Date: October 21, 2009 11:40AM

how can i fix it in php.ini

use of undefined constant assumed 'any error word'

Options: ReplyQuote
Re: use of undefined constant
Posted by: c2dan (---.15-1.cable.virginmedia.com)
Date: October 21, 2009 02:47PM

You can fix it simply by coding correctly.

Instead of doing $var[something] do $var[[b]'[/b]something']

This the correct way to use associative arrays.

Options: ReplyQuote


Sorry, only registered users may post in this forum.