Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations John Tel on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. rbaron

    HELP Cannot figure very simple stupid question out.

    These did not work either. There must be some problem with my PHP. I will contact my ISP and see if they can help. Thank your for the assistance. Rick
  2. rbaron

    HELP Cannot figure very simple stupid question out.

    I tried both $POST and $GET with the same result. I see you reference PHP version I am using 4.2.3. I thought $POST was the correct syntax but when I apply it it does not display the value of val1. I am knew to PHP but not to programming and this is driving me nuts. Rick
  3. rbaron

    HELP Cannot figure very simple stupid question out.

    Just tried that method with the same results. No information is displayed. I changed the METHOD to $GET with the code you supplied and same result. Although the get method does list this in the url address http://www.hubbardohio.net/calculate.php?val1=1&submit=Calculate Which is correct...
  4. rbaron

    HELP Cannot figure very simple stupid question out.

    This is an extremely newbie question but I cannot figure out why this does not work. I have two forms one html that allows the user to enter a value in val1. The user submit and it goes to the second form calculate.php. That form is supposed to display the value of the calculate_form.html...
  5. rbaron

    Formatting a Date in PHP from MYSQL

    A thousand thank yous. I am really struggling with the syntax. I greatly appreciate your reply.
  6. rbaron

    Formatting a Date in PHP from MYSQL

    Hello, Thanks for looking at my post. I have been working at formating a date in PHP from a MYSql table. I am a newbie to MYSql and PHP so bare with me. The date is stored in a field called cal_begin. The format it is stored in is 2003-08-18 which is far as I know is the only format PHP will...

Part and Inventory Search

Back
Top