Search found 296 matches
- Fri Nov 17, 2006 5:14 pm
- Forum: PHP - Code
- Topic: Looking for "email-to-website" code
- Replies: 7
- Views: 1712
i found the solution with a little help from this class . All we have to do now is setup an email for each individual product like: product-bugfix@myserver.com The script I'm using will read the emails+subject sent to that address and parse them on the website, just like I wanted it to. The rest, li...
- Fri Nov 17, 2006 2:01 pm
- Forum: PHP - Code
- Topic: Looking for "email-to-website" code
- Replies: 7
- Views: 1712
Why not just have one single email address for tracking and provide different info via the subject? Then users have to specify the product in a predefined way in the subject for the script to filter out which product we are dealing with. I think my second idea would work better, where the product i...
- Fri Nov 17, 2006 11:34 am
- Forum: PHP - Code
- Topic: Looking for "email-to-website" code
- Replies: 7
- Views: 1712
- Fri Nov 17, 2006 10:20 am
- Forum: PHP - Code
- Topic: Looking for "email-to-website" code
- Replies: 7
- Views: 1712
Looking for "email-to-website" code
Anyone can help me where to find a system like this: * Users must be able to send bug rapports with attachments via email. The email address should look like "*product*-*bugfix*@server.com". * The email must be passed on to members on the mailing list. * The email must appear -on the or li...
- Wed May 25, 2005 12:25 am
- Forum: PHP - Code
- Topic: MSN via php
- Replies: 15
- Views: 3497
This looks like what i need.. Thanks! I'll verify tonight.Revan wrote:I used this as a template for my web MSN version:
http://flumpcakes.co.uk/php/msn-messenger
- Tue May 24, 2005 3:17 pm
- Forum: PHP - Code
- Topic: MSN via php
- Replies: 15
- Views: 3497
- Tue May 24, 2005 2:35 pm
- Forum: PHP - Code
- Topic: MSN via php
- Replies: 15
- Views: 3497
MSN via php
Yes i have a weird question.. I want to make a webpage that acts as a msn messenger. Why? Noughty.. At school my students are not allowed to msn BUT they can email. I want to create a webpage that looks like a email message compose window, yet acts as a msn client. Is there anybody out here that kno...
- Thu Feb 03, 2005 7:50 pm
- Forum: Graphics
- Topic: Let the contest begin!
- Replies: 74
- Views: 59651
- Sat Jan 29, 2005 10:50 am
- Forum: General Discussion
- Topic: One more time
- Replies: 10
- Views: 8211
- Sat Jan 29, 2005 10:19 am
- Forum: General Discussion
- Topic: One more time
- Replies: 10
- Views: 8211
- Fri Dec 31, 2004 7:31 am
- Forum: General Discussion
- Topic: Happy new year!
- Replies: 2
- Views: 3849
Happy new year!
Let's start of the right way, and put this code in your site. <?php $lang = explode(",", getenv("HTTP_ACCEPT_LANGUAGE")); $lang = strtolower($lang[0]); if (preg_match("/nl/i", $lang)) { //Dutch donations print "Steun Azie: <a href='http://www.giro555.nl/' target='_...
- Sat Oct 09, 2004 3:02 pm
- Forum: Javascript
- Topic: Flip/flop tables
- Replies: 7
- Views: 2994
- Sat Oct 09, 2004 2:51 pm
- Forum: Javascript
- Topic: Flip/flop tables
- Replies: 7
- Views: 2994
- Sat Oct 09, 2004 2:33 pm
- Forum: Javascript
- Topic: Flip/flop tables
- Replies: 7
- Views: 2994
Oh btw,..
Here is the solution :)
http://js-x.com/forum/viewtopic.php?t=441
(i just had a great conversation with myself in this topic lol)
Here is the solution :)
http://js-x.com/forum/viewtopic.php?t=441
(i just had a great conversation with myself in this topic lol)
- Mon Aug 16, 2004 6:39 pm
- Forum: Linux
- Topic: How do I give root privileges to a user in Linux?
- Replies: 13
- Views: 8676