Re: [PHP] ADVANCED PHP (SOCKETS)

2002-08-14 Thread Ninety-Nine Ways To Die
I've got a fully functioning socket server that I use for monitoring written in PHP... email if you want the full script, too big to waste peoples time with here. --- /* Neunzig neun Möglichkeiten zu sterben // Ich bin nur ein anderer Zahn in der Maschine. */ On Wed, 14 Aug 2002 15:09:09 Gus

[PHP] Monitoring a SSL Auth'd page

2002-04-12 Thread Ninety-Nine Ways To Die
Ok I got a question for you guys and gals, I am not sure how to go about this, looking for opinions. I am trying to open a secured url, we'll say https://www.bob.com/test/index.php?blah=freak Also, it's got http-auth in it, say user=abc and password=123, so how would I go about using php to d

Re: [PHP] Tutorial on proper code formating

2002-04-11 Thread Ninety-Nine Ways To Die
Yeah I know from my code, which often is just bs project, that with nesting lotsa crap it's a lot easier to follow the Original Method of: for($i=0;$iOn Friday 12 April 2002 02:50, Kevin Stone wrote: > >> On the other hand the Inline Method is clean. You can see at a glance >> where each block

Re: [PHP] fwrite

2002-04-10 Thread Ninety-Nine Ways To Die
$fp = fwrite($myfile,chr(13)); -- On Wed, 10 Apr 2002 16:44:44 Ron Allen wrote: >Using fwrite how would I insert a line return > > > >-- >PHP General Mailing List (http://www.php.net/) >To unsubscribe, visit: http://www.php.net/unsub.php > > See Dave Matthews Band live or win a signed gui

[PHP] Expect Like Function

2001-09-17 Thread Ninety-Nine Ways To Die
Are there any expect like functions to PHP? If not are they in development? Something to say, log into a server via telnet, ftp, ssh, etc.. do something like cat a bunch of files, perform some actions, clean and remove files.. etc.. then logout... Make a difference, help support the relief e

Re: [PHP] coding practices

2001-09-15 Thread Ninety-Nine Ways To Die
I generally was just diving in immediately... because I was using it for smaller projects less than 1k lines of code... but now that I am building everything in PHP and becoming more proficient, and writing programs with 5k + lines of code, I am discovering a need to write at least a basic plan

[PHP] Variable Syntax Question

2001-08-31 Thread Ninety-Nine Ways To Die
I have a form that reads in a couple variables via: Now... I want to read in those variables in something like the following: for($i=1;$i<4;$i++) { echo "$bob$i"; } BUT that obviously doesn't work, it simple prints 1, so how to I make it echo the value of the variable bob1? -Hass

[PHP] Socket Server

2001-08-30 Thread Ninety-Nine Ways To Die
Dear all, This is my quandry... I am trying to build a socket server to transfer simple information, more of a monitoring tool. But after about 14+ hours it just kicks out, without rhyme or reason. No errors, no nothing... I was curious if anyone could see big gaping holes in my code that w

Re: [PHP] The future of PHP

2001-08-29 Thread Ninety-Nine Ways To Die
I attended one of your conferences / training sessions, the Linux Conference in NYC, and I have to say it was excellent, and certainly motivational. Through that one day of your speech it motivated me enough to get off my bum and start using PHP in our environment for whatever we possibly could