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