Quantcast
Channel: Web Duos » POST
Browsing all 3 articles
Browse latest View live

Form Validation with PHP

In this article you’ll construct and validate a simple form using HTML and PHP. The form is created using HTML and validation and processing of the form’s contents is done with PHP. The goal is to...

View Article



Php Interview Questions and Answers – Part 2

1- Why doesn’t the following code print the newline properly? <?php $str = ‘Hello, there.nHow are you?nThanks for visiting techpreparation’; print $str; ?> Because inside the single quotes the n...

View Article

Use Multiple Headers in a PHP

With PHP, you can send multiple HTTP headers with file_get_contents() . you can also send information such as HTTP_ACCEPT, HTTP_ACCEPT_LANGUAGE, and HTTP_CONNECTION with file_get_contents(). In this...

View Article
Browsing all 3 articles
Browse latest View live




Latest Images