Re: [PHP] Mac OSX and MySQL

2001-12-05 Thread Stefan Rusterholz
As soon as the mysqld is running (and PHP also of course), you can use phpMyAdmin to set up new tables. If you are not experienced in CLI it's a nice way to go avoiding the CLI as far as possible (IMHO). Get a look at those pages: www.macosx.org www.stepwise.com best regards Stefan Rusterholz

Re: [PHP] Please

2001-12-05 Thread Stefan Rusterholz
did you ever read that f 4 lines at bottom of each mail??? quoteTo unsubscribe, e-mail: [EMAIL PROTECTED] /quote first think, then do Stefan Rusterholz, [EMAIL PROTECTED] -- interaktion gmbh Stefan Rusterholz Zürichbergstrasse 17 8032 Zürich

Re: [PHP] headers

2001-12-05 Thread Stefan Rusterholz
then tell me. I hope I could help Stefan Rusterholz, [EMAIL PROTECTED] -- interaktion gmbh Stefan Rusterholz Zürichbergstrasse 17 8032 Zürich -- T. +41 1 253 19 55 F. +41 1 253 19 56 W3 www.interaktion.ch

[PHP] Good php-tool for administer users on mysql?

2001-12-07 Thread Stefan Rusterholz
Does anyone know a webbrowser/php based tool which allows to administer user privileges in mysql easily? Thanks in advance Stefan Rusterholz, [EMAIL PROTECTED] -- interaktion gmbh Stefan Rusterholz Zürichbergstrasse 17 8032 Zürich

[PHP] Good php-tool for administer users on mysql?

2001-12-07 Thread Stefan Rusterholz
Does anyone know a webbrowser/php based tool which allows to administer user privileges in mysql easily? Stefan Rusterholz, [EMAIL PROTECTED] -- interaktion gmbh Stefan Rusterholz Zürichbergstrasse 17 8032 Zürich -- T. +41 1 253 19

Re: [PHP] Good php-tool for administer users on mysql?

2001-12-07 Thread Stefan Rusterholz
Yes phpMyAdmin IS great, but it does only allow you to access the 'mysql' db with 'user' table in it. It doesn't provide anything to make it easier to create new user accounts (user accounts != tables) and setting the users privileges :( thats what I'm searching for. Stefan Rusterholz, [EMAIL

Re: [PHP] Good php-tool for administer users on mysql?

2001-12-07 Thread Stefan Rusterholz
Sorry, ignore my last mail. I was wrong. phpMyAdmin indeed does provide a surface for adding users and setting privileges. Sorry. Stefan Rusterholz, [EMAIL PROTECTED] -- interaktion gmbh Stefan Rusterholz Zürichbergstrasse 17 8032 Zürich

Re: [PHP] Frames creating problems...

2001-12-10 Thread Stefan Rusterholz
frames[1] with frames[x] where x is the number of the frame. consult www.teamone.de/selfhtml/ for more informations about that) Stefan Rusterholz, [EMAIL PROTECTED] -- interaktion gmbh Stefan Rusterholz Zürichbergstrasse 17 8032 Zürich

Re: [PHP] Re: PHP 4.1.0 released

2001-12-11 Thread Stefan Rusterholz
and configure PHP, and automatically configure IIS, PWS and Xitami, with manual configuration for other servers. N.B. no external extensions included) Please take your self time and comfort yourself to go to the php.net site and take a look yourself to point that bit out yourself - thank you. Stefan

Re: [PHP] Re: PHP 4.1.0 released

