[PHP] using 'while' without stopping the script from processing, Please help!

2004-09-04 Thread Mark Clarkstone
Hi, I'm making an MSN bot in PHP & the only way to receive data is to loop over each socket, the only problem is that while its looping its stopping the rest of the script from being run at the same time. Is there anyway I can Process each socket without stopping the script, I'm currently using $

[PHP] safe_mode_include_dir

2003-08-22 Thread Mark Clarkstone
does this include sub dirs ? -- bye -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: A new FREE web server can do PHP faster than Apache's mod_php

2003-07-20 Thread Mark Clarkstone
I can't find the windows downloads? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: TESTERS Needed!

2003-07-19 Thread Mark Clarkstone
If any one finds any bugs or anything please let me know! -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] TESTERS Needed!

2003-07-19 Thread Mark Clarkstone
Hey Guys I need People to test out My Program, Mini serve to find out more go to www.mini-networks.uni.cc Thanks -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] HELP can someone tell me whats wrong here? (newbie)

2003-07-10 Thread Mark Clarkstone
Oh well I am sorry your royal majesty - Original Message - From: "Burhan Khalid" <[EMAIL PROTECTED]> To: "Mark Clarkstone" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Thursday, July 10, 2003 7:26 PM Subject: Re: [PHP] HELP!!

[PHP] Re: Continuing with HELP can someone tell me whats wrong here? (newbie)

2003-07-10 Thread Mark Clarkstone
yes "Shena Delian O'Brien" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Well you realize don't you that unless, on submit, install changes to 1, > whenever you submit your form it's going to go right back to the initial > page. > >

[PHP] Re: Continuing with HELP can someone tell me whats wrong here? (newbie)

2003-07-10 Thread Mark Clarkstone
Its in cpconf.php "Shena Delian O'Brien" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Where are you passing the variable "install"? I can't see it in your > form. Perhaps look for $check instead of $install? > > Mark Clarkstone

[PHP] Continuing with HELP can someone tell me whats wrong here? (newbie)

2003-07-10 Thread Mark Clarkstone
now the script works but won't write to the file just returns to the form. Control Panel Welcome to The Control Panel Installer This will install the control Panel Please enter your site domain e.g. freesite.cjb.com (without a www or a dot please) leave as localhost if you are using it a

[PHP] Re: HELP!!!!!!!!!!!!!!!!!!!!!!!!!!!! can someone tell me whats wrong here? (newbie)

2003-07-10 Thread Mark Clarkstone
OMG Your Right no wonder it didn't work lol "Shena Delian O'Brien" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Well for one thing, you've misspelled one of your variables... > > the if ($instal=="0") should be, if I'm

[PHP] HELP!!!!!!!!!!!!!!!!!!!!!!!!!!!! can someone tell me whats wrong here? (newbie)

2003-07-10 Thread Mark Clarkstone
Can anyone help me with this code I just get someting about $end & help me fix it Thanks Parse error: parse error, unexpected $end in C:/apache/htdocs/test.php on line 73 Control Panel Welcome to The Control Panel Installer This will install the control Panel Please enter your site d

[PHP] Please help can anyone figure whats wrong with this?

2003-06-25 Thread Mark Clarkstone
$sitename -- Login --- Error Sorry but the Staff at $sitename are currently configuring the members Area please return soon "; } else if ($allow =="yes") if (!$action) echo " $sitename -- Login Welcome to $sitename, Please Login below Username: Password: Register Forget

[PHP] Please help !!!!!!!!!!!!!!!!

2003-06-25 Thread Mark Clarkstone
can anyone tell me whats wrong with this script , I don't get errors Or anything it won't process a form right, test it & you'll see what i mean signup.php script $sitename -- Register -- disabled Sorry sign up has been disabled at this present time we apologize for any inconvenienc

[PHP] Mod_L33T ANYONE! (Virtual Hosts ) alternative READ if you USE Virtual Hosts

2003-06-22 Thread Mark Clarkstone
hey everyone do any of you people use mod_l33t? I do it rocks you can have about 1000 sites on your comp with their own domain & your ram won't even go down 1mb. its easy to setup & its very cool email me or post if you want of info -- PHP General Mailing List (http://www.php.net/) To unsubsc

[PHP] Re: Array Sorting

2003-06-19 Thread Mark Clarkstone
I found this Great PHP Starter site check it out http://www.htmlite.com/PHPintro.php "Ashley M. Kirchner" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > I have an array that looks like this: > > $i = 0; > $item[$i] = array( 'link' => 'http://...', >'image

Re: [PHP] Help with my code

2003-06-18 Thread Mark Clarkstone
Ok thanks everyone I found out the problem "James E Hicks III" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > What is the value of $subject? fwrite() expects the third > value passed to it to be the number of bytes to write. > > James > > > --

[PHP] Help with my code

2003-06-18 Thread Mark Clarkstone
why won't this write? > No Name"; echo "$errorbk"; } else if ($email=="") { echo "Form Erorr >> No e-mail"; echo "$errorbk"; } else if ($input=="") { echo "Form Error >> No Comment found"; echo "$errorbk"; } else if ($wb=="1") { mail($webemail, $subject, $input); } if ($action) { $data = "$name\n$

[PHP] Re: need help on coding

2003-06-18 Thread Mark Clarkstone
"Shien Hang Low" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > > > From: Gabor Hojtsy <[EMAIL PROTECTED]> > To: Shien Hang Low <[EMAIL PROTECTED]> > CC: [EMAIL PROTECTED] > Subject: Re: need help on coding > Date: Sun, 15 Jun 2003 12:26:53 +0200 > > Please ask support questions a