-
Notifications
You must be signed in to change notification settings - Fork 1
reference:Placeholder variables
Aaron Junker edited this page Apr 10, 2021
·
2 revisions
Placeholder variables are variables that are used for a short time in a PHP document.
They should have a logic name.
-
$sql
- Contains an sql code.
-
$dbRes
(obsolete:$db_erg
)- The return value of an
mysql_query()
function.
- The return value of an
-
$row[]
- Database rows.
-
$code
- HTML code that get outputed.
-
$i
- Counter for
for
loops.
- Counter for
Just add a number at the end. Like $code3
.
Manuals
- manual:Download-and-install-USOC
- manual:How to install USOC manually
- manual:plugins
- manual:Set-up-oAuth-with-google
Github Manuals
Reference Index