--- Marian Briones <[EMAIL PROTECTED]> wrote:

> I figured out the symlink, but when I go to that in my browser, I
> don't see a web page.  I see the code to create a web page.  I need to
> see a web page.  HELP!

"code to creat a web page" ?  PHP or HTML code?

If it is the latter, it is possible that the MIME type needs to be set to let
the browser know that it should present the information as a web page.  At the
very top of your PHP program--and I mean the first character of the first line
should be the opening PHP tag--you can add:

_____ <-- represents top of document
<?php

  header("Content-type: text/html\r\n");

?>
<html>
...
_____

We're here to help but you have to give us enough to work with so we can make
suggestions.

James
_____

James D. Keeline
http://www.Keeline.com  http://www.Keeline.com/articles
http://Stratemeyer.org  http://www.Keeline.com/TSCollection

http://www.ITeachPHP.com -- Free Computer Classes: Linux, PHP, etc.
Summer Semester Begins Jun 20 -- New Classes Start Every Few Weeks.


------------------------ Yahoo! Groups Sponsor --------------------~--> 
<font face=arial size=-1><a 
href="http://us.ard.yahoo.com/SIG=12hj7kkob/M=362329.6886308.7839368.1510227/D=groups/S=1705005703:TM/Y=YAHOO/EXP=1123259957/A=2894321/R=0/SIG=11dvsfulr/*http://youthnoise.com/page.php?page_id=1992
">Fair play? Video games influencing politics. Click and talk back!</a>.</font>
--------------------------------------------------------------------~-> 

Community email addresses:
  Post message: php-list@yahoogroups.com
  Subscribe:    [EMAIL PROTECTED]
  Unsubscribe:  [EMAIL PROTECTED]
  List owner:   [EMAIL PROTECTED]

Shortcut URL to this page:
  http://groups.yahoo.com/group/php-list 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/php-list/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to