Jump to content

jenny5

New Members
  • Posts

    5
  • Joined

  • Last visited

Posts posted by jenny5

  1. lol.. now i fixed the charset issue with this (except in the actual email title in the inbox):
    <?php header('Content-type: text/html; charset=iso-8859-1'); ?>
    <!DOCTYPE HTML>
    <head>
    <meta name="x" content="y" />

    so now the only issue is that own email address at the end of the email...
     

  2. ok, but now the charset wnet crazy a bit and "charset=ISO-8859-1" doesn't seem to work anymore...

    and should i start the newly renamed file with some php code now? it's like this atm:
    <!DOCTYPE html>
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">

    (plus the ip box is completely empty now)

  3. so i've been trying to figure this out for a long time already, but still don't get it how does this "get_ip" thing turns out inside the email in the end?

    https://stackoverflow.com/questions/51067389/how-to-get-ip-address-from-html-form-using-php

    and how can you use the "<?php echo $ip ?>" code inside an html form in the first place if it is only html and not even php at all? (aka the ¤value="<?php echo $ip;?>"¤ part doesnt even work at all and only displays the same exact code instead of the ip...)

    plus where should it display the "<script>var ip = "<?php echo $ip;?>"; </script>" part when i can only insert scripts into the <head> part and not in the <body> section?

×
×
  • 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.