2001-12-11 Thread Stefan Rusterholz
whoops, you are absolutly right I'm sorry - big apologizes :~/ *taking myself on my nose* And I (*stupid*) had almost downloaded 4.06 twice (since I've 4.06 already installed) not remarking that this are the old 4.06 binaries... Stefan Rusterholz, [EMAIL PROTECTED

Re: [PHP] Variable Swap?

2001-12-11 Thread Stefan Rusterholz
Try this (I only tested it shortly if it works with scalars, but it should also with arrays): #swap $a, $b list($a, $b) = array($b, $a); Stefan Rusterholz, [EMAIL PROTECTED] -- interaktion gmbh Stefan Rusterholz Zürichbergstrasse 17 8032 Zürich

[PHP] How to ENCODE quoted_printable

2001-09-17 Thread Stefan Rusterholz
in the comments of the online documentation. Does it work correct? By the way: with wich encoding should I encode picture-data for e-mails? base64 works, but with about 33% more space it doesn't seem to me to be the very best solution :( Thanks Stefan Rusterholz

Re: [PHP] Re: How to ENCODE quoted_printable

2001-09-17 Thread Stefan Rusterholz
Hmmm, thank you but this: Fatal error: Call to undefined function: imap_8bit() seems to show me that my php has no imap support :-/ So, is there another way? Best regards Stefan Rusterholz - Original Message - From: "Martin Pavlas" [EMAIL PROTECTED] To: [EMAIL PROTE

[PHP] Classes and arrays

2001-05-08 Thread Stefan Kostopoulos
Hi! Can anybody explain to me why this script outputs: oneone instead of: zeroone ??? Thanks, stefan ? class Cart { var $items; // Items in our shopping cart function add_item ($id,$text) { $this-$items[$id] = $text; } function output($id

[PHP] Classes adn arrays

2001-05-08 Thread Stefan Kostopoulos
Thanks Jack! This was really driving me mad and it was such a little thing Stefan -- 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] Re: split on whitespace, preserving whitespace...

2001-07-20 Thread Stefan Rusterholz
); you should get $myarray := ['hello', 'world', 'with', 'a', 'lot', 'of', 'whitespaces!'] But remark: \t (tabs) will also count as whitespace, but not \n and \r. See docu for more informations Hope, it helps best regards Stefan Rusterholz, [EMAIL PROTECTED] - Original Message - From

Re: [PHP] Re: split on whitespace, preserving whitespace...

2001-07-20 Thread Stefan Rusterholz
between the words than to run the risk, that the separator is somewhere in the text... best regards Stefan Rusterholz, [EMAIL PROTECTED] - Original Message - From: Stefan Rusterholz [EMAIL PROTECTED] To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Friday, July 20, 2001 3:34 PM Subject: Re

Re: [PHP] Re: split on whitespace, preserving whitespace...

2001-07-20 Thread Stefan Rusterholz
And after having read it thorugh I remark, that I'm going to disgrace myself... :-( Just forget my answer, Jack Dempsey is right. Sorry - Original Message - From: Stefan Rusterholz [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, July 20, 2001 3:47 PM Subject: Re: [PHP] Re: split

Re: [PHP] Re: split on whitespace, preserving whitespace... (a rephrase of the question)

2001-07-20 Thread Stefan Rusterholz
, but currently I'm not able to test it. But I hope, you can see the idea behind it. best regards Stefan Rusterholz, [EMAIL PROTECTED] - Original Message - From: Garth Dahlstrom [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Friday, July 20, 2001 4:13 PM Subject: Re

Re: [PHP] testing if var is empty

2001-07-21 Thread Stefan Rusterholz
it because 0 === somestring will also return false hope you can use those informations Stefan Rusterholz, [EMAIL PROTECTED] -- interaktion gmbh Stefan Rusterholz Zürichbergstrasse 17 8032 Zürich -- T. +41 1 253 19 55 F. +41 1 253 19

[PHP] reading from file

2001-07-25 Thread Stefan Kostopoulos
' and appear on positions where there is 'nothing' in the original source file. Any idea what could cause that behavior? Stefan ? $myServer = 'xxx.xxx.xxx.xx'; $document = 'index.shtml'; $fp=fsockopen($myServer,80,$errno,$errstr,30); $request = GET $document HTTP/1.1\r\nAuthorization: Basic

RE: [PHP] Parse domain from URL

2007-06-06 Thread Stefan Wixfort
edit the search for ignoring the 'www.' Echo $domain[2]; Greetings, Stefan Note: this is untested. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] [ANNOUNCE] Suhosin 0.9.6 - Advanced PHP Protection System

