Hi everyone,
I have a question from my teacher. I seriously don't get what it means because I cannot validate a calendar control.
It says that the custom validation control may not work with a calendar so simply put an extra label under the validation summary control and fill it in with an...
I have a script that looks like this designed for getting information about my server:
<html>
<body>
<table width='100%' border='1'>
<?php
foreach ($_SERVER as $key => $value)
{
echo <<<EOT
<tr>
<td width='25%'>
<b>$key</b>
</td>
<td>
$value
</td>
</tr>
EOT;
}
?>...
Hi everyone,
I'm looking for some sites that feature Flash game programming/ActionScript programming and animation tutorials.
Please give me some as soon as possible.
Much would be appreciated. :)
Thanks,
- Nathe