Re: [PHP] a good PHP editor

2001-07-21 Thread ~~~i LeoNid ~~

On Sat, 21 Jul 2001 06:35:06 +0900 impersonator of
[EMAIL PROTECTED] (Maxim Maletsky) planted I saw in
php.general:

Then why would you post this to the list instead of emailing me directly?

Then what? I don't see clause here:) I repeat for BEGINNERS: Plse,
don't top-post. I 'dn't respond to this one at all, was it not cc:-ed to
a pub group as well, as it feels too filthy to me, sorry. 

We all like to express ourselves, including you Lyonya, then do so to only

First of all are you talking of Lyona Bank here ^^?:) I have no
connection to nice French, my Russian-speaking friend:)

whom should read this - me (you have with me, right?)

I don't have _anything_ with you personaly, that i know of. (With your
kind - may be:). The response is of some public interest though.

I, honestly, apologize for starting this thread, but DO BLAME most of the
others who still keep it alive after few days as it's hot.
It is totally irrelevant for PHP programmers.

You over_apollo_gizing, my fr. Nice habit:) Is it actually a pub lic
announcement to shurUp, seniORE?:) And it _is_ relevant to programming
(including PHP) as it is about stealing software products.

P.S: the reason this goes CC'ed to the list is in fact to stop it.

This statement is not even funny:)

Yoroshiku onegaishimasu,

I admire you POLIglotIC (speaking many languages) talents. Though, it
would be nice, if you had included tran S fr. Japanese, for some of us -
ignorant in .jp:)

Maxim Maletsky

--
i Leonid

-- 
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] include, require, require_once

2001-07-21 Thread Maxim Maletsky

as of PHP v 4.0.(2/4?) require() and include() behave in the exactly same
way.

include_once() and require_once() have the only difference from include()
and require() - they check whether the file was already parsed within the
script or the other included files. If it was the include is ignored.


Sincerely,

 Maxim Maletsky
 Founder, Chief Developer

 PHPBeginner.com (Where PHP Begins)
 [EMAIL PROTECTED]
 www.phpbeginner.com




-Original Message-
From: Martin Marconcini [mailto:[EMAIL PROTECTED]]
Sent: Saturday, July 21, 2001 11:54 AM
To: 'Thiago Locatelli da Silva'; [EMAIL PROTECTED]
Subject: RE: [PHP] include, require, require_once


 Subject: [PHP] include, require, require_once

 what is the diference beetwen this functions?

The difference is well explained on www.php.net - documentation -
{include, require, require_once}

RTFM!

Martin.


--
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 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] php 4.0.6

2001-07-21 Thread Adrian D'Costa

Hi,
I have now compiled php --with-readline and --with-sockets but I still get
the call to undefined function socket()  what could be wrong.  

Adrian

On Thu, 19 Jul 2001, Rasmus Lerdorf wrote:

 Did you compile php using --with-readline ?
 
 On Thu, 19 Jul 2001, Adrian D'Costa wrote:
 
  Hi,
 
  I am trying to use the socket or readline functions but get a message:
  call to undefined function readline().  Why?  Is this not implemented in
  4.0.6.
 
  Adrian
 
 
 
 
 


-- 
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] php 4.0.6

2001-07-21 Thread Adrian D'Costa

Hi Peter,

I think the guru of php on the list can tell us what the problem is.  I am
going to compile 4.0.4pl2 and see if I get that error.  In fact I am
unable to access mysql now even though I have given --with-mysql.

Any clues

Adrian

On Fri, 20 Jul 2001, E. Peter K. Chan wrote:

 Hi Adrian
 
 I just rebuilt my PHP to 4.0.6 and get a similar message with the bcmath
 functions.  I don't have an answer for you at the moment.  it may be the
 configure options selected.  If you find out the answer please tell me and
 I'll do like wise.
 
 Peter
 - Original Message -
 From: Adrian D'Costa [EMAIL PROTECTED]
 To: php general list [EMAIL PROTECTED]
 Sent: Thursday, July 19, 2001 7:12 PM
 Subject: [PHP] php 4.0.6
 
 
  Hi,
 
  I am trying to use the socket or readline functions but get a message:
  call to undefined function readline().  Why?  Is this not implemented in
  4.0.6.
 
  Adrian
 
 
  --
  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 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] php 4.0.6

2001-07-21 Thread Rasmus Lerdorf

No idea.  You haven't said whether you checked your phpinfo() output to
see if you are actually running the latest version of PHP you just
compiled.  Perhaps you forgot a make install, perhaps you forgot to
restart your httpd.  Perhaps your configure didn't find libreadline.  Any
number of things could be wrong.  You will have to do a little bit of
digging on your own.

-Rasmus

 Hi,
 I have now compiled php --with-readline and --with-sockets but I still get
 the call to undefined function socket()  what could be wrong.

 Adrian

 On Thu, 19 Jul 2001, Rasmus Lerdorf wrote:

  Did you compile php using --with-readline ?
 
  On Thu, 19 Jul 2001, Adrian D'Costa wrote:
 
   Hi,
  
   I am trying to use the socket or readline functions but get a message:
   call to undefined function readline().  Why?  Is this not implemented in
   4.0.6.
  
   Adrian
  
  
  
 
 



-- 
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] php 4.0.6 problems with mcrypt

2001-07-21 Thread Dixie Flatline

Greetings!

I've compiled a new php 4.0.6 as an apache module with added mcrypt support.
When I invoke the following code:

-
function hex2bin($data) {
$len = strlen($data);
return pack(H . $len, $data);
}

$iv = mcrypt_create_iv (mcrypt_get_iv_size (MCRYPT_BLOWFISH,
MCRYPT_MODE_CBC), MCRYPT_RAND);
echo $iv.br;
$iv_hex = bin2hex($iv);
echo hex2bin($iv_hex).br;

$key = This is a very secret key;
$text = Meet me at 11 o'clock behind the monument.;

$crypttext = mcrypt_encrypt (MCRYPT_BLOWFISH, $key, $text, MCRYPT_MODE_CBC,
$iv);

echo mcrypt_decrypt (MCRYPT_BLOWFISH, $key, $crypttext, MCRYPT_MODE_CBC,
$iv);
-

php gives an error at this line:
$crypttext = mcrypt_encrypt (MCRYPT_BLOWFISH, $key, $text, MCRYPT_MODE_CBC,
$iv);

Fatal error: generic_init failed in /var/www/www.hardwired.hu/html/a.hw on
line 19

And my apache log contains the following:
can't close resident module


What could be the problem?

I've got Debian Potato 2.2.19 with Apache 1.3.20 and PHP 4.0.6.


Best Regards,

Dixie Flatline



-- 
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] testing if var is empty

2001-07-21 Thread Dave Freeman

On 21 Jul 01, at 12:07, Justin French wrote:

 I'm a semi-newbie, and if I want to check if a variable is set, or
 contains something, i've been doing it like this:
 
 if($var != ) { ... }

if ($var)
{
// $var has been set
} else {
// $var has not been set
}


will do what you want.

CYA, Dave


---
Outback Queensland Internet - Longreach, Outback Queensland - Australia
http://www.outbackqld.net.au  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 administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] testing if var is empty

2001-07-21 Thread Saquib Farooq

On Sat, 21 Jul 2001, Dave Freeman wrote:

 On 21 Jul 01, at 12:07, Justin French wrote:
 
  I'm a semi-newbie, and if I want to check if a variable is set, or
  contains something, i've been doing it like this:
  
  if($var != ) { ... }
 
 if ($var)
 {
   // $var has been set
 } else {
   // $var has not been set
 }
 
 
 will do what you want.
 
 CYA, Dave
what if the var is set to zero i.e. false. the control will go in
the else part if it is not zero ( not false) it will go in the if control.







 
 
 ---
 Outback Queensland Internet - Longreach, Outback Queensland - Australia
 http://www.outbackqld.net.au  mailto:[EMAIL PROTECTED]
 ---
 
 

-- 
Saquib Farooq
@
Systems @ SDNPK 
Islamabad


-- 
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] PHP4/SuSE 7.2/Upload

2001-07-21 Thread Inna Maatuk

Hey NG-users!

The following errormessage come return, if  i will upload a file from a
workstation.

Warning: SAFE MODE Restriction in effect. The script whose uid is 570 is not
allowed to access /tmp/phpTw5msb owned by uid 0 in
/var/www/mydom.de/sites/upload.php4 on line 131

Where is the access-probleme. The apache runs under wwwrun/nogroup and the
user of the domain is a normal user!

the best regards

Inna





-- 
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] include, require, require_once

2001-07-21 Thread Jeff Lewis

Lets not destroy the user community now :(  All the time I hear Perl users
are mea and rude  The PHP community is great.  I am just picking up JSP
(have to, for work) and can't stand their manuals and their users aren't
always as nice.

Lets keep PHP nice and friendly ;)  Yes it is in the manual but it helps
someone new to the language to hear from people who have been using PHP for
some time and their preferences...

Jeff

 -Original Message-
 From: Martin Marconcini [mailto:[EMAIL PROTECTED]]
 Sent: Friday, July 20, 2001 10:54 PM
 To: 'Thiago Locatelli da Silva'; [EMAIL PROTECTED]
 Subject: RE: [PHP] include, require, require_once

 The difference is well explained on www.php.net - documentation -
 {include, require, require_once}

 RTFM!

 Martin.


-- 
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] include, require, require_once

2001-07-21 Thread Martin Marconcini

 Lets not destroy the user community now :(  All the time I hear Perl
 users
 are mea and rude  The PHP community is great.  I am just picking up
JSP
 (have to, for work) and can't stand their manuals and their users
aren't
 always as nice.
 
 Lets keep PHP nice and friendly ;)  Yes it is in the manual but it
helps
 someone new to the language to hear from people who have been using
PHP
 for
 some time and their preferences...
 
 Jeff

I apologize. Too much openbsd misc ;0

Martin.


-- 
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] php 4.06 BUG !

2001-07-21 Thread helmutott


I ran 4.04 win-binary without any problems. Installing 4.06 binary brings
the following error when I want to save a record with a php-script to mysql
3.23.38 nt:
CGI Error
The specified CGI application misbehaved by not returning a complete set of
HTTP headers. The headers it did return are:
ERROR: could not get the task list

When I reinstall 4.04 everything works fine.

Any ideas what causes this problem?

Helmut


-- 
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] php 4.0.6

2001-07-21 Thread E. Peter K. Chan

Hi

Try going to the source directory ie where you unzipped the tarball for php.
May as well upgrade to php4.0.6 - that could save you some problems now and
later.  Type in:

# ./configure --help

it says --with-readline[=DIR] so maybe you need to install readline first or
point php to where it is? (FYI, I just installed 4.0.6 and it did not
automatically install readline - I didn't include --with-readline in my
options)

if this doesn't help out then the only thing I can suggest is to start from
scratch, but BACKUP first!
See:
http://www.devshed.com/Server_Side/PHP/SoothinglySeamless/page1.html

It's an excellent tutorial on setting up mysql, php,apache and even openssl.
And it works.

Peter


- Original Message -
From: Adrian D'Costa [EMAIL PROTECTED]
To: E. Peter K. Chan [EMAIL PROTECTED]
Cc: php general list [EMAIL PROTECTED]
Sent: Saturday, July 21, 2001 4:48 PM
Subject: Re: [PHP] php 4.0.6


 Hi Peter,

 I think the guru of php on the list can tell us what the problem is.  I am
 going to compile 4.0.4pl2 and see if I get that error.  In fact I am
 unable to access mysql now even though I have given --with-mysql.

 Any clues

 Adrian

 On Fri, 20 Jul 2001, E. Peter K. Chan wrote:

  Hi Adrian
 
  I just rebuilt my PHP to 4.0.6 and get a similar message with the bcmath
  functions.  I don't have an answer for you at the moment.  it may be the
  configure options selected.  If you find out the answer please tell me
and
  I'll do like wise.
 
  Peter
  - Original Message -
  From: Adrian D'Costa [EMAIL PROTECTED]
  To: php general list [EMAIL PROTECTED]
  Sent: Thursday, July 19, 2001 7:12 PM
  Subject: [PHP] php 4.0.6
 
 
   Hi,
  
   I am trying to use the socket or readline functions but get a message:
   call to undefined function readline().  Why?  Is this not implemented
in
   4.0.6.
  
   Adrian
  
  
   --
   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 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] testing if var is empty

2001-07-21 Thread Stefan Rusterholz

Not a solution but some bricks to build it:

if (isset ($var)){
...
}else{
...
}

isset test if $var is set, but if you once assigned the var even an empty
value, this will be true (e.g. after a $var=; statment, isset will return
true).
You can unset $var with unset($var);

Furthermore if $var contains 0 or  both will go into the else statement if
you write
if ($var != ){
}else{
}

thats because for php  == 0
But you can use ===
0 ===  will return false (because 0 is an integer but  a string) while
0 ==  will return true (because 0 and  are equal to false)
but I think you'll have to combine 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 56
W3 www.interaktion.ch
--


