PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
You might need to give us a tiny bit more detail than what you've given so far. Like how you want it store in the record, what the table structure looks like, etc.. you know, the small stuff.
bobby9101 wrote:I would like to have the contents of MySQL row "haha" be all the files from directory "haha"
how is that possible?
AFAIK MySQL by default, at least the default table, are stored in files...I think it's myISAM...at least they are in the version I use on my test server...
tables are stored as files and records are stored inside those files...
I rethought it... i dont even need mysql
here is what i would like
I have a form and I would liek to be able to enter a name into the form and then it create a file like name.php
and then i would liek a script to read alll the .php files in that folder
how do i do that?