Re: [PHP] Include + $Variables Help

2002-06-08 Thread Olexandr Vynnychenko
Hello Steven, Saturday, June 08, 2002, 5:40:40 PM, you wrote: S Here's my problem: S I'm trying to make a simple publication of 30+ articles, using PHP but not S MySQL. S There are basically three components: S - a table of contents (contents.html) S - an article template

Re[2]: [PHP] please help!!

2002-05-26 Thread Olexandr Vynnychenko
Hello Jolly, Sunday, May 26, 2002, 10:58:45 AM, you wrote: JN Olexandr, JN ?PHP JN /* I can get the values from these */ JN foreach ($HTTP_POST_VARS as $var = $value) { JN echo $var = $valuebr\n; JN } JN /**/ JN /*however empty for this sentence*/ JN echo equals

Re: [PHP] please help!!

2002-05-25 Thread Olexandr Vynnychenko
Hello Jolly, Saturday, May 25, 2002, 9:13:02 AM, you wrote: JN Hi Hi, JN php + apache + win2000 JN or JN php + IIS + win2000 JN I don't know why my setting do not allow me to POST or GET variable which submit in html form JN Please help!!! JN Jolly Let us read your html and php code. I've

[PHP] Refresh doesn't work

2002-05-20 Thread Olexandr Vynnychenko
Hello php-general, Has anyone else here the same proplem as I have? I write in my php: header(Refresh: 3; url=newpage.php); Netscape 4.79 works fine and goes to page.php after 3 seconds pass. But IE 6 doesn't want to do that. Can anyone explain such a wonderful behavior? -- Best regards,

Re[2]: [PHP] Refresh doesn't work

2002-05-20 Thread Olexandr Vynnychenko
Hello Thalis, Monday, May 20, 2002, 10:51:57 PM, you wrote: TAK Have you tried creating HTML with the equivalent META header? TAK HEAD TAK META HTTP-EQUIV=refresh CONTENT=3; URL=newpage.php/ TAK /HEAD TAK Does it work for you? TAK cheers, TAK thalis TAK On Mon, 20 May 2002, Olexandr

Re[4]: [PHP] Refresh doesn't work

2002-05-20 Thread Olexandr Vynnychenko
Hello Johan, Tuesday, May 21, 2002, 2:13:07 AM, you wrote: JE I'am admining both a IIS5.1 server and a Apache 2.0.35 server, under WinXP. JE (say's it all, chaos!) JE And I've never got the header to work, but location, does the trick, JE sometimes... I don't know how it works Sometimes? Do

Re: [PHP] Free Hosting /w PHP/MySQL {!?}

2002-05-18 Thread Olexandr Vynnychenko
Hello Liam, Monday, May 06, 2002, 6:00:07 AM, you wrote: LM Free hosting for PHP Developers. LM As many MySQL Databases as you need LM PHP with all the bits http://scripts.operationenigma.net/phpinfo.php LM FTP Access LM Subdomain or Your own Domain LM Tech Support over MSN if needed LM 98%

Re[2]: [PHP] PHP 4.2.1 release announcement

2002-05-15 Thread Olexandr Vynnychenko
Hello Steve, Tuesday, May 14, 2002, 6:28:06 PM, you wrote: SB Sorry, I forgot to move my php4ts.dll to the windows/system32 directory. SB Steve SB ---snip--- SB I know that I just saw something like this last week on the list, but can't SB find it now. Anyway, I have just installed PHP 4.2.1

[PHP] php-4.2.1-Win32.zip has been changed

2002-05-15 Thread Olexandr Vynnychenko
I noticed that php-4.2.1-Win32.zip on www.php.net has been changed since I began downloading. So I downloaded it again. But what for? And why wasn't we all notified about that? If I completed downloading a little bit earlier I had a different release. I think people must be notified

Re: [PHP] setcookie()

2002-05-12 Thread Olexandr Vynnychenko
Hello jtjohnston, Saturday, May 11, 2002, 11:42:52 PM, you wrote: j This is a bug Feature/Change Request I made to: j http://bugs.php.net/bug.php?id=17158 j setcookie() states cookies must be sent before any other headers j are sent (this is a restriction of cookies, not PHP). j I argue this

[PHP] setcookie() in 4.2.0

2002-05-11 Thread Olexandr Vynnychenko
The following code doesn't work properly on PHP 4.1: ?php echo pBlah, blah/p; setcookie(kuku, abc); setcookie(lala, def); setcookie(zuzu, ghi); ? Because I wrote echo statement before setcookie. But it works on PHP 4.2. Is it due to output_buffering=4096 directive in php.ini? -- Best regards,

Re: [PHP] Newbie question to everybody....PHP

2002-05-11 Thread Olexandr Vynnychenko
Hello r, Sunday, May 12, 2002, 4:25:37 AM, you wrote: r Greetings people, r Special greetings to all of you who have helped me in the past. r As most of you know i am a newbie, I learned a bit of PHP via webmonkey and r a few other places, seeing the power of PHP i decided to convert from Java

Re: [PHP] PHP builds