- Original Message -
From: Saquib Farooq [EMAIL PROTECTED]
To: Dave Freeman [EMAIL PROTECTED]
Cc: php [EMAIL PROTECTED]
Sent: Saturday, July 21, 2001 11:50 AM
Subject: Re: [PHP] testing if var is empty


 On Sat, 21 Jul 2001, Dave Freeman wrote:

  On 21 Jul 01, at 12:07, Justin French wrote:
 
   I'm a semi-newbie, and if I want to check if a variable is set, or
   contains something, i've been doing it like this:
  
   if($var != ) { ... }
 
  if ($var)
  {
  // $var has been set
  } else {
  // $var has not been set
  }
 
 
  will do what you want.
 
  CYA, Dave
 what if the var is set to zero i.e. false. the control will go in
 the else part if it is not zero ( not false) it will go in the if control.







 
 
  ---
  Outback Queensland Internet - Longreach, Outback Queensland - Australia
  http://www.outbackqld.net.au  mailto:[EMAIL PROTECTED]
  ---
 
 

 --
 Saquib Farooq
 @
 Systems @ SDNPK
 Islamabad


 --
 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 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] mod_ssl php4

2001-07-21 Thread Jason Rennie

Hi all,

Are there any known problems with php4, modssl and apache 1.3.20 ?

I looked around but all of the information was dated.

Jason


-- 
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] auto_prepend_file

2001-07-21 Thread rip


I'm trying to get auto_prepend to work on Mandrake 8.0, apache is
configured with mod_php4 and mod_vhosts. Where do I add the command for
prepending?
I've tried in the vhosts.conf and http.conf, could be my syntax..
I've tried the following in both .confs:
auto_prepend_file /usr/local/htdocs/oi2kplus1/phplib/prepend.php
auto_prepend_file=.:/usr/local/htdocs/oi2kplus1/phplib/prepend.php
auto_prepend_file .:/usr/local/htdocs/oi2kplus1/phplib/prepend.php
auto_prepend_file=.:/usr/local/htdocs/oi2kplus1/phplib/prepend.php

-- 
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] php 4.0.6 BUG!

2001-07-21 Thread helmutott

Php 4.0.6 allows parsing of php-scripts but crashes also when I doubleclick on 
php.exe in the windows-explorer I also get the same windows2000 error-window 
saying(translated):

program error (Programmfehler)
php.exe has caused errors and is getting shut down. Restart the programm. An error log 
will be written.

the windows application-events-log contains no error-log.
Where else could the announce error-log be written?

Thanks.

Helmut



[PHP] php 4.0.6 session problem

2001-07-21 Thread Dixie Flatline

Greetings!

I'm using php 4.0.6 on a Debian 2.2.19 Potato with Apache 1.3.20. When I
invoke the session_start() function, it creates a

/

sign at the end of my document. After reloading the page, the / sign
disappears./..

What the heck is this?!?! Anybody experienced the same?

Best Regards,

Dixie Flatline



-- 
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] ðÒÉÇÌÁÛÁÅÍ ÎÁ ÒÁÂÏÔÕ É Ë ÓÏÔÒÕÄÎÉÞÅÓÔ×Õ.

2001-07-21 Thread ASP

÷Ù ÒÁÍÅÝÁÌÉ Ó×ÏÅ ÒÅÚÀÍÅ?
ðòéçìáûáåí ë óïôòõäîéþåóô÷õ é îá òáâïôõ
îÁÛÅ ËÒÅÄÏ – ÄÅÛÅ×ÙÊ É ÎÁÄÅÖÎÙÊ éÎÔÅÒÎÅÔ ÐÏ 
×ÙÄÅÌÅÎÎÏÊ ÌÉÎÉÉ ÏÔ 10 Õ.Å. × ÍÅÓÑÃ. ðÏÄÒÏÂÎÏÓÔÉ ÎÁ 
ÓÁÊÔÅ www.asp-groups.ru
ïÄÎÉÍ ÉÚ ÎÁÐÒÁ×ÌÅÎÉÊ ÄÅÑÔÅÌØÎÏÓÔÉ ïïï 
«áóð-âÅÚÏÐÁÓÎÏÓÔØ» (ÌÉÃÅÎÚÉÉ íóì 035657-2é É á 016039 
¹ 16842 «ðÒÅÄÏÓÔÁ×ÌÅÎÉÅ ÕÓÌÕÇ ÔÅÌÅÍÁÔÉÞÅÓËÉÈ ÓÌÕÖ») 
Ñ×ÌÑÅÔÓÑ ÐÏÄËÌÀÞÅÎÉÅ ÖÉÌÙÈ ÄÏÍÏ× É ÕÞÒÅÖÄÅÎÉÊ Ë 
ÇÌÏÂÁÌØÎÏÊ ÓÅÔÉ éÎÔÅÒÎÅÔ ÐÏ ×ÙÄÅÌÅÎÎÏÊ ÌÉÎÉÉ.
íÙ ÐÒÏÅËÔÉÒÕÅÍ É ÍÏÎÔÉÒÕÅÍ ÌÏËÁÌØÎÕÀ ÓÅÔØ «Ó ÎÕÌÑ», 
Ó×ÏÉÍÉ ÓÉÌÁÍÉ, ÓÏÇÌÁÓÕÑ ÅÅ ÐÒÏËÌÁÄËÕ ×Ï ×ÓÅÈ ÍÅÓÔÎÙÈ 
ÏÒÇÁÎÁÈ ×ÌÁÓÔÉ. ÷ÓÅ, ÞÔÏ ÷ÁÍ ÎÁÄÏ ÓÄÅÌÁÔØ – ÜÔÏ ÐÏÚ×ÏÎÉÔØ 
ÎÁÍ ÐÏ ÔÅÌÅÆÏÎÕ ÉÌÉ ÏÓÔÁ×ÉÔØ ÚÁÑ×ËÕ ÐÏ ÜÌÅËÔÒÏÎÎÏÊ 
ÐÏÞÔÅ. 
÷ÏÚÍÏÖÎÏÓÔÉ, ËÏÔÏÒÙÅ ÐÒÅÄÏÓÔÁ×ÌÑÅÔ ÌÏËÁÌØÎÁÑ ÓÅÔØ, ÎÅ 
ÏÇÒÁÎÉÞÉ×ÁÀÔÓÑ ÔÏÌØËÏ ×ÙÓÏËÏÓËÏÒÏÓÔÎÙÍ ÄÏÓÔÕÐÏÍ × 
éÎÔÅÒÎÅÔ. ë ÓÅÔÉ ÍÏÖÎÏ ÐÏÄËÌÀÞÉÔØ ÓÉÓÔÅÍÕ ÃÉÆÒÏ×ÏÇÏ 
×ÉÄÅÏÎÁÂÌÀÄÅÎÉÑ Ó ×Ù×ÏÄÏÍ ÉÚÏÂÒÁÖÅÎÉÑ ÎÁ ËÁÖÄÙÊ 
ÍÏÎÉÔÏÒ É ÓÏÈÒÁÎÅÎÉÅÍ ÉÎÆÏÒÍÁÃÉÉ ÎÁ ÖÅÓÔËÏÍ ÎÏÓÉÔÅÌÅ. 
ìÏËÁÌØÎÕÀ ÓÅÔØ ÍÏÖÎÏ ÉÓÐÏÌØÚÏ×ÁÔØ ÄÌÑ ÏÂÍÅÎÁ 
ÉÎÆÏÒÍÁÃÉÅÊ ÍÅÖÄÕ ÐÏÌØÚÏ×ÁÔÅÌÑÍÉ × ÒÁÍËÁÈ 
ÏÐÒÅÄÅÌÅÎÎÏÇÏ ÒÁÊÏÎÁ ÇÏÒÏÄÁ (ÎÁÐÒÉÍÅÒ, ÐÏÉÇÒÁÔØ Ó 
ÓÏÓÅÄÏÍ ÉÌÉ ÓÄÅÌÁÔØ on-line ÚÁËÁÚ × ÓÏÓÅÄÎÅÍ ÍÁÇÁÚÉÎÅ). ë 
ÔÏÍÕ ÖÅ, ÎÁÛÉ ËÌÉÅÎÔÙ ÐÏÌÕÞÁÀÔ ÎÅÚÁ×ÉÓÉÍÏÓÔØ ÏÔ 
××ÅÄÅÎÉÑ íÏÓËÏ×ÓËÏÊ ÇÏÒÏÄÓËÏÊ ÔÅÌÅÆÏÎÎÏÊ ÓÅÔØÀ 
ÐÏ×ÒÅÍÅÎÎÏÊ ÏÐÌÁÔÙ ÇÏÒÏÄÓËÉÈ ÔÅÌÅÆÏÎÎÙÈ ÐÅÒÅÇÏ×ÏÒÏ×

÷ Ó×ÑÚÉ Ó ÒÁÓÛÉÒÅÎÉÅÍ, ÆÉÒÍÁ ïïï «áóð-âÅÚÏÐÁÓÎÏÓÔØ» 
ÉÝÅÔ ÕÍÎÙÈ, ÏÔ×ÅÔÓÔ×ÅÎÎÙÈ É ÃÅÌÅÕÓÔÒÅÍÌÅÎÎÙÈ 
ÓÏÔÒÕÄÎÉËÏ×. çÌÁ×ÎÏÅ ÎÁÐÒÁ×ÌÅÎÉÅ – ÌÏËÁÌØÎÙÅ 
ËÏÍÐØÀÔÅÒÎÙÅ ÓÅÔÉ × ÖÉÌÙÈ ÄÏÍÁÈ. ïÐÙÔ ÒÁÂÏÔÙ, ×ÙÓÛÅÅ 
ÏÂÒÁÚÏ×ÁÎÉÅ - ÖÅÌÁÔÅÌØÎÏ, ÎÏ ÎÅ ÏÂÑÚÁÔÅÌØÎÏ; 
ÏÂÑÚÁÔÅÌØÎÏ - ×ÌÁÄÅÎÉÅ ËÏÍÐØÀÔÅÒÏÍ, Internet, ÏÇÒÏÍÎÏÅ 
ÖÅÌÁÎÉÅ ÒÁÂÏÔÁÔØ. çÏÔÏ×ÎÏÓÔØ ×ÍÅÓÔÅ Ó ÒÕËÏ×ÏÄÓÔ×ÏÍ 
ÒÁÚ×É×ÁÔØ É ÓÏ×ÅÒÛÅÎÓÔ×Ï×ÁÔØ ÏÞÅÎØ ÐÅÒÓÐÅËÔÉ×ÎÙÊ 
ÂÉÚÎÅÓ. ïËÌÁÄ Ë×ÁÌÉÆÉÃÉÒÏ×ÁÎÎÙÈ ÓÐÅÃÉÁÌÉÓÔÏ× 
ÏÂÓÕÖÄÁÅÔÓÑ ÏÔÄÅÌØÎÏ. ðÒÉÇÌÁÛÁÅÍ ÎÁ ÒÁÂÏÔÕ ÓÏÔÒÕÄÎÉËÏ× 
ÎÁ ÓÌÅÄÕÀÝÉÅ ×ÁËÁÎÓÉÉ:

