Search found 3 matches
- Fri May 02, 2003 2:44 pm
- Forum: PHP - Code
- Topic: Adding POST data to a redirect?
- Replies: 11
- Views: 2607
- Fri May 02, 2003 2:23 pm
- Forum: PHP - Code
- Topic: Adding POST data to a redirect?
- Replies: 11
- Views: 2607
You can do it with javascript
I don't know if it helps, I wanted to login in phpbb without displaying the form. I managed to do it this way : $HTTP_POST_VARSї'username'] = $username; $HTTP_POST_VARSї'login'] = "Connexion"; $HTTP_POST_VARSї'redirect'] = ""; $HTTP_POST_VARS...
- Fri May 02, 2003 2:10 pm
- Forum: PHP - Code
- Topic: Nice Regular expression problem
- Replies: 0
- Views: 512
Nice Regular expression problem
I need to extract emails and name from the sender part of an email address. The sender has the usual form : Pascal GANAYE <p.ganaye@bigfot.com> But it can also be : "Pascal GANAYE <p.ganaye@bigfot.com>" Or : " Pascal GANAYE " <p.ganaye@bigfot.com > Or : Pascal GANAYE [p.ganaye@bi...