[PHP] Count lines or chars

2003-10-17 Thread Markus
Hi PHP-gurus :-) I'd like to count the lines within a file and store the result within a variable. Every line begins with the char %. Would it be easier to count these chars and how could I do that? Thanks for your help. markus -- PHP General Mailing List (http://www.php.net/) To unsubs

[PHP] Re: [PEAR-DEV] German [PEAR]-mailinglist arranged | webmaster@php.net out of order

2002-12-04 Thread Markus Wolff
AR column in PHP magazine Germany will now be PEARized in no time :-) BUT... I think Ralf should really turn off the admin approval for new members, or he´ll be flooded :-) Regards, Markus -- Markus Wolff <[EMAIL PROTECTED]> -- PHP General Mailing List (http://www.php.net/) To unsubsc

[PHP] undefined constant?

2003-01-06 Thread Markus Jäntti
If have this piece of code (test.php): I open the file in my browser like this: localhost/test.php?test=test and get this page: Notice: Use of undefined constant test - assumed 'test' in c:\programfiler\apache group\apache\htdocs\test.php on line 2 A Do I need to define test? How can I work a

Re: [PHP] undefined constant?

2003-01-06 Thread Markus Jäntti
quoting solved the problem thanks mate :) > How about if you quote index/key names in arrays like: > > if($_GET['test'] == "test") { echo "A"; } > > HTH, > Jason k Larson > > > Markus Jäntti wrote: > > If have this piece of

[PHP] target for ftp_ssl_connect

2003-01-27 Thread Markus Boettger
must I use "cURL" ?? Thanks in advance Markus -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] ftp_ssl_connect

2003-01-28 Thread Markus Boettger
Hello, I try it again ... is anybody here who can tell me how to use the ftp_ssl_connect function in 4.3? Has anybody a sample code in which the use uf the openSSL functions are declared? rtfm does not help here, because I do read for days now. Thanks, Markus -- PHP General Mailing List (http

Re: [PHP] ftp_ssl_connect

2003-01-30 Thread Markus Boettger
Hello, The problem is that I cannot find a way to set up an appropriate sftp-server. My tunneling with ssh does not work as it should; I'm still working on it... Bye Markus Jason Wong schrieb: On Tuesday 28 January 2003 20:19, Markus Boettger wrote: Hello, I try it again ... is anybody

[PHP] Re: Linux PHP editor

2002-08-09 Thread Markus Jais
uanta.sf.net (a html ide with php support, quite good, open source) http://www.jedit.org very powerful editor with support for many programming languages open source, you need java to run it and for course http://www.xemacs.org http://www.gvim.org markus -- PHP General Mailing List (http://ww

[PHP] Re: [PHP-DEV] Trying to input a webpage - need help

2002-08-16 Thread Markus Fischer
ntents. The problem is that I need to > access a page that requires a "POST". Any suggestions as to how > I could do this? You can either use the curl extension (see manual) or "Snoopy" (see sourceforge), a browser client class. - Markus ps: php-general@ is

[PHP] Re: SV: [PHP-DEV] How to specify exstension_dir in PHP.ini for Windows

2002-08-28 Thread Markus Fischer
On Wed, Aug 28, 2002 at 01:16:44PM +0200, Steinar Kolnes wrote : > Thanks for the respond, I am actually using 'extension_dir' There was only a > typos in the e-mail. > The question however; how do I specify the directory ?? Chances are pretty high that you've modified the wrong php.ini

[PHP] Re: SV: SV: [PHP-DEV] How to specify extension_dir in PHP.ini for Windows

2002-08-28 Thread Markus Fischer
On Wed, Aug 28, 2002 at 02:09:57PM +0200, Steinar Kolnes wrote : > > When changing the directory to the latter it seems that it finds something > because it comes up with an new error message: > "The procedure entry point _Zend_list_delete could not be located in the > dynamic link library php4t

[PHP] Re: [PHP-DEV] problem in starting apache in win2k with mcrypt and mhash module

2002-09-05 Thread Markus Fischer
You're mixing an older library with a newer php version (or the other way around). Please clean up your system first. Please ask on [EMAIL PROTECTED] next time. (Reply-To set). - Markus On Fri, Sep 06, 2002 at 09:56:59AM +0800, Terence Lee wrote : > Hello &

[PHP] Re: [PHP-DEV] Lib creation

2002-10-08 Thread Markus Fischer
ode this in C and compil an lib ? is there a documentation for > it ? http://www.php.net/manual/en/zend.php Btw, such questions are best asked at [EMAIL PROTECTED] . - Markus -- GnuPG Key: http://guru.josefine.at/~mfischer/C2272BD0.asc Derick, while ($xml) $ass->get_new_ideas(

[PHP] Re: [PHP-DEV] PHP 4.3.0pre1 [updated]

2002-10-10 Thread Markus Fischer
Shouldn't this be synchronised with a Win32 binary release? (Apologies if pre1 binaries for Win32 are available, I can't seem to get the inforamtion where they are?) thanks, - Markus On Thu, Oct 10, 2002 at 03:05:22PM -0400, Andrei Zmievski wrote : > A

