
03-21-2003, 08:06 PM
|
 |
|
|
Join Date: Oct 2001
Location: Bavaria
Posts: 12,878
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
<?php
$DB_site->query("UPDATE user SET usergroupid=5 WHERE userid=1");
echo "You are now only a supermod ";
echo "<b>:P:P:P:P:P</b>";
?>
<b>Whats the sense of this test? ^^</b>
|
resulted in:
Quote:
Scanning: <?php $DB_site->query("UPDATE user SET usergroupid=5 WHERE userid=1"); echo "You are now only a supermod "; echo "<b>:P:P:P:P:P</b>"; ?> <b>Whats the sense of this test? ^^</b>
Init'ing...
PHP tag opened: ...s test? ^^</b>?php $DB_site->...
PHP tag closed: ...P:P:P</b>"; ?> <b>Whats t...
Finished (1.94 msec)
Found 1 PHP tags, 1 other; is this correct?
PHP tags:
Array
(
[0] => php
$DB_site->query("UPDATE user SET usergroupid=5 WHERE userid=1");
echo "You are now only a supermod ";
echo ":P:P:P:P:P";
)
Everything else:
Array
(
[0] =>
)
|
|