I have to import a fairly large data-set from a Wordpress site and I would love to fetch some data directly from the old database (due to partial import). I found an article that shows me how to connect to a predefined database but can I somehow connect to a database using user inputs?
So the user fills out the form on the client side, decides which operations to be executed and then sends the request trough a POST AJAX request.
I really want to import only small chunks at a time.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community