Learning PHP and MySQL

Monday, September 25, 2006

Example 14-11 Seeing the results of magic quotes

<?php
$search
=$_GET[search];
$self=$_SERVER['PHP_SELF'];
if  (
$search  !=  NULL  )
{
  
echo  "The  search  string  is:  <strong>$search</strong>.";
}
else
{
   
echo  ("<form  action=\"$self\"  ");
   echo  (
'method="get">
              <label>  Search:  <input  type="text"  name="search"  id="search">  </label>
              <input  type="submit"  value="Go!">
              </form>
              '
);
}
?>

Posted by krautgrrl on 09/25 at 02:49 PM
Chapter 14 Code • (0) Comments • (0) TrackbacksPermalink

Statistics

This page has been viewed 407359 times
Page rendered in 0.1414 seconds
Total Entries: 224
Total Comments: 16
Total Trackbacks: 307338
Most Recent Entry: 09/27/2006 12:39 pm
Most Recent Comment on: 10/26/2007 10:00 am
Total Members: 2
Total Logged in members: 0
Total guests: 12
Total anonymous users: 0
Most Recent Visitor on: 05/19/2012 06:31 am
The most visitors ever was 1103 on 11/20/2007 12:50 pm

Referrers

Powered by ExpressionEngine