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 #22.6K
Ranked #3K
~3K People Reached
Favorite Tags

7 Posted Topics

Member Avatar for maxlipman

I was working with PM about 3 times :) firs time I was upgrading and 2 other times i made them by my self to reflect my need. What complexity PM do you need? Just see them when open your PM imbox page, with auto deleting opened ones after 30 …

Member Avatar for ronysios
0
242
Member Avatar for SolidSora

I would do it like this: [CODE] <?PHP $conn = mysql_connect("mysql-g35a.mysqldbserver.com", "goodgu", "Goodguys123"); $select = mysql_select_db("goodgu"); $sql = 'SELECT * FROM `feedback` ORDER BY `Index` DESC LIMIT 0, 30 '; $result = mysql_query($sql); $num = mysql_numrows($result); while($i < $num){ $name=mysql_result($result,$i,"name"); $make=mysql_result($result,$i,"make"); $model=mysql_result($result,$i,"model"); $year=mysql_result($result,$i,"year"); $comment=mysql_result($result,$i,"service"); $rating=mysql_result($result,$i,"rating"); $date=mysql_result($result,$i,"date"); echo " <table width=\"570\" …

Member Avatar for SolidSora
0
135
Member Avatar for SRCross

My gues is, tha there is a good probobility of virus infection in windows software. faroukmuhammad sujested realy good way to test this. Just gooogle up some live cd and after writing it to disc, run on that pc so test it. If it's a saftware problem, then you may …

Member Avatar for jingda
0
308
Member Avatar for spawn2004

Ans is it possible to see your code? I don't know if I understand the current code. But my guess is it has to look something like this: [CODE] <?PHP //first part testing is user is loged in with realy existing username and pass $user = $_GET["username"]; //or POST["username"] $pass= …

Member Avatar for spawn2004
0
166
Member Avatar for Sorcher

I have never used where twice, so I don't know if it woun't give an error. I do it like this: [CODE]$result6 = mysql_query("UPDATE `ue-xxx` SET `albumname` ='$newalbum' WHERE `albumname` ='$oldalbum' and `id` ='$imageid'")or die(mysql_error()); [/CODE] with 2 where it might work, just newer tried it :)

Member Avatar for karthik_ppts
0
156
Member Avatar for SecretDavidMAN

I think you need to use "{" and "}" after for (int i=0; i < numberofFights; i++), because as I know funtions liek these execute just one line after for( ; ; ) statment. So as it's empty, aplicasion counts up i value to numberofFights value and then continues to …

Member Avatar for Raimucka
0
114
Member Avatar for stonerain

I think if you ar using 2 same brand and model divices on windows xp, windows wil see it as one. But on windows 7 I think it's fixed. So what operating system are you using?

Member Avatar for Raimucka
0
2K

The End.