piniyini
10-19-2002, 12:05 PM
Hello,
How can you put two commands on the same line?
I need the following two lines joined together:
1.
UPDATE $table SET redirects=redirects+1 WHERE (id='$id')
2.
SELECT * FROM $table WHERE (id='$id').
Ok, bye ...
How can you put two commands on the same line?
I need the following two lines joined together:
1.
UPDATE $table SET redirects=redirects+1 WHERE (id='$id')
2.
SELECT * FROM $table WHERE (id='$id').
Ok, bye ...