Thanks for the help and the tips!
2 2006-08-14 02:01
Topic: mysql problem... (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 2006-05-17 00:09
Re: Quick Question (2 replies, posted in PunBB 1.2 discussion)
Thanks Smartys. That's what I thought, but I wasn't 100% sure.
4 2006-05-12 00:19
Topic: Quick Question (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 2006-04-27 06:13
Re: merging topics (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?