[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] Join - problem

2002-09-18 Thread Henning
print("$fornavn$efternavn$gade$postnummer$postbynavn\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

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

2002-09-18 Thread Henning
w($result)) 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: AW: [PHP] Java-Object

2002-04-29 Thread Henning
th success? did you read the manual of everything that is involved in your task? ok, 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 objec

Re: [PHP] xml/xslt capability?

2002-04-29 Thread Henning
you a good tutorial if you just want to play around. and look 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

Re: [PHP] session unset or unregister??

2002-04-11 Thread Henning
n't want to. > How to solve this?!??! i have started the session 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

[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
ing: binary Connection: close Content-Type: application/octect-stream curl output What's going on here? 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] Processin

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 choc

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

2003-06-20 Thread Henning Sittler
outputing some text. Henning Sittler www.inscriber.com -Original Message- From: Logan McKinley [mailto:[EMAIL PROTECTED] Sent: Friday, June 20, 2003 10:04 AM To: [EMAIL PROTECTED] Subject: [PHP] Cannot modify header information - headers already sent I am having a problem whe

[PHP] variable statements

2002-06-26 Thread Henning Sittler
cho $function; } $lucid = "if (1) { echo $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 Lis

RE: [PHP] sigh... forms

2002-07-09 Thread Henning Sittler
want 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.

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 th

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! ... o

[PHP] Check for Associative Array

2002-07-18 Thread Henning Sittler
val B) check if the $key is just 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

[PHP] backtracing of includes

2001-12-28 Thread Henning Sprang
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
n now when this should be useful, only that it can make things complicated as i saw 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 Mai

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 unsubs

Re: [PHP] Sending variables between PHP pages

2002-01-04 Thread Henning Sprang
quest and sending out the answer is done(which is the way php, CGI Programs, and i suppose nearly all other Web based software works), save the state of db connections as session data and use the same database connection again with the next request, but i think that brings some problems. E.g. I

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 co

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://

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

2002-01-08 Thread Henning Sprang
a date and time at any given moment as expressed in unix time 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 Gener

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

2002-01-08 Thread Henning Sprang
b. just use "--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

Re: [PHP] really weird

2002-01-08 Thread Henning Sprang
ion time instead of size, i 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

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 n

Re: [PHP] Redirecting to a URL

2002-01-08 Thread Henning Sprang
n: header to the browser: $redirect_url="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

Re: [PHP] binary data - MSSQL

2002-01-09 Thread Henning Sprang
d "application/zip" for zips If you already know everything for images out oif 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

Re: [PHP] echo "" problem NEW

2002-01-09 Thread Henning Sprang
in echo ''; the difference is that with single quotes you will _not_ be able to use variable replacement in between the quotes, something like "; ?> will output while this: '; ?> will output exactly 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] echo "" problem NEW

2002-01-09 Thread Henning Sprang
Nicolas Costes wrote: > Hellorghh !!! > You'd better do like this : > > echo " > just another one - but i am too out of practice with html standarts to know if this is compliant ( a browser showing a result doesn't neccessary mean it's standarts compli

Re: [PHP] HTTP_X_FORWARDED_FOR?

2002-01-10 Thread Henning Sprang
from PHP? Thanks. This has 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

Re: [PHP] xml dom support

2002-01-11 Thread Henning Sprang
d function: xmldoc() in C:\apache\htdocs\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

Re: [PHP] Compiled PHP

2002-01-11 Thread Henning Sprang
oal to give you possibility 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] F

Re: [PHP] removing an array element

2002-01-11 Thread Henning Sprang
e form $selectfield = $_POST["selectfield"]; while ($row=mysql_fetch_array($result)){ echo "" . $row[1] . "\n"; } echo "" echo "\n"; echo ""; i think this is a more straightforward solution for your probl

Re: [PHP] Newbie - PHP & MySQL

2002-01-11 Thread Henning Sprang
s of php and mysql before playing around 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 a

Re: [PHP] open a New Window

