Jump to content

chng

Members
  • Posts

    1
  • Joined

  • Last visited

    Never

About chng

  • Birthday 11/17/1982

Contact Methods

  • Website URL
    http://bugzdotcom.tripod.com

Profile Information

  • Gender
    Not Telling
  • Location
    Malaysia

chng's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. I'm using Apache as server. I can't send data from test_php.php to test1.php for display. Can anyone help me? Your help is much appreciate. test_php.php <html> <head> <title>Untitled Document</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <body> <form name="form1" method="post" action="test1.php"> <input type="text" name="variable"> <input type="Submit" name="Submit" value="process"> </form> </body> </html> test1.php <html> <head> <title>1</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <body> nama : <?php echo $variable;?> ?> </body> </html>
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.