Re: [PHP] Let's start a php-advanced list!

2004-03-05 Thread Jason Wong
On Saturday 06 March 2004 14:57, Galen wrote: > From my earlier post, I've had a number of people email me, on and off > list, that there isn't much in the way of an "advanced" php mailing > list. It also sounds like at least a few people are quite interested in > the possibility. The only way y

Re: [PHP] Let's start a php-advanced list!

2004-03-05 Thread Rasmus Lerdorf
On Fri, 5 Mar 2004, Galen wrote: > From my earlier post, I've had a number of people email me, on and off > list, that there isn't much in the way of an "advanced" php mailing > list. It also sounds like at least a few people are quite interested in > the possibility. > > Who runs the php officia

[PHP] Let's start a php-advanced list!

2004-03-05 Thread Galen
From my earlier post, I've had a number of people email me, on and off list, that there isn't much in the way of an "advanced" php mailing list. It also sounds like at least a few people are quite interested in the possibility. Who runs the php official mailing lists? Can we ask them to start a

Re: [PHP] UK Bank Holidays 2

2004-03-05 Thread Ryan A
> Ryan: Well, that's > not a very nice way to treat someone on the list, > even if it was the second time > you'd seen the question in the same day > or even if it was a question that is obviously in the manual. Some > people are just at different proficiencies in their learning process and > don

[PHP] Re: php/mysql run on Microsoft Personal Web Server 4.0 ?

2004-03-05 Thread Five
"Five" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > I've been learning php/mysql by uploading my scripts to a php/mysql enabled website. > It's getting to be a drag uploading each script change to check if it works. > I think this can be done but wanted to double check before star

Re: [PHP] UK Bank Holidays 2

2004-03-05 Thread Ben Ramsey
WTF? isnt this the second time today this has appeared on the list? Dude, other than the people in the UK nobody cares about UK bank holidays...search google for this query and maybe someone from there has written something for it..or read the manual a couple of times and you'll see that the botto

Re: [PHP] Re: FIle Upload problems

2004-03-05 Thread Jason Wong
On Saturday 06 March 2004 10:42, Brian V Bonini wrote: > On Fri, 2004-03-05 at 21:33, Andre Cerqueira wrote: > > try echo'ing $_FILES['image_upload']['tmp_name'], and check if the path > > exists > > Gives me nothing, hmmm... If you had enable error reporting and checked what errors were reported

Re: [PHP] Re: FIle Upload problems

2004-03-05 Thread Brian V Bonini
On Fri, 2004-03-05 at 21:33, Andre Cerqueira wrote: > try echo'ing $_FILES['image_upload']['tmp_name'], and check if the path > exists Gives me nothing, hmmm... > > maybe some wrong configuration on php.ini > upload_tmp_dir ? %more php.ini && ls -l / | grep tmp register_globals = On upload_tmp

[PHP] Re: FIle Upload problems

2004-03-05 Thread Andre Cerqueira
try echo'ing $_FILES['image_upload']['tmp_name'], and check if the path exists maybe some wrong configuration on php.ini upload_tmp_dir ? it is usually a good idea trying to isolate the smallest piece of code that gives the unwanted result makes it easier for other ppl to help, and sometimes you

Re[2]: [PHP] UK Bank Holidays 2

2004-03-05 Thread Tom Rogers
Hi, Saturday, March 6, 2004, 12:03:15 PM, you wrote: TR> Hi, TR> Saturday, March 6, 2004, 10:39:13 AM, you wrote: S>> Hi, S>> How can PHP recognise dates that are UK Bank Holidays? S>> Thanks for your help TR> Well first question is: TR> What are the rules for a bank holiday in the UK TR> is

Re: [PHP] UK Bank Holidays 2

2004-03-05 Thread Tom Rogers
Hi, Saturday, March 6, 2004, 10:39:13 AM, you wrote: S> Hi, S> How can PHP recognise dates that are UK Bank Holidays? S> Thanks for your help Well first question is: What are the rules for a bank holiday in the UK is it the first monday of a month, after christmas day , new year etc.. If the

