Welcome to iPadForums.net Guest - Click Here to Register

anyone know PHP?

This is a discussion on anyone know PHP? within the Off-Topic forums, part of the Apple iPad Discussions category; I need some help, trying to add my CSS style sheet to a script I have written: PHP Code: <?php$search  =  $_POST  [ 'Search' ]; ...

Register with iPad Forums
+ Reply to Thread
Results 1 to 1 of 1
  1. #1
    iPad Junkie
    Member #
    18454
    Liked
    15 times
    Join Date
    Oct 2010
    Posts
    960

    anyone know PHP?

    I need some help, trying to add my CSS style sheet to a script I have written:

    PHP Code:
    <?php$search $_POST ['Search'];$file 'Right Click for options';
    mysql_connect("localhost""root""") or die ("Error Connecting to Database");mysql_select_db("testing") or die('Error');$data mysql_query("SELECT * FROM Files  WHERE FileName OR KeyWords LIKE '%".$search."%'")or die('Error');
    include 
    'mail.php';
    Print 
    "<h2>Search Results:</h2>";
    Print 
    "<table border cellpadding=3>";while($info mysql_fetch_array$data )){Print "<tr>";Print "<th>File:</th> <td>".$info['FileName'] . "</td> ";Print "<td><a href='".$info['PathToFile'] . "'>$file</a></td>";
    }Print 
    "</table>";
    ?>
    anyone know how I can do this??

    Thanks
    32GB WIFI/3G 'The New ipad'

  2. Ads



Advertisements

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts