Jump to content

theblain

New Members
  • Posts

    5
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

theblain's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. You can't use $_SERVER['HTTP_REFERRER'] BEFORE you redirect, and then pass the variable to the redirected page?
  2. I'm sure this isn't the BEST way of doing this, but you COULD create a couple "search" fields like keyword1 keyword2 keyword3, then "this day" would have to do with keyword 1 = giants keyword 2 = yankees..etc... This would be a work around until someone who knows what they're talking about replies. -theblain
  3. <? if ($submit){ <$sql = update foo where bar = $bar>; } <select * from foo> ?> <input type=text name=bar value=<?echo $bar?>> <input type=submit>
  4. I would pass $_Session variables. http://www.php.net/session
  5. Here's what I'm trying to do; I have a form that includes a large input box where you can copy and paste email messages.  What i'm WANTING to do is, when a user pastes the email into the input box, PHP will find character sequences like 555-2484 as ###-#### and know it's a phone number and paste that phone number in the "Phone" field.  More importatnly, I'm looking to extract container numbers out of the email which are always L=Letter N=Number: LLLLNNNNNNN Any pointing in the right direction would be appreciated. -theblain
×
×
  • 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.