Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #4K
~1K People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.
Favorite Forums
Favorite Tags

5 Posted Topics

Member Avatar for Danyal

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 …

Member Avatar for Astegiano
0
147
Member Avatar for Astegiano

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 …

Member Avatar for Astegiano
0
158
Member Avatar for aparnesh

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 …

Member Avatar for Astegiano
0
301
Member Avatar for Fel

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']))) …

Member Avatar for Fel
0
224
Member Avatar for Astegiano

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 …

Member Avatar for BlazingWolf
0
191

The End.