Recent content by White Wizard

  1. W

    What are the jobs we can get by studying Astronomy?

    Apart from astronomer and astronaut, what jobs can be provided if we learn Astronomy?
  2. W

    How to display part of PHP function in one line?

    <html> <body> <?php function writeName() { echo "Name1"; } echo "Name12 "; writeName(); ?> </body> </html>
Back
Top