Re: [PHP] session unset or unregister??

2002-04-12 Thread Henning
and used session_register('data','id').. to store the vars. normally it should work exactly like that. how do you tell the variable isn't unregistered when you run this? did you check if the code in the if statement is executed at all? henning -- PHP General Mailing List (http

Re: AW: [PHP] Java-Object

2002-04-29 Thread Henning
, that should be everything i have to say about that, as i said, i have no experience in using java classes from php. i could only help you until now in finding out more about the data and type of your object... henning -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

Re: [PHP] xml/xslt capability?

2002-04-29 Thread Henning
for xslt functions in the manual to find out more about this. henning -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Join - problem

2002-09-18 Thread Henning
$postbynavn/TD/TR\n); What is going on? The select is ok if I do not join, but then I'm not able to get the field postbynavn from the other table. PLEASE HELP! Henning -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Join - problem

2002-09-18 Thread Henning
Oh dear - I forgot the rights in the new table: select command denied to user: 'henning@localhost' for table 'postnummer' Thanks for helping, John! Henning John Wards wrote: not having the time to look at your code I am not sure but do this to see if its mysql causeing the errors

[PHP] Join in MySQL-select doesn't work

2002-09-18 Thread Henning
, but then I'm not able to get the field postbynavn from the other table. PLEASE HELP! Henning -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Is it an apache or a php-problem?

2003-02-28 Thread Henning
Hello I use Apache/1.3.27 Server I use to use a mysql-connection, but now the apache support is gone. Trying to connect to my MySQL-database gives following result: Fatal error: Call to undefined function: mysql_pconnect() in... How do I get the MySQL-support back? Henning (newbie) -- PHP

[PHP] backtracing of includes

2001-12-28 Thread Henning Sprang
is included, and from where this file again is include, going as far back until i have my first-called php file. I hope you can understand what i mean, henning -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED

RE: [PHP] backtracing of includes

2001-12-28 Thread Henning Sprang
right now.(btw: this code does not come from myself, i am just making additions to it) So, I am still curious if and how one can trace function definitions and includes in a convenient way. henning -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED

Re: [PHP] php-gtk compile prob

2002-01-03 Thread Henning Sprang
Hy, this is for [EMAIL PROTECTED], there you'll get answers I think... -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

Re: [PHP] PHP dependent on connection speed?

2002-01-03 Thread Henning Sprang
Am 03 Jan 2002 08:10:08 -0600 schrieb charlesk : Is the php engine slowed by users with a slow connection? it _should_ not under normal circumstances - but what problems are you exactly experiencing? henning -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail

Re: [PHP] Sending variables between PHP pages

2002-01-04 Thread Henning Sprang
by sending some http requests - that wouldn't be very nice for folks runnning the webservers. Writing more clearly what the purpose of all that is migth bring me another view of this all... greets, henning -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL

Re: [PHP] PHP Grammar

2002-01-04 Thread Henning Sprang
Am 04 Jan 2002 14:53:18 -0200 schrieb JJVG: Hi, Is there a place where I can get the PHP Grammar? http://download.php.net/manual/en/langref.php have fun, henning -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

Re: [PHP] Connecting PHP to a remote mysql database

2002-01-08 Thread Henning Sprang
Hy, Félix García Renedo wrote: Hello, How could I configure php to access to a remote mysql database? just use the correct hostname of your remote host in mysql_pconnect( HOST, USER, PASS); henning -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL

Re: [PHP] counting with dates (help!)

2002-01-08 Thread Henning Sprang
in a lot of different, configurable formats. after you generated a date representation with date, the program doesn't know anything at all about the date/time meanings of that string or number. hth henning -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL

Re: [PHP] Connecting PHP to a remote mysql database

2002-01-08 Thread Henning Sprang
--with-mysql or --with-mysql=/PATH/TO/MYSQL/LIBS see also the output of ./configure --help for more information henning -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail

Re: [PHP] really weird

2002-01-08 Thread Henning Sprang
don't know right now which is better. You should _not_ use numbr of files, as when ypu save the state 1 file in mailbox it could be that the user fetched on file menawhile and another file has come in - your program doesn't register a change but it has changed very well... HTH, henning

Re: [PHP] really weird

2002-01-08 Thread Henning Sprang
Chris Grigor wrote: Hi Henning If I use modification time, how would I use keep state before exiting (I have never done that aggghhh!) i didn't do that before, too, I just can imagine how it should work :) before exiting or right after sending the mail you would need to write

