That didn't work either. I don't know what to do.
If I can figure out a way to pass the directory name to an index.php page in a directory I'm pointing to that would enable me to have the php gather the info out of my database (slamming head hard on desk) --- In [email protected], James Keeline <[EMAIL PROTECTED]> wrote: > > > --- 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=12hoa936l/M=362131.6882499.7825260.1510227/D=groups/S=1705005703:TM/Y=YAHOO/EXP=1123260676/A=2889191/R=0/SIG=10r90krvo/*http://www.thebeehive.org ">Get Bzzzy! (real tools to help you find a job) Welcome to the Sweet Life - brought to you by One Economy</a>.</font> --------------------------------------------------------------------~-> Community email addresses: Post message: [email protected] 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/
