 |
|
Oracle Tips by Burleson |
Conducting
the Webmaster Job Interview
Chapter 10: The
Technical
Interview
PHP Scripting
Questions
Name the variable
in the following PHP script and describe how the code is
manipulating the variable:
1. <?php
2. $vocal = "you’re hired!";
3. print ("Convince me you are the best person for the
job and I will say $utterance");
4. print ("<p>");
5. $vocal = "you’re fired!";
6. print ("If you screw up I’m going to say $utterance");
7. ?>
Skill Level:
Low
Expected Answer:
For the answer to this and other Web Master job
interview questions visit the code depot for the book
http://www.rampant-books.com/book_2004_1_job_web_master.htm
|
|
|
Need an Oracle Health Check?
Does your boss blame you for an Oracle performance problem?
Need to prove that your database is properly optimized?
BC Oracle performance guru's can quickly verify every aspect of your
Oracle database and provide a complete certification that your database
is fully optimized. |

|
|