1. áÇÅÎÔ/ÍÅÎÅÄÖÅÒ ÐÏ ÐÒÏÄÁÖÁÍ.
çÌÁ×ÎÏÅ ÎÁÐÒÁ×ÌÅÎÉÅ – ÌÏËÁÌØÎÙÅ ËÏÍÐØÀÔÅÒÎÙÅ ÓÅÔÉ × 
ÖÉÌÙÈ ÄÏÍÁÈ É ÏÆÉÓÎÙÈ ÚÄÁÎÉÑÈ. ïÂÑÚÁÎÎÏÓÔÉ: ÒÁÂÏÔÁ Ó 
ÚÁÑ×ËÁÍÉ, ÉÓÓÌÅÄÏ×ÁÎÉÅ ÐÅÒÓÐÅËÔÉ×ÎÏÓÔÉ ÏÂßÅËÔÁ, 
ÐÒÉ×ÌÅÞÅÎÉÅ ÎÏ×ÙÈ ËÌÉÅÎÔÏ× (ÏÂÝÅÎÉÅ Ó ËÁÖÄÙÍ 
ÐÏÔÅÎÃÉÁÌØÎÙÍ ËÌÉÅÎÔÏÍ ÌÉÞÎÏ), ÚÁËÌÀÞÅÎÉÅ ÄÏÇÏ×ÏÒÏ×, 
ÄÁÌØÎÅÊÛÅÅ ÓÏÐÒÏ×ÏÖÄÅÎÉÅ ÏÂßÅËÔÁ. ó×ÏÂÏÄÎÏÅ ×ÌÁÄÅÎÉÅ 
ÒÕÓÓËÉÍ ÑÚÙËÏÍ ÏÂÑÚÁÔÅÌØÎÏ. ìÉÞÎÙÅ ËÁÞÅÓÔ×Á: 
ËÏÍÍÕÎÉËÁÂÅÌØÎÏÓÔØ, ÉÓÐÏÌÎÉÔÅÌØÎÏÓÔØ, ÓÐÏÓÏÂÎÏÓÔØ Ë 
ÏÂÕÞÅÎÉÀ, ÂÅÚÕÓÌÏ×ÎÁÑ ÇÒÁÍÏÔÎÏÓÔØ, ×ÎÉÍÁÔÅÌØÎÏÓÔØ. 
îÅÎÏÒÍÉÒÏ×ÁÎÎÙÊ ÒÁÂÏÞÉÊ ÄÅÎØ ÉÌÉ Ó×ÏÂÏÄÎÙÊ ÇÒÁÆÉË. 
úÁÒÐÌÁÔÁ 100 Õ.Å. ÐÌÀÓ % ÏÔ ÚÁÐÕÓËÁ ÏÂßÅËÔÁ É, ÞÔÏ ÏÞÅÎØ 
×ÁÖÎÏ, ÏÔ ÅÇÏ ÜËÓÐÌÕÁÔÁÃÉÉ. óÒÅÄÎÑÑ ÚÁÒÐÌÁÔÁ ÚÁ ÍÅÓÑà 
300 – 400 Õ.Å. 
2. óÉÓÔÅÍÎÙÊ ÉÎÖÅÎÅÒ, ÐÏÍÏÝÎÉË ÓÉÓÔÅÍÎÏÇÏ ÉÎÖÅÎÅÒÁ.
ïÂÑÚÁÎÎÏÓÔÉ: ÐÌÁÎÉÒÏ×ÁÎÉÅ, ÐÒÏËÌÁÄËÁ, 
ÁÄÍÉÎÉÓÔÒÉÒÏ×ÁÎÉÅ ì÷ó. òÅÖÉÍ ÒÁÂÏÔÙ: 
ÎÅÎÏÒÍÉÒÏ×ÁÎÎÙÊ ÒÁÂÏÞÉÊ ÄÅÎØ ÉÌÉ Ó×ÏÂÏÄÎÙÊ ÇÒÁÆÉË. 
úÁÒÐÌÁÔÁ ÏÔ 100 ÄÏ 600 Õ.Å. ÍÅÓ. éÎÏÇÏÒÏÄÎÉÍ ×ÏÚÍÏÖÎÏ 
ÐÒÅÄÏÓÔÁ×ÌÅÎÉÅ ×ÒÅÍÅÎÎÏÇÏ ÖÉÌØÑ. 

3. ÷ÁËÁÎÓÉÑ: ÍÏÎÔÁÖÎÉË ì÷ó
ïÂÑÚÁÎÎÏÓÔÉ: ÐÌÁÎÉÒÏ×ÁÎÉÅ, ÐÒÏËÌÁÄËÁ, 
ÁÄÍÉÎÉÓÔÒÉÒÏ×ÁÎÉÅ ì÷ó. éÓÐÙÔÁÔÅÌØÎÙÊ ÓÒÏË – 2 ÎÅÄÅÌÉ. 
úÁÒÐÌÁÔÁ ÎÁ ÉÓÐÙÔÁÔÅÌØÎÙÊ ÓÒÏË ÉÚ ÒÁÓÞÅÔÁ ÏÔ 1500 
ÒÕÂ./ÍÅÓ. ðÏ ÉÔÏÇÁÍ ÉÓÐÙÔÁÔÅÌØÎÏÇÏ ÓÒÏËÁ ÎÁÚÎÁÞÁÅÔÓÑ 
ÏËÌÁÄ ÏÔ 100 Õ.Å. É ÄÏÌÖÎÏÓÔØ ÏÔ ÍÏÎÔÁÖÎÉËÁ ÄÏ ÂÒÉÇÁÄÉÒÁ. 
ìÀÂÏÊ ÒÁÚÎÏÒÁÂÏÞÉÊ ÐÒÉ ÖÅÌÁÎÉÉ ÍÏÖÅÔ ÓÔÁÔØ 
ÂÒÉÇÁÄÉÒÏÍ! åÓÔØ ×ÏÚÍÏÖÎÏÓÔØ ÄÏÐÏÌÎÉÔÅÌØÎÏÇÏ 
ÚÁÒÁÂÏÔËÁ. òÅÖÉÍ ÒÁÂÏÔÙ: ÓËÏÌØÚÑÝÉÊ ÇÒÁÆÉË. úÁÒÐÌÁÔÁ 
ÓÄÅÌØÎÁÑ, ÌÉÂÏ ÏËÌÁÄ. 

4. ðÒÏÇÒÁÍÍÉÓÔ
ôÒÅÂÕÀÔÓÑ ÐÒÏÇÒÁÍÍÉÓÔÙ, ÓÐÅÃÉÁÌÉÓÔÙ UNIX, 
HTML-×ÅÒÓÔÁÌØÝÉËÉ, ÄÉÚÁÊÎÅÒÙ. çÌÁ×ÎÏÅ ÎÁÐÒÁ×ÌÅÎÉÅ – 
ÌÏËÁÌØÎÙÅ ËÏÍÐØÀÔÅÒÎÙÅ ÓÅÔÉ × ÖÉÌÙÈ ÄÏÍÁÈ É 
×ÉÄÅÏÎÁÂÌÀÄÅÎÉÅ. òÅÖÉÍ ÒÁÂÏÔÙ: ÎÅÎÏÒÍÉÒÏ×ÁÎÎÙÊ 
ÒÁÂÏÞÉÊ ÄÅÎØ ÉÌÉ Ó×ÏÂÏÄÎÙÊ ÇÒÁÆÉË. éÓÐÙÔÁÔÅÌØÎÙÊ ÓÒÏË 
2 ÎÅÄÅÌÉ, ÌÉÂÏ ÔÅÓÔÏ×ÏÅ ÚÁÄÁÎÉÅ. ðÏÓÌÅ ÉÓÐÙÔÁÔÅÌØÎÏÇÏ 
ÓÒÏËÁ ×ÏÚÍÏÖÎÁ ÕÄÁÌÅÎÎÁÑ ÒÁÂÏÔÁ. úÁÒÐÌÁÔÁ ÏÔ 100 ÄÏ 600 
Õ.Å. 

5. ÷ÁËÁÎÓÉÑ: ÉÎÖÅÎÅÒ-ÜÌÅËÔÒÉË.
úÁÒÐÌÁÔÁ ÎÁ ÐÅÒÉÏÄ ÉÓÐÙÔÁÔÅÌØÎÏÇÏ ÓÒÏËÁ 100 Õ.Å.  äÁÌÅÅ 
ÐÏ ÄÏÇÏ×ÏÒÅÎÎÏÓÔÉ. ôÒÅÂÏ×ÁÎÉÑ: ÏÐÙÔ ÒÁÂÏÔÙ, ÖÅÌÁÔÅÌØÎÏ 
ÓÅÒÔÉÆÉËÁÔ.

6. ó×ÁÒÝÉË, ÜÌÅËÔÒÏÍÏÎÔÁÖÎÉË, ÒÁÚÎÏÒÁÂÏÞÉÊ
äÌÑ ÜÌÅËÔÒÏÍÏÎÔÁÖÎÉËÏ× ÎÁÞÁÌØÎÁÑ ÚÁÒÐÌÁÔÁ 100$/ÍÅÓ., 
ÄÌÑ Ó×ÁÒÝÉËÏ× ÎÁÞÁÌØÎÁÑ ÚÁÒÐÌÁÔÁ 150$/ÍÅÓÑÃ, ÒÏÓÔ 
ÚÁÒÐÌÁÔÙ ÎÅÏÇÒÁÎÉÞÅÎ. òÁÂÏÔÁÔØ ÍÏÖÎÏ ÓÄÅÌØÎÏ ÓÏ 
Ó×ÏÂÏÄÎÙÍ ÇÒÁÆÉËÏÍ ÒÁÂÏÔÙ. ïÐÌÁÔÁ ÚÁ ËÁÖÄÙÊ 
×ÙÐÏÌÎÅÎÎÙÊ ÏÂßÅËÔ. äÌÑ ÒÁÚÎÏÒÁÂÏÞÉÈ ÚÁÒÐÌÁÔÁ 1500 
ÒÕÂ./ÍÅÓÑÃ. ðÏ ÍÅÒÅ ÐÒÉÏÂÒÅÔÅÎÉÑ ÎÅÏÂÈÏÄÉÍÙÈ ÎÁ×ÙËÏ× 
ÅÓÔØ ×ÏÚÍÏÖÎÏÓÔØ ÒÁÂÏÔÁÔØ × ÂÒÉÇÁÄÅ Ó ÐÏ×ÙÛÅÎÉÅÍ 
ÚÁÒÐÌÁÔÙ. 

7.óÅËÒÅÔÁÒØ-ÄÉÓÐÅÔÞÅÒ × ÏÆÉÓ
úÁÒÐÌÁÔÁ 100$

8. ÷ÏÄÉÔÅÌØ ÓÏ Ó×ÏÉÍ Á×ÔÏÍÏÂÉÌÅÍ
úÁÒÐÌÁÔÁ 400$ (ÂÅÎÚÉÎ ÏÐÌÁÞÉ×ÁÅÔÓÑ ÏÔÄÅÌØÎÏ), 
ÉÓÐÙÔÁÔÅÌØÎÙÊ ÓÒÏË 1 ÍÅÓÑÃ. úÁÒÐÌÁÔÁ ÎÁ ÐÅÒÉÏÄ 
ÉÓÐÙÔÁÔÅÌØÎÏÇÏ ÓÒÏËÁ 200$/