2006-10-02 Thread Stefan Esser
triggering it * The IP Address can also be extracted from X-Forwarded-For HTTP headers (f.e. for reverse proxy setups) Copyright = (C) Copyright 2006 Hardened-PHP Project Stefan Esser / 2006-10-02 -- PHP General Mailing List (http://www.php.net/) To unsubscribe

Re: [PHP] loosing session in new window (IE only)

2008-03-26 Thread Stefan Langwald
://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- Mit freundlichen Grüßen Stefan Langwald

[PHP] Problem with SOAP and (maybe) VISTA?

2008-08-08 Thread Stefan Langwald
. A blank site. The logs don't have any error messages for me. error_reporting = E_ALL Could it be a bug of php or ? Thanks Stefan

[PHP] Regular expressions book

2005-08-03 Thread Stefan Lemmen
of these books, please let me know which one is best for PHP regex. Thnx Stefan Lemmen Apeldoorn Holland -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Check how much/which variables there are in an class

2006-01-11 Thread Stefan Reimers
Try array get_class_vars ( string class_name) This will return an array with at least the public variables. Mathijs wrote: Is there a way to check how much/which variables there are in an class? Thx in advanced. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

RE: [PHP] PHP load to high on server

2006-01-18 Thread Stefan Moldoveanu
load. If possible, try to downgrade/upgrade PHP and/or Apache (eventually on a test machine). Regards, Stefan From: Jochem Maas Sent: Mi 18.01.2006 18:59 To: Adi Cc: Albert; PHP List Subject: Re: [PHP] PHP load to high on server Adi wrote: Run some tracer apps on your code...could be some

RE: [PHP] PHP Cache (was PHP load to high on server)

2006-01-18 Thread Stefan Moldoveanu
a charm with PHP 4.4.2 / Apache 1.3.4 Stefan Albert wrote: I also want an opcode cache to cache the compiled pages on the server in an attempt to speed up the HTTP server. For this I wanted to use mmCache (actually I want to use Zend Performance Suite but first I need to prove that it is worth

RE: [PHP] include files with PHP 3.0.16

2001-04-16 Thread Stefan Kostopoulos
Tim, Check out the include() and require() function of php. Stefan -Original Message- From: Tim Thorburn [mailto:[EMAIL PROTECTED]] Sent: Monday, April 16, 2001 5:38 PM To: [EMAIL PROTECTED] Subject: [PHP] include files with PHP 3.0.16 Hi, I'm currently working on a rather large

[PHP] Problem with Mcrypt + PHP 4.0.5

2001-05-03 Thread Stefan Scherf
everything works fine again. Greetings Stefan -- 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] timestamp problem?

2005-02-08 Thread Balu Stefan
root root 36 Feb 7 19:54 /etc/localtime - /usr/share/zoneinfo/Europe/Bucharest # date Tue Feb 8 13:29:15 EET 2005 # echo $TZ Europe/Bucharest # Also mktime generates the second timestamp ...damn, I really don't know why there are two different timestamps for the same date. -- Stefan, a simple

[PHP] Re: Users logins in Linux machine

2005-02-14 Thread Stefan Dengscherz
by setting the shell to passwd. Correct me if I am wrong :) best regards, Stefan Dengscherz On Sat, Feb 12, 2005 at 04:24:57PM +, Bruno Santos wrote: Hello all. I've a linux server that runs a mailserver for several users. I want to build a page where users can change their email password

[PHP] Re: who's on-line application - php

