No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
5 Posted Topics
Try to write the line like: [php] $getopp="SELECT * from a_pokemon where Pokemon=".$getuser3[Opponent]; [/php] I dont suggest switching between ' and " . You should decide wich one you prefer and always use it. I usually put a dot to separate two variables. I'm not sure it will make any …
Hello, I'm building a website like MySpace, the address is [URL="http://pantarei.awardspace.com/"]http://pantarei.awardspace.com[/URL] the website is wrote in Italian. It has members customizable profiles, internak message system, search user tools, a forum and a chat. I just builded the main forum page but I have a problem that I cannot solve. The …
The best way to set authorization for each page is to use the sessions. The best way to do it is to set two sessions variable: one that contain the level of authorization (for the normal users 1, for moderators 2, the administrator 3) or if you dont want different …
The problem is in the sintax of the if statement. When you write a if clause with two argument you shoulw write it like if ( (firt argument) || (second argument) ) I think that's the problem with your code. You should change your code to [php]if ((!isset($_GET['id'])) || (!is_numeric($_GET['id']))) …
I'm building a website for me and my friends that should include a forum and a chat. I'm developing the list of the friend but I don't know how to display wich users are online and which not. The users are autenticated with sessions variable. To be able to check …
The End.
Astegiano