Forum: PHP Jun 7th, 2008 |
| Replies: 4 Views: 978 Yes that's right. I absolutely agree with kkeith29 |
Forum: PHP Jun 7th, 2008 |
| Replies: 1 Views: 531 Why don't you use this little function nl2br ?? Turs new lines into HTML new lines.... |
Forum: PHP Feb 20th, 2008 |
| Replies: 4 Views: 499 Why don't you put it in a session var??? And then display it with something like echo $var; ?? Don't worry about missing name if this var is empty so the user is not logged in. |
Forum: PHP Feb 11th, 2008 |
| Replies: 10 Views: 10,033 Warning: main(menu.php) [function.main]: failed to open stream: No such file or directory in /home/fabricon/public_html/1/index.php on line 60
It's all information there.. Just check & see on... |
Forum: PHP Feb 11th, 2008 |
| Replies: 6 Views: 987 I just want to add something simple...
Your table could look like this;
user | pass | memb_level |
When you start your session, you will simply add this: to a
$_SESSION["level"] =... |
Forum: PHP Feb 11th, 2008 |
| Replies: 4 Views: 551 See there are some wrong thing in security with your code but now I am going to tell you syntax errors only (cause security is very deep....)
mysql_query("insert into submit... |