[PHP] New to PHP, and stuck

2002-11-06 Thread Markus Jäntti
I'm working myself through Julie C. Meloni's book "PHP" and now I'm stuck at chapter 12. My script gives me this error: You have an error in your SQL syntax near '()' at line 1 even tho I've even tried replacing my own work with the file from the book's companion-files. I'd be very happy if someon

[PHP] Re: [PEAR-DEV] phpDocumentor 1.1.0rc2 RELEASE ANNOUNCEMENT

2002-06-18 Thread Markus Fischer
... um. Plain text would have done it too :-) - Markus -- GnuPG Key: http://guru.josefine.at/~mfischer/C2272BD0.asc -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: [PHP-DEV] static not working as expected

2002-06-18 Thread Markus Fischer
'statis' is ONLY used inside functions. You need the 'var' keyword to define class property. This is true for ZE1, I can't tell if ZE2 has static class properties, anyone else? - Markus On Tue, Jun 18, 2002 at 10:42:43AM -0700, Purushotham Komaravolu

Re: [PHP] is it possible to communicate javascript and php?

2001-01-20 Thread Markus Fischer
m.submit(); return true; } //--> foo bar You know have set the phpvar $jsvar from within javascript. m. -- Markus Fischer, http://josefine.ben.tuwien.ac.at/~mfischer/ EMail: [EMAIL PROTECTED] PGP Public Key: http://josefine.ben.tuwien.ac.at/~

Re: [PHP] Sending a mail in HTML format

2001-01-20 Thread Markus Fischer
is is a multi-part message in MIME format. --=_NextPart_000_062D_01C079C0.9DFF9B70 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit ene mene u --=_NextPart_000_062D_01C079C0.9DFF9B70 Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: qu

Re: [PHP] mysql table dump problem

2001-01-20 Thread Markus Fischer
file so it can be deleted. So... As i first shot, if you need it quickly to work, add a random number to the text file. Sorry, no more ideas, just a dirty hack. m. -- Markus Fischer, http://josefine.ben.tuwien.ac.at/~mfischer/ EMail: [EMAIL PROTECTED] PGP Public Key: http:

Re: [PHP] Getting part of a string

2001-01-20 Thread Markus Fischer
l validaten ( whereupon methinks Tom Christiansen email verifier [written in perl] is still the best validator). hope this helps m. -- Markus Fischer, http://josefine.ben.tuwien.ac.at/~mfischer/ EMail: [EMAIL PROTECTED] PGP Public Key: http://josefine.ben.tuwien.ac.at/~mfischer/C2272BD0.asc

Re: [PHP] my cookies arent working!

2001-01-20 Thread Markus Fischer
nd my > workstation for normal www sites but not for any of my php sites... How have you done cookie activation ? One easy way is to use session_start(); as it tries to set a cookie and fallsback to urlmodifieng if not possible. m. -- Markus Fischer, http://josefine.ben.tuwien.a

Re: [PHP] my cookies arent working!

2001-01-21 Thread Markus Fischer
is folder live? Where you think its best secure. Or no files at all and sessions saved to database (with session_handlers). But, what about cookies ? Session file layout has nothing to do make cookies work or not. m. -- Markus Fischer, http://josefine.ben.tuwien.ac.at/~mfischer/ EMail: [E

