Jump to content

rguy84

New Members
  • Posts

    2
  • Joined

  • Last visited

    Never

Everything posted by rguy84

  1. I am not sure if a whole framework is needed, but you will just need to do an AJAX call.
  2. rguy84

    Hello

    Hey There, I made an account years ago, made one post then vanished. I decided to come back and participate! I have a decent level of knowledge about PHP, but my specialty is accessibility. I have noticed I am asked for verification on every post. Is that standard or just having a low post count?
  3. You need to give all fields a name <input name='twitterID' /> Since you're doing it as a post method you can then do: $twitID = $_POST['twitterID']; Then in your mail script you can do: Twitter Name: $TwitID
×
×
  • 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.