Jump to content

Sl4ckB0t

New Members
  • Posts

    2
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling
  • Location
    USA

Sl4ckB0t's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. I\'m Not a Newbie but new to SUSE. I set up Suse 8.1 pro on a new server. I\'m having the most aggravating computer problem ever, here goes: installed apache: works (serves pages) installed php: works ( php code is executed properly at shell ) installed phpmod: works ( php/html code is executed properly and served by apache) installed phpMyAdmin: works (can login, create and change databases) So what\'s the problem you ask ???? Even though phpMyAdmin and also Mpanel work flawlessly I can not post or get a simple test form. The form works fine on other servers. ----- test.php ------ <!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\"> <html> <head> <meta http-equiv=\"content-type\" content=\"text/html; charset=ISO-8859-1\"> <title><? echo \"Freakin Test\"; ?></title> </head> <body> Test Form<br> <form method=\"post\" action=\"post.php\"> <input type=\"text\" name=\"textbox\" maxlength=\"12\" /> <input type=\"submit\" value=\"Submit\" /> </form> </body> </html> -------- ------ post.php ------ <html> <? echo \"Test:\" ?><br> <? echo \"<br>$textbox<br>\" ?> <a href=\"./test.php\">back</a> </html> -------- I\'m on my third day and still stuck, Please Help!!
×
×
  • 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.