Re: [PHP] Build with Apache on Linux

2001-01-21 Thread Markus Fischer
Why not building apache with dso support and build a libphp4.so shared image ? Much less hassle. m. -- Markus Fischer, http://josefine.ben.tuwien.ac.at/~mfischer/ EMail: [EMAIL PROTECTED] PGP Public Key: http://josefine.ben.tuwien.ac.at/~mfischer/C2272BD0.asc PGP Fingerprint

Re: [PHP] mysql_fetch_array strangeness

2001-01-24 Thread Markus Fischer
Because, basically, in php an array is a hash with just numbers as keys. m. -- Markus Fischer, http://josefine.ben.tuwien.ac.at/~mfischer/ EMail: [EMAIL PROTECTED] PGP Public Key: http://josefine.ben.tuwien.ac.at/~mfischer/C2272BD0.asc PGP Fingerprint: D3B0 DD4F E12B F911 3CE1 C2B5

Re: [PHP] PHP without a webserver

2001-04-14 Thread Markus Fischer
uage. Its behaviour of hashes is much more intuitive for me than perl's way (every used nested hashes ? you're getting crazy doing so :). But, after all maybe i'm just too dump for perl then. But hey its ok :) I've much joy and fun working with PHP :-) cheers,

[PHP] wddx installation

2001-04-18 Thread Markus Maussner
y wddx function i get this message... Fatal error: Call to undefined function: wddx_serialize_value() in /usr/local/apache/htdocs/xml/xml.php on line 2 -- annybody have a idea whats wrong ? ~~~ Markus Maussner Application Development and Operations DISTEFORA Mobile (

Re: [PHP] wddx installation

2001-04-18 Thread Markus Maussner
hi... sorry i found the error myself... it shoube be --enable-wddx and not --with-wddx markus Am Mit, 18 Apr 2001 schrieb Markus Maussner: > hi > > i installed php with this "config" on rh6.2.. > './configure' '--with-mysql' '--with-apache=../ap

Re: [PHP-CVS] What is CVS?

2001-04-20 Thread Markus Fischer
On Fri, Apr 20, 2001 at 05:16:50PM -0700, Michael C wrote : > What is CVS? Right at the top of http://cvs.php.net/viewcvs.cgi/ there're a bunch of links about CVS. HTH, Markus -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For ad

[PHP] reading apache log into MySQL

2001-04-23 Thread Markus Maussner
hi.. annybody know how i could read the apache logfile into mysql ? my problems is that i dont find anny reasonable "field limiters"... like first it uses " " then it uses "\"" then again " " if i would do a explode on &q

[PHP] Cannot remove module mod_php4.c: not found in module list

2001-04-23 Thread Markus Held
Hello i have a big problem and find no answer In /var/log/httpd/error_log if have this error "Cannot remove module mod_php4.c: not found in module list" i installed three times the php4.0.4 no problems with configure; make; make install but if i would start the apache i get this error gruß

[PHP] cannot use a full URL in a 401 ErrorDocument directive --- ignoring!

2001-04-30 Thread Markus Held
Hello, big,big problem ! What is this in my httpd.error.log! My only different to an other surfer is i've installed php4 on this machine snooter -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To c

Re: [PHP] URL redirection

2001-05-06 Thread Markus Fischer
header( 'Location: rediret_me_here.php'); - Markus - Original Message - From: "Jamie Saunders" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, May 07, 2001 12:20 AM Subject: [PHP] URL redirection > > Hi, > > Is there a PHP fun

Re: [PHP] ANN: Visual PHP Studio 1.0 Field Test 1 (Problem Fixed)

2001-05-07 Thread Markus Fischer
Isn't using *.zip a bit more common ? Luckily I downloaded the *.exe before. - Markus - Original Message - From: "José León Serna" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, May 07, 2001 5:08 PM Subject: Re: [PHP] ANN: Visual PHP Studio 1.0

Re: [PHP] can't get php working on redhat 7.1

2001-05-09 Thread Markus Fischer
ne had any experience on this the latest > redhat. > > Hoping to get some pointers to getting apache/php/mysql working nicely in > redhat 7.1. I've been struggling with this for days now. What's the problem in detail ? - Markus -- PHP General Mailing List (http

[PHP] gdImageCreateFromJpeg in -lgd... no

2001-05-11 Thread Markus Held
Can do what i want. I need gif and jpeg habe installed jpeg-6b , gd-1.8.4gif.tar.gz checking for libjpeg (needed by gd-1.8+)... yes checking for jpeg_read_header in -ljpeg... yes checking for libXpm (needed by gd-1.8+)... no configure: warning: If configure fails try --with-xpm-dir= checking whe

Re: [PHP] MSSQL

2001-05-14 Thread Markus Fischer
isplayErrMsg(sprintf("internal error %d:%s\n", > mysql_errno(), mssql_error())); > exit() ; >} >return $link; > } 1) _Where_ to you get 'undefined function ? 2) Mixing mysql_* and mssql_* is probably not a good idea - Markus -- PHP Ge

