Whether One-line comment begin with pound sing(#) in php?
Posted: Mar 15, 2013
View Details
<?php $x=dir("."); while($y=$x->read()) { echo $y." &...
Posted: Mar 15, 2013
View Details
<?php echo $_SERVER['REMOTE_ADDR']; ?> Find the Output?
Posted: Mar 15, 2013
View Details
<? php function zz(& $x) { $x=$x+5; } ?> $x=10; &nb
Posted: Mar 15, 2013
View Details
<?php $str="3dollars"; $a=20; $a+=$str; print($A.;  
Posted: Mar 15, 2013
View Details
In PHP the error control operator is _______ .
Posted: Mar 15, 2013
View Details
How arrays can be defined in COBOL?
Posted: Mar 15, 2013
View Details
What are literals?
Posted: Mar 15, 2013
View Details
What is a report item?
Posted: Mar 15, 2013
View Details
PHP variables are_____ .
Posted: Mar 15, 2013
View Details
Can we redefine the field of X(200) to less than 200?
Posted: Mar 15, 2013
View Details
Is php can support multiple inheritance?
Posted: Mar 15, 2013
View Details
Showing 1051 to 1065 of 2227 results