Hi all, I am having a mail client script, which will read and send mail to mail server, using IMAP. When i am sending mail with attachment through forwarding,...
Courage is not the absence of fear, but rather the judgement that something else is more important than fear. Years ago, I was enthralled as I listened to a...
Dear All, I am using innerHTML propery to show the flash embed tag to show the flash dynamically without refresh the entire page. Whenerver i used to to load...
Uthaya, This is a totally inappropriate posting on this forum. Show some charity and consideration and leave us alone. Thanks ... From: uthaya kumar...
Hi all, I’have a greate problem using php session in linux. I want to share session variable between to application typo3 and dotproject . What i have done...
Papis, If you have your session ID set then when you call the next program all you have to do is check the session_id() and it will have the session id number....
... From: "Papis" <> To: <php-objects@yahoogroups.com> Sent: Friday, August 05, 2005 2:54 AM Subject: [php-objects] php Session in linux I want to share...
Mark Groen
markgroen@...
Aug 8, 2005 2:17 pm
2452
Thank for all your help Mark, but I can’t use forms and post methode, because in typo3 in the class that I want to modify it is so embedded and customized...
... From: "Papis" <> To: <php-objects@yahoogroups.com> Sent: Tuesday, August 09, 2005 5:28 AM Subject: Re: [php-objects] php Session in linux ... yeah. that's...
Mark Groen
markgroen@...
Aug 9, 2005 1:38 pm
2454
hi guys, I really need help.!!! have some problem with PHP and Java...My application is using PHP and i want to access Java class....now i have problem on...
Hello, This is just a reminder messages to let you know as subscriber of the php-objects mailing list you may be interested about the new site where you may...
php-objects@yahoogrou...
Aug 14, 2005 2:16 pm
2457
Hello, This is just a reminder to let you know that the following polls are going on the php-objects mailing list that you are a subscriber. Please do not...
php-objects@yahoogrou...
Aug 14, 2005 2:16 pm
2458
Hi friends, this link shows php demo projects. pls check it out.if you have any php job, we will do it. http://www.roftr.com/home.php?file=phpscr...
Hi Friends, Now PERL do have a brilliant Multi-tasking Module called as POE. Do we have a same thing in PHP by which I can do parallel processing. eg. fetch 10...
What do you mean by "fetching 10 pages simultaneously?" can you give us an example where fetching multiple pages at once would be necessary/beneficial? thanks,...
Yes, it's call pcntl http://www.php.net/pcntl Thank you, Ryan Sexton On Aug 17, 2005, at 11:44 AM, abhishek jain wrote: Hi Friends, Now PERL do have a...
I am working on php. Any one can help me. I am working on biomatics devices database reading. I want to extend php to c++. i have done following work but not...
girija nandan sinha
gn1500@...
Aug 18, 2005 5:29 am
2464
I am working on php. Any one can help me. I am working on biomatics devices database reading. I want to extend php to c++. i have done following work but not...
girija nandan sinha
gn1500@...
Aug 18, 2005 5:30 am
2465
... From: "girija nandan sinha" <> To: <php-objects@yahoogroups.com> Sent: Wednesday, August 17, 2005 10:29 PM Subject: Was: Re: [php-objects] Multitasking...
Mark Groen
markgroen@...
Aug 18, 2005 11:25 am
2466
Hi, i'm mohan..what is ur problem?..i think instalation probelm... ... ____________________________________________________ Send a rakhi to your brother, buy...
hy mohan my problem is that.I want to extend c++ in php and reverse also. .This can be possible or not. If possible please tell me detail step. i am waitting...
girija nandan sinha
gn1500@...
Aug 19, 2005 6:50 am
2468
Hi, I got some code information ffrom net.i added below that source...if it's useful 4 u ..utilize this...but i don't know how to clear ur query... Sample...
Hi, I have a problem in sending email from php form. I use the following page to send mail http://www.talentlogo.com/asp/send3.php But unfortunately no thing...
Use: $_POST or $_HTTP_POST_VARS $mail_to=$_POST['txtEmailto']; $mail_from=$_POST['txtEmailfrm']; and so on ... -husain- ... Original Message: From: ahmed sirag...