Re: [PHP] Recursively create directories

2001-05-15 Thread Markus Fischer
this->cachedir); $createdir = ''; foreach( $dirs as $dir) { $createdir .= '/' . $dir; @mkdir( $createdir, 0775);} } HTH - Markus -- 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] Reports in web browser

2001-05-19 Thread Markus Fischer
printing dialog) - Markus -- 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] function to complete strings with white spaces on the left

2001-05-21 Thread Markus Fischer
On Mon, May 21, 2001 at 10:04:21AM -0500, Tolga thorr Orhon wrote : > One improvment: > > $strpad = "HELLO"; > echo str_pad(substr($strpad,0,17),17); why ? - Markus -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For addit

Re: [PHP] is not translated...

2001-05-21 Thread Markus Fischer
late it anywhere in your code if the right cookie is set). If you just want the session ID use 'session_id()'. - Markus -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the l

Re: [PHP] if $submit

2001-05-21 Thread Markus Fischer
). > > How do you stop this warning message? 1) set new error level: error_reporting( E_ALL ^ E_NOTICE); 2) use isset() if( isset( $submit)) { ... 3) or use @ in front of the variable if( @$submit) { ... - Markus -- PHP General Mailing List (http://www.php.net/) To uns

Re: [PHP] Accesing Oracle

2001-05-21 Thread Markus Fischer
This is for both php and apache - Markus -- 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] query question

2001-05-21 Thread Markus Fischer
column_b - Markus -- 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] best way to flush stdout?

2001-05-21 Thread Markus Fischer
the site is > down. What's the best way to accomplish this? thanks Make sure output is not buffered via ob_* functions and just call 'flush()'. But note there's no real world fix because browsers can refuse to display immdiatly (depending on its rendering engine, etc) and a

Re: [PHP] PHP & URL Question - omitting index.php

2001-05-21 Thread Markus Fischer
On Mon, May 21, 2001 at 04:01:14PM -0400, colin olkowski wrote : > http://www.blahbalh.com/directory/?arg1=arg1&arg2=arg2 Perfectly ok. - Markus -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTEC

Re: [PHP] Class var not retaining values

2001-05-21 Thread Markus Fischer
ore|$reason|$id"; > for ($i = 0; $i < $index; $i++) > { >$out = $this->reasons[$i]; >echo "$out..."; > } > $index++; > return $score; > } Put in a var_dump( $this->reasons); to view yourself what it really cont

Re: [PHP] array sort

2001-05-21 Thread Markus Fischer
), > > ); Use 'uasort()': function my_hash_sort( $a, $b) { $a = $a['num']; $b = $b['num']; if( $a == $b) return 0; return ( $a > $b) ? -1 : 1; } uasort( $test, 'my_hash_sort'); - Markus -- 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] array sort

2001-05-22 Thread Markus Fischer
eally rather not include some strange > little file with a single function in it. my code here > > on a whim, I tried > uasort($this->modules[$group], '$this->_ary_sort()'); > > with no luck :) > > ideas? sure :) use uasort( $this->modules

Re: [PHP] problem getting oracle to work with php4

2001-05-22 Thread Markus Fischer
/etc/ld.so.conf btw, make sure you linked both apache & php against libpthread like libclntsh.so.1.0 is - Markus -- 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] image upload - determining image resolution in pixels ?

