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...
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.
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 =...
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...
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"...
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.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.