Re: [PHP] Redirecting to a URL

2002-01-08 Thread Henning Sprang
=http://www.nowhere.net/;; if( $foobar== ){ header( Location: .$redirect_url ); } henning -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL

Re: [PHP] binary data - MSSQL

2002-01-09 Thread Henning Sprang
a Mysql, then i don't tell it again here - ask if you still have problems! henning -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

Re: [PHP] echo problem NEW

2002-01-09 Thread Henning Sprang
% while this: ? $myvar=100; echo 'table width=$myvar'; ? will output exactly table width=$myvar hth, henning -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e

Re: [PHP] echo problem NEW

2002-01-09 Thread Henning Sprang
standarts compliant!) henning -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

Re: [PHP] HTTP_X_FORWARDED_FOR?

2002-01-10 Thread Henning Sprang
something to do with the way you access the machine - x-forwarder-for contains the private ip address of your client machine when calling the php pages through a proxy. It has nothing to do with your php or server side configuration. henning -- PHP General Mailing List (http://www.php.net

Re: [PHP] xml dom support

2002-01-11 Thread Henning Sprang
\example.php on line 24 What needs to installed/configured ?? you need DOM XML support, i only don't know how to do this with win2k... see http://www.php.net/manual/en/ref.xml.php and http://www.php.net/manual/en/ref.domxml.php for more information about these two... henning -- PHP

Re: [PHP] Compiled PHP

2002-01-11 Thread Henning Sprang
to distribute your software without giving away the code in readable form. I think there is an encoder from zend, too, to be found at www.zend.com my 2 cents henning -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: [PHP] removing an array element

2002-01-11 Thread Henning Sprang
=\submit\\n; echo /form; i think this is a more straightforward solution for your problem... henning -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact

Re: [PHP] Newbie - PHP MySQL

2002-01-11 Thread Henning Sprang
with big applications, permissions for users, etc... (sorry, got no URL for something lkike this at hand now, use google) hope this still helps henning -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED

Re: [PHP] open a New Window

2002-01-14 Thread Henning Sprang
in English or greek by now, you have to look for your own Henning -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

Re: [PHP] Creating rich interfaces for web applications??

2002-01-14 Thread Henning Sprang
just looking for a library that helps you to build forms and things like that dynamically? henning -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail

Re: [PHP] Creating rich interfaces for web applications??

2002-01-14 Thread Henning Sprang
Geoff Caplan wrote: Henning I did not work a lot with applications in PHP-GTK until now to say something about speed and reliability ( the list may answer those questions, i am only working on the translation of the manual for now), but I think it's worth a look at, and i know

Re: [PHP] Including a file using php //

2002-01-15 Thread Henning Sprang
, if you wanna read the content of the file you have to use the fopen and fread functions, see the manual section filesystem functions. HTH, Henning -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED

Re: [PHP] Including a file using php //

2002-01-15 Thread Henning Sprang
, use the search function to look for those words. HTH, henning -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

Re: [PHP] printing files

2002-02-13 Thread Henning Sprang
and output this string. hth, henning -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] compiling with all options

2002-02-27 Thread Henning Sprang
hy all, is there an easy way to compile php with all possible extension and feature options, as far as they don't crash when used together, and, even better as far as the libs are available on the system? tia, henning -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit

Re: [PHP] Php-gtk

2002-02-27 Thread Henning Sprang
are described. please post further questions on the other list, there are lotta people who help very quick, henning -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] variable statements

2002-06-26 Thread Henning Sittler
$function; }; $lucid; // doesn't work, but doesn't show an error Thanks for any help, Henning Sittler www.inscriber.com

RE: [PHP] variable statements