[PHP] FIle Upload problems

2004-03-05 Thread Brian V Bonini
The form: Add Rider Name: Lic. Cat.: Comments: Upload Image: The code: if (is_uploaded_file($_FILES['image_upload']['tmp_name'])) { move_uploaded_file($_FILES['image_upload']['tmp_name'], $upload_file_path); echo "success"; } else {

Re: [PHP] UK Bank Holidays 2

2004-03-05 Thread Ryan A
WTF? isnt this the second time today this has appeared on the list? Dude, other than the people in the UK nobody cares about UK bank holidays...search google for this query and maybe someone from there has written something for it..or read the manual a couple of times and you'll see that the botto

[PHP] UK Bank Holidays 2

2004-03-05 Thread Shaun
Hi, How can PHP recognise dates that are UK Bank Holidays? Thanks for your help -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] [Newbie Guide] For the benefit of new members

2004-03-05 Thread Ma Siva Kumar
=== This message is for the benefit of new subscribers and those new to PHP. Please feel free to add more points and send to the list. === 1. If you have any queries/problems about PHP try http://www.php.net/manual/en firs

[PHP] Re: PHP || MySql Directory Tree Problem......

2004-03-05 Thread CF High
Hey all. I've developed a site builder application that allows my clients to build/maintain their sites without my having to deal with tedious web design tasks. The current version has some problems, however. To resolve these issues I've switched over to an MVC (Model-View-Controller) structur

Re: [PHP] safest way to write a file to web server space?

2004-03-05 Thread Michal Migurski
>Regardless of the fact that there are a million other ways of creating a >CMS; assuming I'm doing it this way - what would be the safest way to >copy the file into a web directory? Does the file need to be created at the moment it's asked for, or can there be a lag? You could use cron to poll som

[PHP] php/mssql character limit?

2004-03-05 Thread Ben Ramsey
Anyone know of any kind of character limit in php or mssql (yes, Microsoft SQL Server) for entering long text into a text column (of around 4,055 characters in length--that's where it's cutting off)? -- Regards, Ben Ramsey http://benramsey.com http://www.phpcommunity.org/wiki/People/BenRamsey

RE: [PHP] odd, sporatic upload problem ...

2004-03-05 Thread Sam Masiello
You're sure that the computer in question doesn't possibly have a previous version of the page cached? Any sort of proxy server setup in that browser that isn't on the others? Sorry for the mundane questions...just trying to cover some of the obvious points... --Sam -Origina

[PHP] safest way to write a file to web server space?

2004-03-05 Thread Jim Byrne
Hi, Sorry this is a long(ish) post - I'm hoping you can bear with me - while I explain what I trying to do in relation to my CMS. :-) I have created a content management system based around PHP and MySQL. I want to have conventional looking directory paths for my web pages - and would like to do

Re: [PHP] odd, sporatic upload problem ...

2004-03-05 Thread Kenn Murrah
No, it happens immediately upon clicking the "submit" button on the previous page Sam Masiello wrote: How long is it before the "Page Not Found" error occurs? Is the browser possibly timing out? --Sam Kenn Murrah wrote: Greetings. I have an odd (to me) problem ... from most computers

RE: [PHP] odd, sporatic upload problem ...

2004-03-05 Thread Sam Masiello
How long is it before the "Page Not Found" error occurs? Is the browser possibly timing out? --Sam Kenn Murrah wrote: > Greetings. > > I have an odd (to me) problem ... from most computers, the upload > code (shown, in part, below) works just fine but from at least > one > computer, if

RE: [PHP] re-creating a variable name

2004-03-05 Thread Chris W. Parker
Cory Berry on Friday, March 05, 2004 12:45 PM said: > $query = "Update table SET StartDate='$FormStartDate.=$i ' where > id=$i"; that doesn't really make sense. using the following values: $FormStartDate = "x"; $i = "y"; the output would be: "UPDATE table SET St

[PHP] odd, sporatic upload problem ...

