Changes

From Free Knowledge Base- The DUCK Project: information for everyone
Jump to: navigation, search

Quick Reference for PHP

68 bytes added, 20:25, 18 April 2014
/* Read Query String */
The following lines were added (+) and removed (-):
     print "QUERYSTRING= $qString<BR>";     <nowiki>print "QUERYSTRING= $qString<BR>";</nowiki>     if ($qString == "") $qString = "home";     <nowiki>if ($qString == "") $qString = "home";</nowiki>       ?><i>Viewing the HOME PAGE</i></a> <?       <nowiki>?><i>Viewing the HOME PAGE</i></a> <?</nowiki>       ?><i>Viewing some other page</i></a> <?       <nowiki>?><i>Viewing some other page</i></a> <?</nowiki>