- 13,643
- North Jersey
- MistaX1
Ya i know i have good music.Originally posted by gt2_gs
..well im not..
eheh, just kidding. you have some good music on there![]()
im hackin GT3 right now
Ya i know i have good music.Originally posted by gt2_gs
..well im not..
eheh, just kidding. you have some good music on there![]()
You're welcome. Glad to be of service. I'm suffering data overload at the moment, and can't work out how to organise it in my database.Originally posted by gt2_gs
by the way, thanks for the help Giles! It works great!![]()
Originally posted by gt2_gs
hey Giles, can a while loop be set to a variable?
Originally posted by MistaX
<----Done adding Porsche 966 GT3, Lancia Stratos, and Lanica Stratos WRC to GT3 garage![]()
Originally posted by GilesGuthrie
Pedant's corner:
996
Originally posted by MistaX
<----Done adding Porsche 966 GT3, Lancia Stratos, and Lanica Stratos WRC to GT3 garage![]()
Originally posted by MistaX
<----Done adding Porsche 966 GT3, Lancia Stratos, and Lanica Stratos WRC to GT3 garage![]()
I dunno yet, lemme get to see the cars firstOriginally posted by PunkRock
i badly need a sharkport... how much do these things sell for, approx?
Oh, OK.Originally posted by gt2_gs
no i mean like, say i want to call a variable, then have it execute a while loop, like this:
$var = (while stuff here)
echo "yarbles $var";
because i cannot have it just print out, i need it to replace a {string} in a db on print out..
Originally posted by MistaX
boooooo
Max HP in the street Stratos is 244HP
Ahem that was a FERRARI V6Originally posted by GilesGuthrie
What do you expect from a 1970s 2.5L NA V6?
Sheesh. Some folk are never satisfied!
Originally posted by PunkRock
how do they fare? are they fun to drive?
Originally posted by MistaX
Wow the mudflaps on the WRC Stratos move like real ones
Originally posted by MistaX
Ahem that was a FERRARI V6
I never drive those carsOriginally posted by PunkRock
they do on the Delta and the Escort Cosworth too...
But the car won Monte Carlo 4 times or somthing!Originally posted by GilesGuthrie
It's still 97.6bhp/l, from a 1970s engine! (and I knew it was a Ferrari engine - the one from the 246 Dino, to be precise)
I think you want to do this after the mysql_query statement:Originally posted by gt2_gs
ok, well here is an example of what my while loop is gonna be:
while ($myrow = mysql_fetch_row($result)) {
printf("<tr><td>%s %s</td><td>%s</td></tr>\n", $myrow[1], $myrow[2], $myrow[3]);
}
... and ofcourse my db searc and stuff is already there..