No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
7 Posted Topics
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 …
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\" …
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 …
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= …
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 :)
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 …
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?
The End.
Raimucka