Jump to content

everurssantosh

Members
  • Posts

    33
  • Joined

  • Last visited

    Never

Everything posted by everurssantosh

  1. Hi Thanks for the response. Yes, My URL is fully qualified and tested also. Infact, I am sending the same URL below the mail to give an option to the user, in case the Link is not working, they can copy and paste the URL from the mail in the IE. I have shown the code for your reference. The content type is : text/html. Please help to find a solution to this problem Thank you Santosh
  2. Hi, I am sending a link in mail where the receipents will click to visit the site. Unfortunately, the links are disabled. I am only getting the text "Click Here" in blue text but the link is disabled. I have tested this for all mail servers link Gmail, Hotmail and Yahoomail. Below is the Code for your reference. $return_html.= "<a href='.$customer_url.'new_user_sign_up_verification.php?conf_code=".$confirm_code."&email=".$str_Email."&lang=".$str_lang."'>". $ADMIN_MAIL4 ."</a>"; Please help me to enable the link in the mail sent to the users. Thank you. Santosh
  3. are you using cookiee or session to store your random number?
  4. Hi, I need to find out the local time of a place whose address is given to me. For example : I am having the address like Columbus, OHIO, USA. I need to find the local time at Columbus. This I need in PHP. Kindly help me to get this thing done. Is there any Function that PHP offers directly from where we can calculate the time from the address or we need to write something customized to get it done. Any help in this regard is highly appreciated Thank you
  5. please guide me what are the meta tags i need to include in my code.. thanks for the response.. Regards, Santosh
  6. do you want to change the value of the dropdown after page loads and it is failing?? are you doing it manually or running some javascript for this task.. pls clarify
  7. Hi, I am trying to show five different languages in my website. I am not using any other tool to achieve this task. Basically, I have stored the all language values in a language file. While in my pages, I include the language page and call the language varriables. I manage the languge value like english, spanish etc in my session varriable. My problem is: There are some spcial characters in languages like italian, german for example : è,á ,ó ,Nº ,ñ etc and these are not shown properly in my browser. It shows like a sqare box which makes the complete sentense not readable and looks ugly. I think we need to install some kind of package in the client browser in order to show these special characters!! but honestly speaking, I have no idea how to solve it. Any help in this regard is higly appritiated !! Thank you Santosh
×
×
  • 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.