2004-03-05 Thread Kenn Murrah
Greetings. I have an odd (to me) problem ... from most computers, the upload code (shown, in part, below) works just fine but from at least one computer, if the user uploads a small file (under 1meg), it works properly . but if he uploads a larger file he gets either a "page not found" (

Re: [PHP] re-creating a variable name

2004-03-05 Thread Jason Wong
On Saturday 06 March 2004 03:29, Cory Berry wrote: > Hello, I'm having difficulty dynamically creating a variable name for > mysql_query. > I've tried using variable variables. I tried to re-create the sql string by > $a = "update table set startdate='$startdate" > $a .= $i ." ' where id=$i"); > bu

RE: [PHP] re-creating a variable name

2004-03-05 Thread Jason Davidson
my thoughts exactly... seems odd that your are updating a single table multiple times like that. Jason "Chris W. Parker" <[EMAIL PROTECTED]> wrote: > > Cory Berry > on Friday, March 05, 2004 11:29 AM said: > > > Hello, I'm having difficulty dynamically creating

Re: [PHP] re-creating a variable name

2004-03-05 Thread Cory Berry
I could try and explain my problem again but it would be easier if I just include the code. Because $FormStartDate1 is the name of the variable, I'm trying to recreate the name of the variable with the for loop after "edit" is submitted. Thanks again. Cory "Chris W. Parker" <[EMAIL PRO

[PHP] Framework in PHP?

2004-03-05 Thread Rodolfo Gonzalez Gonzalez
Hello, which free (as in beer) framework writen in PHP (OO) would you consider the best for developing large web applications?. I was looking at Seagull (http://seagull.phpkitchen.com/)... I would appreciate your comments on this and other frameworks. Thank you, Rodolfo. -- PHP General Mailing

RE: [PHP] re-creating a variable name

2004-03-05 Thread Chris W. Parker
Cory Berry on Friday, March 05, 2004 11:29 AM said: > Hello, I'm having difficulty dynamically creating a variable name for > mysql_query. [snip] > It doesn't execute. > Can someone tell me what I'm doing wrong. Any help would be greatly > appreciated. ?? i ha

RE: [PHP] undefined index -------- please help !!!!!!!!

2004-03-05 Thread Chris W. Parker
Dominique ANOKRE on Friday, March 05, 2004 12:19 PM said: > Undefined index: numcpte in c:\inetpub\wwwroot\rech_haut.php on line > 66 > > For information, i have not this error when the file recherche.php is > a simple file without frames !!! > > Please help!! w

[PHP] undefined index -------- please help !!!!!!!!

2004-03-05 Thread Dominique ANOKRE
I have a form which call a php file when click on the submit button : First this runs correctly when i click on the submit buttom then the file recherche.php is executed and the result is displayed. I modify the design of my pages in order to display result into frames. So i create a frameset

[PHP] re-creating a variable name

2004-03-05 Thread Cory Berry
Hello, I'm having difficulty dynamically creating a variable name for mysql_query. I've tried using variable variables. I tried to re-create the sql string by $a = "update table set startdate='$startdate" $a .= $i ." ' where id=$i"); but that didn't work. I'm dynamically creating each name of the i

RE: [PHP] UK Bank Holidays

2004-03-05 Thread Jay Blanchard
[snip] Can PHP recognise dates that are UK Bank Holidays? [/snip] Yes http://catb.org/~esr/faqs/smart-questions.html -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] UK Bank Holidays

2004-03-05 Thread Shaun
Hi, Can PHP recognise dates that are UK Bank Holidays? Thanks for your help -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Returning only a row count of 1?

2004-03-05 Thread Alex Hogan
Yep..., it's Friday brain has left the building alex hogan > -Original Message- > From: Richard Davey [mailto:[EMAIL PROTECTED] > Sent: Friday, March 05, 2004 1:46 PM > To: PHP General list > Subject: Re: [PHP] Returning only a row count of 1? > > Hello Alex, > > Friday, Mar

RE: [PHP] Returning only a row count of 1?