2002-06-26 Thread Henning Sittler
Perfect. Thank you Jason. Henning Sittler www.inscriber.com -Original Message- From: Jason Wong [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 26, 2002 1:44 PM To: [EMAIL PROTECTED] Subject: Re: [PHP] variable statements On Thursday 27 June 2002 01:34, Henning Sittler wrote

RE: [PHP] RegEx question

2002-07-02 Thread Henning Sittler
$string = 'somethingphp'; $pat = 'php$'; $hasphp = ereg($pat, $string); Henning Sittler www.inscriber.com -Original Message- From: David Busby [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 02, 2002 4:49 PM To: php-general Subject: [PHP] RegEx question List, How can I

RE: [PHP] sigh... forms

2002-07-09 Thread Henning Sittler
is an abstract set of php functions to say, ok, I want another form with say 10 questions, and I want to define each question and set of possible answers (input types and ranges) manually, and have the action script automatically check that the input types and ranges for each question are valid. Henning

RE: [PHP] Getting the URL that triggered a 404.

2002-07-11 Thread Henning Sittler
The $_SERVER environment variables should be there, I'm using them. Henning Sittler www.inscriber.com -Original Message- From: Brian McGarvie [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 11, 2002 12:00 PM To: Robert Cummings; [EMAIL PROTECTED] Subject: RE: [PHP] Getting the URL

RE: [PHP] Alley-OOP! ... or not?

2002-07-15 Thread Henning Sittler
Why not try it for yourself? If it seems helpful then use it, if not then don't. Henning Sittler www.inscriber.com -Original Message- From: Martin Clifford [mailto:[EMAIL PROTECTED]] Sent: Monday, July 15, 2002 11:05 AM To: [EMAIL PROTECTED] Subject: [PHP] Alley-OOP

[PHP] Check for Associative Array

2002-07-18 Thread Henning Sittler
a number or just a string C) $key += 1 ?? Thanks, Henning Sittler www.inscriber.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Check for Associative Array

2002-07-18 Thread Henning Sittler
Ya, except I want the whole array to exist (index and assoc. array), not just the assoc. array. So, for the time being, I'll just do this: foreach ($arr as $key=$value) { if ( !is_int($key) ) { echo $key:$value; } } What is HTH ?? Henning Sittler www.inscriber.com Try this: while($row

[PHP] problem with fread

2002-05-07 Thread Henning Sprang
the best olution for that situation? tia, henning -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] problem with fread

2002-05-07 Thread Henning Sprang
, but you meant fgets() - forgot the s - didn't you? just for others who read that one... anyway, so it's safe and clean to use this one. thank you very much! henning -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] UPLOAD_TMP_DIR

2001-10-02 Thread Henning Støverud
script, or is it only the sysadmin who can do that? If I can't do anything about this problem, is it another way to upload files? Regards, -- Henning Støverud ([EMAIL PROTECTED]) http://www.stoverud.com Tlf: +47 91 68 05 68 Fax: +47 85 02 16 31 -- PHP General Mailing List (http://www.php.net

[PHP] mail client?

2003-01-14 Thread Henning Olsen
Does anyone know any reliable php/mysql mail-clients with support for pop3? Yours Henning -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] php https file download

2003-06-19 Thread Henning Sittler
? Thanks in advance for any help you can offer!! Henning Sittler www.inscriber.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] php https file download

