- Sep 10, 2010
- 11,807
- 26,660
Yeah you are right on that! In that case, even image manipulation functions / many and many other things are not directly handled by PHP. but this is just a beginner's test lol..
What did you guys reply to the question "die and exit does the exact same job" ?
EDIT:I got the question that I answered wrong.. die and exit does the same thing after all! I mistaken that with require and include lol...
Bleh.
14. PHP allows you to send emails directly from a script
Does php allow you send emails from a script? Of course it does. So the proper way to format this sentence would be "14. PHP allows you to send emails from a script".
But it doesn't say that. It has "directly" in there as well. Since the sentence would work without "directly", its implied that the word is there for a purpose, i.e. not just sending it, but directly sending it.
Does the script itself DIRECTLY send email? No, it doesn't. In fact, if you haven't configured an outgoing email server (the next step, not part of the "script", and before email is actually sent), the script won't do anything at all but return an error.
That test just reminded me why college is a waste of time, half the questions had nothing to do with real world PHP programming.
What did you guys reply to the question "die and exit does the exact same job" ?
EDIT:I got the question that I answered wrong.. die and exit does the same thing after all! I mistaken that with require and include lol...
Last edited: