[PHP] Re: internal site search

2003-02-18 Thread Vladimir Galkov
Windows? Linux? "Rehab Mostafa" <[EMAIL PROTECTED]> ÓÏÏÂÝÉÌ/ÓÏÏÂÝÉÌÁ × ÎÏ×ÏÓÔÑÈ ÓÌÅÄÕÀÝÅÅ: [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > hi guys, > i wanna make an internal site search, i wanna search my internal html > pages and php pages..and i have no clue how to do thatany help!!!

[PHP] Re: when is OOP a good choice?

2003-02-12 Thread Vladimir Galkov
if you work in comand its good thing. "Anders Thoresson" <[EMAIL PROTECTED]> ÓÏÏÂÝÉÌ/ÓÏÏÂÝÉÌÁ × ÎÏ×ÏÓÔÑÈ ÓÌÅÄÕÀÝÅÅ: [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I've just started to read about - and will soon try to write - object > oriented code. I think I've got the basics both from the PHP-bo

Re: [PHP] test

2003-01-29 Thread Vladimir Galkov
> worked will be a flame I feel ;-) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Advice on uploaded files

2003-01-29 Thread Vladimir Galkov
Me too. I add tracks to DB only and store images as independent files. My experiments with storing images in DB shows large memory use wich slow down other processes (especialy if I need to choose several images from DB). But if pictures unnumerous and small (smaler 30-40kb) my advice - insert t

[PHP] get names of vars $HTTP_POST_VARS?

2001-11-09 Thread Vladimir Galkov
Good day! Is there any way to get names of vars and values from $HTTP_POST_VARS if I don't know their names and (ofcourse) values? (number can be taken from count($HTTP_POST_VARS) ) ... This is nesesery to write a function wich write log of user's work with remote filesystem. Vladi