[PHP] Re: Call to undefined function problem

2001-09-10 Thread Doug Farmer
from php3.0.14 to php4.0.6. Doug Farmer [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... I'm doing the following: test.php - ?php require(functions.php); require(); // several other requires here setNoCacheHeaders(); // this is

Re: [PHP] How to pass variables to php functions from url's?

2001-09-07 Thread Doug Granzow
((^[-_.\/a-zA-Z0-9]*$), $PATH_INFO, $arg); $args = split( /, $arg[1]); Hope this helps. Doug Granzow [EMAIL PROTECTED] -- 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

[PHP] Re: Problems with Sessions?

2001-09-07 Thread Doug Granzow
: session.use_trans_sid = 0 This will cause sessions to not work on browsers where cookies are disabled. Doug Granzow [EMAIL PROTECTED] Tim [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... When I first browse to a site on my LAN, I get links with URLs that lo

[PHP] Re: mysql timestamp field

2001-09-07 Thread Doug Granzow
, t_stamp=t_stamp WHERE ... The t_stamp=t_stamp will cause t_stamp to not change to now(). Doug Granzow [EMAIL PROTECTED] Mesut Tunga [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Hi all, I need an update on my table. but I have a timestamp fiel

[PHP] Re: mysql_fetch_array

2001-09-07 Thread Doug Granzow
e($myrow=mysql_fetch_array($result2)) Doug Granzow [EMAIL PROTECTED] -- 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 PROTECTED]

[PHP] Re: code troble

2001-09-07 Thread Doug Granzow
You don't have a closing } for function obrada(). When the line number of the parse error is the last line of the file, I've found it is almost *always* due to a missing brace, paren, or quote somewhere in the file. Doug Granzow [EMAIL PROTECTED] Nikola Veber [EMAIL PROTECTED] wrote in message

[PHP] Re: network connections

2001-09-07 Thread Doug Granzow
, through qmail, and it is set up so that qmail automatically routes any bounces back to another script where I can update my database to reflect which users' mail is bouncing. Doug Granzow [EMAIL PROTECTED] J.R. Lillard [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL P

[PHP] Re: execute a script on access to a directory

2001-09-07 Thread Doug Granzow
not found ? } Note the line that sets the value of $file. In this case, your 'getit' script is in the include directory, not the go directory. (You can't have a directory named 'go' since you now have a script named 'go'.) Doug Granzow [EMAIL PROTECTED] Enrique Vadillo [EMAIL PROTECTED

[PHP] a good PHP editor

2001-07-18 Thread doug
? Free/small fee programs doesn't matter Thanks Doug Henry -- 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 PROTECTED]

Re: [PHP] a good PHP editor

2001-07-18 Thread doug
Ok I downloaded and looked at a few and the winner seems to be edit+.Thanks everybody! Doug Henry - Original Message - From: Chris Lambert - WhiteCrown Networks [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, July 18, 2001 1:42 PM Subject: Re: [PHP] a good PHP editor

RE: [PHP] Good Free PHP Editor?

2001-03-12 Thread Doug Brewer
://www.ultraedit.com Doug | -Original Message- | From: Kevin Cawthorne [mailto:[EMAIL PROTECTED]] | Sent: Monday, March 12, 2001 8:35 AM | To: [EMAIL PROTECTED] | Subject: Re: [PHP] Good Free PHP Editor? | | | Edit Plus - every time !!! | | www.editplus.com | | I love it - syntax highlighting

[PHP] recursive problem

2001-03-06 Thread Doug Brewer
...which is what you'd expect, except these static variables seem to keep their value. any ideas? TIA, Doug Brewer -- 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

RE: [PHP] removing and item out of a string

2001-03-06 Thread Doug Brewer
what about preg_replace("(\d),(\d)", "$1$2",$your_string); to replace every occurence of a comma surrounded by digits? This works with 4.04, prior to that the "replace" string would by "\\1\\2". Doug | -Original Message- | From: Brian C.

[PHP] compile error

2001-03-05 Thread Doug Kite
: conflicting types for `socklen_t' php.h:115: previous declaration of `socklen_t' *** Error code 1 Stop. This is on a machine that has been recently upgraded to FreeBSD 3.0-stable. Can anyone advise how to fix this error? Thank you, Doug -- PHP General Mailing List (http://www.php.net/) To unsubscribe

Re: [PHP] Going backwards with sessions.

2001-02-13 Thread Doug Budny
77.1095 ph. 250.376.2690 fx. 250.554.1120 "Doug Budny" [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... I'm having a strange problem with sessions, it appears that they are not propagating to the next page. When I run the login page the sess vars get

[PHP] Help w/ PHP2 install

2001-02-06 Thread Doug Taylor
Hello, I posted a message a few days back about a compile error I was getting on a Apache install w/ PHP2, PHP4, msql, mysql, and ssl. I haven't had any response, so I decided to try and simplify and isolate the problem by eliminating PHP4, mysql, and ssl. Basically, I've prepped PHP2 as an

[PHP] sessions without cookies

2001-02-03 Thread Doug Kite
n. Is there a way to redirect this first page back to itself quickly, with the sessid in the url, so that even a user with cookies disabled will not lose the session if they use the browser back or reload buttons? Thanks, Doug -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [E

[PHP] Compile error w/ libextra.a (ranlib)

2001-02-03 Thread Doug Taylor
.a as part of a PHP3 install, not a PHP2 install. Duh. Unfortunately that's not the case here. Any assistance would be appreciated, and yes, I have tried the obvious: ranlib /path/to/modules/extra/libextra.a FWIW, this is ranlib version "GNU ranlib 2.9.5" Any assistance appreciated, TIA

<    1   2