ok, i put in a request to have MySQL enabled for my domain, but untill then. how exactly whould i pull each line into an array? i have the file set up like this:
ex:
$YourState = "Iowa";
$YourAge = "27";
and so on. i have succesfuly figured out how to pull an entire file into a textarea and also how to write any changes to said file. not to sure on the array aspect.
btw, this file is one of those files that hold variables, no exactly like i mentioned above. variables like
ex:
$pageTitle = "This Is My Page";
$bgColor = '#000000';
so that the user can set these values. i would like to use MySQL for it, but my friend who wants this does not have MySQL access at his host. 🙁