2003-06-19 Thread Henning Sittler
Beautiful, that worked immediately! Thanks for your very quick and super helpful reply, John. The solution is to change the session.cache_limiter to none in php.ini. Henning Sittler www.inscriber.com -Original Message- From: CPT John W. Holmes [mailto:[EMAIL PROTECTED] Sent

RE: [PHP] Processing Form Data /w $_POST

2003-06-19 Thread Henning Sittler
it's in the manual, read here: http://ca.php.net/manual/en/control-structures.foreach.php Henning Sittler www.inscriber.com -Original Message- From: Kyle Babich [mailto:[EMAIL PROTECTED] Sent: Thursday, June 19, 2003 12:43 PM To: [EMAIL PROTECTED] Subject: [PHP] Processing Form Data

RE: [PHP] Cookies- peanut butter or chocolate??

2003-06-19 Thread Henning Sittler
it in your script, so that you determine the two seperatevalues actually stored there. Henning Sittler www.inscriber.com -Original Message- From: Sparky Kopetzky [mailto:[EMAIL PROTECTED] Sent: Thursday, June 19, 2003 4:10 PM To: PHP General Subject: [PHP] Cookies- peanut butter or chocolate

RE: [PHP] Cannot modify header information - headers already sent

2003-06-20 Thread Henning Sittler
) echo $some_text; else header(Location: .$out); function my_function() { // some code goes here if ($something) return $some_text; return; } // end my_function() ? Try looking at line 29. that's the line where you are trying to output a header after outputing some text. Henning Sittler

[PHP] script timeout

2007-04-25 Thread Henning Eiben
Hi, I have a small sample-application, that uses smarty for the presentation layer. Unfortunately I might encounter script-timeouts (not necessarily from smarty, could also be the DB-connection or something). In this case I would like to return an appropriate HTTP status-code (might be 500 or

[PHP] slow performance

2007-04-25 Thread Henning Eiben
Hi, I wrote a small sample-application once using PHP (with propel and smarty) and once using Java (JBoss, EJB3, JSP Servlets). Both apps are being served from a windows server (2x Xeon 1,3GHz, 2 GB RAM), but the performance of the PHP version is much slower than the Java version. I already

Re: [PHP] slow performance

2007-04-25 Thread Henning Eiben
Zoltán Németh schrieb: I wrote a small sample-application once using PHP (with propel and smarty) and once using Java (JBoss, EJB3, JSP Servlets). Both apps are being served from a windows server (2x Xeon 1,3GHz, 2 GB RAM), but the performance of the PHP version is much slower than the Java

Re: [PHP] slow performance

2007-04-25 Thread Henning Eiben
Zoltán Németh wrote: I already installed an php-accelerator (eAccelator) which increased the overall performance, but still the performance is quite poor. I would not say php performace is poor, I think it is quite fast (at least on my linux boxes, I know nothing about php on windows...)

Re: [PHP] slow performance

2007-04-25 Thread Henning Eiben
Richard Davey wrote: Running my test for about 5 minutes, I get about 31.000 request for the java application, but only about 3.000 for the php. No offence, but the problem is almost 100% certainly in your PHP code then. I'd look very carefully at what is going on there before trying to

Re: [PHP] slow performance

2007-04-25 Thread Henning Eiben
Zoltán Németh wrote: I wrote a small sample-application once using PHP (with propel and smarty) and once using Java (JBoss, EJB3, JSP Servlets). Both apps are being served from a windows server (2x Xeon 1,3GHz, 2 GB RAM), but the performance of the PHP version is much slower than the Java

[PHP] Re: [PHP-WIN] Re: [PHP] slow performance

2007-04-25 Thread Henning Eiben
Stanislav Malyshev wrote: But as far as I understand, java kinda does the same thing, doesn't it? Java programs are being compiled into some intermediate language, and this is being interpreted at runtime. So using an accelerator should mimic the same setup for php. Java is much less

Re: [PHP] script timeout

2007-04-25 Thread Henning Eiben
Tijnema ! wrote: I have a small sample-application, that uses smarty for the presentation layer. Unfortunately I might encounter script-timeouts (not necessarily from smarty, could also be the DB-connection or something). In this case I would like to return an appropriate HTTP status-code

[PHP] Re: [PHP-WIN] Re: [PHP] slow performance

2007-04-25 Thread Henning Eiben
Stanislav Malyshev wrote: OK; so for serving multiple concurrent clients ISAPI would sound to me like the better choice, since it can use threads, or what would be the advantage of using fastcgi? Non-threaded PHP is faster than threaded PHP, because it doesn't need to do locks between

[PHP] Re: [PHP-WIN] Re: [PHP] slow performance

2007-04-25 Thread Henning Eiben
Stanislav Malyshev wrote: OK, so I will give that a try. As far as I understand, I basically just have to replace the association of .php to php5isapi.dll with php-cgi.exe; and then set the global path to include my php-folder, right? No, that probably would make it CGI, which is slow. For

Re: [PHP] Re: [PHP-WIN] Re: [PHP] slow performance

2007-04-26 Thread Henning Eiben
Richard Lynch wrote: Are there multiple threads spawned? Depends on server API. ISAPI does, fastCGi doesn't. OK; so for serving multiple concurrent clients ISAPI would sound to me like the better choice, since it can use threads, or what would be the advantage of using fastcgi? I believe

Re: [PHP] slow performance

2007-04-26 Thread Henning Eiben
Richard Lynch wrote: On Wed, April 25, 2007 5:48 am, Henning Eiben wrote: But as far as I understand, java kinda does the same thing, doesn't it? Sort of, but not really... Java has a single central one giant process architecture. PHP has a shared-nothing architecture. They're

[PHP] Re: [PHP-WIN] Re: [PHP] slow performance

2007-04-26 Thread Henning Eiben
Stanislav Malyshev wrote: OK, I installed FCGI and ran my testsuite. I did get more requests in a timeperiod of 5 minutes, but unfortunatly I also got a lot of errors (HTTP 500). But the performance of successful pages was increased by almost 15%. Maybe you need to configure FastCGI for

Re: [PHP] slow performance

2007-04-26 Thread Henning Eiben
Richard Lynch wrote: At 31:3 ratio, it's almost for sure NOT the fault of 3-tier architecture nor the OR-mapper. Or, if it is, it's because you've chosen a HORRIBLE 3-tier architecture or a RIDICULOUS OR-mapper. My *first* *first* *first* SWAG is that you've got something very very very

[PHP] help with mail() function!

2002-07-12 Thread Thomas \omega\ Henning
Hello all, I am trying to build a php driven mailing list where i can send an email to the whole list. Here is my code: ?php $to = Henning Tamas [EMAIL PROTECTED] . ,; $header = From: Test List [EMAIL PROTECTED]; include(pop3.php); $user=irc; $password=*; $apop=0; $pop3_connection

[PHP] Re: help with mail() function!

2002-07-12 Thread Thomas \omega\ Henning
as Omega Henning [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Hello all, I am trying to build a php driven mailing list where i can send an email to the whole list. Here is my code: ?php $to = Henning Tamas [EMAIL PROTECTED] . ,; $header =

Re: [PHP] help with mail() function!

2002-07-12 Thread Thomas \omega\ Henning
No I only work on *nix platforms Analysis Solutions [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... You wouldn't happen to be on a windows system? Read the Warning: on the manual page: http://www.php.net/manual/en/function.mail.php --Dan --

[PHP] Timer

2002-07-16 Thread Thomas \omega\ Henning
Is this possible: Im making a bot in PHP and i need a timer. Lets say noone ses anything for 2mins in the channel after that the bot ses something. And if the bot recieves an msg the timer clears. Is this possible 2 be done? Thomas omega Henning -- PHP General Mailing List (http

Re: [PHP] Timer

2002-07-16 Thread Thomas \omega\ Henning
and how. Store that value in another file or database. Update the file with a fresh timestamp. -Kevin - Original Message - From: Thomas omega Henning [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, July 16, 2002 11:22 AM Subject: [PHP] Timer Is this possible: I

[PHP] Accessing Ports

2002-07-18 Thread Thomas \omega\ Henning
Hello, Can i access my paralel or USB port with PHP server side? Thomas omega Henning -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Accessing Ports

2002-07-18 Thread Thomas \omega\ Henning
And what kind of permissions might that be? (server side) Richard Lynch [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED]... Can i access my paralel or USB port with PHP server side? The client's (browser's) parallel or USB port? No. See PHP HASP thread. If the web-server has a

[PHP] PHP and LDAP over SSL

2002-09-04 Thread Søren Henning Dalgaard
but what next: How can make an ldap_bind command? How can I encrypt and decrypt the data? How do I specify a key/certificate for encrypting and decrypting? Søren Henning Dalgaard -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] PHP and LDAP over SSL

2002-09-04 Thread Søren Henning Dalgaard
/ parameter but what next: How can make an ldap_bind command? How can I encrypt and decrypt the data? How do I specify a key/certificate for encrypting and decrypting? Søren Henning Dalgaard -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] How to execute a php scripts

2001-04-27 Thread Henning Kilset Pedersen
). Regards, Henning Pedersen Funcom Oslo -Original Message- From: Bertrand TACHAGO [mailto:[EMAIL PROTECTED]] Sent: 27. april 2001 18:45 To: [EMAIL PROTECTED] Subject: [PHP] How to execute a php scripts Hi, I want to know how to execute a php scripts which update a MySQL database. I am

[PHP] Payflow Pro extension in php 4.0.4pl1

2001-04-25 Thread Henning Kilset Pedersen
be compatible, according to what I've hear) - or, ofcourse, even better - has anyone gotten the 3.0 SDK to work with PHP? I've also tried the newest CVS build of PHP, but it's still the same ol', same ol'... Regards, Henning Pedersen Funcom Oslo AS -- PHP General Mailing List (http

RE: [PHP] Payflow Pro extension in php 4.0.4pl1

2001-04-25 Thread Henning Kilset Pedersen
Wow, that was quick, Dan :) Yeah, I'm having apache compile-time problems that stops on PNVersion() when reading some PHP include/c file I can't remember the name of right now :) Where did you edit it out? In the pfpro SDK files themselves, or in PHP's header files? Regards, Henning

RE: [PHP] Payflow Pro extension in php 4.0.4pl1

2001-04-25 Thread Henning Kilset Pedersen
Well, I didn't comment out the function itself, just the PNVersion() calls inside the function, meaning that it will just turn out empty if you use the PHP function that shows you pfpro's version :) (I hope) Oh, and btw, Dan, it seems to work fine :) Regards, henning -Original Message

