| |
|
Index
|
5.29 The Character <ESC> in Constants
You can use the sequence \e in a string or character constant to
stand for the ASCII character <ESC>.
|
|
|
|
|
|
include("links-1.html"); ?> |
|
|
Disclaimers: This
document is provided as free service for the benefits of Active-Venture.com's virtual hosting customers only. |
|

|
| include("links-a.html"); ?> |
|
|
"
$quotes = file("2quotes.txt");
$quote = rand(1, sizeof($quotes));
echo $quotes[$quote];
?> " |
|
|
|
|
|
|