çÏÓÐÏÄÁ ÓÔÕÄÅÎÔÙ É ×ÙÐÕÓËÎÉËÉ ÷õúÏ×! æÉÒÍÁ 
«áóð-âÅÚÏÐÁÓÎÏÓÔØ» [http://www.asp-groups.ru] ÐÒÉÇÌÁÛÁÅÔ 
÷ÁÓ ÎÁ ÒÁÂÏÔÕ. çÌÁ×ÎÏÅ ÎÁÐÒÁ×ÌÅÎÉÅ – ÌÏËÁÌØÎÙÅ 
ËÏÍÐØÀÔÅÒÎÙÅ ÓÅÔÉ × ÖÉÌÙÈ ÄÏÍÁÈ. òÁÂÏÔÁ ÎÅ ÔÏÌØËÏ 
ÇÏÌÏ×ÏÊ, ÎÏ É ÎÏÇÁÍÉ. ïÂÑÚÁÎÎÏÓÔÉ: ÒÁÂÏÔÁ Ó 
ÓÕÝÅÓÔ×ÕÀÝÉÍÉ É ÐÏÔÅÎÃÉÁÌØÎÙÍÉ ÏÂßÅËÔÁÍÉ, 
ÐÒÉ×ÌÅÞÅÎÉÅ ÎÏ×ÙÈ ËÌÉÅÎÔÏ×, ÚÁËÌÀÞÅÎÉÅ ÄÏÇÏ×ÏÒÏ×, 
ÓÏÐÒÏ×ÏÖÄÅÎÉÅ ÇÏÔÏ×ÙÈ ÏÂßÅËÔÏ×. ïÐÙÔ ÒÁÂÏÔÙ - 
ÖÅÌÁÔÅÌØÎÏ, ÎÏ ÎÅ ÏÂÑÚÁÔÅÌØÎÏ; ÏÂÑÚÁÔÅÌØÎÏ - ×ÌÁÄÅÎÉÅ 
ËÏÍÐØÀÔÅÒÏÍ, Internet, ÏÇÒÏÍÎÏÅ ÖÅÌÁÎÉÅ ÒÁÂÏÔÁÔØ. 
áÎÇÌÉÊÓËÉÊ ÑÚÙË ÐÒÉ×ÅÔÓÔ×ÕÅÔÓÑ, Ó×ÏÂÏÄÎÏÅ ×ÌÁÄÅÎÉÅ 
ÒÕÓÓËÉÍ ÑÚÙËÏÍ ÏÂÑÚÁÔÅÌØÎÏ.  úÁÒÐÌÁÔÁ 100 Õ.Å. ÐÌÀÓ % ÏÔ 
ÚÁÐÕÓËÁ ÏÂßÅËÔÁ É, ÞÔÏ ÏÞÅÎØ ×ÁÖÎÏ, 

RE: [PHP] .

2001-07-21 Thread Seb Frost

quite.  just what I was thinking actually.

-Original Message-
From: ASP [mailto:[EMAIL PROTECTED]]
Sent: 21 July 2001 15:35
To: [EMAIL PROTECTED]
Subject: [PHP] ðÒÉÇÌÁÛÁÅÍ ÎÁ ÒÁÂÏÔÕ É Ë ÓÏÔÒÕÄÎÉÞÅÓÔ×Õ.


÷Ù ÒÁÍÅÝÁÌÉ Ó×ÏÅ ÒÅÚÀÍÅ?
ðòéçìáûáåí ë óïôòõäîéþåóô÷õ é îá òáâïôõ
îÁÛÅ ËÒÅÄÏ v ÄÅÛÅ×ÙÊ É ÎÁÄÅÖÎÙÊ éÎÔÅÒÎÅÔ ÐÏ
×ÙÄÅÌÅÎÎÏÊ ÌÉÎÉÉ ÏÔ 10 Õ.Å. × ÍÅÓÑÃ. ðÏÄÒÏÂÎÏÓÔÉ ÎÁ
ÓÁÊÔÅ www.asp-groups.ru
ïÄÎÉÍ ÉÚ ÎÁÐÒÁ×ÌÅÎÉÊ ÄÅÑÔÅÌØÎÏÓÔÉ ïïï
Láóð-âÅÚÏÐÁÓÎÏÓÔ؁ (ÌÉÃÅÎÚÉÉ íóì 035657-2é É á 016039
 16842 LðÒÅÄÏÓÔÁ×ÌÅÎÉÅ ÕÓÌÕÇ ÔÅÌÅÍÁÔÉÞÅÓËÉÈ ÓÌÕց)
Ñ×ÌÑÅÔÓÑ ÐÏÄËÌÀÞÅÎÉÅ ÖÉÌÙÈ ÄÏÍÏ× É ÕÞÒÅÖÄÅÎÉÊ Ë
ÇÌÏÂÁÌØÎÏÊ ÓÅÔÉ éÎÔÅÒÎÅÔ ÐÏ ×ÙÄÅÌÅÎÎÏÊ ÌÉÎÉÉ.
íÙ ÐÒÏÅËÔÉÒÕÅÍ É ÍÏÎÔÉÒÕÅÍ ÌÏËÁÌØÎÕÀ ÓÅÔØ LÓ ÎÕÌс,
Ó×ÏÉÍÉ ÓÉÌÁÍÉ, ÓÏÇÌÁÓÕÑ ÅÅ ÐÒÏËÌÁÄËÕ ×Ï ×ÓÅÈ ÍÅÓÔÎÙÈ
ÏÒÇÁÎÁÈ ×ÌÁÓÔÉ. ÷ÓÅ, ÞÔÏ ÷ÁÍ ÎÁÄÏ ÓÄÅÌÁÔØ v ÜÔÏ ÐÏÚ×ÏÎÉÔØ
ÎÁÍ ÐÏ ÔÅÌÅÆÏÎÕ ÉÌÉ ÏÓÔÁ×ÉÔØ ÚÁÑ×ËÕ ÐÏ ÜÌÅËÔÒÏÎÎÏÊ
ÐÏÞÔÅ.
÷ÏÚÍÏÖÎÏÓÔÉ, ËÏÔÏÒÙÅ ÐÒÅÄÏÓÔÁ×ÌÑÅÔ ÌÏËÁÌØÎÁÑ ÓÅÔØ, ÎÅ
ÏÇÒÁÎÉÞÉ×ÁÀÔÓÑ ÔÏÌØËÏ ×ÙÓÏËÏÓËÏÒÏÓÔÎÙÍ ÄÏÓÔÕÐÏÍ ×
éÎÔÅÒÎÅÔ. ë ÓÅÔÉ ÍÏÖÎÏ ÐÏÄËÌÀÞÉÔØ ÓÉÓÔÅÍÕ ÃÉÆÒÏ×ÏÇÏ
×ÉÄÅÏÎÁÂÌÀÄÅÎÉÑ Ó ×Ù×ÏÄÏÍ ÉÚÏÂÒÁÖÅÎÉÑ ÎÁ ËÁÖÄÙÊ
ÍÏÎÉÔÏÒ É ÓÏÈÒÁÎÅÎÉÅÍ ÉÎÆÏÒÍÁÃÉÉ ÎÁ ÖÅÓÔËÏÍ ÎÏÓÉÔÅÌÅ.
ìÏËÁÌØÎÕÀ ÓÅÔØ ÍÏÖÎÏ ÉÓÐÏÌØÚÏ×ÁÔØ ÄÌÑ ÏÂÍÅÎÁ
ÉÎÆÏÒÍÁÃÉÅÊ ÍÅÖÄÕ ÐÏÌØÚÏ×ÁÔÅÌÑÍÉ × ÒÁÍËÁÈ
ÏÐÒÅÄÅÌÅÎÎÏÇÏ ÒÁÊÏÎÁ ÇÏÒÏÄÁ (ÎÁÐÒÉÍÅÒ, ÐÏÉÇÒÁÔØ Ó
ÓÏÓÅÄÏÍ ÉÌÉ ÓÄÅÌÁÔØ on-line ÚÁËÁÚ × ÓÏÓÅÄÎÅÍ ÍÁÇÁÚÉÎÅ). ë
ÔÏÍÕ ÖÅ, ÎÁÛÉ ËÌÉÅÎÔÙ ÐÏÌÕÞÁÀÔ ÎÅÚÁ×ÉÓÉÍÏÓÔØ ÏÔ
××ÅÄÅÎÉÑ íÏÓËÏ×ÓËÏÊ ÇÏÒÏÄÓËÏÊ ÔÅÌÅÆÏÎÎÏÊ ÓÅÔØÀ
ÐÏ×ÒÅÍÅÎÎÏÊ ÏÐÌÁÔÙ ÇÏÒÏÄÓËÉÈ ÔÅÌÅÆÏÎÎÙÈ ÐÅÒÅÇÏ×ÏÒÏ×

÷ Ó×ÑÚÉ Ó ÒÁÓÛÉÒÅÎÉÅÍ, ÆÉÒÍÁ ïïï Láóð-âÅÚÏÐÁÓÎÏÓÔ؁
ÉÝÅÔ ÕÍÎÙÈ, ÏÔ×ÅÔÓÔ×ÅÎÎÙÈ É ÃÅÌÅÕÓÔÒÅÍÌÅÎÎÙÈ
ÓÏÔÒÕÄÎÉËÏ×. çÌÁ×ÎÏÅ ÎÁÐÒÁ×ÌÅÎÉÅ v ÌÏËÁÌØÎÙÅ
ËÏÍÐØÀÔÅÒÎÙÅ ÓÅÔÉ × ÖÉÌÙÈ ÄÏÍÁÈ. ïÐÙÔ ÒÁÂÏÔÙ, ×ÙÓÛÅÅ
ÏÂÒÁÚÏ×ÁÎÉÅ - ÖÅÌÁÔÅÌØÎÏ, ÎÏ ÎÅ ÏÂÑÚÁÔÅÌØÎÏ;
ÏÂÑÚÁÔÅÌØÎÏ - ×ÌÁÄÅÎÉÅ ËÏÍÐØÀÔÅÒÏÍ, Internet, ÏÇÒÏÍÎÏÅ
ÖÅÌÁÎÉÅ ÒÁÂÏÔÁÔØ. çÏÔÏ×ÎÏÓÔØ ×ÍÅÓÔÅ Ó ÒÕËÏ×ÏÄÓÔ×ÏÍ
ÒÁÚ×É×ÁÔØ É ÓÏ×ÅÒÛÅÎÓÔ×Ï×ÁÔØ ÏÞÅÎØ ÐÅÒÓÐÅËÔÉ×ÎÙÊ
ÂÉÚÎÅÓ. ïËÌÁÄ Ë×ÁÌÉÆÉÃÉÒÏ×ÁÎÎÙÈ ÓÐÅÃÉÁÌÉÓÔÏ×
ÏÂÓÕÖÄÁÅÔÓÑ ÏÔÄÅÌØÎÏ. ðÒÉÇÌÁÛÁÅÍ ÎÁ ÒÁÂÏÔÕ ÓÏÔÒÕÄÎÉËÏ×
ÎÁ ÓÌÅÄÕÀÝÉÅ ×ÁËÁÎÓÉÉ:

1. áÇÅÎÔ/ÍÅÎÅÄÖÅÒ ÐÏ ÐÒÏÄÁÖÁÍ.
çÌÁ×ÎÏÅ ÎÁÐÒÁ×ÌÅÎÉÅ v ÌÏËÁÌØÎÙÅ ËÏÍÐØÀÔÅÒÎÙÅ ÓÅÔÉ ×
ÖÉÌÙÈ ÄÏÍÁÈ É ÏÆÉÓÎÙÈ ÚÄÁÎÉÑÈ. ïÂÑÚÁÎÎÏÓÔÉ: ÒÁÂÏÔÁ Ó
ÚÁÑ×ËÁÍÉ, ÉÓÓÌÅÄÏ×ÁÎÉÅ ÐÅÒÓÐÅËÔÉ×ÎÏÓÔÉ ÏÂßÅËÔÁ,
ÐÒÉ×ÌÅÞÅÎÉÅ ÎÏ×ÙÈ ËÌÉÅÎÔÏ× (ÏÂÝÅÎÉÅ Ó ËÁÖÄÙÍ
ÐÏÔÅÎÃÉÁÌØÎÙÍ ËÌÉÅÎÔÏÍ ÌÉÞÎÏ), ÚÁËÌÀÞÅÎÉÅ ÄÏÇÏ×ÏÒÏ×,
ÄÁÌØÎÅÊÛÅÅ ÓÏÐÒÏ×ÏÖÄÅÎÉÅ ÏÂßÅËÔÁ. ó×ÏÂÏÄÎÏÅ ×ÌÁÄÅÎÉÅ
ÒÕÓÓËÉÍ ÑÚÙËÏÍ ÏÂÑÚÁÔÅÌØÎÏ. ìÉÞÎÙÅ ËÁÞÅÓÔ×Á:
ËÏÍÍÕÎÉËÁÂÅÌØÎÏÓÔØ, ÉÓÐÏÌÎÉÔÅÌØÎÏÓÔØ, ÓÐÏÓÏÂÎÏÓÔØ Ë
ÏÂÕÞÅÎÉÀ, ÂÅÚÕÓÌÏ×ÎÁÑ ÇÒÁÍÏÔÎÏÓÔØ, ×ÎÉÍÁÔÅÌØÎÏÓÔØ.
îÅÎÏÒÍÉÒÏ×ÁÎÎÙÊ ÒÁÂÏÞÉÊ ÄÅÎØ ÉÌÉ Ó×ÏÂÏÄÎÙÊ ÇÒÁÆÉË.
úÁÒÐÌÁÔÁ 100 Õ.Å. ÐÌÀÓ % ÏÔ ÚÁÐÕÓËÁ ÏÂßÅËÔÁ É, ÞÔÏ ÏÞÅÎØ
×ÁÖÎÏ, ÏÔ ÅÇÏ ÜËÓÐÌÕÁÔÁÃÉÉ. óÒÅÄÎÑÑ ÚÁÒÐÌÁÔÁ ÚÁ ÍÅÓÑÃ
300 v 400 Õ.Å.
2. óÉÓÔÅÍÎÙÊ ÉÎÖÅÎÅÒ, ÐÏÍÏÝÎÉË ÓÉÓÔÅÍÎÏÇÏ ÉÎÖÅÎÅÒÁ.
ïÂÑÚÁÎÎÏÓÔÉ: ÐÌÁÎÉÒÏ×ÁÎÉÅ, ÐÒÏËÌÁÄËÁ,
ÁÄÍÉÎÉÓÔÒÉÒÏ×ÁÎÉÅ ì÷ó. òÅÖÉÍ ÒÁÂÏÔÙ:
ÎÅÎÏÒÍÉÒÏ×ÁÎÎÙÊ ÒÁÂÏÞÉÊ ÄÅÎØ ÉÌÉ Ó×ÏÂÏÄÎÙÊ ÇÒÁÆÉË.
úÁÒÐÌÁÔÁ ÏÔ 100 ÄÏ 600 Õ.Å. ÍÅÓ. éÎÏÇÏÒÏÄÎÉÍ ×ÏÚÍÏÖÎÏ
ÐÒÅÄÏÓÔÁ×ÌÅÎÉÅ ×ÒÅÍÅÎÎÏÇÏ ÖÉÌØÑ.

3. ÷ÁËÁÎÓÉÑ: ÍÏÎÔÁÖÎÉË ì÷ó
ïÂÑÚÁÎÎÏÓÔÉ: ÐÌÁÎÉÒÏ×ÁÎÉÅ, ÐÒÏËÌÁÄËÁ,
ÁÄÍÉÎÉÓÔÒÉÒÏ×ÁÎÉÅ ì÷ó. éÓÐÙÔÁÔÅÌØÎÙÊ ÓÒÏË v 2 ÎÅÄÅÌÉ.
úÁÒÐÌÁÔÁ ÎÁ ÉÓÐÙÔÁÔÅÌØÎÙÊ ÓÒÏË ÉÚ ÒÁÓÞÅÔÁ ÏÔ 1500
ÒÕÂ./ÍÅÓ. ðÏ ÉÔÏÇÁÍ ÉÓÐÙÔÁÔÅÌØÎÏÇÏ ÓÒÏËÁ ÎÁÚÎÁÞÁÅÔÓÑ
ÏËÌÁÄ ÏÔ 100 Õ.Å. É ÄÏÌÖÎÏÓÔØ ÏÔ ÍÏÎÔÁÖÎÉËÁ ÄÏ ÂÒÉÇÁÄÉÒÁ.
ìÀÂÏÊ ÒÁÚÎÏÒÁÂÏÞÉÊ ÐÒÉ ÖÅÌÁÎÉÉ ÍÏÖÅÔ ÓÔÁÔØ
ÂÒÉÇÁÄÉÒÏÍ! åÓÔØ ×ÏÚÍÏÖÎÏÓÔØ ÄÏÐÏÌÎÉÔÅÌØÎÏÇÏ
ÚÁÒÁÂÏÔËÁ. òÅÖÉÍ ÒÁÂÏÔÙ: ÓËÏÌØÚÑÝÉÊ ÇÒÁÆÉË. úÁÒÐÌÁÔÁ
ÓÄÅÌØÎÁÑ, ÌÉÂÏ ÏËÌÁÄ.

4. ðÒÏÇÒÁÍÍÉÓÔ
ôÒÅÂÕÀÔÓÑ ÐÒÏÇÒÁÍÍÉÓÔÙ, ÓÐÅÃÉÁÌÉÓÔÙ UNIX,
HTML-×ÅÒÓÔÁÌØÝÉËÉ, ÄÉÚÁÊÎÅÒÙ. çÌÁ×ÎÏÅ ÎÁÐÒÁ×ÌÅÎÉÅ v
ÌÏËÁÌØÎÙÅ ËÏÍÐØÀÔÅÒÎÙÅ ÓÅÔÉ × ÖÉÌÙÈ ÄÏÍÁÈ É
×ÉÄÅÏÎÁÂÌÀÄÅÎÉÅ. òÅÖÉÍ ÒÁÂÏÔÙ: ÎÅÎÏÒÍÉÒÏ×ÁÎÎÙÊ
ÒÁÂÏÞÉÊ ÄÅÎØ ÉÌÉ Ó×ÏÂÏÄÎÙÊ ÇÒÁÆÉË. éÓÐÙÔÁÔÅÌØÎÙÊ ÓÒÏË
2 ÎÅÄÅÌÉ, ÌÉÂÏ ÔÅÓÔÏ×ÏÅ ÚÁÄÁÎÉÅ. ðÏÓÌÅ ÉÓÐÙÔÁÔÅÌØÎÏÇÏ
ÓÒÏËÁ ×ÏÚÍÏÖÎÁ ÕÄÁÌÅÎÎÁÑ ÒÁÂÏÔÁ. úÁÒÐÌÁÔÁ ÏÔ 100 ÄÏ 600
Õ.Å.

5. ÷ÁËÁÎÓÉÑ: ÉÎÖÅÎÅÒ-ÜÌÅËÔÒÉË.
úÁÒÐÌÁÔÁ ÎÁ ÐÅÒÉÏÄ ÉÓÐÙÔÁÔÅÌØÎÏÇÏ ÓÒÏËÁ 100 Õ.Å.  äÁÌÅÅ
ÐÏ ÄÏÇÏ×ÏÒÅÎÎÏÓÔÉ. ôÒÅÂÏ×ÁÎÉÑ: ÏÐÙÔ ÒÁÂÏÔÙ, ÖÅÌÁÔÅÌØÎÏ
ÓÅÒÔÉÆÉËÁÔ.

6. ó×ÁÒÝÉË, ÜÌÅËÔÒÏÍÏÎÔÁÖÎÉË, ÒÁÚÎÏÒÁÂÏÞÉÊ
äÌÑ ÜÌÅËÔÒÏÍÏÎÔÁÖÎÉËÏ× ÎÁÞÁÌØÎÁÑ ÚÁÒÐÌÁÔÁ 100$/ÍÅÓ.,
ÄÌÑ Ó×ÁÒÝÉËÏ× ÎÁÞÁÌØÎÁÑ ÚÁÒÐÌÁÔÁ 150$/ÍÅÓÑÃ, ÒÏÓÔ
ÚÁÒÐÌÁÔÙ ÎÅÏÇÒÁÎÉÞÅÎ. òÁÂÏÔÁÔØ ÍÏÖÎÏ ÓÄÅÌØÎÏ ÓÏ
Ó×ÏÂÏÄÎÙÍ ÇÒÁÆÉËÏÍ ÒÁÂÏÔÙ. ïÐÌÁÔÁ ÚÁ ËÁÖÄÙÊ
×ÙÐÏÌÎÅÎÎÙÊ ÏÂßÅËÔ. äÌÑ ÒÁÚÎÏÒÁÂÏÞÉÈ ÚÁÒÐÌÁÔÁ 1500
ÒÕÂ./ÍÅÓÑÃ. ðÏ ÍÅÒÅ ÐÒÉÏÂÒÅÔÅÎÉÑ ÎÅÏÂÈÏÄÉÍÙÈ ÎÁ×ÙËÏ×
ÅÓÔØ ×ÏÚÍÏÖÎÏÓÔØ ÒÁÂÏÔÁÔØ × ÂÒÉÇÁÄÅ Ó ÐÏ×ÙÛÅÎÉÅÍ
ÚÁÒÐÌÁÔÙ.

7.óÅËÒÅÔÁÒØ-ÄÉÓÐÅÔÞÅÒ × ÏÆÉÓ
úÁÒÐÌÁÔÁ 100$

8. ÷ÏÄÉÔÅÌØ ÓÏ Ó×ÏÉÍ Á×ÔÏÍÏÂÉÌÅÍ
úÁÒÐÌÁÔÁ 400$ (ÂÅÎÚÉÎ ÏÐÌÁÞÉ×ÁÅÔÓÑ ÏÔÄÅÌØÎÏ),
ÉÓÐÙÔÁÔÅÌØÎÙÊ ÓÒÏË 1 ÍÅÓÑÃ. úÁÒÐÌÁÔÁ ÎÁ ÐÅÒÉÏÄ
ÉÓÐÙÔÁÔÅÌØÎÏÇÏ ÓÒÏËÁ 200$/

çÏÓÐÏÄÁ ÓÔÕÄÅÎÔÙ É ×ÙÐÕÓËÎÉËÉ ÷õúÏ×! æÉÒÍÁ
Láóð-âÅÚÏÐÁÓÎÏÓÔ؁ [http://www.asp-groups.ru] ÐÒÉÇÌÁÛÁÅÔ
÷ÁÓ ÎÁ ÒÁÂÏÔÕ. çÌÁ×ÎÏÅ ÎÁÐÒÁ×ÌÅÎÉÅ v ÌÏËÁÌØÎÙÅ
ËÏÍÐØÀÔÅÒÎÙÅ ÓÅÔÉ × ÖÉÌÙÈ ÄÏÍÁÈ. òÁÂÏÔÁ ÎÅ ÔÏÌØËÏ
ÇÏÌÏ×ÏÊ, ÎÏ É ÎÏÇÁÍÉ. ïÂÑÚÁÎÎÏÓÔÉ: ÒÁÂÏÔÁ Ó
ÓÕÝÅÓÔ×ÕÀÝÉÍÉ É ÐÏÔÅÎÃÉÁÌØÎÙÍÉ ÏÂßÅËÔÁÍÉ,
ÐÒÉ×ÌÅÞÅÎÉÅ ÎÏ×ÙÈ ËÌÉÅÎÔÏ×, ÚÁËÌÀÞÅÎÉÅ ÄÏÇÏ×ÏÒÏ×,
ÓÏÐÒÏ×ÏÖÄÅÎÉÅ ÇÏÔÏ×ÙÈ ÏÂßÅËÔÏ×. ïÐÙÔ ÒÁÂÏÔÙ -
ÖÅÌÁÔÅÌØÎÏ, ÎÏ ÎÅ ÏÂÑÚÁÔÅÌØÎÏ; ÏÂÑÚÁÔÅÌØÎÏ - ×ÌÁÄÅÎÉÅ
ËÏÍÐØÀÔÅÒÏÍ, Internet, ÏÇÒÏÍÎÏÅ ÖÅÌÁÎÉÅ ÒÁÂÏÔÁÔØ.
áÎÇÌÉÊÓËÉÊ ÑÚÙË 

RE: [PHP] .

2001-07-21 Thread Maxim Maletsky

well, if I was still living in Moscow or st. Petersburg I would definitely
take a look at those job offers.
...wrong address?

-maxim maletsky



-Original Message-
From: ASP [mailto:[EMAIL PROTECTED]]
Sent: Saturday, July 21, 2001 11:35 PM
To: [EMAIL PROTECTED]
Subject: [PHP] ðÒÉÇÌÁÛÁÅÍ ÎÁ ÒÁÂÏÔÕ É Ë ÓÏÔÒÕÄÎÉÞÅÓÔ×Õ.


÷Ù ÒÁÍÅÝÁÌÉ Ó×ÏÅ ÒÅÚÀÍÅ?
ðòéçìáûáåí ë óïôòõäîéþåóô÷õ é îá òáâïôõ
îÁÛÅ ËÒÅÄÏ v ÄÅÛÅ×ÙÊ É ÎÁÄÅÖÎÙÊ éÎÔÅÒÎÅÔ ÐÏ
×ÙÄÅÌÅÎÎÏÊ ÌÉÎÉÉ ÏÔ 10 Õ.Å. × ÍÅÓÑÃ. ðÏÄÒÏÂÎÏÓÔÉ ÎÁ
ÓÁÊÔÅ www.asp-groups.ru
ïÄÎÉÍ ÉÚ ÎÁÐÒÁ×ÌÅÎÉÊ ÄÅÑÔÅÌØÎÏÓÔÉ ïïï
Láóð-âÅÚÏÐÁÓÎÏÓÔ؁ (ÌÉÃÅÎÚÉÉ íóì 035657-2é É á 016039
 16842 LðÒÅÄÏÓÔÁ×ÌÅÎÉÅ ÕÓÌÕÇ ÔÅÌÅÍÁÔÉÞÅÓËÉÈ ÓÌÕց)
Ñ×ÌÑÅÔÓÑ ÐÏÄËÌÀÞÅÎÉÅ ÖÉÌÙÈ ÄÏÍÏ× É ÕÞÒÅÖÄÅÎÉÊ Ë
ÇÌÏÂÁÌØÎÏÊ ÓÅÔÉ éÎÔÅÒÎÅÔ ÐÏ ×ÙÄÅÌÅÎÎÏÊ ÌÉÎÉÉ.
íÙ ÐÒÏÅËÔÉÒÕÅÍ É ÍÏÎÔÉÒÕÅÍ ÌÏËÁÌØÎÕÀ ÓÅÔØ LÓ ÎÕÌс,
Ó×ÏÉÍÉ ÓÉÌÁÍÉ, ÓÏÇÌÁÓÕÑ ÅÅ ÐÒÏËÌÁÄËÕ ×Ï ×ÓÅÈ ÍÅÓÔÎÙÈ
ÏÒÇÁÎÁÈ ×ÌÁÓÔÉ. ÷ÓÅ, ÞÔÏ ÷ÁÍ ÎÁÄÏ ÓÄÅÌÁÔØ v ÜÔÏ ÐÏÚ×ÏÎÉÔØ
ÎÁÍ ÐÏ ÔÅÌÅÆÏÎÕ ÉÌÉ ÏÓÔÁ×ÉÔØ ÚÁÑ×ËÕ ÐÏ ÜÌÅËÔÒÏÎÎÏÊ
ÐÏÞÔÅ.
÷ÏÚÍÏÖÎÏÓÔÉ, ËÏÔÏÒÙÅ ÐÒÅÄÏÓÔÁ×ÌÑÅÔ ÌÏËÁÌØÎÁÑ ÓÅÔØ, ÎÅ
ÏÇÒÁÎÉÞÉ×ÁÀÔÓÑ ÔÏÌØËÏ ×ÙÓÏËÏÓËÏÒÏÓÔÎÙÍ ÄÏÓÔÕÐÏÍ ×
éÎÔÅÒÎÅÔ. ë ÓÅÔÉ ÍÏÖÎÏ ÐÏÄËÌÀÞÉÔØ ÓÉÓÔÅÍÕ ÃÉÆÒÏ×ÏÇÏ
×ÉÄÅÏÎÁÂÌÀÄÅÎÉÑ Ó ×Ù×ÏÄÏÍ ÉÚÏÂÒÁÖÅÎÉÑ ÎÁ ËÁÖÄÙÊ
ÍÏÎÉÔÏÒ É ÓÏÈÒÁÎÅÎÉÅÍ ÉÎÆÏÒÍÁÃÉÉ ÎÁ ÖÅÓÔËÏÍ ÎÏÓÉÔÅÌÅ.
ìÏËÁÌØÎÕÀ ÓÅÔØ ÍÏÖÎÏ ÉÓÐÏÌØÚÏ×ÁÔØ ÄÌÑ ÏÂÍÅÎÁ
ÉÎÆÏÒÍÁÃÉÅÊ ÍÅÖÄÕ ÐÏÌØÚÏ×ÁÔÅÌÑÍÉ × ÒÁÍËÁÈ
ÏÐÒÅÄÅÌÅÎÎÏÇÏ ÒÁÊÏÎÁ ÇÏÒÏÄÁ (ÎÁÐÒÉÍÅÒ, ÐÏÉÇÒÁÔØ Ó
ÓÏÓÅÄÏÍ ÉÌÉ ÓÄÅÌÁÔØ on-line ÚÁËÁÚ × ÓÏÓÅÄÎÅÍ ÍÁÇÁÚÉÎÅ). ë
ÔÏÍÕ ÖÅ, ÎÁÛÉ ËÌÉÅÎÔÙ ÐÏÌÕÞÁÀÔ ÎÅÚÁ×ÉÓÉÍÏÓÔØ ÏÔ
××ÅÄÅÎÉÑ íÏÓËÏ×ÓËÏÊ ÇÏÒÏÄÓËÏÊ ÔÅÌÅÆÏÎÎÏÊ ÓÅÔØÀ
ÐÏ×ÒÅÍÅÎÎÏÊ ÏÐÌÁÔÙ ÇÏÒÏÄÓËÉÈ ÔÅÌÅÆÏÎÎÙÈ ÐÅÒÅÇÏ×ÏÒÏ×

÷ Ó×ÑÚÉ Ó ÒÁÓÛÉÒÅÎÉÅÍ, ÆÉÒÍÁ ïïï Láóð-âÅÚÏÐÁÓÎÏÓÔ؁
ÉÝÅÔ ÕÍÎÙÈ, ÏÔ×ÅÔÓÔ×ÅÎÎÙÈ É ÃÅÌÅÕÓÔÒÅÍÌÅÎÎÙÈ
ÓÏÔÒÕÄÎÉËÏ×. çÌÁ×ÎÏÅ ÎÁÐÒÁ×ÌÅÎÉÅ v ÌÏËÁÌØÎÙÅ
ËÏÍÐØÀÔÅÒÎÙÅ ÓÅÔÉ × ÖÉÌÙÈ ÄÏÍÁÈ. ïÐÙÔ ÒÁÂÏÔÙ, ×ÙÓÛÅÅ
ÏÂÒÁÚÏ×ÁÎÉÅ - ÖÅÌÁÔÅÌØÎÏ, ÎÏ ÎÅ ÏÂÑÚÁÔÅÌØÎÏ;
ÏÂÑÚÁÔÅÌØÎÏ - ×ÌÁÄÅÎÉÅ ËÏÍÐØÀÔÅÒÏÍ, Internet, ÏÇÒÏÍÎÏÅ
ÖÅÌÁÎÉÅ ÒÁÂÏÔÁÔØ. çÏÔÏ×ÎÏÓÔØ ×ÍÅÓÔÅ Ó ÒÕËÏ×ÏÄÓÔ×ÏÍ
ÒÁÚ×É×ÁÔØ É ÓÏ×ÅÒÛÅÎÓÔ×Ï×ÁÔØ ÏÞÅÎØ ÐÅÒÓÐÅËÔÉ×ÎÙÊ
ÂÉÚÎÅÓ. ïËÌÁÄ Ë×ÁÌÉÆÉÃÉÒÏ×ÁÎÎÙÈ ÓÐÅÃÉÁÌÉÓÔÏ×
ÏÂÓÕÖÄÁÅÔÓÑ ÏÔÄÅÌØÎÏ. ðÒÉÇÌÁÛÁÅÍ ÎÁ ÒÁÂÏÔÕ ÓÏÔÒÕÄÎÉËÏ×
ÎÁ ÓÌÅÄÕÀÝÉÅ ×ÁËÁÎÓÉÉ:

1. áÇÅÎÔ/ÍÅÎÅÄÖÅÒ ÐÏ ÐÒÏÄÁÖÁÍ.
çÌÁ×ÎÏÅ ÎÁÐÒÁ×ÌÅÎÉÅ v ÌÏËÁÌØÎÙÅ ËÏÍÐØÀÔÅÒÎÙÅ ÓÅÔÉ ×
ÖÉÌÙÈ ÄÏÍÁÈ É ÏÆÉÓÎÙÈ ÚÄÁÎÉÑÈ. ïÂÑÚÁÎÎÏÓÔÉ: ÒÁÂÏÔÁ Ó
ÚÁÑ×ËÁÍÉ, ÉÓÓÌÅÄÏ×ÁÎÉÅ ÐÅÒÓÐÅËÔÉ×ÎÏÓÔÉ ÏÂßÅËÔÁ,
ÐÒÉ×ÌÅÞÅÎÉÅ ÎÏ×ÙÈ ËÌÉÅÎÔÏ× (ÏÂÝÅÎÉÅ Ó ËÁÖÄÙÍ
ÐÏÔÅÎÃÉÁÌØÎÙÍ ËÌÉÅÎÔÏÍ ÌÉÞÎÏ), ÚÁËÌÀÞÅÎÉÅ ÄÏÇÏ×ÏÒÏ×,
ÄÁÌØÎÅÊÛÅÅ ÓÏÐÒÏ×ÏÖÄÅÎÉÅ ÏÂßÅËÔÁ. ó×ÏÂÏÄÎÏÅ ×ÌÁÄÅÎÉÅ
ÒÕÓÓËÉÍ ÑÚÙËÏÍ ÏÂÑÚÁÔÅÌØÎÏ. ìÉÞÎÙÅ ËÁÞÅÓÔ×Á:
ËÏÍÍÕÎÉËÁÂÅÌØÎÏÓÔØ, ÉÓÐÏÌÎÉÔÅÌØÎÏÓÔØ, ÓÐÏÓÏÂÎÏÓÔØ Ë
ÏÂÕÞÅÎÉÀ, ÂÅÚÕÓÌÏ×ÎÁÑ ÇÒÁÍÏÔÎÏÓÔØ, ×ÎÉÍÁÔÅÌØÎÏÓÔØ.
îÅÎÏÒÍÉÒÏ×ÁÎÎÙÊ ÒÁÂÏÞÉÊ ÄÅÎØ ÉÌÉ Ó×ÏÂÏÄÎÙÊ ÇÒÁÆÉË.
úÁÒÐÌÁÔÁ 100 Õ.Å. ÐÌÀÓ % ÏÔ ÚÁÐÕÓËÁ ÏÂßÅËÔÁ É, ÞÔÏ ÏÞÅÎØ
×ÁÖÎÏ, ÏÔ ÅÇÏ ÜËÓÐÌÕÁÔÁÃÉÉ. óÒÅÄÎÑÑ ÚÁÒÐÌÁÔÁ ÚÁ ÍÅÓÑÃ
300 v 400 Õ.Å.
2. óÉÓÔÅÍÎÙÊ ÉÎÖÅÎÅÒ, ÐÏÍÏÝÎÉË ÓÉÓÔÅÍÎÏÇÏ ÉÎÖÅÎÅÒÁ.
ïÂÑÚÁÎÎÏÓÔÉ: ÐÌÁÎÉÒÏ×ÁÎÉÅ, ÐÒÏËÌÁÄËÁ,
ÁÄÍÉÎÉÓÔÒÉÒÏ×ÁÎÉÅ ì÷ó. òÅÖÉÍ ÒÁÂÏÔÙ:
ÎÅÎÏÒÍÉÒÏ×ÁÎÎÙÊ ÒÁÂÏÞÉÊ ÄÅÎØ ÉÌÉ Ó×ÏÂÏÄÎÙÊ ÇÒÁÆÉË.
úÁÒÐÌÁÔÁ ÏÔ 100 ÄÏ 600 Õ.Å. ÍÅÓ. éÎÏÇÏÒÏÄÎÉÍ ×ÏÚÍÏÖÎÏ
ÐÒÅÄÏÓÔÁ×ÌÅÎÉÅ ×ÒÅÍÅÎÎÏÇÏ ÖÉÌØÑ.

3. ÷ÁËÁÎÓÉÑ: ÍÏÎÔÁÖÎÉË ì÷ó
ïÂÑÚÁÎÎÏÓÔÉ: ÐÌÁÎÉÒÏ×ÁÎÉÅ, ÐÒÏËÌÁÄËÁ,
ÁÄÍÉÎÉÓÔÒÉÒÏ×ÁÎÉÅ ì÷ó. éÓÐÙÔÁÔÅÌØÎÙÊ ÓÒÏË v 2 ÎÅÄÅÌÉ.
úÁÒÐÌÁÔÁ ÎÁ ÉÓÐÙÔÁÔÅÌØÎÙÊ ÓÒÏË ÉÚ ÒÁÓÞÅÔÁ ÏÔ 1500
ÒÕÂ./ÍÅÓ. ðÏ ÉÔÏÇÁÍ ÉÓÐÙÔÁÔÅÌØÎÏÇÏ ÓÒÏËÁ ÎÁÚÎÁÞÁÅÔÓÑ
ÏËÌÁÄ ÏÔ 100 Õ.Å. É ÄÏÌÖÎÏÓÔØ ÏÔ ÍÏÎÔÁÖÎÉËÁ ÄÏ ÂÒÉÇÁÄÉÒÁ.
ìÀÂÏÊ ÒÁÚÎÏÒÁÂÏÞÉÊ ÐÒÉ ÖÅÌÁÎÉÉ ÍÏÖÅÔ ÓÔÁÔØ
ÂÒÉÇÁÄÉÒÏÍ! åÓÔØ ×ÏÚÍÏÖÎÏÓÔØ ÄÏÐÏÌÎÉÔÅÌØÎÏÇÏ
ÚÁÒÁÂÏÔËÁ. òÅÖÉÍ ÒÁÂÏÔÙ: ÓËÏÌØÚÑÝÉÊ ÇÒÁÆÉË. úÁÒÐÌÁÔÁ
ÓÄÅÌØÎÁÑ, ÌÉÂÏ ÏËÌÁÄ.

4. ðÒÏÇÒÁÍÍÉÓÔ
ôÒÅÂÕÀÔÓÑ ÐÒÏÇÒÁÍÍÉÓÔÙ, ÓÐÅÃÉÁÌÉÓÔÙ UNIX,
HTML-×ÅÒÓÔÁÌØÝÉËÉ, ÄÉÚÁÊÎÅÒÙ. çÌÁ×ÎÏÅ ÎÁÐÒÁ×ÌÅÎÉÅ v
ÌÏËÁÌØÎÙÅ ËÏÍÐØÀÔÅÒÎÙÅ ÓÅÔÉ × ÖÉÌÙÈ ÄÏÍÁÈ É
×ÉÄÅÏÎÁÂÌÀÄÅÎÉÅ. òÅÖÉÍ ÒÁÂÏÔÙ: ÎÅÎÏÒÍÉÒÏ×ÁÎÎÙÊ
ÒÁÂÏÞÉÊ ÄÅÎØ ÉÌÉ Ó×ÏÂÏÄÎÙÊ ÇÒÁÆÉË. éÓÐÙÔÁÔÅÌØÎÙÊ ÓÒÏË
2 ÎÅÄÅÌÉ, ÌÉÂÏ ÔÅÓÔÏ×ÏÅ ÚÁÄÁÎÉÅ. ðÏÓÌÅ ÉÓÐÙÔÁÔÅÌØÎÏÇÏ
ÓÒÏËÁ ×ÏÚÍÏÖÎÁ ÕÄÁÌÅÎÎÁÑ ÒÁÂÏÔÁ. úÁÒÐÌÁÔÁ ÏÔ 100 ÄÏ 600
Õ.Å.

5. ÷ÁËÁÎÓÉÑ: ÉÎÖÅÎÅÒ-ÜÌÅËÔÒÉË.
úÁÒÐÌÁÔÁ ÎÁ ÐÅÒÉÏÄ ÉÓÐÙÔÁÔÅÌØÎÏÇÏ ÓÒÏËÁ 100 Õ.Å.  äÁÌÅÅ
ÐÏ ÄÏÇÏ×ÏÒÅÎÎÏÓÔÉ. ôÒÅÂÏ×ÁÎÉÑ: ÏÐÙÔ ÒÁÂÏÔÙ, ÖÅÌÁÔÅÌØÎÏ
ÓÅÒÔÉÆÉËÁÔ.

6. ó×ÁÒÝÉË, ÜÌÅËÔÒÏÍÏÎÔÁÖÎÉË, ÒÁÚÎÏÒÁÂÏÞÉÊ
äÌÑ ÜÌÅËÔÒÏÍÏÎÔÁÖÎÉËÏ× ÎÁÞÁÌØÎÁÑ ÚÁÒÐÌÁÔÁ 100$/ÍÅÓ.,
ÄÌÑ Ó×ÁÒÝÉËÏ× ÎÁÞÁÌØÎÁÑ ÚÁÒÐÌÁÔÁ 150$/ÍÅÓÑÃ, ÒÏÓÔ
ÚÁÒÐÌÁÔÙ ÎÅÏÇÒÁÎÉÞÅÎ. òÁÂÏÔÁÔØ ÍÏÖÎÏ ÓÄÅÌØÎÏ ÓÏ
Ó×ÏÂÏÄÎÙÍ ÇÒÁÆÉËÏÍ ÒÁÂÏÔÙ. ïÐÌÁÔÁ ÚÁ ËÁÖÄÙÊ
×ÙÐÏÌÎÅÎÎÙÊ ÏÂßÅËÔ. äÌÑ ÒÁÚÎÏÒÁÂÏÞÉÈ ÚÁÒÐÌÁÔÁ 1500
ÒÕÂ./ÍÅÓÑÃ. ðÏ ÍÅÒÅ ÐÒÉÏÂÒÅÔÅÎÉÑ ÎÅÏÂÈÏÄÉÍÙÈ ÎÁ×ÙËÏ×
ÅÓÔØ ×ÏÚÍÏÖÎÏÓÔØ ÒÁÂÏÔÁÔØ × ÂÒÉÇÁÄÅ Ó ÐÏ×ÙÛÅÎÉÅÍ
ÚÁÒÐÌÁÔÙ.

7.óÅËÒÅÔÁÒØ-ÄÉÓÐÅÔÞÅÒ × ÏÆÉÓ
úÁÒÐÌÁÔÁ 100$

8. ÷ÏÄÉÔÅÌØ ÓÏ Ó×ÏÉÍ Á×ÔÏÍÏÂÉÌÅÍ
úÁÒÐÌÁÔÁ 400$ (ÂÅÎÚÉÎ ÏÐÌÁÞÉ×ÁÅÔÓÑ ÏÔÄÅÌØÎÏ),
ÉÓÐÙÔÁÔÅÌØÎÙÊ ÓÒÏË 1 ÍÅÓÑÃ. úÁÒÐÌÁÔÁ ÎÁ ÐÅÒÉÏÄ
ÉÓÐÙÔÁÔÅÌØÎÏÇÏ ÓÒÏËÁ 200$/

çÏÓÐÏÄÁ ÓÔÕÄÅÎÔÙ É ×ÙÐÕÓËÎÉËÉ ÷õúÏ×! æÉÒÍÁ
Láóð-âÅÚÏÐÁÓÎÏÓÔ؁ [http://www.asp-groups.ru] ÐÒÉÇÌÁÛÁÅÔ
÷ÁÓ ÎÁ ÒÁÂÏÔÕ. çÌÁ×ÎÏÅ ÎÁÐÒÁ×ÌÅÎÉÅ v ÌÏËÁÌØÎÙÅ
ËÏÍÐØÀÔÅÒÎÙÅ ÓÅÔÉ × ÖÉÌÙÈ ÄÏÍÁÈ. òÁÂÏÔÁ ÎÅ ÔÏÌØËÏ
ÇÏÌÏ×ÏÊ, ÎÏ É ÎÏÇÁÍÉ. ïÂÑÚÁÎÎÏÓÔÉ: ÒÁÂÏÔÁ Ó
ÓÕÝÅÓÔ×ÕÀÝÉÍÉ É ÐÏÔÅÎÃÉÁÌØÎÙÍÉ ÏÂßÅËÔÁÍÉ,
ÐÒÉ×ÌÅÞÅÎÉÅ ÎÏ×ÙÈ ËÌÉÅÎÔÏ×, ÚÁËÌÀÞÅÎÉÅ ÄÏÇÏ×ÏÒÏ×,
ÓÏÐÒÏ×ÏÖÄÅÎÉÅ ÇÏÔÏ×ÙÈ ÏÂßÅËÔÏ×. ïÐÙÔ ÒÁÂÏÔÙ -

[PHP] informix connection problem

2001-07-21 Thread Emre Hamit Kok

hi,
we are using informix 7.31.UC6 as our database server.
when we are trying to connect informix by dbaccess we are setting
the below environment variables are as:
export DBNLS=1;export LANG=tr_TR;export LC_COLLATE=tr_TR.ISO8859-9;export
LC_CTYPE=tr_TR.ISO8859-9

but when we are rying to vonnect informix by PHP i am using the following
commands to set those variables
__
putenv(DBNLS=1);
putenv(LANG=tr_TR);
putenv(LC_COLLATE=tr_TR.ISO8859-9);
putenv(LC_CTYPE=tr_TR.ISO8859-9);
$veri_baglan = ifx_connect(mydb@ol_srv1 ,XXX,XXX);
if (! $veri_baglan) die (Informix connection error);
__

but I am usually getting this connection error message:

Warning: ifx_connect : E [SQLSTATE=IX 000 SQLCODE=-23115] in
/home/sapphire/public_html/PHP/lib_functions/a.php on line 18
Informix connection error

and sometimes, strangely we are connecting to the database..

the informix configuration in the php.ini file is as:

ifx.allow_persistent = On
ifx.max_persistent = -1
ifx.max_links = -1
ifx.textasvarchar = 0
ifx.byteasvarchar = 0
ifx.charasvarchar = 0
ifx.blobinfile = 0
ifx.nullformat = 0

This error information is about locales,but the env. variables are set to
true values that we can connect
to database from command prompt, and sometimes by PHP.. What is the problem,
why are we sometimes connecting and sometimes not able to? What else should
I set or do?



Thank you for the answers..






-- 
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] mod_ssl php4

2001-07-21 Thread David Price

Jason,

I'm using PHP4, mod_ssl, and apache 1.3.20 on a test box and a production
server without any problems.

David Price

-Original Message-
From: Jason Rennie [mailto:[EMAIL PROTECTED]]
Sent: Saturday, July 21, 2001 7:02 AM
To: [EMAIL PROTECTED]
Subject: [PHP] mod_ssl  php4


Hi all,

Are there any known problems with php4, modssl and apache 1.3.20 ?

I looked around but all of the information was dated.

Jason


--
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 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] Fwd: for all ftsm members this is good advice

2001-07-21 Thread CN YEONG

Note: forwarded message attached.
Do You Yahoo!?
Make international calls for as low as $.04/minute with Yahoo! Messengerhttp://phonecard.yahoo.com/


--- Ultraman [EMAIL PROTECTED] wrote:
 There is a chatting room in FTSM Centre, so if the
 MSN got problem we still can chat there.
 
 Log in : http://ftsmRoom.cjb.net
 
 Pendaftar UKM
 Kok Seng bin Kang
 


__
Do You Yahoo!?
Make international calls for as low as $.04/minute with Yahoo! Messenger
http://phonecard.yahoo.com/
inline: x1.jpg

-- 
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] Problem with preg_replace

2001-07-21 Thread James Bogosian

Currently, I am parseing a string for href tags and adding a target=_blank
to them to have them open up in a new window using this:
$body = preg_replace([aA] [hH][rR][eE][fF]=\(.*?)\, 'a href=$1
target=_blank', $row-body);

This works, to the best of my knowledge, however I was curious if I could
have the target generated based on the url, so that each url would open in
its own window.  I decided to try to use the url's md5 to be its target, and
assumed that this would work:
$body = preg_replace([aA] [hH][rR][eE][fF]=\(.*?)\, 'a href=$1
target=' . md5($1), $row-body);

however, I am getting this as an error:
Parse error: parse error, expecting `T_VARIABLE' or `'$'' in index.php on
line 201

Can anyone see what is going wrong here?


-- 
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] PEAR Integrated Template Class

2001-07-21 Thread power jessie


Hi!

Anyone using this?
Can someone point me to a link on
how to use this class.

Thanks in advance!


   ~{{}}~
   jessie
 .o0O()O0o.

 --
 j e s s i e @ p o w e r - j e s s i e . n e t

-- 
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] auto_prepend_file

2001-07-21 Thread Rasmus Lerdorf

Please read http://www.php.net/manual/en/configuration.php

You need to use:

php_value auto_prepend_file /usr/local/htdocs/oi2kplus1/phplib/prepend.php

