Jump to content

RonDahl

New Members
  • Posts

    3
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

RonDahl's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Thank you very much. I could have SWORN that I tried that yesterday. Anyway, to my great delight, your suggestion worked perfectly today. Ron Dahl
  2. My html file contains: <form action="http://localhost/genealogy/testitem.php" method=post> <input type="text" name="mysubmission" size ="10" maxlength="3"> <input type="submit" value="Submit"> </form> My php file contains: <html> <head> <title>MyPage</title> </head> <body> <h1>MyPage</h1> <?php // create short variable names $mytitle=$HTTP_POST_VARS['mysubmission']; echo $mytitle.'is my title'; ?> </body> </html> When I click the Submit button, the php page comes up with MyPage at the top and a line "is my title" on the second line, but there are no values passed to $mytitle. It works fine if I ftp it to HostMonster. Is there a configuration setting that I need to change? Thanks in advance for any help. Ron Dahl
  3. I am a new member and apologize if this question has been asked a lot before. I can use c:/http://localhost/testquery.php just fine. I cannot use c:\testquery.php or file:///c:/TestQuery.php. It generates a message that the file is not a valid win 32 application. I would like to be able to open php files not matter where they are located on my hard disk. Is this possible? Thanks, Ron Dahl
×
×
  • 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.