[PHP] HELP! HELP !

2005-04-12 Thread Justin Joe
HI, Any body give me any hinder I would be very appreciated! I want to use a parameter of the second page in the first page, how can I realize it. For example, there is a segment in the first page: " com " But I want to use the parameter "$result_id" which in the second page(au

Re: [PHP] HELP , HELP ,HELP

2005-03-29 Thread Richard Lynch
On Tue, March 29, 2005 4:49 pm, wangchq said: > if(eregi("^\$[0-9]+\,[0-9]+\.[0-9]+",$set,$account)){ For starters: PHP use \ as an escape character for $ inside of "" Regex uses \ as an escape character for $ as a literal rather than line-end character. So your \$ should be \\\$, because PHP w

[PHP] çå: [PHP] HELP , HELP ,HELP

2005-03-29 Thread wangchq
-éäåä- åää: Chris W. Parker [mailto:[EMAIL PROTECTED] åéæé: 2005å3æ30æ 9:36 æää: php-general@lists.php.net äé: FW: [PHP] HELP , HELP ,HELP Wangchq, Please send all responses to the public mailing list. What we need to know from you is what $set is and what data it contains

FW: [PHP] HELP , HELP ,HELP

2005-03-29 Thread Chris W. Parker
, March 29, 2005 5:23 PM To: Chris W. Parker Subject: ??: [PHP] HELP , HELP ,HELP -éäåä- åää: Chris W. Parker [mailto:[EMAIL PROTECTED] åéæé: 2005å3æ30æ 9:04 æää: wangchq; php-general@lists.php.net äé: RE: [PHP] HELP , HELP ,HELP wangchq <mailto:[EMAIL PROTECTED]> on Tuesday,

RE: [PHP] HELP , HELP ,HELP

2005-03-29 Thread Chris W. Parker
wangchq on Tuesday, March 29, 2005 4:50 PM said: > Hi; Hello. > I use this regulation expression to check account(money)type, but it > does not work. That's "regular" expression. You were close. :P > if(eregi("^\$[0-9]+\,[0-9]+\.[0-9]+",$set,$account)){ > >

[PHP] HELP , HELP ,HELP

2005-03-29 Thread wangchq
Hi; Would somebody help me ? I would be appreciate. I use this regulation expression to check account(money)type, but it does not work. if(eregi("^\$[0-9]+\,[0-9]+\.[0-9]+",$set,$account)){ $reg_account=$account[1]; } else $reg_account=-1; yours, justin

[PHP] HELP HELP in a stand still

2003-03-24 Thread Daniel McCullough
I dont know where my brain is today, obviously not with me. I had this working yesterday and then a server crash casued them to run the backup from teh day before and wiped all my work out. Can someone please get me back on track. HEre is the problem. I want to list a collection of items. St

Re: [PHP] HELP HELP on a file parser

2003-01-22 Thread 1LT John W. Holmes
file); ---John Holmes... - Original Message - From: "Didier McGillis" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, January 22, 2003 4:23 PM Subject: Re: [PHP] HELP HELP on a file parser > Fixed a couple of things in the code. Pretty good for

Re: [PHP] HELP HELP on a file parser

2003-01-22 Thread 1LT John W. Holmes
, 2003 4:23 PM Subject: Re: [PHP] HELP HELP on a file parser > Fixed a couple of things in the code. Pretty good for psudo code. :) > > But I get this error when running. > > Warning: Argument #1 to array_intersect() is not an array in > /home/httpd/vhosts/mccullough-n

Re: [PHP] HELP HELP on a file parser

2003-01-22 Thread Didier McGillis
in the log //file that matches a number in the in.txt file $answer = array_flip($intersect); fwrite ($results, $answer); From: "1LT John W. Holmes" <[EMAIL PROTECTED]> Reply-To: "1LT John W. Holmes" <[EMAIL PROTECTED]> To: "Didier McGillis" <[EMAIL PROTEC

Re: [PHP] HELP HELP on a file parser

2003-01-22 Thread 1LT John W. Holmes
From: "Didier McGillis" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, January 21, 2003 5:49 PM Subject: Re: [PHP] HELP HELP on a file parser > Sorry should have done this. > > in.txt (there will be 470 of these #'s) - it uses these numbers to ch

Re: [PHP] HELP HELP on a file parser

2003-01-21 Thread 1LT John W. Holmes
> I need some help, I think this is probably really simple and I was wondering > if anyone had some code I could use to help me write this. > > I need a page to parse a text file with a list of numbers, and then take > those numbers and parse another file with over 7MB of information and to > look

[PHP] HELP HELP on a file parser

2003-01-21 Thread Didier McGillis
I need some help, I think this is probably really simple and I was wondering if anyone had some code I could use to help me write this. I need a page to parse a text file with a list of numbers, and then take those numbers and parse another file with over 7MB of information and to look for thos

Re: [PHP] help help help!!!!!!pls........

2002-07-06 Thread Alberto Serra
Balaji Ankem wrote: > I have multiple check boxes ...and I gave the single name to all check > boxes. > > If I post to my php script I am not getting all the values as an > array.I am getting only one value(last value). Correct. Since they are all named in the same way, the last one

[PHP] help help help!!!!!!pls........

2002-07-06 Thread Balaji Ankem
Hi dear friend, I have multiple check boxes ...and I gave the single name to all check boxes. If I post to my php script I am not getting all the values as an array.I am getting only one value(last value). = function checkitall() { v

[PHP] Help help help ... or something like that

2001-08-24 Thread Dan McCullough
>I have a burning question that needs to be looked at, and see if someone can give me an idea of a >way to get the desired result. Are you ready. > >Here is my problem, I need to strip out of an mbox file everything but the body of the email, now >to complicate matters this is an extremly large

[PHP] HELP HELP! PLEASE! Interfacing EMail to PHP

2001-01-10 Thread Dieter Kneffel
> Please help! Perhaps you have an idea what to do: > > I want to get information directly from sendmail, > like the body of the message and, very important, > the receipients address. > > So if someone sends an email to [EMAIL PROTECTED] > I want to see who it was sent to. > > Currently I am u