简体   繁体   中英

Offline testing using online PHP database, but without uploading files to server

So here is my dilemma. I wish to test my PHP website offline, but with an online PHP database. I also dont want to upload the files to the server. Is there a way for me to run them localy in Chrome, but without having to use third-party software like WAMP or XAMPP to create a local MySQL database? I've tried those, and there are so many errors etc. using them.

Any tips or hidden tricks?

Offline testing using an online PHP Database and WITHOUT uploading the files to the server is impossible. You have to use a local database in order to test PHP websites offline.

There are several great softwares that can help you do this easily. WAMP and XAMPP are just some of these.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM