Author |
Message |
Topic: Can anyone get below tutorial to work ? |
Spasm
Replies: 8
Views: 15080
|
|
Ok, I get it now thanx for your help will edit php.ini. |
Topic: Can anyone get below tutorial to work ? |
Spasm
Replies: 8
Views: 15080
|
|
<? if ($notall == 1) { ?>
becomes
<? if ($_REQUEST['notall'] == 1) { ?>
Thanx !
But now I get an Undefined index
Notice: Undefine ... |
Topic: Can anyone get below tutorial to work ? |
Spasm
Replies: 8
Views: 15080
|
|
Okay, i've read some topics about this problem, and understand
that it has something to do with the new php rules, and that I should something like GET, or POST.. The last part isn't completly clear ... |
Topic: Can anyone get below tutorial to work ? |
Spasm
Replies: 8
Views: 15080
|
|
Spasm,
Search for "Undefined variable" in this forum for more information.
Will do aprelium, thanx ! |
Topic: Can anyone get below tutorial to work ? |
Spasm
Replies: 8
Views: 15080
|
|
Hi, I'm a real php/mysql newbie, who is trying to learn how it works.
I've visited php.net, and tried the tutorial at:
http://www.awtrey.com/support/dbeweb/
First I tried to type in the complet ... |
Topic: phpmyadmin question about users |
Spasm
Replies: 3
Views: 6253
|
|
Spasm,
Does the second user have the rights to use the forum database?
Yes he does ! (I think)
http://home.wanadoo.nl/r.rubingh/rommel/upload3.jpg |
Topic: phpmyadmin question about users |
Spasm
Replies: 3
Views: 6253
|
|
Hello to you all !
I'm having a weird problem with phpmyadmin I have set passwords for the users 'bikkel' and 'root'.
When I try to install a phpBB2 forum with the 'root' user, everything goes w ... |
|