1

(4 replies, posted in Programming)

Thanks for the help and the tips!

2

(4 replies, posted in Programming)

The following bit of PHP gives me the MySQL error: #1054 - Unknown column 'jer' in 'where clause'

$result = mysql_query("SELECT `id` FROM `members` WHERE `username` = ".$post['username']." AND `password` = ".$post['password']."", $open) or die(mysql_error());

The above line is in a function so $post is correct and the value of $post['username'] is currently 'jer'

Any help?

3

(2 replies, posted in PunBB 1.2 discussion)

Thanks Smartys. That's what I thought, but I wasn't 100% sure.

4

(2 replies, posted in PunBB 1.2 discussion)

if i take all my punbb files offline, would my mysql database stay intact? this way, i can just upload all the files again when i want to use the board. it's currently in the main directory folder.

5

(15 replies, posted in Feature requests)

I've been using ProBoards for the longest time (just switched to PunBB today) and there never has been a merge thread feature. How does it work?