2001-05-22 Thread Markus Fischer
Possibly, but no one has done a constribution yet to php. - Markus -- 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] 3d array-number of elements in each dimension

2001-05-22 Thread Markus Fischer
ur real address. - Markus -- 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]

[PHP] Re: Can you help me with this: Bug #11055: segmentation fault & core dump during make

2001-05-23 Thread Markus Fischer
Sorry no, never touch sybase yet. - Markus On Wed, May 23, 2001 at 04:58:53PM +0200, [EMAIL PROTECTED] wrote : > > > From: [EMAIL PROTECTED] > > > Operating system: linux 2.2.14 (RH 6.2) > > > PHP version: 4.0.5 > > > PHP Bug Type:

[PHP] PHP 4.1.0 uses much RAM compiled --with-mm

2001-12-26 Thread Markus Mayer
pache/bin/httpd nobody8818 0.1 0.3 7672 1440 ?S 18:45:48 0:00 /usr/apache/bin/httpd In both versions (with-mm/without-mm) I've also enabled GD-, TTF-, DB3-, MySQL-Support and several more. Any hints how to reduce memory-consumption when using libmm? Thanks. Regards, Marku

[PHP] Find the nearest dealer in Germany on a given ZIP (PLZ)

2002-02-05 Thread Markus Straessle
Where Can I get them from ? You cannot work on ZIPs alone, right ? how can you calculate the distance ? Thanks for any help Markus -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Hashes in strings

2002-05-02 Thread Markus Mirsberger
Hi, I would suggest not to use $hash[var1][var2] instead of $hash['var1']['var2'] because afaik php will think u mean two constants ( var1 and var2 ). Just if it doesnt find these constants it will use them as $hash['var1']['var2']. Markus Mirsb

[PHP] Re: Bug #17121 Updated: failed to make with OCI8 for oracle support

2002-05-10 Thread Markus Fischer
library isn't in your library path (/etc/ld.so.conf) - Markus On Fri, May 10, 2002 at 09:05:08AM -, [EMAIL PROTECTED] wrote : > ID: 17121 > Updated by: [EMAIL PROTECTED] > Reported By: [EMAIL PROTECTED] > Status: Closed > Bug

[PHP] Re: [PHP-DEV] Console application with PHP

2002-05-16 Thread Markus Fischer
Hi, all is possible. I suggest taking a look at http://gtk.php.net/ and http://www.php.net/manual/en/features.commandline.php for a start. - Markus On Fri, May 17, 2002 at 12:12:20AM +0800, DoL wrote : > Hi All > > I am trying to write something similar to

Re: [PHP] Re: [PHP-DEV] Console application with PHP

2002-05-16 Thread Markus Fischer
Windows too. - Markus On Thu, May 16, 2002 at 02:31:52PM -0700, Vail, Warren wrote : > Does this work on Windows, or is it restricted to Linux/unix? > > > Warren Vail > Tools, Metrics & Quality Processes > (415) 667-7814 > Pager (877) 774-

[PHP] Re: Newbie question about PHP and Oracle

2002-05-28 Thread Markus Mirsberger
sultset in an associative array called $row. take a look at the oci-functions in the manual for the different flags u can set. regards markus mirsberger "Michael Sweeney" <[EMAIL PROTECTED]> schrieb im Newsbeitrag [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > a VERY ne

[PHP] char encoding question

2002-02-28 Thread Markus Straessle
on Internet Explorer, not on Netscape. Does anyone out there have any idea what this could be caused by ?!? and how to avoid this ? thanks for any help. markus -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Errormessages

2002-03-17 Thread Markus Falk
lk Please help. Markus -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] phpinfo() printing old ./configure arguments

2002-03-18 Thread Markus Bertheau
Hello, We recently upgraded the php apache modules to include some bugfixes and the wddx module, but phpinfo() does still show a compilation time of August 1 2001 and the old compilation infos. Where do I have to dig about that? Please cc me as I'm not on the list. Markus Ber

