 |
|
Oracle Tips by Burleson |
Conducting
the Web Designer 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 Designer job
interview questions visit the code depot for the book
http://www.rampant-books.com/book_2004_1_job_web_designer.htm.
 |
For more details and scripts, see my new book "
Oracle
Tuning: The Definitive Reference", over 900 pages
of BC's favorite tuning tips & scripts.
You can buy it direct from the publisher for 30%-off and get
instant access to the code depot. |
|