RE: [PHP] Count....

2001-04-25 Thread Henning Kilset Pedersen
, Henning Pedersen Funcom Oslo -Original Message- From: Rafael Faria [mailto:[EMAIL PROTECTED]] Sent: 25. april 2001 21:36 To: [EMAIL PROTECTED] Subject: [PHP] Count I'm doing a seach function... everything is okbut i wanna put something like Use more specific terms when

[PHP] Payflow, story continued

2001-04-25 Thread Henning Kilset Pedersen
? Regards, Henning -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

RE: [PHP] Count.... --oops, addendum

2001-04-25 Thread Henning Kilset Pedersen
that should ofcourse be if(!$count=mysql_numrows($query)) {... (put a ! directly infront of $count -Original Message- From: Henning Kilset Pedersen [mailto:[EMAIL PROTECTED]] Sent: 25. april 2001 21:42 To: 'Rafael Faria'; [EMAIL PROTECTED] Subject: RE: [PHP] Count Lookup

RE: [PHP] Payflow, story continued

2001-04-26 Thread Henning Kilset Pedersen
Yup, I'm reading the other posts. But the fact of the matter is, I don't have time to wait for a new extension. I need to develop a solution *NOW*. Thus, I will continue full-steam ahead with what I'm doing. I'll gladly switch to the new extension once/if it becomes available. Regards, Henning

RE: [PHP] template solutions?

2001-05-01 Thread Henning Kilset Pedersen
. Regards, -- Henning Kilset Pedersen Anarchy Online Server Operations Oracle, PHP, e-Commerce etc. Funcom Oslo AS phone + 47 22 92 58 40 cell + 47 91 66 40 30 email [EMAIL PROTECTED] -Original Message- From: Steven Haryanto [mailto:[EMAIL PROTECTED]] Sent: 1. mai 2001 17:50

RE: [PHP] template solutions?

2001-05-01 Thread Henning Kilset Pedersen
); and loop over that. the .ROWCONTENT means that you're ADDING data to a variable that already exists. Replace rowdata with the data for the row in question. Isn't this what you want?? Regards, -- Henning Kilset Pedersen Anarchy Online Server Operations Oracle, PHP, e-Commerce etc. Funcom Oslo

RE: [PHP] HELP !!!!

2001-05-01 Thread Henning Kilset Pedersen
http://www.scibit.com Mascon - it's great for MySQL, but doesn't support any other databases. If you want for other DB's as well, use something like Embarcadero ER/Studio at http://www.embarcadero.com - that's horrendously expensive, though. -- Henning Kilset Pedersen Anarchy Online

RE: [PHP] PHP Graph class/library anywhere?

2001-05-01 Thread Henning Kilset Pedersen
http://www.zend.com -- Resources -- Code Gallery -- Look Around ;-) There's tons of them in there. -- Henning Kilset Pedersen Anarchy Online Server Operations Oracle, PHP, e-Commerce etc. Funcom Oslo AS -Original Message- From: indrek siitan [mailto:[EMAIL PROTECTED]] Sent: 1

Re: [PHP] Urgent CPU and|or hdd test

2002-11-11 Thread Thomas \omega\ Henning
Thanks for the information but is there a way to get it in windows aswell? Thanks Thomas omega Henning Marco Tabini [EMAIL PROTECTED] wrote in message news:1037025483.12570.155.camel;localhost.localdomain... If you're using linux, you can try to execute this from the command line: hdparm -i

[PHP] Subclassing website

2005-01-06 Thread Henning Sato von Rosen
there is already a module for this? Thanks! /Henning -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] PHP require_once() opens some files but not others in same library

2009-04-06 Thread Henning Glatter-Gotz
gone as far as downloading the php source code to try and see if I can figure out why this type of error world be caused. No luck yet. Cheers Henning -Original Message- From: Chris [mailto:dmag...@gmail.com] Sent: Monday, April 06, 2009 11:05 PM To: hglattergotz Cc: php-general

RE: [PHP] PHP require_once() opens some files but not others in same library

2009-04-06 Thread Henning Glatter-Gotz
/lib/php/library/Zend/Loader/PluginLoader.php on line 389 When I hard code the full path. Very odd. Thanks for taking a stab at this. Henning -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] PHP require_once() opens some files but not others in same library

2009-04-07 Thread Henning Glatter-Gotz
reasons and now the previously described issues no longer occur. Cheers Henning -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php