It looks something like this...ENUM('22','Band','band concert','banssss','Hello',...) under my "Optimal_fieldtype".
Now, I want to just replace that data within that table cell, not have all of this left behind? Or is this normal?
This is part of the php code I am using to insert the data.
Code: Select all
$query = "INSERT INTO events VALUES ('','$mon10a','$mon11a')";
mysql_query($query);
On a side note, is this same thing possible to do with just an XML file? Or what would be more reasonable?
I'm somewhat new to PHP and trying to pick it up, so any help is much appreciated.
Thanks!