~dani.behzi/pfcm/pfcm

« back to all changes in this revision

Viewing changes to delete.php

  • Committer: Danial Behzadi
  • Date: 2011-09-17 03:35:44 UTC
  • Revision ID: dani.behzi@gmail.com-20110917033544-flbw7x32g41ulwuw
add toolbar and make first table notnull

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
2
 
        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
 
1
<!DOCTYPE HTML>
3
2
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
4
3
 
5
4
<head>
10
9
</head>
11
10
 
12
11
<body>
 
12
        <table style="width:100%">
 
13
                <tr>
 
14
                        <th><a href="index.php">Home</a></th>
 
15
                        <th><a href="search.php?query=ID">All movies</a></th>
 
16
                        <th><a href="LISENCE">Lisence</a></th>
 
17
                        <th><a href="about.php">About…</a></th>
 
18
                </tr>
 
19
        </table>
 
20
        <p></p>
 
21
        
13
22
        <?php
14
23
                // Create Connection
15
24
                include 'connect.php';