2004-03-05 Thread Alex Hogan
Dohhh, Forget I asked alex hogan > -Original Message- > From: Jason Wong [mailto:[EMAIL PROTECTED] > Sent: Friday, March 05, 2004 1:43 PM > To: [EMAIL PROTECTED] > Subject: Re: [PHP] Returning only a row count of 1? > > On Saturday 06 March 2004 03:40, Alex Hogan wrote: > >

Re: Re[4]: [PHP] 28th of March - PHP Problems!

2004-03-05 Thread Shaun
"Richard Davey" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hello Jason, > > Friday, March 5, 2004, 12:27:46 PM, you wrote: > > JW> I get the correct output (ie Sun Mar 28 2004). But quoting your previous post, > JW> how did you get: "Sat Mar 27 2004 for me, which is exactly what

Re: [PHP] Returning only a row count of 1?

2004-03-05 Thread Richard Davey
Hello Alex, Friday, March 5, 2004, 7:40:08 PM, you wrote: AH> I have 6 records in this table but using this code; AH> $querytotalcount = "SELECT COUNT(*) AH> FROM CF_Survey"; AH> $totalrows = mssql_num_rows($resulttotalcount); AH> I only return a count of 1. It w

Re: [PHP] Returning only a row count of 1?

2004-03-05 Thread Jason Wong
On Saturday 06 March 2004 03:40, Alex Hogan wrote: > I have 6 records in this table but using this code; > > $querytotalcount = "SELECT COUNT(*) > > FROM CF_Survey"; > > $resulttotalcount = mssql_query($querytotalcount) or die("Can not execute > query $insert_query. ")

[PHP] Returning only a row count of 1?

2004-03-05 Thread Alex Hogan
I have 6 records in this table but using this code; $querytotalcount = "SELECT COUNT(*) FROM CF_Survey"; $resulttotalcount = mssql_query($querytotalcount) or die("Can not execute query $insert_query. "); $totalrows = mssql_num_rows($resulttotalcount); I only

RE: [PHP] Re: php/mysql run on Microsoft Personal Web Server 4.0 ?

2004-03-05 Thread Jay Blanchard
[snip] I can tell you if you install the server, install php using the windows installer, and then try to run a php script, nothing happens [/snip] You cannot do it with the Personal Web Server. Might I recommend that you download Apache for Windows? Then you can use PHP all day long. -- PHP Gene

[PHP] Re: php/mysql run on Microsoft Personal Web Server 4.0 ?

2004-03-05 Thread Five
"Five" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > I've been learning php/mysql by uploading my scripts to a php/mysql enabled website. > It's getting to be a drag uploading each script change to check if it works. > I think this can be done but wanted to double check before star

RE: [PHP] scope problem

2004-03-05 Thread Larry Brown
Thanks for the help, but it turned out to be the nut on top of the keyboard! Something I missed. Good to know my concept of scope with php is still healthy (at least). Thanks -Original Message- From: Richard Davey [mailto:[EMAIL PROTECTED] Sent: Friday, March 05, 2004 11:17 AM To: PHP Li

[PHP] Undefine index

2004-03-05 Thread Dominique ANOKRE
I have a form which call a php file when click on the submit button : First this runs correctly when i click on the submit buttom then the file recherche.php is executed and the result is displayed. I modify the design of my pages in order to display result into frames. So i create a frameset

RE: [PHP] Shopping Carts

2004-03-05 Thread Chris W. Parker
John Nichel on Thursday, March 04, 2004 9:14 PM said: > osCommerce (http://www.oscommerce.com)- Boss likes this one, but I > have issues with it's possible security bugs, and the overall design > (lack of) of the code i'd like to put another voice in the just-say-no

[PHP] php/mysql run on Microsoft Personal Web Server 4.0 ?

2004-03-05 Thread Five
I've been learning php/mysql by uploading my scripts to a php/mysql enabled website. It's getting to be a drag uploading each script change to check if it works. I think this can be done but wanted to double check before starting instalation. Will "Microsoft Personal Web Server 4.0" running on W

Re: [PHP] ASCII

2004-03-05 Thread Christophe Chisogne
csko wrote: Is there a function to convert a ASCII char to decimal or binary? See php functions - ord & chr - decbin, bindec, dechex, etc or simply traditionnal C way (printf family) to format and convert at the same time (ex get '0A' and not 'a' for char with decimal code 10) $char= '\n'; echo spr

Re: [PHP] scope problem

2004-03-05 Thread Richard Davey
Hello Larry, Friday, March 5, 2004, 4:01:39 PM, you wrote: LB> This gives values something to the tune of... LB> 200 LB> 400 LB> 700 LB> 100 Hard to say with so little code, but... Your first where loop is probably running twice, i.e. resetting variable back to 100 after the 2nd (internal) wh

Re: [PHP] ASCII

2004-03-05 Thread Daniel Clark
ord() -- Return ASCII value of character http://www.phpbuilder.com/manual/function.ord.php > Hi! > Is there a function to convert a ASCII char to decimal or binary? > Or a program? > > csko -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: scope problem

2004-03-05 Thread Andre Cerqueira
can you post something that would run on php? Larry Brown wrote: Apparently I'm having some kind of meltdown here. Can anyone explain the logic behind why the following variable has the original value and how I can pull/push the value to access it at the end? while loop { $variable = 1

Re: [PHP] ASCII

2004-03-05 Thread Richard Davey
Hello csko, Friday, March 5, 2004, 4:02:07 PM, you wrote: c> Is there a function to convert a ASCII char to decimal or binary? Decimal = ord($str) Binary = decbin(ord($str)) -- Best regards, Richard Davey http://www.phpcommunity.org/wiki/296.html -- PHP General Mailing List (http://www.php

[PHP] Re: ASCII

2004-03-05 Thread Andre Cerqueira
char->decimal = ord('a') http://www.php.net/manual/en/function.ord.php Csko wrote: Hi! Is there a function to convert a ASCII char to decimal or binary? Or a program? csko -- André Cerqueira signature.asc Description: OpenPGP digital signature

[PHP] scope problem

2004-03-05 Thread Larry Brown
Apparently I'm having some kind of meltdown here. Can anyone explain the logic behind why the following variable has the original value and how I can pull/push the value to access it at the end? while loop { $variable = 100; while loop { switch($othervar)

RE: [PHP] ASCII

2004-03-05 Thread Ford, Mike [LSS]
On 05 March 2004 16:02, csko wrote: > Hi! > Is there a function to convert a ASCII char to decimal or binary? Or > a program? > > csko http://www.php.net/ord Cheers! Mike - Mike Ford, Electronic Information Services Adviser

[PHP] Re: Necesito una función

2004-03-05 Thread Andre Cerqueira
spanish newsgroup: http://news.php.net/group.php?group=php.general.es php.general.es just complementing Alex Hogan words: http://www.php.net/manual/en/function.getenv.php (read the comments, they have the code you want) :: N A S S A T :: Depto Tecnico wrote: En una news de www.php.net informan d

[PHP] ASCII

2004-03-05 Thread csko
Hi! Is there a function to convert a ASCII char to decimal or binary? Or a program? csko -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Forms, or multiple headers?

2004-03-05 Thread Andre Cerqueira
i think you have to give each checkbox a different name try: del0, del1, del2,... and each one with the id of the thing you are displaying than you do something like this: for ($i=0; isset($_POST['del'.$i]); $i++) { if (!empty($_POST['del'.$i])) $res = mysql_query("DELETE FROM $table_name

RE: [PHP] Necesito una función

2004-03-05 Thread Alex Hogan
If I understand you correctly I think you can use, getenv() of get the IP address of the user. alex hogan > -Original Message- > From: :: n a s s a t :: Depto Tecnico [mailto:[EMAIL PROTECTED] > Sent: Friday, March 05, 2004 8:02 AM > To: php-ayuda > Subject: [PHP] Necesito una función

[PHP] Re: optimisation sending mails

2004-03-05 Thread Marc
Manuel Lemos wrote: > Hello, > > On 03/04/2004 10:38 PM, Marc wrote: >> I need every week to check mails in a database and send them on e-mail to >> a mailinglist server to synchronise the datas. >> >> I work with two mailing servers and 4 mailinglists (2 on each server). > > > so I need to se

[PHP] Necesito una función

2004-03-05 Thread :: n a s s a t :: Depto Tecnico
En una news de www.php.net informan de que esta dirección se puede utilizar para pedir ayuda. En ese caso, necesitaría saber, por favor, si existe una función para saber la IP desde la que se está accediendo a una página. De no ser esta la utilidad de esta cuenta de correo, les ruego disculpen

Re: [PHP] Date function

2004-03-05 Thread Richard Davey
Hello Jason, Friday, March 5, 2004, 1:51:57 PM, you wrote: JB> Hello, I am new to using the date function. I am in the need of a JB> script that changes an image on a web page on the first day of each JB> month and keeps the image there until the first day of the next month. JB> I have tried to

[PHP] Date function

2004-03-05 Thread Jason Baker
Hello, I am new to using the date function. I am in the need of a script that changes an image on a web page on the first day of each month and keeps the image there until the first day of the next month. I have tried to look for something that could come close but still didn’t work. Can you plea

Re: [PHP] Re: Parse error, unexpected T_STRING!!

2004-03-05 Thread Brian V Bonini
On Thu, 2004-03-04 at 21:39, Andre Cerqueira wrote: > > Enrique Martinez wrote: > > Hello, I'm getting an error that says: > > > > Parse error, unexpected T_STRING on line 73 > > > > line 73 is: > ?> > > > > this is what I have below line 73: > > > > > Transitional//EN" > > "http://www.w3.

Re: [PHP] Shopping Carts

2004-03-05 Thread Brian V Bonini
On Fri, 2004-03-05 at 00:13, John Nichel wrote: > Hi List, > >I'm looking for people who have experience with the carts listed > below to solicit your opinion on said cart. My boss is looking to put > something in place, and while I am evaluating these carts, I'm hoping > y'all can point o

Re[4]: [PHP] 28th of March - PHP Problems!

2004-03-05 Thread Richard Davey
Hello Jason, Friday, March 5, 2004, 12:27:46 PM, you wrote: JW> I get the correct output (ie Sun Mar 28 2004). But quoting your previous post, JW> how did you get: "Sat Mar 27 2004 for me, which is exactly what it should"? Because I over-looked that part :) but more importantly, upon reflection,

Re: [PHP] Fw: remote stop/start the applications

2004-03-05 Thread Jason Wong
On Friday 05 March 2004 20:40, CurlyBraces Technologies \( Pvt \) Ltd wrote: > - Original Message - > From: CurlyBraces Technologies ( Pvt ) Ltd > To: PHP > Sent: Friday, March 05, 2004 3:30 PM > Subject: remote stop/start the applications Please be patient. -- Jason Wong -> Gremlins As

[PHP] Fw: remote stop/start the applications

2004-03-05 Thread CurlyBraces Technologies \( Pvt \) Ltd
  - Original Message - From: CurlyBraces Technologies ( Pvt ) Ltd To: PHP Sent: Friday, March 05, 2004 3:30 PM Subject: remote stop/start the applications hi ,   My OS = Red Hat Linux 8 webserver = apache In that machine , there is some perl , and php scrpts r running. This perl sc

Re: Re[2]: [PHP] 28th of March - PHP Problems!

2004-03-05 Thread Jason Wong
On Friday 05 March 2004 20:11, Richard Davey wrote: > JW> 03 !== 3 > > You're right of course, it doesn't - but it also makes no difference > to his problem: In this case it will make no difference, but if one were to use 09 (in the mistaken belief that it represents September then it would). >

Re: [PHP] 28th of March - PHP Problems!

2004-03-05 Thread Shaun
"Jason Wong" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > On Friday 05 March 2004 19:56, Shaun wrote: > > > $loop3_this_month = 03; > > 03 !== 3 > > manual > Types > Integers > > -- > Jason Wong -> Gremlins Associates -> www.gremlins.biz > Open Source Software Systems Integrators

Re[2]: [PHP] 28th of March - PHP Problems!

2004-03-05 Thread Richard Davey
Hello Jason, Friday, March 5, 2004, 12:07:41 PM, you wrote: JW> 03 !== 3 You're right of course, it doesn't - but it also makes no difference to his problem: "; $m2 = 3; echo date("D M d Y", mktime(0, 0, 0, $m2, 28, 2004)); ?> They both output the exact same thing. -- Best re

Re: [PHP] 28th of March - PHP Problems!

2004-03-05 Thread Jason Wong
On Friday 05 March 2004 19:56, Shaun wrote: > $loop3_this_month = 03; 03 !== 3 manual > Types > Integers -- Jason Wong -> Gremlins Associates -> www.gremlins.biz Open Source Software Systems Integrators * Web Design & Hosting * Internet & Intranet Applications Development * ---

Re: [PHP] 28th of March - PHP Problems!

2004-03-05 Thread Richard Davey
Hello Shaun, Friday, March 5, 2004, 11:56:03 AM, you wrote: S> The 28th of march this year is a Sunday, so why does the following script S> output Wed? S> $loop3_this_day = 28; S> $loop3_this_month = 03; S> $loop3_this_year = 2004; S> echo date("D", mktime(0, 0, 0, $loop3_this_month, $loop3_thi

[PHP] 28th of March - PHP Problems!

2004-03-05 Thread Shaun
Hi, The 28th of march this year is a Sunday, so why does the following script output Wed? Any ideas? Thanks for your help -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Advanced PHP Mailing List?

2004-03-05 Thread Richard Davey
Hello Galen, Friday, March 5, 2004, 8:58:50 AM, you wrote: G> But I'm wondering if there are more complex lists where I might at G> least start just listening and see what's going on. I would like to G> hear about very complex, high-end PHP coding and techniques and G> perhaps interact a little t

Re[2]: [PHP] looking for php talent...

2004-03-05 Thread Richard Davey
Hello bruce, Friday, March 5, 2004, 6:34:32 AM, you wrote: b> We need to stress that we are only looking for very skilled developers who b> are interested in being part of a true Partnership. This will initially be a b> "Sweat Equity" venture. While we are putting in capital for the b> developmen

Re: [PHP] What to do with my array?? Advise needed....

2004-03-05 Thread Richard Davey
Hello Ryan, Friday, March 5, 2004, 3:41:35 AM, you wrote: RA> Problem is, I have no idea how many email addresses are going to get dumped RA> into that array, RA> and I dont want to have 1 hidden fields for 1 addresses...is it RA> legal (and ok) to put RA> the array into a session or som

RE: [PHP] PHP Sessions - Cookies Not Saving

2004-03-05 Thread electroteque
but it will > save on my Linux box. As sending cookies is pretty much a generic procedure which is not platform dependent it would suggest that your WinXP box is broken (needless to say I'm assuming that you have already ensured that your browser is configured to accept cookies). Have you trie

Re: [PHP] PHP Sessions - Cookies Not Saving

2004-03-05 Thread Jason Wong
On Friday 05 March 2004 13:05, Paul Higgins wrote: > When I thought about what the compay really told me...it didn't make sense. > All I know is that that cookie will not save on my WinXP box, but it will > save on my Linux box. As sending cookies is pretty much a generic procedure which is not pl

Re: [PHP] Advanced PHP Mailing List?

2004-03-05 Thread Jason Wong
On Friday 05 March 2004 17:09, [EMAIL PROTECTED] wrote: [inapproriate advertising snipped] Excuse me? Re-read the original post. -- Jason Wong -> Gremlins Associates -> www.gremlins.biz Open Source Software Systems Integrators * Web Design & Hosting * Internet & Intranet Applications Developmen

[PHP] Problem compiling PHP5 with libconv

2004-03-05 Thread electroteque
hi there i am trying to build PHP5 on solaris 9, libiconv is stupidly set in /opt/csw/lib as that is where the package manage pkg-get puts it. I have set where to find libiconv but still not luck Here is my compile ./configure --with-apxs2=/usr/local/httpd/bin/apxs --without-mysql --with-my sqli=

[PHP] Re: [PHP-WIN] Sending arguments to a SP in PHP

2004-03-05 Thread Jakes
is it you result set that is getting trimmed or the actual query? "B.A.T. Svensson" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Very is your problem located? > > Is the string not properly built by php? > or is an error genereated when you try to execute the query? > > > -Or

[PHP] RE: [PHP-WIN] Sending arguments to a SP in PHP

2004-03-05 Thread Svensson, B.A.T. (HKG)
All morons who answer on this, make sure you send your bloody reply to either the guy who asked the question in the first place or to the PHP list - and NOT to me //Anders - sick tired of all private "help". On Fri, 2004-03-05 at 09:48, Svensson, B.A.T. (HKG) wrote: > Very is your p

Re: [PHP] looking for php talent...

2004-03-05 Thread Dave Restall - System Administrator,,,
Hi, > we're looking for some PHP development talent. however, we don't want to > post here if this is not the right group/list. please let us know if it > is/isn't appropriate to post our requirements. if it is, we'll go ahead and > post what we're looking for. There seem to be a few lists availa

RE: [PHP] PHP Sessions - Cookies Not Saving

2004-03-05 Thread Ford, Mike [LSS]
On 05 March 2004 03:33, Paul Higgins wrote: > When I do: print_r($_COOKIE); I get the following: > Array ( [PHPSESSID] => 11781ce29c68ca7ef563110f37e43f38 ) > > Does that mean its setting the Cookie? Yes. Cheers! Mike - Mike

[PHP] remote stop/start the applications

2004-03-05 Thread CurlyBraces Technologies \( Pvt \) Ltd
hi ,   My OS = Red Hat Linux 8 webserver = apache In that machine , there is some perl , and php scrpts r running. This perl script is the application that i have to run over the web. This will effect for the whole process. Some times i want to stop/run that perl script from the other machine

[PHP] Forms, or multiple headers?

2004-03-05 Thread Tristan . Pretty
I'm talking to a MySQL database that contains info on all downloads from our site. I list all these entries, on a PHP page. The table structure etc, are static, but the fields retrieved, are dynamic, based on the users search criteria. Within each result, I've added a small form, that posts that

Re: [PHP] Advanced PHP Mailing List?

2004-03-05 Thread Tristan . Pretty
I use 12All from Active campaign... Great site, GREAT support... and the code was not beyond me in most places... Galen <[EMAIL PROTECTED]> 05/03/2004 08:58 To [EMAIL PROTECTED] cc Subject [PHP] Advanced PHP Mailing List? Hi, Don't mind if I ask this, but are there any other large PH

[PHP] Advanced PHP Mailing List?

2004-03-05 Thread Galen
Hi, Don't mind if I ask this, but are there any other large PHP mailing lists out there that target the mid to high range of PHP development? This list is great, and incredible for beginners, but a large portion of it is stuff like "what's broken with this code" (simple typo) and "how do I wri

[PHP] RE: [PHP-WIN] Sending arguments to a SP in PHP

2004-03-05 Thread Svensson, B.A.T. (HKG)
Very is your problem located? Is the string not properly built by php? or is an error genereated when you try to execute the query? -Original Message- From: Harpreet K. Singh To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: 2004-03-04 21:55 Subject: [PHP-WIN] Sending arguments to a SP in P

[PHP] PHP support for Intersystems Cache database

2004-03-05 Thread Vincent DUPONT
Hi, do you know if PHP supports the Intersystems 'Caché' database system? The PHP manual does not cite classes and I found no information at the intersystems web site. Thank you , Vincent