Interview Questions And Answers

Q: - What PHP function did we use to create an associative array of date-related information?

geTDate()

Submitted By:-Martinos            Email-ID: - martinos_sa@rediff.com

Q: - What function is designed to allow you to set a cookie on a visitor's browser?

setcookie()

Submitted By:-Martinos            Email-ID: - martinos_sa@rediff.com

Q: - What editors should I avoid when creating PHP code?

Do not use word processors that format text for printing (such as Word, for example). Even if you save files created using this type of editor in plain text format, hidden characters are likely to creep into your code.

Submitted By:-Martinos            Email-ID: - martinos_sa@rediff.com

 

1
2