I'm going to try this, but what I did in the interim, just for fun, was make the symlink point to an existing directory. It then gave me a directory listing, and if I plunked an index page in there, well it will probably kick that out. But how can I pass the variable about that person to that index page to show their information?
I'm goin to try this header thing. THis is making me fruity. --- 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=12hirb76o/M=362335.6886445.7839731.1510227/D=groups/S=1705005703:TM/Y=YAHOO/EXP=1123260555/A=2894361/R=0/SIG=13jmebhbo/*http://www.networkforgood.org/topics/education/digitaldivide/?source=YAHOO&cmpgn=GRP&RTP=http://groups.yahoo.com/">In low income neighborhoods, 84% do not own computers. At Network for Good, help bridge the Digital Divide!</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/
