Build Simple Php Website From My Sql File

i have an sql file for websites directory with: category name + website url + title + description, and i’m looking for someone who can be able to make a php site with:

– index page with all category and sub category.
– the sites in the category page will be in a square form with background images as in the attachment file.
– each site will have a page as in attachment with the same <title> and <description> meta tags
– and rewrite function: all pages of the site will be in .html

————————————
Important:

the sql file is as this:

INSERT INTO `xml_table1` (`rowID`, `CategoryName`, `ChildCategory`, `Id`, `Title`, `Description`,) VALUES
(1, ‘Arts & Entertainment’, ‘Art’, ‘ABC3GROUP’, ‘Abc You Can Draw.’, ‘Tried And Tested Lessons For Teachers And Children. Proven Exercises Based On Many Workshops Taught In Schools And Uni’),
(2, ‘Arts & Entertainment’, ‘Art’, ‘KLIEW1’, ‘How To Draw Cars Fast And Easy’, ‘Discover The Insider Secrets to Drawing Cars Like The Pros. For affiliate tools, go to http://www.how-to-draw-cars.com/info/affiliates.html.’),
(3, ‘Arts & Entertainment’, ‘Art’, ‘CHRISIA’, ‘How To Draw Pencil Portraits Quickly And Easily In 7 Days!’, ‘Step-by-step instruction e-book on drawing pencil portraits. We pay out 70% commission to our affiliates! You can earn more from our back end product. Affiliate marketing tools like banners, e-cover images, and text article are provided.”),

the website ID in the file is a redirect function for each site, and i have this in the .htaccess file:
RewriteRule ^websites/(.*)$ page.php?id=$1

and i have all the pages with these id name

Leave a Reply

Your email address will not be published. Required fields are marked *