Creating a pipe file.

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Johnlbuk
Forum Newbie
Posts: 19
Joined: Mon Sep 10, 2007 3:01 pm

Creating a pipe file.

Post by Johnlbuk »

Hi,
I am trying to create a pipe file which will insert the data into the database. Building a ticket system so want the functionality of users emailing and tickets being opened.
I need help on this. Not sure where to begin being searching around for information but finding it hard to get parts of examples that actually will work.
Thanks for any help you can provide.
John
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Re: Creating a pipe file.

Post by volka »

Johnlbuk wrote:I am trying to create a pipe file which will insert the data into the database.
"pipe file" as in "named pipe"?
Johnlbuk
Forum Newbie
Posts: 19
Joined: Mon Sep 10, 2007 3:01 pm

Post by Johnlbuk »

Sorry, this is no use. Piping email data into a database is what I require.
Post Reply