Re: [PHP] NuSOAP assistance.

2008-06-09 Thread Thijs Lensselink
Quoting Dan Joseph [EMAIL PROTECTED]: Hi Everyone, This is kind of a follow up to my SOAP question on Friday. I have decided that NuSOAP is my quickest solution. I am having some issues though. Everything looks like I have it in place, but I must be doing something wrong since the WSDL

[PHP] imap_open() error. (Can't open mailbox)

2008-06-09 Thread Mathijs van Veluw
Hello there, i use imap to read incoming mail from the the SMTP server. On the live server everythings works as it should. I can use imap_open('/path/to/file', '', ''), to read just one raw-mail. On my test env i can't get this to work. I get the error message: Can't open mailbox. While on the

Re: [PHP] imap_open() error. (Can't open mailbox)

2008-06-09 Thread Thijs Lensselink
Quoting Mathijs van Veluw [EMAIL PROTECTED]: Hello there, i use imap to read incoming mail from the the SMTP server. On the live server everythings works as it should. I can use imap_open('/path/to/file', '', ''), to read just one raw-mail. On my test env i can't get this to work. I get the

Re: [PHP] imap_open() error. (Can't open mailbox)

2008-06-09 Thread Mathijs van Veluw
Thijs Lensselink wrote: Quoting Mathijs van Veluw [EMAIL PROTECTED]: Hello there, i use imap to read incoming mail from the the SMTP server. On the live server everythings works as it should. I can use imap_open('/path/to/file', '', ''), to read just one raw-mail. On my test env i can't get

Re: [PHP] imap_open() error. (Can't open mailbox)

2008-06-09 Thread Thijs Lensselink
Quoting Mathijs van Veluw [EMAIL PROTECTED]: Thijs Lensselink wrote: Quoting Mathijs van Veluw [EMAIL PROTECTED]: Hello there, i use imap to read incoming mail from the the SMTP server. On the live server everythings works as it should. I can use imap_open('/path/to/file', '', ''), to read

Re: [PHP] imap_open() error. (Can't open mailbox)

2008-06-09 Thread Mathijs van Veluw
Thijs Lensselink wrote: Quoting Mathijs van Veluw [EMAIL PROTECTED]: Thijs Lensselink wrote: Quoting Mathijs van Veluw [EMAIL PROTECTED]: Hello there, i use imap to read incoming mail from the the SMTP server. On the live server everythings works as it should. I can use

[PHP] PHP with C++

2008-06-09 Thread R B
Hi, I have a C++ script containing the function hello(x, y, z) I want to access this C++ function from PHP, and output with PHP the return information. How can i do this? Thank you.

Re: [PHP] PHP with C++

2008-06-09 Thread Wolf
R B [EMAIL PROTECTED] wrote: Hi, I have a C++ script containing the function hello(x, y, z) I want to access this C++ function from PHP, and output with PHP the return information. How can i do this? Where's your failing code? STFW:

Re: [PHP] imap_open() error. (Can't open mailbox)

2008-06-09 Thread Michael Kubler
File Permissions? PHP safe mode? Mail server locking the file? Can you /tail /path/to/file-with-contents-at-bottom / ?? Michael Kubler *G*rey *P*hoenix *P*roductions http://www.greyphoenix.biz Mathijs van Veluw wrote: I get the error message: Can't open mailbox. While on the live server

Re: [PHP] PHP with C++

2008-06-09 Thread Stut
On 9 Jun 2008, at 14:11, R B wrote: I have a C++ script containing the function hello(x, y, z) I want to access this C++ function from PHP, and output with PHP the return information. How can i do this? 1) Buy this book...

RE: [PHP] imap_open() error. (Can't open mailbox)

2008-06-09 Thread Edward Kay
-Original Message- From: Thijs Lensselink [mailto:[EMAIL PROTECTED] Sent: 09 June 2008 13:43 To: php-general@lists.php.net Subject: Re: [PHP] imap_open() error. (Can't open mailbox) Quoting Mathijs van Veluw [EMAIL PROTECTED]: Thijs Lensselink wrote: Quoting Mathijs van

Re: [PHP] PHP with C++[Zend Engine?]

2008-06-09 Thread Павел aka [R-K]
You wrote: 4) Post questions here if you have problems but be sure you show that you've done 1-3 or we'll ignore you. I read this book and some else,but nothing book helped me in writing Zend - Extension... I'd like to wrote some similar but simplier them Zend Encoder... If you can, help me

Re: [PHP] PHP with C++[Zend Engine?]

2008-06-09 Thread Павел aka [R-K]
You wrote: 4) Post questions here if you have problems but be sure you show that you've done 1-3 or we'll ignore you. I read this book and some else,but nothing book helped me in writing Zend - Extension... I'd like to wrote some similar but simplier them Zend Encoder... If you can, help me

Re: [PHP] PHP with C++[Zend Engine?]

2008-06-09 Thread Pavel
You wrote: 4) Post questions here if you have problems but be sure you show that you've done 1-3 or we'll ignore you. I read this book and some else,but nothing book helped me in writing Zend - Extension... I'd like to wrote some similar but simplier them Zend Encoder... If you can, help me

Re: [PHP] PHP with C++[Zend Engine?]

2008-06-09 Thread Павел aka [R-K]
You wrote: 4) Post questions here if you have problems but be sure you show that you've done 1-3 or we'll ignore you. I read this book and some else,but nothing book helped me in writing Zend - Extension... I'd like to wrote some similar but simplier them Zend Encoder... If you can, help me

Re: [PHP] PHP with C++

2008-06-09 Thread Daniel Brown
On Mon, Jun 9, 2008 at 9:11 AM, R B [EMAIL PROTECTED] wrote: Hi, I have a C++ script containing the function hello(x, y, z) I want to access this C++ function from PHP, and output with PHP the return information. How can i do this? The cheating, quickest, easiest way, would be to write

Re: [PHP] PHP with C++

2008-06-09 Thread Pavel
You wrote: 4) Post questions here if you have problems but be sure you show that you've done 1-3 or we'll ignore you. I read this book and some else,but nothing book helped me in writing Zend - Extension... I'd like to wrote some similar but simplier them Zend Encoder... If you can, help me

Re: [PHP] spaces - not sure if this is a preg_match issue or a regexp issue

2008-06-09 Thread DeadTOm
what about just writing a utility to manipulate the files names to remove spaces? -- Bastien Cat, the other other white meat Because it's not a separate file. The attachment is encoded as plain text into the nntp message. -- DeadTOm http://www.mtlaners.org [EMAIL PROTECTED] A Linux

[PHP] PHP compile

2008-06-09 Thread Hélio Rocha
Hi there, How can i compile or encrypt a PHP project without changing any thing on the server? [Fast-]CGI it's a possibility. Thanks in advance. Hélio

Re: [PHP] PHP compile

2008-06-09 Thread Daniel Brown
On Mon, Jun 9, 2008 at 10:36 AM, Hélio Rocha [EMAIL PROTECTED] wrote: Hi there, How can i compile or encrypt a PHP project without changing any thing on the server? [Fast-]CGI it's a possibility. STFW: http://www.google.com/search?q=php+encoders Generally, there will have to be

Re: [PHP] imap_open() error. (Can't open mailbox)

2008-06-09 Thread Mathijs van Veluw
Edward Kay wrote: -Original Message- From: Thijs Lensselink [mailto:[EMAIL PROTECTED] Sent: 09 June 2008 13:43 To: php-general@lists.php.net Subject: Re: [PHP] imap_open() error. (Can't open mailbox) Quoting Mathijs van Veluw [EMAIL PROTECTED]: Thijs Lensselink wrote: Quoting

Re: [PHP] PHP compile

2008-06-09 Thread Wolf
Hélio Rocha [EMAIL PROTECTED] wrote: Hi there, How can i compile or encrypt a PHP project without changing any thing on the server? [Fast-]CGI it's a possibility. Thanks in advance. Hélio STFW:

Re: [PHP] PHP compile

2008-06-09 Thread Bastien Koert
On Mon, Jun 9, 2008 at 10:43 AM, Wolf [EMAIL PROTECTED] wrote: Hélio Rocha [EMAIL PROTECTED] wrote: Hi there, How can i compile or encrypt a PHP project without changing any thing on the server? [Fast-]CGI it's a possibility. Thanks in advance. Hélio STFW:

Re: [PHP] Choosing PHP or ? for building an automatic photo web.

2008-06-09 Thread Peter Sorensen
Sorry wrong button on the mail program. Stut [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Please copy replies to the list. On 8 Jun 2008, at 22:47, Nordstjernealle 10 wrote: Thanks Stut I have looked at Gallery and I think your are right, just what I need. Onfortunately I have

[PHP] Retrive a ID or Class value from a form input field

2008-06-09 Thread Joe Harman
Hello, is there any way to get more field information other than just the value of a field when a form is submitted??? ex: input name=email type=text id=email size=30 maxlength=120 class=theClass value= / type, size, class, etc. Thanks Joe -- PHP General Mailing List (http://www.php.net/)

Re: [PHP] Retrive a ID or Class value from a form input field

2008-06-09 Thread Jim Lucas
Joe Harman wrote: Hello, is there any way to get more field information other than just the value of a field when a form is submitted??? ex: input name=email type=text id=email size=30 maxlength=120 class=theClass value= / type, size, class, etc. Thanks Joe Yes, but that would be a

Re: [PHP] Retrive a ID or Class value from a form input field

2008-06-09 Thread Jim Lucas
Jim Lucas wrote: Joe Harman wrote: Hello, is there any way to get more field information other than just the value of a field when a form is submitted??? ex: input name=email type=text id=email size=30 maxlength=120 class=theClass value= / type, size, class, etc. Thanks Joe Yes, but

[PHP] Re: PHP compile

2008-06-09 Thread zerof
Hélio Rocha escreveu: Hi there, How can i compile or encrypt a PHP project without changing any thing on the server? [Fast-]CGI it's a possibility. Thanks in advance. Hélio http://www.roadsend.com/home/index.php -- zerof http://www.educar.pro.br/ Apache - PHP - MySQL - Boolean Logics -

Re: [PHP] Retrive a ID or Class value from a form input field

2008-06-09 Thread Robert Cummings
On Mon, 2008-06-09 at 14:45 -0500, Joe Harman wrote: Hello, is there any way to get more field information other than just the value of a field when a form is submitted??? ex: input name=email type=text id=email size=30 maxlength=120 class=theClass value= / input type=hidden

Re: [PHP] Retrive a ID or Class value from a form input field

2008-06-09 Thread Jim Lucas
Jim Lucas wrote: Jim Lucas wrote: Joe Harman wrote: Hello, is there any way to get more field information other than just the value of a field when a form is submitted??? ex: input name=email type=text id=email size=30 maxlength=120 class=theClass value= / type, size, class, etc. Thanks

Re: [PHP] Retrive a ID or Class value from a form input field

2008-06-09 Thread Joe Harman
I was just writing a form validation script... I know that there is ton of them out there... and i know that there are some different methods of doing it... but i want to assign class names to each field like class=req:email... not sure if that is the right way to do it, but i thought it would

[PHP] mssql extension

2008-06-09 Thread Mathieu Pelletier
Hello ! My Workstation/server: Window XPApache 2.2.4 (win32) PHP/5.2.3SQl Server 2003 I have never been able to load mssql extension in my life...In my php .ini file, I removed the ; correctly : extension=php_mssql.dll Other extensions work fine, for example I use the PDF extension :

Re: [PHP] Retrive a ID or Class value from a form input field

2008-06-09 Thread Benjamin Hawkes-Lewis
Joe Harman wrote: I was just writing a form validation script... I know that there is ton of them out there... and i know that there are some different methods of doing it... but i want to assign class names to each field like class=req:email... not sure if that is the right way to do it, but i

Re: [PHP] Retrive a ID or Class value from a form input field

2008-06-09 Thread Jim Lucas
Joe Harman wrote: I was just writing a form validation script... I know that there is ton of them out there... and i know that there are some different methods of doing it... but i want to assign class names to each field like class=req:email... not sure if that is the right way to do it, but i

[PHP] Preg_Replace $pattern syntax error

2008-06-09 Thread Graham Anderson
Hi How can I convert the regular expression:p\s+style=padding-left: \s+(\d+)px;(.*?)/p into a pattern that PHP will accept? I am getting the error: Warning: preg_replace() [function.preg-replace]: Unknown modifier '(' in

[PHP] Preg_Replace $pattern syntax error [solved]

2008-06-09 Thread Graham Anderson
I needed to add the ~ character as a delimiter. So, the below now works $pattern='~p\s+style=padding-left:\s+(\d+)px;(.*?)/p~'; G Hi How can I convert the regular expression:p\s+style=padding- left:\s+(\d+)px;(.*?)/p into a pattern that PHP will accept? I am getting the error: Warning:

[PHP] Re: mssql extension

2008-06-09 Thread Shawn McKenzie
Mathieu Pelletier wrote: Hello ! My Workstation/server: Window XPApache 2.2.4 (win32) PHP/5.2.3SQl Server 2003 I have never been able to load mssql extension in my life...In my php .ini file, I removed the ; correctly : extension=php_mssql.dll Other extensions work fine, for example I

Re: [PHP] Imagick installation issue

2008-06-09 Thread Chris
This is the output for ldd -r for imagick.so. There are a number of dependencies that I don't recognize and I think there may be other packages that need to be installed. undefined symbol: zend_ce_iterator (/usr/local/lib/php/extensions/no-debug-non-zts-20060613//imagick.so)