Search results

  1. M

    what is a trade that the computer will take for Carmelo Anthony in accosiation online with a fantasy draft?

    my lineup in accosiation online mode is Russel Westbrook Kevin Martin Caron Butler Paul Millsap Anderson Varejao I really want Carmelo and i cant seem to find a trade that the computer accepts without it ruining my team. I have the wizards first round pick in the 12 draft with my picks
  2. M

    Limewire still works?

    So, I have a FRIEND who has limewire 4.12.3 pro. How can he still use it when limewire was shut down? And if he had downloaded a song or two (very)recently, could he be traced? He didn't have a pop-up saying it was shut down when his limewire starts up.
  3. M

    How can I replace xml nodes with php?

    I'm just learning XML, and I have a file that looks like this <?xml version="1.0" encoding="UTF-8"?> <WAT> <PERSON name="Brandon"> <NAME>Brandon</NAME> <CHECKED>false</CHECKED> <DEFAULTS>none</DEFAULTS> </PERSON> <PERSON name="Daland"> <NAME>Daland</NAME>...
  4. M

    How can I replace xml nodes with php?

    I'm just learning XML, and I have a file that looks like this <?xml version="1.0" encoding="UTF-8"?> <WAT> <PERSON name="Brandon"> <NAME>Brandon</NAME> <CHECKED>false</CHECKED> <DEFAULTS>none</DEFAULTS> </PERSON> <PERSON name="Daland"> <NAME>Daland</NAME>...
  5. M

    This question is for the geneticist or biologist ...IMPORTANT?

    i want to know all the genes in my body and i heard you could do it in a genetic laboratory and i know that i would have to go to one to find out but they are not open today sooo i was wondering if anybody who works in those type of facility would be able to guide me on this..... first what are...
  6. M

    php mysql array errors?

    I am trying to populate an array with vlaues from a mysql database with the code: <?php include_once("config.php"); $query = "SELECT * FROM guestbook "; $r = mysql_query($query)) or die(mysql_error()); $x=0; while($row = mysql_fetch_array($r)) { $e=( $row['email'].": "."<br>"); $c=(...
Back
Top