-Rasmus

 I'm trying to get auto_prepend to work on Mandrake 8.0, apache is
 configured with mod_php4 and mod_vhosts. Where do I add the command for
 prepending?
 I've tried in the vhosts.conf and http.conf, could be my syntax..
 I've tried the following in both .confs:
 auto_prepend_file /usr/local/htdocs/oi2kplus1/phplib/prepend.php
 auto_prepend_file=.:/usr/local/htdocs/oi2kplus1/phplib/prepend.php
 auto_prepend_file .:/usr/local/htdocs/oi2kplus1/phplib/prepend.php
 auto_prepend_file=.:/usr/local/htdocs/oi2kplus1/phplib/prepend.php




-- 
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] PHP SSI in armony?

2001-07-21 Thread Seb Frost

I want to use both PHP and SSI on the same page.  My server requires that
SSI files are .shtml.  If I set it to also treat .shtml files as php files
(like I have done with .htm) then what will happen?  Will it get parsed
first for php and then for ssi, or the other way round?  Or puke completely?

Or is there a way of doing this that I've overlooked.

- seb


-- 
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] PHP SSI in armony?

2001-07-21 Thread Rasmus Lerdorf

 I want to use both PHP and SSI on the same page.  My server requires that
 SSI files are .shtml.  If I set it to also treat .shtml files as php files
 (like I have done with .htm) then what will happen?  Will it get parsed
 first for php and then for ssi, or the other way round?  Or puke completely?

 Or is there a way of doing this that I've overlooked.

