Search results

  1. H

    why can't i find a game in ac brotherhood multiplayer?

    I live in the netherlands and i just bought ac brotherhood for the xbox 360, the game works in singleplayer, but when i go on multiplayer i cant get in a game. i just sais searching for in program session and searching for other abstergo agents, that continues forever but i cant get in a game. i...
  2. H

    If wind is blown through a corner does it loose 25% of it`s speed?

    Let`s say you use a small rc rotor/ electric engine to blow wind through a pipe that has a 90 degree turn in it. Does the wind slow down with 25% because it has to make the turn? Hence does it leaf the pipe after the turn at only 75% of it`s speed? And what about a u-turn pipe. Does the wind...
  3. H

    what should I eat if I exercise almost all day?

    Only if you're serious about your training and run about 10km a day, eat everything (as much as possible) that is healthy
  4. H

    what should I eat if I exercise almost all day?

    Only if you're serious about your training and run about 10km a day, eat everything (as much as possible) that is healthy
  5. H

    PHP - Capture the amount of text?

    I want to read text from a database (works fine)... But only show till a certain point.. For example: show 300characters and cut the rest off... Is there any way to do that? Thanks a lot!
  6. H

    MySQL - Read from table with php.. how?

    Tried this: <?php $cxn = mysqli_connect("localhost","henkbart","","customer") or die("Couldn't connect to server"); $query = "SHOW COLUMNS customer"; $result = mysqli_query($cxn,$query); echo $result; ?> But nothing is happening? WHat am I doing wrong? Changed to: $query = "SELECT *...
Back
Top