2002-05-10 Thread Olexandr Vynnychenko
Hello Liam, Friday, May 10, 2002, 9:31:45 AM, you wrote: LM Hi all, LM I need some opinions, what are some good modules to build into PHP? LM I'm starting a hosting service (properly) Incule XSLT module. If I were your client I really needed it. -- Best regards, Olexandr

[PHP] What about XSLT in PHP 4.2?

2002-05-04 Thread Olexandr Vynnychenko
Some months ago I used Sablotron in PHP 4.0.6. What should I do now with PHP 4.2.0? There is no Sablotron. php_xslt.dll is placed into 'experimental' directory. Manual says: This extension is different than the sablotron extension distributed with versions of PHP prior to PHP 4.1, currently

Re: [PHP] HOT!!! PHP4.1.x - Step by Step Installation manual

2002-01-27 Thread Olexandr Vynnychenko
Hello Andre, Friday, January 25, 2002, 3:16:38 AM, you wrote: AA Hi all. Here is my first attempt to make easy Step by Step installation AA manual for PHP4.1.x on Windows 2000 based systems running IIS5 using CGI or AA ISAPI. Here is the link that will ake a lot of people happy. :) AA

Re: [PHP] PHP versus all other languages

2001-11-13 Thread Olexandr Vynnychenko
Hello Pat, Tuesday, November 13, 2001, 4:10:31 AM, you wrote: PH I'm doing my senior exit project on database languages online. I'm asking PH for help from anyone who can provide any information on the comparison PH between the different languages. I'm comparing languages such as PHP, ASP, PH

[PHP] Help me to win the battle with browser's cache

2001-11-12 Thread Olexandr Vynnychenko
before, but still... I appreciate greatly any suggestion. -- Olexandr Vynnychenko mailto:[EMAIL PROTECTED] -- 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

Re: [PHP] apache + ftp!

2001-11-12 Thread Olexandr Vynnychenko
Hello Benjamin, Monday, November 12, 2001, 12:00:22 PM, you wrote: B hey group! B i have apache installed on an win2000 machine and now i need an good and B stable ftp server! which one does i take! B thank you, ben And what about W2k's built-in FTP server? Has someone used it? Is it so bad?

Re[2]: [PHP] Help me to win the battle with browser's cache

2001-11-12 Thread Olexandr Vynnychenko
Hello Girish, Monday, November 12, 2001, 4:29:55 PM, you wrote: GN Hi GN I've found some code which i put it into this function. I've never got the GN meta tag technique to work but this seems to do the trick. GN Call noCache() before outputting anything to the page. GN function noCache() {

Re: [PHP] Session handling with cookies??

2001-10-29 Thread Olexandr Vynnychenko
Hello Andy, Monday, October 29, 2001, 3:39:51 PM, you wrote: A So... does anybody know how... A 1) I get the system to delete the cookie as soon as I leave the site, or A close it Use logout with setcookie(name, 0, ...) A 2) How to work on the same time. Pass information about date/time via

Re: [PHP] Re: function names

2001-10-26 Thread Olexandr Vynnychenko
occured on line where function print() is declared. MF Olexandr Vynnychenko [EMAIL PROTECTED] wrote in message MF [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Hello php-general, I have such code: class A { var $xxx; function print() { e

Re[2]: [PHP] function names

2001-10-26 Thread Olexandr Vynnychenko
Hello Steve, Thursday, October 25, 2001, 10:30:16 PM, you wrote: SC On Thursday, October 25, 2001, at 02:08 PM, Martín Marqués wrote: On Jue 25 Oct 2001 15:36, you wrote: Hello php-general, I have such code: class A { var $xxx; function print() {

Re[4]: [PHP] function names

2001-10-26 Thread Olexandr Vynnychenko
MM Check your code again. Without the this- I get the same error that you got. With this- I don't. I don't know what php you're using... Or maybe you haven't understood something. Try this code: ?php class A { function print()//line 4 { echo foo;

Re[2]: [PHP] free php web hosting

2001-10-26 Thread Olexandr Vynnychenko
Hello Frewuill, Friday, October 26, 2001, 6:51:00 PM, you wrote: FR www.f2s.com sometimes it's a little slow but u have php+mysql FR - Original Message - FR From: Kamran H. Hassan [EMAIL PROTECTED] FR To: [EMAIL PROTECTED] FR Sent: Friday, October 26, 2001 11:20 AM FR Subject: [PHP]

[PHP] function names

2001-10-25 Thread Olexandr Vynnychenko
have a name which is already used by another function (or only function from library), am I right? Or maybe print has special status. Maybe that's because print() is actually not a function? Can anyone tell me something about that, please? -- Best regards, Olexandr Vynnychenko

[PHP] parse_str and parse_url

2001-10-19 Thread Olexandr Vynnychenko
Hello php-general, I need a function which is opposite to parse_str or parse_url, i.e. it makes string containing URL with passed variablenames and variablevalues. Did someone see such function? I can't find it in th manual. Thank's. -- Best regards, Olexandr Vynnychenko

[PHP] urlencode() and rawurlencode()

2001-10-18 Thread Olexandr Vynnychenko
Hello php-general, People, tell me please what's the difference between subj, except that the 1st translates space into +. -- Best regards, Olexandr Vynnychenko mailto:[EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail