A very simple PHP script

Page 1 displays a form

Page 2 reads variables from the form, and provides output



2 || $pageNum < 1) { echo("Error...this page does not exist!"); die(); } echo ("This is page# $pageNum"); if($pageNum == 1) { ?>

Error...your info was not received properly...!

"); die(); } ?>

Hello , it is nice to meet a major!




source code for this example: here