[PHP] Apache 2.0.35 and php4.1

2002-04-11 Thread Markus Meixner
Hi, i installed the new Apache 2.0.35. When i want to load the php4 module apache doesn't starts. On Apache 1.3.22 it works fine. I find something on php.bugs.net. << If you use it with apache 2, you need a special SAPI module. Ask for support on the [EMAIL PROTECTED] mailinglist >>> What sh

[PHP] Re: [PHP-DEV] What's wrong with my PHP

2001-10-21 Thread Markus Fischer
Please ask support questions at [EMAIL PROTECTED] And, check what type '$this->a' is. It's probably not an array. - Markus On Sun, Oct 21, 2001 at 05:33:25PM +0800, fatbobman wrote : > when i try to open add a record to my db.. > php tell me > Warning: Cannot use

[PHP] language.variables.predefined.php

2001-11-20 Thread Markus Bertheau
Good day, refering to /manual/en/ -- 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]

[PHP] language.variables.predefined.php

2001-11-20 Thread Markus Bertheau
_VARS arrays. This feature should be used with care, and turned off if possible;" if it should be used with care, you should introduce the apache variables from a few lines above as elements of the $HTTP_SERVER_VARS array, not as global variables. Markus Bertheau -- PHP General Mailing

[PHP] Re: Testing Alert: Significant changes to DOM-XML

2001-12-01 Thread Markus Fischer
me and I do not explicetely prefer this for domxml but anything else too. Saves mit quite lot of time. On Sat, Dec 01, 2001 at 08:19:47PM -0700, Zak Greant wrote : > Marcus Fischer has made [...] Yo, and its still MarKKKus ;-) - Markus [1] http://cvs.php.net/cvs.ph

[PHP] problem: php-document in netscape is oly downloadable

2001-04-06 Thread Markus Mattes
show us both types of php? Thanks for help, Markus Mattes -- 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]

[PHP] How to change useragent-ID sent by PHP4.0.5RC1

2001-04-07 Thread Markus Wagner
Hallo I am downloading a HTML-File with PHP4.0.5RC1 and I want to change the useragent-ID from PHP, which will be sent to the webserver where the HTML-File is. I am using PHP4.0.5RC1 with NT. Do you have any ideas ? -- Markus Wagner email: [EMAIL PROTECTED] Hobby: 747 Jumbo-Jet

[PHP] Re: [PHP-DEV] Constructor Inheritance

2001-05-21 Thread Markus Fischer
I do this? > // does something else > } > } class B extends A { function B() { // call parents constructor A::A(); } } - Markus -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] Fo

Re: [PHP] select specified elements from an array

2001-05-22 Thread Markus Fischer
> } foreach( $keys as $key) if( isset( $fromarray[ $key])) $anotherarray[ $key] = $fromarray[ $key]; - Markus -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact t

Re: [PHP] select specified elements from an array

2001-05-22 Thread Markus Fischer
optional value argument. I agree with Zeev & Co not to unnecessarily bloat/pollute PHP with functions when you can solve it with minimal hassle. - Markus -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTEC

Re: [PHP] CGI Error when processing form

2001-06-22 Thread Markus Kühni
We've got the same problem. Did you find a resolution? Thanks, Mark&Mirco ""seth"" <[EMAIL PROTECTED]> wrote in message 9ej8pq$i1n$[EMAIL PROTECTED]">news:9ej8pq$i1n$[EMAIL PROTECTED]... > Hi, > I'm really new to PHP and i'm not too smart!..., I pulled some from code > out of scripts.com for p

Re: [PHP] Missing arguments for function in class? (object-oriented programming)

2001-06-28 Thread Markus Fischer
creating an instance without passing those values. $my_records = new Display_Records( $param1, $param2); is the proper syntax. - Markus -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [PHP] Interfacing with Excel

2001-06-29 Thread Markus Fischer
You can use PHP4 under win32 (CGI Binary) and use the DCOM Interface to access excel. Search with google and some appropriate keywords. - Markus On Thu, Jun 28, 2001 at 11:00:19AM +0530, Sharat Hegde wrote : > Hello, > > I have a web site on a Unix environment running PHP 3.0

