Flash/actionscript/php-mysql Course

Not available content for this page.

Daily Test with Code Example

HTML
CSS
JavaScript
PHP-MySQL
Click on the tag that creates a cell in table
<tr> <span> <td>
<table></tr>
  <td>Cell-1</td><td>Cell-2</td>
</tr></table>
Indicate the CSS property used to specify a background image for an element
background-color background-image color
h3 {
  background-image: url("image.jpg");
}
What instruction can be used to parse all the array items?
for() [) object()
var arr = [1, "ab", "CoursesWeb.net"];
for(var i=0; i< arr.length; i++) { alert(arr[i]); };
Indicate the PHP instruction used to traverse an associative array.
for() foreach() if()
$arr =["k1"=>"v1", "k2"=>"v2", "k3"=>"v3");
foreach($arr AS $k => $v) { echo "<br/>". $k ." - ". $v; }

Last accessed pages

  1. The Mastery of Love (7368)
  2. Mysql SELECT JOIN tables on two different Databases (4463)
  3. Prayer The Art of Believing (1720)
  4. Create simple Website with PHP (44056)
  5. Awareness - by Anthony de Mello (6329)

Popular pages this month

  1. Courses Web: PHP-MySQL JavaScript Node.js Ajax HTML CSS (850)
  2. CSS cursor property - Custom Cursors (106)
  3. The Mastery of Love (101)
  4. Read Excel file data in PHP - PhpExcelReader (100)
  5. The School for Gods (74)