Jump to content

burnside

Members
  • Posts

    541
  • Joined

  • Last visited

Everything posted by burnside

  1. yeah i just noticed i looked in the groups and seen a new admin. Guess he the reason you all got demoted?
  2. How come danile0 isn't admin now? Did the radioactive zombies get him or some thing?
  3. Could use a hidden form? I.E page 1 <input type="text" name="name" id="name" size="20" /> page 2 $name = $_POST['name']; <input type="hidden" name="name" id="name" value="{$name}" /> <input type="text" name="add" id="add" size="20"/> Then on page three call the name $name .... Maybe long and boring but only way to do it with out Mysql i know of.
  4. PHPFreaks.com Questions, Comments, & Suggestions This is NOT a help forum! Discussions about our website should go here. Feature requests, compliments, complaints... whatever you want, just be nice You got the wrong Topic.
  5. Erm ..... iluvbeansandsausages ??
  6. if($rows['views'] > 100 ) { echo " Do some thing "; } else { echo " do some thng else "; } like that?
  7. LOL Indeed. That seems very strange.
  8. Try a loop or array to update all the records that are checked only?
  9. Ha ha!! Yah your right ATM i dont know how to use the mac correctly but who cares! When it looks that good!!
  10. Ah cool, I just didnt know if there where some only for windows n some only for apple. The apple Is about the sexiest looking machine i have ever seen tho
  11. Hey all, I know there is this topic: http://www.phpfreaks.com/forums/index.php/topic,277416.0.html but what is the best PHP software for my new apple mac? As this is my first time in using one and im at a bit of a loss.
  12. If you play in on the play station 3 please add me. Always looking for new people to play against. PSN is: burnside_316
  13. More of a MySql problem. But maybe some thing like this?? <?php // Make a MySQL Connection $query = "SELECT search, search(search) FROM websmart_searches GROUP BY search ORDER BY null LIMIT 10"; $result = mysql_query($query) or die(mysql_error()); // Print out result while($row = mysql_fetch_array($result)){ echo $row['search']. " - $". $row['search(search)']; echo "<br />"; } ?> Here the link where i got that from: http://www.tizag.com/mysqlTutorial/mysqlgroupby.php
  14. Fight Fight, She who wins kick Fluoresce in his shins!! Muhahaha
  15. http://www.oddee.com/item_96669.aspx
  16. if phpfreak is id 2, Who has or had id 1?
  17. So whats the deal with CV and Zombies? I have read a few topics where he makes reffrances to them & its also on ober's forum sig, Im just curious thats all and dont mean offend.
  18. I was having such a bad day untill i read that! Thank you CV cheered me up
  19. because that would be too easy . . . .
  20. Nope just the one account, Happens every time i visit the site, I think it must be a IE problem as FF keeps my details.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.