2005-02-15 Thread Stefan Dengscherz
to store session data in the database and query the sessiontable appropriately. best regards, Stefan Dengscherz On Mon, Feb 14, 2005 at 04:30:32PM +0200, Jacques wrote: I would like to indicate the particulars (from a MySQL database) of all those users that are currently on-line (those whom

[PHP] problem with mail() and attachment

2005-02-28 Thread Stefan Sturm
that the server ommits lines in the header. I marked the missing lines in the script with comments. Has anybody got an idea where the problem could be? Thank in advance Stefan $unique_sep =md5(uniqid(time())); $headers = From: egrade questionaire\n; $headers .= MIME-Version: 1.0\nContent-Type

[PHP] Problem with mail() and attachment

2005-02-28 Thread Stefan Sturm
that the server ommits lines in the header. I marked the missing lines in the script with comments. Has anybody got an idea where the problem could be? Thank in advance Stefan $unique_sep =md5(uniqid(time())); $headers = From: egrade questionaire\n; $headers .= MIME-Version: 1.0\nContent-Type

[PHP] problem with mail()

2005-03-01 Thread Stefan Sturm
that the server ommits lines in the header. I marked the missing lines in the script with comments. Has anybody got an idea where the problem could be? Thank in advance Stefan $unique_sep =md5(uniqid(time())); $headers = From: egrade questionaire\n; $headers .= MIME-Version: 1.0\nContent-Type

[PHP] configure problem on solaris 2

2005-04-15 Thread Heim, Stefan
echo -n -e %B 25330 pts/10 S 0:00 sed -e s/\([a-zA-Z0-9]\):\([^,]*\),*/opt_ALIAS_\2=\1;/g 25332 pts/10 R 0:21 tr x- x_ Any ideas ? thanks! -- Dipl.-Ing. Stefan Heim University of Ulm Sektion Informatik i.d. Psychotherapie Tel: +4973150025702 Fax: +4973150025662 [EMAIL PROTECTED] -- PHP

[PHP] Passing variables from script to script

2002-12-11 Thread Stefan Hoelzner
for your support! Stefan. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Curl-functions + socket send and receive... where is thedocumenation ?

2003-01-17 Thread Stefan Vetter
I just need some documentation on how to get curl to send to and receive from a socket. Since there is no such information on www.php.net/curl. Anyone, who can help me with that ? Stefan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: php editor?

2003-06-16 Thread Stefan Dengscherz
Hi James, Quanta has built in syntax highlighting for PHP; i have made a small screenshot: http://www.chowned.us/sd/quanta-php.png regards Am Mon, 2003-06-16 um 17.49 schrieb James Hatridge: Hi John et al,, On Sunday 15 June 2003 02:09, John Nichel wrote: Linux I use Quanta. Do you

Re: [PHP] HTML...

2003-06-16 Thread Stefan Dengscherz
Hello, select name='email_recipients' size='6' multiple change this to select name='email_recipients[]' ... you can then easily access the multiple selections by walking the array: for ($i=0;$isizeof($email_recipients);$i++) { echo $email_recipients[$i]; echo br /; } regards -- PHP

Re: [PHP] preg_replace problem

2003-06-17 Thread Stefan Dengscherz
Hello, ?php $parsed = preg_replace(/(\ba\b)/i,tag\\1/tag,$sourcestring); ? should do the job. regards Am Die, 2003-06-17 um 13.25 schrieb Vincent Bouret: Hi, I am having this problem with preg_replace. I want the following thing but I can't understand what regular expression I

[PHP] Call to undefined function: imagetypes()

2003-02-06 Thread Stefan Vogel
on you messageboard, and their I found your E-mail adress. Could you help me, I'm a beginner in Linux and PHP. phpinfo() and Errormessage: http://www.e-women.ch/growcenter/picalbum/picture1.php With kind regards Stefan Vogel -- PHP General Mailing List (http://www.php.net/) To unsubscribe

[PHP] getimagesize() with ftp-url?

2002-10-13 Thread Stefan Wessman
Hi! Can anyone tell me if the getimagesize() function is supposed to work with ftp-url's? The PHP Manual states URL support was added in PHP 4.0.5, but maby that is supposed to mean http-url's only? The following is an expample of how i would like to be able to use getimagesize(): ?php

[PHP] Re: getimagesize() with ftp-url?

2002-10-13 Thread Stefan Wessman
[EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... getimagesize isn't remote. -- Nicos - CHAILLAN Nicolas [EMAIL PROTECTED] www.WorldAKT.com - Hébergement de sites Internet Stefan Wessman [EMAIL PROTECTED] a écrit dans le message de news: [EMAIL P

[PHP] Errors and Logging Configuration Options: docref-root

2002-11-09 Thread Stefan Schiller
display_errors = On log_errors = On html_errors = On error_log = /XX/Y/Z/php.err docref_roof = /manual/php4_manual docref_ext = .html Best regards Stefan Schiller -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Release Announcement: Hardened-PHP 0.1.1

2004-05-15 Thread Stefan Esser
_ __ _ ___ _ _ ___ | || | __ _ _ _ __| | ___ _ _ ___ __| | ___ | _ \| || || _ \ | __ |/ _` || '_|/ _` |/ -_)| ' \ / -_)/ _` ||___|| _/| __ || _/

Re: [PHP] Quick imageSize question

2004-10-13 Thread Stefan Dengscherz
Hello, that's usually not possible because your webserver can't access the image on your computer; a possible solution might be to determine the image size via javascript and submit it with the form, so you can accept or deny the image upload in your php script - problem: with javascript running

RE: [PHP] GUI editor for php?

2004-11-03 Thread Stefan Holmes
I use ConTEXT for all php and html work. It's big on usability and programmer-friendly functions. It's also fairly compact and partners well with my low-spec laptop :) -Original Message- From: M Saleh EG [mailto:[EMAIL PROTECTED] Sent: 03 November 2004 00:57 To: Andy B Cc: PHP

[PHP] protecting class/include files

2004-12-01 Thread Stefan Klopp
with permissions or what not that would prevent users from viewing the source code of our class files? Thanks for your help! Stefan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Re: crypt()

2004-08-30 Thread Stefan Holmes
a very good security/ease-of-use trade-off. -- ___ | | |--+-- | |.HushFriend (you'll see). .Stefan Holmes. -Original Message- From: Ian Firla [mailto:[EMAIL PROTECTED] Sent: 26 August 2004 14:25 To: Aaron Todd Cc: [EMAIL PROTECTED] Subject: Re: [PHP

[PHP] bcompiler

2004-09-03 Thread Werthmann, Stefan
/usr/include/php/main -I/usr/include/php/Zend -I/usr/include/php/TSRM -DHAVE_CONFIG_H -g -O2 -c /opt/lampp/lib/php/extensions/bcompiler/bcompiler.c -fPIC -DPIC -o .libs/bcompiler.o -- Stefan Werthmann Max Planck Institute for Human Development

[PHP] Converting PHP code and db schema from PostgreSQL to MySQL

2004-09-20 Thread Stefan Moldoveanu
for MySQL PostgreSQL conversion. Any link / tutorial / etc. would be highly appreciated. Thank you, Stefan

RE: [PHP] thumbnail of webpage

2004-09-20 Thread Stefan Holmes
-Original Message- From: raditha dissanayake [mailto:[EMAIL PROTECTED] Sent: 18 September 2004 03:22 To: Michael Mao Cc: [EMAIL PROTECTED] Subject: Re: [PHP] thumbnail of webpage Michael Mao wrote: Is there a way to capture a snapshot of a html page and save it as a jpg

Re: [PHP] PHP/MYSQL/ Encrypting Sensetive information

2009-04-17 Thread Stefan Langwald
MySQLs own Function AES_(EN|DE)CRYPT is pretty cool for this case. -- Stefan Langwald 2009/4/17 דניאל דנון danondan...@gmail.com: If its by a user-basis, something that can be a bit risky but possible - You can encrypt it, password is hashed on database, and the key to the other data

[PHP] REMINDER: Month of PHP Security 2010 - CALL FOR PAPERS - Only 3 weeks left

2010-03-21 Thread Stefan Esser
by SektionEins GmbH. During the month of May all qualifying entries will be published at http://php-security.org day by day. CFP Committee - The CFP committee for the Month of PHP Security consists of 1) Johann-Peter Hartmann 2) Stefan Esser 3) Fukami 4) Ben Fuhrmannek The CFP committee

Re: [PHP] What's happened to our newsgroup?

2012-06-26 Thread Stefan Wixfort
On 26.06.2012 23:48, Simon J Welsh wrote: On 27/06/2012, at 9:45 AM, Daniel Brown wrote: On Tue, Jun 26, 2012 at 5:42 PM, Matijn Woudt tijn...@gmail.com wrote: Isn't everyday friday in summer? ;) If it is, then it could be argued that every day is a Monday in winter --- and right now,

Re: [PHP] Need help to understand a code

2012-09-22 Thread Stefan Wixfort
On 22.09.2012 12:34, Ashickur Rahman Noor wrote: Hi all I need some help to understand a code. The code is like this $result = mysql_query($sSQL) or die(err: . mysql_error().$sSQL); if($row = mysql_fetch_array($result)) { foreach($row as $key =$value){

Re: [PHP] Friday - Return of Brain Teasers

2012-10-06 Thread Stefan Wixfort
On 06.10.2012 03:08, Tamara Temple wrote: On Fri, 2012-10-05 at 22:50 +0200, iostream wrote: If you want to execute some code... I'm sure you've all heard of the new goes to operator by now, but I hope it might be new to somebody. $i = 10; while ($i -- 0) { // while $i goes to 0

Re: [PHP] Strange string stuff -- maybe everything is ending...

2012-12-22 Thread Stefan Wixfort
? Bastien Yes, it should be implode(). Stefan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Templates

2002-02-14 Thread Truniger, Stefan Martin
on that even if you say that it will never work.. thanks Stefan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] PHP 4.0.6 bug

2001-09-10 Thread Stefan de Wal
I upgraded from PHP 4.0.5 4.0.6 and since i get openbasedir errors all over the place when i try to upload a file through a php script is this a bug? Stefan de Wal dewal.nl -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands

Re: [PHP] PHP 4.0.6 bug

2001-09-10 Thread Stefan de Wal
p script is this a bug? Stefan de Wal dewal.nl Stefan, did you check your open_basedir and/or error_reporting settings in php.ini and apache config? What are the errors? I did. No difference between the old php.ini and the new...the apache config is also unchanged. Just because something worke

[PHP] Re: PHP and MySQL

2001-09-10 Thread Stefan de Wal
check your connection string and if it something like mysql_pconnect change it in mysql_connect Stefan de Wal Pieter Philippaerts [EMAIL PROTECTED] schreef in bericht ([EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Unfortunately, I can't access these settings. It's not our computer tha

Re: [PHP] how to get page count when uploading files

2006-09-16 Thread Stefan van der Linden
I really need help and after going through the help page, I don't know where I can post my question. When I upload a file (word or pdf), how can I know the page counts of that file immediately? Thank you, Jian There's no function in the PDF library to READ the file. And about Word

Re: [PHP] reading a remote directory

2006-09-28 Thread Stefan van der Linden
, as there isn't any program that listens by default. Or you could start up an FTP server and open a connection to that. Regards, Stefan van der Linden -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Hotmail and junk mail

2006-10-02 Thread Stefan van der Linden
hello every one :) what ever i do emails i sent got in the junk mail i fixed the header add spf record to the domain using mail server with specific IP fix all dns error nothing work any one get it correct ? Can you please be more specific by giving the headers you use? Regards, Stefan

[PHP] Re: PHP and MySQL bug

2003-01-04 Thread Stefan Hinz, iConnect \(Berlin\)
, -- Stefan Hinz [EMAIL PROTECTED] Geschäftsführer / CEO iConnect GmbH http://iConnect.de Heesestr. 6, 12169 Berlin (Germany) Tel: +49 30 7970948-0 Fax: +49 30 7970948-3 - Original Message - From: Nuno Lopes [EMAIL PROTECTED] To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Saturday, January

<    1   2