Notice: Use of undefined constant

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
saleh
User
Posts: 470

Notice: Use of undefined constant

Post by saleh »

If upload multiple images showing the error

Notice: Use of undefined constant i - assumed 'i' in C:\xampp\htdocs\edareat\talemaatlist.php on line 1688

Notice: Undefined index: i in C:\xampp\htdocs\edareat\talemaatlist.php on line 1688

Notice: Use of undefined constant i - assumed 'i' in C:\xampp\htdocs\edareat\talemaatlist.php on line 1688

Notice: Undefined index: i in C:\xampp\htdocs\edareat\talemaatlist.php on line 1688


Database: edareat
CREATE TABLE IF NOT EXISTS talemaat (
id_talemaat int(11) NOT NULL AUTO_INCREMENT,
Title varchar(255) NOT NULL,
Thread longtext NOT NULL,
Picture longblob,
PictureName varchar(50) DEFAULT NULL,
PictureSize int(12) DEFAULT NULL,
PictureType varchar(200) DEFAULT NULL,
PictureWidth int(11) DEFAULT NULL,
PictureHeight int(11) DEFAULT NULL,
PRIMARY KEY (id_talemaat)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=12 ;


saleh
User
Posts: 470

Post by saleh »

I found the solution here
Thank you

http://www.hkvforums.com/viewtopic.php? ... ant#p98485


Post Reply