Import / integrate multiple files

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

Import / integrate multiple files

Post by Eric1982 »

I have downloaded a PHP web and I would like to implement these files within the webapp of PHPmaker. How can I import these files at once ? I already tried 'Custom Files' but I can only create a new file.

Thank you.


scs
User
Posts: 694

Post by scs »

You need to store those files in one dedicated directory first, then write the script to loop for all files. Then save it to your assigned table.

Yes, you can use Custom Files to handle this.


Eric1982
User
Posts: 57

Post by Eric1982 »

Thanks for your reply. Where can I find the script to loop for all files ? And how to assign it to the table ?

Thanks again.


scs
User
Posts: 694

Post by scs »

Google php read files in folder.


Post Reply