Microsoft
Software
Hardware
Network
Question : want to call display() to echo
display();
function display(){
echo 'hello';
}
Answer : want to call display() to echo
try call the function after you declared it
1: 2: 3: 4:
function display(){ echo 'hello'; } display();
Random Solutions
how to replace all any chr(10)/chr(13) _not_ within html tags with a <br>
C# sharing variables or data between different classes
URGENT: Solaris virtual printer lpd printing setup
Php 500 internal server error received on website but not using xampp at home
How to monitor users on WSS 3.0
SSRS Bar Chart
Custom Control Designer Error
.Net Application Security problem
Does OpenOffice allow Windows 7 preview pane to preview .doc and .xls files?
Should I make a Drupal Theme from scratch?