954,597 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Frames with PHP

Hi guys

Can I use HTML Frames with PHP?

I presumed I can do this by..

[CODE]<?php
session_start();
require("auth.php");
require("do_html_header.php");
if($_SESSION['SESS_admin'] == 0)
require("do_menu.php");
else
require("do_menu3.php");

do_html_header();
print"Welcome ". $_SESSION['SESS_FIRST_NAME']."!";
do_menu();
?>

ivanwafoo
Newbie Poster
8 posts since Jan 2011
Reputation Points: 10
Solved Threads: 1
 

this code is perfectly fine...

check your limits.php whether there is any error...
execute this page individually in your browser.

thanks

Shanti C
Posting Virtuoso
1,642 posts since Jul 2008
Reputation Points: 137
Solved Threads: 162
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You
View similar articles that have also been tagged: