Submit Your Article Forum Rules

Results 1 to 4 of 4

Thread: Frames --> convert to PHP/CSS

  1. #1
    Junior Member
    Join Date
    Nov 2003
    Posts
    3

    Frames --> convert to PHP/CSS

    I have a few sites that for different reasons I have used FRAMES (I know, everybody hates them) for increased security and ease of use. However, I have decided that the downside, particularly browser incompatibilities, is no longer worth it and I want to make PHP/CSS pseudo-frames.

    Coming from the 'C' programming world, I really like PHP. So as not to reinvent the world, can someone refer me to good sites for educating myself about good techniques for making PHP/CSS pseudo-frames that will maintain most of the capabilities of normal HTML frames?

    Bob from Las Vegas

    P.S. Here are a few framed sites I want to convert:

    http://las-vegas-shopping.net
    http://www.itvFan.com (click green button)
    http://www.vegasxyz.com

  2. #2
    Senior Member Corey Bryant's Avatar
    Join Date
    Nov 2003
    Location
    Castle Pines North, CO
    Posts
    494
    Have you checked out: http://www.w3schools.com/css/

    But I am not too certain what you mean by pseudo-frames?

  3. #3
    Junior Member
    Join Date
    Nov 2003
    Posts
    3
    The functionality of HTML FRAMES expressed via PHP coding instead.

  4. #4
    Senior Member Corey Bryant's Avatar
    Join Date
    Nov 2003
    Location
    Castle Pines North, CO
    Posts
    494
    Meaning that the nav stays the same? You do not even have to use PHP actually if this is what you are speaking about. You can use SSI by renaming the files to shtml and adding a code:
    to insert another page.

    But if you want to use PHP:
    Code:
    <?php
    include ("header.php");
    ?>
    I think that is the correct code. I do not use PHP all that much.

Similar Threads

  1. Still no Frames?
    By sysop9999 in forum Search Engine Optimization Forum
    Replies: 0
    Last Post: 11-16-2005, 01:18 AM
  2. Frames...
    By justinw in forum Google Discussion Forum
    Replies: 2
    Last Post: 02-15-2004, 11:58 AM
  3. Frames (for newbie, no frames exp.)
    By dschultze in forum Graphics & Design Discussion Forum
    Replies: 1
    Last Post: 02-10-2004, 10:26 AM

Posting Permissions

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