[PHP] | delimiter can not be found with strpos nor with explode

2001-11-11 Thread Kal Amry
If I have the string like this str1 | str2 Then | is found However, if I do the above as str1|str2 without spaces Then | can not be found I appreciate any hints on a work around. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

[PHP] Re: | delimiter can not be found with strpos nor with explode

2001-11-11 Thread Kal Amry
It works now!! It was some problems with DreamWaver .. Kal Amry [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... If I have the string like this str1 | str2 Then | is found However, if I do the above as str1|str2 without spaces Then | can not be f

[PHP] Re: warning eror

2001-11-11 Thread Kal Amry
This is a Cobalt box! well you should edit the code and look at line 141 - What error it mentions. Telnet to the box, and cd to that directory then vi repeat.php to edit the file then Type 141 and then Shift G That should take you the line but if you are not familiar with vi the do not

[PHP] Re: warning eror

2001-11-11 Thread Kal Amry
I didn't see the description of the error so take that into consideration when reading my post, yet I agree Zona. Cc Zona [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... In article 008a01c16a91$9da01200$89383842@home, [EMAIL PROTECTED] (Brett) wrote: Can

Re: [PHP] Form Name Attribute Help!

2001-11-10 Thread Kal Amry
ncluding the following in each of your forms: input type='hidden' name='formname' value='formName1' Then you can check $formname in file.php for the value. Hope this helps! Kal Amry wrote: I have posted this question before so I'm giving another try in case new people are looking at the n

[PHP] converting string to double

2001-11-10 Thread Kal Amry
Any handy function to convert a string such as $string1 = '55.32' To A Number such as 55.32 -- 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

[PHP] Re: e modifier

2001-11-10 Thread Kal Amry
I just came across this so check it - It might help: http://www.php.net/manual/en/pcre.pattern.syntax.php#regexp.reference.backsl ash Kal Brian Clark [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Does anyone know when the PCRE modifier 'e' was added into

[PHP] Form Name Attribute

2001-11-10 Thread Kal Amry
Hi guys, If I have a code in file1.php such as: form name=formName1 action=file2.php method=post code.. code.. /form And form name=formName2 action=file2.php method=post code.. code.. /form Now in file2.php, I need to check which form I am receiving!! How do I

[PHP] Form Name Attribute Help!

2001-11-10 Thread Kal Amry
I have posted this question before so I'm giving another try in case new people are looking at the news list!! If I have a form in named formName1 such as: form name=formName1 action=file.php method=post How can I get the name formName1 from within file.php My original question was: Hi

[PHP] multiple http authentication under one directory

2001-11-03 Thread Kal Amry
I have two private areas within each other. The parent folder has one and then another inner folder has another authentication or private area using http basic authentication for both of the above. The problem is that when I enter the password of the Parent directory, the password is set to

[PHP] PHP RPM BUILD ERROR - Help!

2001-11-02 Thread Kal Amry
I am trying to build the binaries, however after the following cmd: rpm -bb php4-2.spec I keep getting: configure: error: Unable to find required gettext library Bad exit status from /var/tmp/rpm-tmp.32623 (%build) Thanks, -- PHP General Mailing List (http://www.php.net/) To unsubscribe,

[PHP] Re: InterBase transaction ...

2001-10-19 Thread Kal Amry
For future reference, the [] in the parameter are means either or (it list the options you have) Yoel Benitez Fonseca [EMAIL PROTECTED] wrote in message 00a601c1585d$7fb33ba0$[EMAIL PROTECTED]">news:00a601c1585d$7fb33ba0$[EMAIL PROTECTED]... Hi! Someone can explain me (or give me an

[PHP] Re: How one can pass throught sessions arrays with no use of mysql or files ?

2001-10-19 Thread Kal Amry
The best way (to get around cookies) is to pass it on the URL a href=phpFile.php??=SID? or a href=phpFile.php?? echo SID; ? Notice no $ before SID Kal Arsenkirillov [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... How one can pass throught sessions arrays

[PHP] Call to undefined function: pfpro_init()

2001-10-19 Thread Kal Amry
Anyone knows how I can use pfpro_init(); It is giving me an error right away saying: Fatal error: Call to undefined function: pfpro_init() in PATH_TO_FILE.php on line 3 Where can I find a support for these functions? Thanks, -- PHP General Mailing List (http://www.php.net/) To