2002-01-14 Thread Henning Sprang
=0"); sorry, don't know a good JavaScript Reference 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
g Lists and all that sort of things which are easily to program and maintain for developers - either client or server side, or what? Are you just looking for a library that helps you to build forms and things like that dynamically? henning -- PHP General Mailing List (http://www.php.ne

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

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

2002-01-15 Thread Henning Sprang
is used to include code for execution, 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 ad

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

2002-01-15 Thread Henning Sprang
ead are to be foiund in the manual at http://www.php.net/manual, 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
tring and output this string. hth, henning -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] problem with fread

2002-05-07 Thread Henning Sprang
ne line. what's 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
"The URL's content is: ".$output; > ?> erm, don't wanna be nosy, 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] 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,

Re: [PHP] Php-gtk

2002-02-27 Thread Henning Sprang
stallation and tunning 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] UPLOAD_TMP_DIR

2001-10-02 Thread Henning Støverud
side a PHP 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://w

[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 some

[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 ins

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 t

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 win

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

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

[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 l

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-c

[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 betw

[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, whi

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

2007-04-25 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? >

Re: [PHP] slow performance

2007-04-25 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] 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 FastC

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

[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

[PHP] PHP and LDAP over SSL

2002-09-04 Thread Søren Henning Dalgaard
//hostname/ 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

[PHP] Urgent CPU and|or hdd test

2002-11-11 Thread Thomas \"omega\&quot; Henning
Hello, Is there a way i can test the cpu or the hdd for its serial number in php under linux and win? Thanks Thomas "omega" Henning -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

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

2002-11-11 Thread Thomas \"omega\&quot; 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 ex

[PHP] help with mail() function!

2002-07-12 Thread Thomas \"omega\&quot; Henning
un my script and my message source looks like this: Return-Path: <[EMAIL PROTECTED]> Delivered-To: [EMAIL PROTECTED] Received: (qmail 30667 invoked by alias); 11 Jul 2002 13:04:08 - Delivered-To: [EMAIL PROTECTED] Received: (qmail 30662 invoked by uid 99); 11 Jul 2002 13:04:08 - Date:

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

2002-07-12 Thread Thomas \"omega\&quot; Henning
under WinNT... > php 4.2.1 The Null String might work under > UNIX too... I haven't tried it... > > Spike... > > "Thomas "Omega" Henning" <[EMAIL PROTECTED]> wrote in message > [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > > Hello all, &

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

2002-07-12 Thread Thomas \"omega\&quot; 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\&quot; 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

Re: [PHP] Timer

2002-07-16 Thread Thomas \"omega\&quot; Henning
te the difference between then 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]>

[PHP] Accessing Ports

2002-07-18 Thread Thomas \"omega\&quot; 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\&quot; 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-serve

[PHP] Payflow Pro extension in php 4.0.4pl1

2001-04-25 Thread Henning Kilset Pedersen
ich should 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

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? R

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 -Origin

RE: [PHP] Count....

2001-04-25 Thread Henning Kilset Pedersen
) Regards, 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 spec

[PHP] Payflow, story continued

2001-04-25 Thread Henning Kilset Pedersen
, no local certificate found ) Hmm. Certificate not found. I think that is in the directory that I specified for --with-pfpro=., under the ./certs subdirectory there. I just downloaded the test version, tho. I haven't found any information from Verisign on how to update/change that certificate

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

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 availabl

RE: [PHP] template solutions?

2001-05-01 Thread Henning Kilset Pedersen
de is their URL. 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. ma

RE: [PHP] template solutions?

2001-05-01 Thread Henning Kilset Pedersen
x27;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 AS -Original Message

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 Ped

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 PR

RE: [PHP] How to execute a php scripts

2001-04-27 Thread Henning Kilset Pedersen
te host, only @localhost). 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

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

2009-04-06 Thread Henning Glatter-Gotz
ror. The sites don't actually have anything to do with PHP development. I have even 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...

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

2009-04-06 Thread Henning Glatter-Gotz
php5/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
ver. I had to do this for other 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

[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