[PHP] compiling apache with php4

2001-07-25 Thread Niemann, Markus
layout: Apache (config.layout) configure:Error: Module source already has to be below src/module/ to be activated Using SuSe Linux 7.2... Please could qanyone help me?! Markus -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

[PHP] --with-imap-ssl

2001-07-27 Thread Held Markus
Hello, i have a big problem. I want to compile php4.0.6 ./configure --with-imap --with-imap-ssl=/usr/lib checking for IMAP support... yes checking for pam_start in -lpam... (cached) yes checking for Kerberos support in IMAP... no checking for SSL support in IMAP... yes configure: error: T

[PHP] Re: [PHP-DEV] Passing JavaScript variables to PHP

2001-07-27 Thread Markus Fischer
On Fri, Jul 27, 2001 at 04:31:51PM -0500, Craig Gardner wrote : > Is there any way to pass JavaScript variables to PHP? This doesn't belong in here; this list is for the development OF php and _not_ WITH. Ask at [EMAIL PROTECTED] - Markus -- Markus Fischer, http://guru.josefine.at/~

[PHP] Re: [PHP-GTK] autoconf bugs

2001-08-13 Thread Markus Fischer
What libtool version are you using ? libtool --version - Markus On Mon, Aug 13, 2001 at 12:57:42PM -0400, Daniel Adams wrote : > Anyone know why I get this when I run buildconf for php or phpgtk on > redhat 7.1? I have autoconf 2.13 > > autoconf: Undefined macros: > ***

[PHP] Re: [PHP-GTK] autoconf bugs

2001-08-13 Thread Markus Fischer
There it is. You need 1.4 . No trailing a or b or whatsoever. - Markus On Mon, Aug 13, 2001 at 01:20:50PM -0400, Daniel Adams wrote : > 1.4b > > On Mon, 13 Aug 2001, Markus Fischer wrote: > > > What libtool version are you using ? > > > > libtool --version &

Re: [PHP] Need help to create HTML table with 2 columns.

2001-08-23 Thread Markus Bertheau
ho, John Bass wrote: > printf ("%s%s %s%s\n", $row->image_link, ^^ You forgot to close the td tag, maybe your browser didnt display the table because of that. Markus Bertheau -- PHP General Mailing List (http://www.php.net/) T

[PHP] Re: Really weird problem: cross-server databasing *g*

2001-09-01 Thread Markus Mayer
Forgot to mention ... the only way to access the database on B is to connect to "localhost" there. -- 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 P

[PHP] Really weird problem: cross-server databasing *g*

2001-09-01 Thread Markus Mayer
a webpage there (and with this, without opening a popup) from server A? ANY help much appreciated! Markus Mayer -- 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]

[PHP] Re: [PEAR] problem with a global variable as class reference

2001-09-15 Thread Markus Fischer
My answer may be not well thought but ... from my knowledge, problems with php-gtk you can't assign references to global vars because this particaular declared global variable is a local reference to the global var. - Markus On Sat, Sep 15, 2001 at 03:38:54PM +0200, Wolfram Kriesing

[PHP] Re: [PEAR] Re: [PHP] Re: [PEAR] problem with a global variable as class reference

2001-09-15 Thread Markus Fischer
od .. or bad. It's a Zend1 limitation. I'm sure Zend2 will remove this problem. > $curClass = &${"x"}; > $tempi = new temp(); Have you tried with creating a reference from the object upon instancing it? $foo = &new Object; ? - Markus -- Markus Fischer, http://g

Re: [PHP] Error compiling PHP

2001-09-27 Thread Markus Bertheau
ostgres-client and postgres-client-devel Markus Bertheau -- 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]

[PHP] Re: [PHP-DEV] Bug #13545: oci8 compile problem

2001-10-04 Thread Markus Fischer
Please ask on [EMAIL PROTECTED] or php-install@ Is this patch against the glibc 2.2x problem? - Markus On Thu, Oct 04, 2001 at 06:26:10PM -, [EMAIL PROTECTED] wrote : > From: [EMAIL PROTECTED] > Operating system: LINUX RH 7.1 > PHP version: 4.0.6 >

