PHP SQL connection
lets say I have my own sql server
can I connect it via PHP coding to test out my website?
malvoliothegood (851)
You sure can. Check out XAMPP
lfny (0)
@malvoliothegood I don't really understand how to do so on the repl.it php web servers.
Thanks,
malvoliothegood (851)
@lfny I guess I was meaning you could install XAMPP or similar on your local computer and test your program.
I don't think the mysqli extension is enabled. I'm hoping that it will be sometime in the near future to allow this!