Apache 1.3.x does not support multiple content handlers.  You cannot parse
a file both for PHP tags and SSI tags.  The best solution is to convert
your SSI tags to PHP tags.

-Rasmus


-- 
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] inserting free-form text with quotes to mysql

2001-07-21 Thread Matthew Garman


Ahh yes, that was exactly what I needed.  (I knew it was simple!)

But that brings up another question: whenever I have POST information
propagate over more than one page, is it generally a good idea to *always*
use htmlspecialchars () on my data?

I.e., even if the data shouldn't need htmlspecialchars () (numbers for
example), it seems like it wouldn't hurt to use that function just to make
sure nothing is lost.

Thanks again!
Matt

On Fri, Jul 20, 2001 at 02:18:09PM -0500, Brad S. Jackson wrote:
 And when you print the value back on the verification page, call
 htmlspecialchars() on the value.
 
 echo input type=\text\ name=\blah\ value=\ . htmlspecialchars($blah) .
 \;
 
 Whenever I try to submit text that contains a double quote character (), the
 submission gets truncated at the first occurance of a double quote and beyond.
  Single quotes don't seem to be problematic.

-- 
Matt Garman, [EMAIL PROTECTED]
I'll tip my hat to the new constitution, Take a bow for the new revolution
 Smile and grin at the change all around, Pick up my guitar and play
 Just like yesterday, Then I'll get on my knees and pray...
-- Pete Townshend/The Who, Won't Get Fooled Again


-- 
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] PHP SSI in armony?

2001-07-21 Thread Jack Sasportas

The answer is up to you.
You make the shtml generate the php, OR the php generate the shtml...
My guess is probably php generates the shtml, and the reference to
it...
I think that should work...

Seb Frost wrote:

 I want to use both PHP and SSI on the same page.  My server requires that
 SSI files are .shtml.  If I set it to also treat .shtml files as php files
 (like I have done with .htm) then what will happen?  Will it get parsed
 first for php and then for ssi, or the other way round?  Or puke completely?

 Or is there a way of doing this that I've overlooked.

 - seb

 --
 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]

--
___
Jack Sasportas
Innovative Internet Solutions
Phone 305.665.2500
Fax 305.665.2551
www.innovativeinternet.com
www.web56.net



-- 
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] testing if var is empty

2001-07-21 Thread Dave Freeman

On 21 Jul 01, at 14:50, Saquib Farooq wrote:

  if ($var)
  {
  // $var has been set
  } else {
  // $var has not been set
  }

   what if the var is set to zero i.e. false. the control will go in
 the else part if it is not zero ( not false) it will go in the if control.

Just did a quick test:

$var = 0;

if ($var)
{
echo var set to $var;
} else {
echo var unset;
}

if ($var != )
{
echo var set to $var;
} else {
echo var unset;
}

when I run this I get

var unset var unset

If you're doing tests based on a var being set to 0 you may need to rethink 
your tests or your use of the var.

CYA, Dave


---
Outback Queensland Internet - Longreach, Outback Queensland - Australia
http://www.outbackqld.net.au  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 administrators, e-mail: [EMAIL PROTECTED]




[PHP] Image color quality problems

2001-07-21 Thread Kurt Lieber

I have the following code that takes an existing image, creates a new
one from it and writes some white text on top of that image:

?php
header(Content-type: image/png);

$startingImage = leftphoto_01.png;

$image = imageCreateFromPNG($startingImage);

//$white = imageColorAt($image, 30, 215);

$white = imageColorAllocate($image, 255, 255, 255);

imageTTFText($image, 24, 0, 10, 25, $white, arialbd.ttf, This is a
test);

imagePNG($image);

imagedestroy($image);
?

Problem is, the white text isn't white -- it's a dingy gray color.
From reading around, I thought maybe if I took an existing white pixel
in the image and used that to set white, that might help (hence the
commented out //$white = imageColorAt... line in my code above)  That
didn't help either.  (and the pixel I sampled is exactly the shade of
white I want)

