[PHP] Can't add PHP4 module to Apache (win32)

2001-05-13 Thread Andrew Kirilenko
27;ve got following message: Syntax error on line 203 of c:/apps/apache/conf/httpd.conf: Cannot load c:/apps/php/sapi/php4apache.dll into server: (126) The specified module could not be found: Any suggestions? Best regards, Andrew Kirilenko. -- PHP General Mailing List (http://www.php.net/) To

[PHP] Refresh problems

2001-05-17 Thread Andrew Kirilenko
hing is OK. But if I press this button for the same user selected, images doesn't update!!! I've added and to the page - it doesn't help! Please, help! Best regards, Andrew Kirilenko. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For ad

[PHP] RE: overloading variables in child classes

2001-10-27 Thread Andrew Kirilenko
ble once again in the derived class. In C++ you will get comilation error in this case. Best regards, Andrew Kirilenko. > -Original Message- > From: Alain Dresse [mailto:[EMAIL PROTECTED]] > Sent: Saturday, October 27, 2001 10:12 PM > To: [EMAIL PROTECTED] > Subject: [PHP] o

[PHP] RE: can't seem to compile 4.0

2001-10-27 Thread Andrew Kirilenko
Hello! Yiu must have linux includes installed. Best regards, Andrew Kirilenko. > -Original Message- > From: Ray Todd Stevens [mailto:[EMAIL PROTECTED]] > Sent: Saturday, October 27, 2001 8:56 PM > To: [EMAIL PROTECTED] > Subject: [PHP] can't seem to compile 4.0

RE: [PHP] WindowsXP, PHP4 and MS SQL functions

2001-10-31 Thread Andrew Kirilenko
Hello! Have you specified path to extensions? In my case: extension_dir = c:/apps/php/extensions/ Best regards, Andrew Kirilenko. > -Original Message- > From: Brandon Orther [mailto:[EMAIL PROTECTED]] > Sent: Thursday, November 01, 2001 1:41 AM > To: PHP User Group >

RE: [PHP] imageCopy :-(

2001-11-10 Thread Andrew Kirilenko
Hello! You should open "test.bmp" first. Best regards, Andrew Kirilenko. > -Original Message- > From: jtjohnston [mailto:[EMAIL PROTECTED]] > Sent: Saturday, November 10, 2001 1:15 PM > To: [EMAIL PROTECTED] > Subject: [PHP] imageCopy :-( > > >

RE: [PHP] url exist?

2001-11-15 Thread Andrew Kirilenko
Hello! The simpliest way: $f = @fopen("http://foobar.baz/somefile.ext";, "r"); if ($f) { fclose($f); echo "exists!" } else { echo "no exists!" } Best regards, Andrew Kirilenko. > -Original Message- > From: jtjohn

RE: [PHP] Re: strpos

2001-11-15 Thread Andrew Kirilenko
Hello! if (!strpos(...)) will be better... Best regards, Andrew Kirilenko. > -Original Message- > From: Martin Thoma [mailto:[EMAIL PROTECTED]] > Sent: Friday, November 16, 2001 9:28 AM > To: [EMAIL PROTECTED] > Subject: [PHP] Re: strpos > > > strpos return f

RE: [PHP] Regular expressions?

2001-11-15 Thread Andrew Kirilenko
at least.Or try to find some good perl book (there are a lot of free in the net). Or type "regexp tutorial" in google. > Should I use the ereg- oder preg-functions? I prefer preg style, because of more flexible and powerful syntax. Best regards, Andrew Kirilenko. > -Origina

RE: [PHP] Re: strpos

2001-11-15 Thread Andrew Kirilenko
Oops. Forgot about 0 return ;( > -Original Message- > From: Martin Thoma [mailto:[EMAIL PROTECTED]] > Sent: Friday, November 16, 2001 9:42 AM > To: [EMAIL PROTECTED] > Subject: Re: [PHP] Re: strpos > > > > if (!strpos(...)) > > will be better... > > Why? > > > > -- > PHP General Ma

RE: [PHP] how to pass PhP variables thru HREF command

2001-06-22 Thread Andrew Kirilenko
Hello! Yes, you are right. And ou can get passed values in the predication.php via: global $HTTP_GET_VARS; $hometeam = $HTTP_GET_VARS["hometeam"]; $awayteam = $HTTP_GET_VARS["awayteam"]; Best regards, Andrew Kirilenko, Seniour Programmer / System Administrator, Internet Ser

[PHP] OOP

2001-06-23 Thread Andrew Kirilenko
} } class three extends two { function three() { echo "three"; } } $foo = new three(); <--- And the output of this programm is "three", but not "one two three" :( Best regards, Andrew Kirilenko, Seniour Programmer / System A

RE: [PHP] converting Word documents to something sensible

2001-06-24 Thread Andrew Kirilenko
Hello! Try to use StarOffice. Seems, it's possible to make automatic conversion from word.DOC into something more suitable. Or, you can use PDF printer (standard adobe tool), but only under windows. Best regards, Andrew Kirilenko, Senior Programmer / System Administrator, Internet Se

RE: [PHP] where can I find a good documentation on regular expressions?

2001-07-05 Thread Andrew Kirilenko
Hello! Try to find some good PERL or PHP book. You can get one from http://194.84.74.116/iced/lp.tar.gz Best regards, Andrew Kirilenko, Senior Programmer / System Administrator, Internet Service. -Original Message- From: Mick Foster [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 05

[PHP] OOP Problems

2001-07-14 Thread Andrew Kirilenko
---> test! test! test! Fatal error: Call to a member function on a non-object in c:\www\a.php on line 8 <--- How to solve this problem??? Best regards, Andrew Kirilenko, Senior Programmer / System Administrator, Internet Service. -- PHP General Mailing List (http://www.php.net/) To un