Quote:
Originally Posted by Cyburbia
Thanks for making this!
I'd use it if it weren't for the "no alphanumeric characters" restriction. It would be terrific id there was a way around it.
|
Yeah, I have a forum with a moderate amount of people (~3000), and there are many non-alphanumeric characters as well.
I like your website btw, I found a bit of information on it for a paper or two I have done at University.
Quote:
Originally Posted by TheFinney
Hi, I'm not that great at PHP. For the changing of the values, do I replace everything after the $, or after the $wgDBserver, or something else?
Thanks!
|
For the values, and php in general, $something is a variable, and if it is a string, you can thing of it as "somevalue". So if you were to hard-code something like the server name, you would replace $servername with "servername".