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 TouchToneTommy 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: *

  • Users: janet24
  • Order by date
  1. janet24

    session adding in decimal

    I got it to work. I wasn't understanding Sessions right. It was updating but not adding. Thanks for your help.
  2. janet24

    session adding in decimal

    I have a short program that adds some numbers in a web page and updates them using session variables. It seems to be working fine except for the decimal. when I add the totals it doesn't add the decimals. It just seems to add the whole number. I'm using CTYPE(("session"),decimal) Is there...
  3. janet24

    test asp form pages to email

    That sounds like it. I must of cut off the end of the form. Thanks so much. It shows you how much I know.
  4. janet24

    test asp form pages to email

    Yes, he added and <% end if %> at the end but it still doesn't work and the guy who uploads the form gave me a hit that it was something simple. I don't know asp code so it's not simple for me.
  5. janet24

    test asp form pages to email

    It loads but it you just see a blank page and it's not redirecting to the thanks page.
  6. janet24

    test asp form pages to email

    no it's not that. I think it's something simple but I'm not an asp coder so I can't find it.
  7. janet24

    test asp form pages to email

    This is my code. It seems to load but it doesn't redirect to the thanks page. Can anybody help me? <% @LANGUAGE = VBScript %> <% Option Explicit %> <% ' name attribute of submit button If Request.Form("Submit")<>"" then Dim strName, strEmail, strQuery strName =...
  8. janet24

    test asp form pages to email

    It doesn't work with sending an asp email form.
  9. janet24

    test asp form pages to email

    I'm trying to test an asp form that is sent to an email. Without having a hosting server, is there any other place I could test a file like this?
  10. janet24

    email form htm

    I figured it out! Thanks....
  11. janet24

    email form htm

    Because I have to send the same information to a database from the same form. I don't think phpnmailer does that.
  12. janet24

    email form htm

    I can't combine that code with code for the database.
  13. janet24

    email form htm

    Sorry, I meant I don't have the mail() function installed on my server and the server isn't in the office.
  14. janet24

    email form htm

    I don't have phpmailer installed and the server isn't in this office. Besides I'm sending information to an emai and I also the same form sending information to a database. It all works but I just was told to try to format the type coming back in the email. I don't know what setting the...
  15. janet24

    email form htm

    When I try to put htm tags in the php code I got this returned in the email.... Opportunity<i>Name</i>: test
  16. janet24

    email form htm

    Do you know where I can find examples of that kind of formatting?
  17. janet24

    email form htm

    Is it possible to format the message that is being sent from a form through php code. Right not it's just listing the different fields. Can I add a rule or any other html formatting to the type? $subject = 'Team CSC Opportunity Registration Form'; $mailcontent = 'Opportunity Name: '.$name."\n"...
  18. janet24

    email form

    thanks..
  19. janet24

    date

    I got it to work, something else was wrong not the date. Thanks for your help!
  20. janet24

    date

    I wonder if it's not working because I'm using bind_param. I'm not getting an error message, I'm just not getting anything so I'm not sure why it isn't working.

Part and Inventory Search

Back
Top