Hi there 

I have just set up Mandrake 8
configure php to work with apache this was my config command line.

./configure' '--with-mysql' '--with-apache=../apache_1.3.26/' '--enable-bcmath' 
'--disable-static' '--disable-debug' '--disable-rpath' '--enable-pic' 
'--enable-inline-optimization' '--prefix=/usr' '--with-zlib' 
'--with-config-file-path=/etc' '--enable-magic-quotes' '--enable-track-vars' 
'--enable-safe-mode' '--with-exec-dir=/usr/bin' '--with-regex=system' 
'--enable-sysvsem' '--enable-sysvshm' '--with-mod_charset' 
'--enable-force-cgi-redirect' '--with-mm' '--enable-trans-sid' '--with-dbase' 
'--with-filepro' '--enable-yp' '--enable-ftp' '--with-xml' '--with-gettext'

when i do this

#######   test.php  ##############
<?
print ("<form action=test2.php method=post>");
print ("<input type=text name=name>");
print ("<input type=submit name=submit value=submit>");
print ("<form>");
?>

########### test2.php   ##########
<?
print $name;
?>

Nothing happens when I go to test2.php

the $name doesn't print.

Any assistance in this would be appreciated

Marcus




==========================================================
This message contains information intended for the perusal, and/or use (if
so stated), by the stated addressee(s) only. The information is
confidential and privileged. If you are not an intended recipient, do not
peruse, use, disseminate, distribute, copy or in any manner rely upon the
information contained in this message (directly or indirectly). The sender
and/or the entity represented by the sender shall not be held accountable
in the event that this prohibition is disregarded. If you receive this
message in error, notify the sender immediately by e-mail, fax or telephone
representations contained in this message, whether express or implied, are
those of the sender only, unless that sender expressly states them to be
the views or representations of an entity or person, who shall be named by
the sender and who the sender shall state to represent. No liability shall
otherwise attach to any other entity or person.
==========================================================

Reply via email to