Is there a way to increment the value on these ?
Like I run a query,
<? $query = "SELECT * from products WHERE `this` = 'that'";
$result = mysql_query($query) or die(mysql_error());
while($row = mysql_fetch_array($result)){
<input type="text" name="X1" size="20" value="
<input type="text" name="Y1" size="20">
}
See Where I have X1 and Y1,
well For Result one I want it to be called that,
and for the next one I want it to X2, Y2,
etc.
I know that code isn't exactly correct and won't work without escaping characters,
but just looking for the idea if this is possible
Oh and lol @

I'm sure they look like that.

New Topic/Question
Reply




MultiQuote




|