I am almost completely unfamiliar with color pallettes and how to
manipulate them.  Can someone shed some light on how I can get some
clean, bright white text on my image?

Thanks.

--kurt


-- 
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] Image color quality problems

2001-07-21 Thread Seb Frost

Not an answer I'm afraid but does PHP has the ability to do this with JPEGs?
Would be VERY useful to me if it does!

- seb

-Original Message-
From: Kurt Lieber [mailto:[EMAIL PROTECTED]]
Sent: 21 July 2001 23:27
To: [EMAIL PROTECTED]
Subject: [PHP] Image color quality problems


I have the following code that takes an existing image, creates a new
one from it and writes some white text on top of that image:

?php
header(Content-type: image/png);

$startingImage = leftphoto_01.png;

$image = imageCreateFromPNG($startingImage);

//$white = imageColorAt($image, 30, 215);

$white = imageColorAllocate($image, 255, 255, 255);

imageTTFText($image, 24, 0, 10, 25, $white, arialbd.ttf, This is a
test);

imagePNG($image);

imagedestroy($image);
?

Problem is, the white text isn't white -- it's a dingy gray color.
From reading around, I thought maybe if I took an existing white pixel
in the image and used that to set white, that might help (hence the
commented out //$white = imageColorAt... line in my code above)  That
didn't help either.  (and the pixel I sampled is exactly the shade of
white I want)

I am almost completely unfamiliar with color pallettes and how to
manipulate them.  Can someone shed some light on how I can get some
clean, bright white text on my image?

Thanks.

--kurt


--
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 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] PHP, Excel, CSV and Problems!

2001-07-21 Thread Jeff Lacy

Hello Everyone,

A client of mine is working with excel, and I need to move the data from
excel to something php can deal with a little better.  Naturally, I figured
using .csv would be easiest, but I am running into several problems.I
can get around them, but I need a regular expression (and I am NOT good at
writing those).

I'm not quite sure how I should explain what the regular expression ought to
do, so I am giving an example of the data ought to look like in php (after
the regular expressions), and how it looks in the .csv.

NOTE: I am exploding the data, so all ,'s must be changed into COMMA's.



| php
| .csv   |


heyaCOMMA there,hey is for horses  heya, there,hey is
for horses
byeCOMMA bye,ciaoCOMMA ciao  bye, bye, ciao, ciao
good morning,I'm Bob Villa   good
morning, I'm Bob Villa
sleep is good,IceCOMMA ThingyCOMMA  sleep is good,Ice, Thingy,


If those four examples aren't enough, please let me know.  I am NOT on the
php mailing list, so PLEASE send messages to me ([EMAIL PROTECTED] AND
to [EMAIL PROTECTED]).

Thank you very much (in advance),

Jeff


-- 
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] Image color quality problems

2001-07-21 Thread Kurt Lieber

Yes, it does, through the use of the GD and freetype libraries. (the
freetype library is required for the imageTTFText function I used below)

www.php.net/imagecreatefromjpeg

 -Original Message-
 From: Seb Frost [mailto:[EMAIL PROTECTED]] 
 Sent: Saturday, July 21, 2001 3:59 PM
 To: [EMAIL PROTECTED]
 Subject: RE: [PHP] Image color quality problems
 
 
 Not an answer I'm afraid but does PHP has the ability to do 
 this with JPEGs? Would be VERY useful to me if it does!
 
 - seb
 
 -Original Message-
 From: Kurt Lieber [mailto:[EMAIL PROTECTED]]
 Sent: 21 July 2001 23:27
 To: [EMAIL PROTECTED]
 Subject: [PHP] Image color quality problems
 
 
 I have the following code that takes an existing image, 
 creates a new one from it and writes some white text on top 
 of that image:
 
 ?php
 header(Content-type: image/png);
 
 $startingImage = leftphoto_01.png;
 
 $image = imageCreateFromPNG($startingImage);
 
 //$white = imageColorAt($image, 30, 215);
 
 $white = imageColorAllocate($image, 255, 255, 255);
 
 imageTTFText($image, 24, 0, 10, 25, $white, arialbd.ttf, 
 This is a test);
 
 imagePNG($image);
 
 imagedestroy($image);
 ?
 
 Problem is, the white text isn't white -- it's a dingy gray 
 color. From reading around, I thought maybe if I took an 
 existing white pixel in the image and used that to set white, 
 that might help (hence the commented out //$white = 
 imageColorAt... line in my code above)  That didn't help 
 either.  (and the pixel I sampled is exactly the shade of 
 white I want)
 
 I am almost completely unfamiliar with color pallettes and 
 how to manipulate them.  Can someone shed some light on how I 
 can get some clean, bright white text on my image?
 
 Thanks.
 
 --kurt
 
 
 --
 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 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 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] Image color quality problems

2001-07-21 Thread Seb Frost

Thanks Kurt.  Unfortunately my server only has gd 1.6.2 (gd 1.8.3 required
aparantly) and I can't change that.  Never mind.

- seb

-Original Message-
From: Kurt Lieber [mailto:[EMAIL PROTECTED]]
Sent: 22 July 2001 00:26
To: 'Seb Frost'; [EMAIL PROTECTED]
Subject: RE: [PHP] Image color quality problems


Yes, it does, through the use of the GD and freetype libraries. (the
freetype library is required for the imageTTFText function I used below)

www.php.net/imagecreatefromjpeg

 -Original Message-
 From: Seb Frost [mailto:[EMAIL PROTECTED]]
 Sent: Saturday, July 21, 2001 3:59 PM
 To: [EMAIL PROTECTED]
 Subject: RE: [PHP] Image color quality problems


 Not an answer I'm afraid but does PHP has the ability to do
 this with JPEGs? Would be VERY useful to me if it does!

 - seb

 -Original Message-
 From: Kurt Lieber [mailto:[EMAIL PROTECTED]]
 Sent: 21 July 2001 23:27
 To: [EMAIL PROTECTED]
 Subject: [PHP] Image color quality problems


 I have the following code that takes an existing image,
 creates a new one from it and writes some white text on top
 of that image:

 ?php
 header(Content-type: image/png);

 $startingImage = leftphoto_01.png;

 $image = imageCreateFromPNG($startingImage);

 //$white = imageColorAt($image, 30, 215);

 $white = imageColorAllocate($image, 255, 255, 255);

 imageTTFText($image, 24, 0, 10, 25, $white, arialbd.ttf,
 This is a test);

 imagePNG($image);

 imagedestroy($image);
 ?

 Problem is, the white text isn't white -- it's a dingy gray
 color. From reading around, I thought maybe if I took an
 existing white pixel in the image and used that to set white,
 that might help (hence the commented out //$white =
 imageColorAt... line in my code above)  That didn't help
 either.  (and the pixel I sampled is exactly the shade of
 white I want)

 I am almost completely unfamiliar with color pallettes and
 how to manipulate them.  Can someone shed some light on how I
 can get some clean, bright white text on my image?

 Thanks.

 --kurt


 --
 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 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 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 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] Image color quality problems

2001-07-21 Thread Kurt Lieber

Check out the PHP dl() function:

http://www.php.net/dl

It lets you load an extension at run-time, so if you can compile the
newer version of GD, you may be able to download that directly.  Only
thing I'm not sure about is if you can override an already-loaded
extension by downloading a newer version of the same extension.  Maybe
if you simply named it something different -- gd-1.8.3.so, for example.

Can anyone confirm whether this would work or not?

 -Original Message-
 From: Seb Frost [mailto:[EMAIL PROTECTED]] 
 Sent: Saturday, July 21, 2001 4:30 PM
 To: Kurt Lieber; [EMAIL PROTECTED]
 Subject: RE: [PHP] Image color quality problems
 
 
 Thanks Kurt.  Unfortunately my server only has gd 1.6.2 (gd 
 1.8.3 required
 aparantly) and I can't change that.  Never mind.
 
 - seb
 
 -Original Message-
 From: Kurt Lieber [mailto:[EMAIL PROTECTED]]
 Sent: 22 July 2001 00:26
 To: 'Seb Frost'; [EMAIL PROTECTED]
 Subject: RE: [PHP] Image color quality problems
 
 
 Yes, it does, through the use of the GD and freetype 
 libraries. (the freetype library is required for the 
 imageTTFText function I used below)
 
 www.php.net/imagecreatefromjpeg
 
  -Original Message-
  From: Seb Frost [mailto:[EMAIL PROTECTED]]
  Sent: Saturday, July 21, 2001 3:59 PM
  To: [EMAIL PROTECTED]
  Subject: RE: [PHP] Image color quality problems
 
 
  Not an answer I'm afraid but does PHP has the ability to do 
 this with 
  JPEGs? Would be VERY useful to me if it does!
 
  - seb
 
  -Original Message-
  From: Kurt Lieber [mailto:[EMAIL PROTECTED]]
  Sent: 21 July 2001 23:27
  To: [EMAIL PROTECTED]
  Subject: [PHP] Image color quality problems
 
 
  I have the following code that takes an existing image, 
 creates a new 
  one from it and writes some white text on top of that image:
 
  ?php
  header(Content-type: image/png);
 
  $startingImage = leftphoto_01.png;
 
  $image = imageCreateFromPNG($startingImage);
 
  //$white = imageColorAt($image, 30, 215);
 
  $white = imageColorAllocate($image, 255, 255, 255);
 
  imageTTFText($image, 24, 0, 10, 25, $white, arialbd.ttf, 
 This is a 
  test);
 
  imagePNG($image);
 
  imagedestroy($image);
  ?
 
  Problem is, the white text isn't white -- it's a dingy 
 gray color. 
  From reading around, I thought maybe if I took an existing 
 white pixel 
  in the image and used that to set white, that might help (hence the 
  commented out //$white = imageColorAt... line in my code 
 above)  That 
  didn't help either.  (and the pixel I sampled is exactly 
 the shade of
  white I want)
 
  I am almost completely unfamiliar with color pallettes and how to 
  manipulate them.  Can someone shed some light on how I can get some 
  clean, bright white text on my image?
 
  Thanks.
 
  --kurt
 
 
  --
  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 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 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 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 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] netBIOS, Windows, Sockets, fsockopen help

2001-07-21 Thread ReDucTor

Hey,
  I am wondering if any one has any details on netBIOS, and stuff, so then i
can browse shared files and folders on another computer, with in php i have
tried looking up the commands sent, but haven't managed to find any...
  - James ReDucTor Mitchell


-- 
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] netBIOS, Windows, Sockets, fsockopen help

2001-07-21 Thread Chris Schneck

Try messing around with the popular linux package samba, in particual
smbmount. You may also need to read up on ports 137, 138, 139.

- Original Message -
From: ReDucTor [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Saturday, July 21, 2001 4:47 PM
Subject: [PHP] netBIOS, Windows, Sockets, fsockopen help


 Hey,
   I am wondering if any one has any details on netBIOS, and stuff, so then
i
 can browse shared files and folders on another computer, with in php i
have
 tried looking up the commands sent, but haven't managed to find any...
   - James ReDucTor Mitchell


 --
 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 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] PHP based statistics/Graphs

2001-07-21 Thread Joe Conway

 On Tue, Jul 17, 2001 at 10:48:24PM -0700, Rasmus Lerdorf wrote:
  I like Vagrant.  See http://vagrant.sourceforge.net
 
 I prefer R :) http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
 
 It is IMHO the best language for statistic.
 
 -Egon

Do you know if anyone is working on a PHP extension for R?

-- Joe



-- 
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] netBIOS, Windows, Sockets, fsockopen help

2001-07-21 Thread Chris Schneck

Try messing around with the popular linux package samba, in particual
smbmount. You may also need to read up on ports 137, 138, 139.

- Original Message -
From: ReDucTor [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Saturday, July 21, 2001 4:47 PM
Subject: [PHP] netBIOS, Windows, Sockets, fsockopen help


 Hey,
   I am wondering if any one has any details on netBIOS, and stuff, so then
i
 can browse shared files and folders on another computer, with in php i
have
 tried looking up the commands sent, but haven't managed to find any...
   - James ReDucTor Mitchell


 --
 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 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] netBIOS, Windows, Sockets, fsockopen help

2001-07-21 Thread ReDucTor

ya, i've just been looking at that, doesn't apear to have much detail...
the msdn doesn't have jack shit, other then it's functions...
- Original Message -
From: Chris Schneck [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Sunday, July 22, 2001 10:01 AM
Subject: Re: [PHP] netBIOS, Windows, Sockets, fsockopen help


 Try messing around with the popular linux package samba, in particual
 smbmount. You may also need to read up on ports 137, 138, 139.

 - Original Message -
 From: ReDucTor [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Saturday, July 21, 2001 4:47 PM
 Subject: [PHP] netBIOS, Windows, Sockets, fsockopen help


  Hey,
I am wondering if any one has any details on netBIOS, and stuff, so
then
 i
  can browse shared files and folders on another computer, with in php i
 have
  tried looking up the commands sent, but haven't managed to find any...
- James ReDucTor Mitchell
 
 
  --
  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 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 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]