How to make forums

Leif K-Brooks eurleif at ecritters.biz
Sat Feb 14 18:37:23 EST 2004


Spencer wrote:
> I am interested in making my own forums (powered by Python). I was
> wondering what would be needed to make one, so that I can start making
> it.
> 
> I have always used the login script I made (it uses PHP and MySQL),
> will people be able to use the forums using a PHP/MySQL login script?
> Will it makes things more complicated?

If your forums were written in Python, it wouldn't make very much sense 
to write your login script in PHP. You probably could share enough data 
to make that possible, but why on earth would you want to?

-- 
$_=" 5_2 8_2\n 3/*3 \\ 4/*3 \\\n / *7\\/*7 \\\n| *17 |\n \\ *15 /\n 3".
"\\ *11 /\n 5\\ *7 /\n 7\\ *** /\n 9\\*/";while(/(.)([0-9]*)/gs){print$1
x($2||1)}print"\n"



More information about the Python-list mailing list