On 12-29 22:27, David Jackson wrote: > Sean -- > > Does you standard (non session) seem to work ok? Such as: > <?php > // basic echo of var from form > echo "We've just echoed var from form\n"; > echo "<p>$stuff</p>"; > echo "<h2>$more_stuff</h2>"; > echo "<h3>$still_more_stuff</h3>"; > ?>
Yes, this works fine. I should have said that before... > Did you compile Apache and PHP from source? If so > could you provide me with the ./configure --options you used? > This is sound like a config/compile problem to me. This is what phpinfo() reports for PHP: './configure' '--with-apxs=/usr/local/sbin/apxs' '--with-config-file-path=/usr/local/etc' '--enable-versioning' '--with-system-regex' '--disable-debug' '--enable-track-vars' '--without-gd' '--without-mysql' '--enable-session' '--with-zlib' '--with-mysql=/usr/local' '--with-pgsql=/usr/local' '--with-openssl=/usr' '--with-session' '--prefix=/usr/local' 'i386--freebsd4.4' I built PHP from the FreeBSD ports collection. When I ran make, in the menu that comes up, I selected "transparent session", among other options. As for Apache...I forget how I installed it. It doesn't appear that I built it from the ports section, so it was either via a package or a tarball - so I'm doing it from ports right now to be sure. We'll see how that goes. > You might also want to cross-post to linux-admin mail list? I'm using FreeBSD. :) I may post to one of the FreeBSD lists eventually, but they can sometimes get irritatable when it's not on-topic... -- Sean LeBlanc:[EMAIL PROTECTED] Yahoo:seanleblancathome ICQ:138565743 MSN:seanleblancathome AIM:sleblancathome We are born to action; and whatever is capable of suggesting and guiding action has power over us from the first. -Charles Horton Cooley Management QOTD:It's an orthogonal issue to identify the core product families and staff appropriately for the process innovation, etc. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]