Re: [PHP] IIS5 and PHP4 problems

2002-07-16 Thread Nookie
) is empty (id== is PS true). PS Can anybody help?? Check your php.ini - register_globals ... Try use $HTTP_POST_VARS['id'] or $_POST['id'] -- Pozdrowienia, Nookie mailto:[EMAIL PROTECTED] http://www.shakira-online.net http://www.xtina.pl http://www.jessica.prv.pl

Re[2]: [PHP] (OT) Erik Hegreberg - need headers for abuse@online.no

2002-07-10 Thread Nookie
=== -- Pozdrowienia, Nookie mailto:[EMAIL PROTECTED] http://www.shakira-online.net http://www.xtina.pl http://www.jessica.prv.pl -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] keep textformating ?

2002-07-08 Thread Nookie
for :) H I've caught \n and ereg*, but I'm not sure that's the thing, help bitte .) nl2br($string); -- Greetings, Nookie mailto:[EMAIL PROTECTED] http://www.shakira-online.net http://www.xtina.pl http://www.jessica.prv.pl -- PHP General Mailing List (http

[PHP] change variable in file

2002-06-29 Thread Nookie
Hi, I want to write function which change variable in ie. config.php file ... Here is code: ? include config.php; $file = fopen(config.php, w+); $content = fread($file, filesize(config.php)); $content = str_replace(\$option['test'] = \ . $option['test'] . \;, \$option['test'] = \po

Re: [PHP] Newbie problem - Slashes

2002-06-27 Thread Nookie
Hi, Maybe mysql_escape_string($string) helps? Greetings, Nookie - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Thursday, June 27, 2002 11:32 PM Subject: Re: [PHP] Newbie problem - Slashes Hi John,Phillip, Thanks

[PHP] Cookies

2002-05-11 Thread Nookie
Hi. Is there any way to check is it cookies enabled browser? Regards, Szymon Kosok -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Send html email

2002-05-11 Thread Nookie
On Sunday 12 May 2002 02:00, Alex Shi wrote: Hi! How can I send a html email with just the build-in function mail()? Is this required to put some infomation in header field? Thanks in advance! Alex mail([EMAIL PROTECTED],$subject,$content,Content-type: text/html); Greeitngs, Szymon Kosok

[PHP] MySQL results

2002-04-26 Thread Nookie
Hello, I have a question: does anyone know how to divide MySQL results to pages and display on a website in 1 2 3 4 form? Greetings, Simon Kosok http://www.shakira-online.net -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php