[PHP] Re: [PHP-DEV] Bug #13545: oci8 compile problem

2001-10-05 Thread Markus Fischer
dsitributions with libc 2.1.3 for installing orackle (rh 6.2, debian potato) and they ran well. - Markus On Fri, Oct 05, 2001 at 10:09:09AM +0200, Jerome Ponsin wrote : > For me this really a bug in php compilation with > oracle 8.1.7 within apache 1.3.20 : > > The problem occurs wi

[PHP] Re: [PHP-DEV] Bug #13545: oci8 compile problem

2001-10-05 Thread Markus Fischer
mple, or is there something to do ? No it doesn't. It just means this is not a PHP bug so I'm off the thread. - Markus -- 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]

[PHP] mail() on *nix using ssmtp or an external smtp server?

2004-08-16 Thread Markus Mayer
ake PHP on *nix use an external smtp server without having to hack around in the source code of PHP? - Has anyone got either ssmtp or esmtp working with PHP? I would greatly appreciate if someone could offer a solution to me. best reagrds Markus [1]. http://packages.debian.org/stable/mail/ssm

Re: [PHP] mail() on *nix using ssmtp or an external smtp server?

2004-08-16 Thread Markus Mayer
be if the PHP team changed the design of PHP and allowed *nix systems to use an external smtp server. best regards Markus -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] [OFF] - Fraudulent web orders - any ideas?

2004-08-16 Thread Markus Mayer
some steps to deal with them. While its maybe not an ideal solution, I can't think of anything better off hand. best regards Markus On Monday 16 August 2004 16:26, Brian Dunning wrote: > I have a simple PHP store, and it appears that someone is using it to > test credit card numbers.

Re: [PHP] [OFF] - Fraudulent web orders - any ideas?

2004-08-16 Thread Markus Mayer
some steps to deal with them. While its maybe not an ideal solution, I can't think of anything better off hand. best regards Markus On Monday 16 August 2004 16:26, Brian Dunning wrote: > I have a simple PHP store, and it appears that someone is using it to > test credit card numbers.

Re: [PHP] [OFF] - Fraudulent web orders - any ideas?

2004-08-17 Thread Markus Mayer
r web site. Although the orders may be foreign (what location comes back when you put the IP address into http://www.geobytes.com/IpLocator.htm), as far as I know, this is something the FBI can handle, and if they don't, I would expect they know who does. Hope this helps. best regard

Re: [PHP] mail() on *nix using ssmtp or an external smtp server?

2004-08-18 Thread Markus Mayer
n know. If anyone else has some success with this on AIX, I would greatly appreciate knowing about it. best regards Markus -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] mail() on *nix using ssmtp or an external smtp server?

2004-08-18 Thread Markus Mayer
security risk since one of the main reasons of putting things in a chrooted jail is to minimise as much as possible the scope for an attacker to do anything if they do make it into the machine. best regards Markus -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

Re: [PHP] [OFF] - Fraudulent web orders - any ideas?

2004-08-24 Thread Markus Mayer
mething like that in real time would be of advantage (actually I think some idea like this was presented very early in the thread). At the moment I don't have any other ideas. Hopefully what I've suggested here helps. best regards Markus On Monday 23 August 2004 23:33, Brian Dunning wrot

Re: [PHP] Where clause

2004-08-24 Thread Markus Mayer
The answer to this is quite simple if you look in a manual. mysql_query returns a resource id from which you extract the results using things like mysql_result() or mysql_fetch_object() or mysql_fetch_row(). Look up the manual on those commands. On Tuesday 24 August 2004 13:24, Phpu wrote: >

Re: [PHP] making sure sendmail function is on and running

2004-08-24 Thread Markus Mayer
say behind the firewall. Hope this sheds some light for you. regards markus. On Tuesday 24 August 2004 15:47, [EMAIL PROTECTED] wrote: > Background: > Server-Apache 1.3.31 > OS-Windows XP > PHP-5 > Problem-I'm trying to run eFiction, a story/fanfiction archive script. On > th

  1   2   >