Re: [PHP] failed to open stream: No such file or directory in

2004-03-15 Thread Seba
uch file > or directory in /var/www/html/account/index.php on line 6 > > I have no idea what is wrong here > > _ > FREE pop-up blocking with the new MSN Toolbar – get it now! > http://clk.atdmt.com/AVE/go/o

Re: [PHP] catching URL#target params

2004-03-15 Thread Seba
Il lun, 2004-03-15 alle 15:55, David T-G ha scritto: > Sebastiano, et al -- > > ...and then Seba said... > % > % I think that the only way to catch it is to rewrite the URL. > % > % 1)Write pages with appropriates links. Somethink like > % href='www.yoursit

Re: [PHP] catching URL#target params

2004-03-15 Thread Seba
I think that the only way to catch it is to rewrite the URL. 1)Write pages with appropriates links. Somethink like href='www.yoursite.com/anchor_target/index.php' 2)Create e rewrite rule in the htacces file. 3)Catch the target value from the php page parsing the rewritten URL www.yoursite.com/i

Re: [PHP] seesions problem

2004-02-27 Thread Seba
Last month I had thew same problem, but I don't remeber how I solved it. Note that it is only a "Notice", and not an error message. Set your php.ini to do not show notice messages. Seba Il ven, 2004-02-27 alle 13:16, Pance ha scritto: > I've been using the same code to

[PHP] Re: session expired -> how to know if the session is newor old

2004-02-25 Thread Seba
It means that the session_start function has not changed (has restored the old value) the session id value. Set your browser to do not accept cookies, and it will work. Remember that the value of the session id can be passed by GET POST and Cookies to. Seba -- PHP General Mailing List (http

Re: [PHP] Re: session expired -> how to know if the session is newor old

2004-02-24 Thread Seba
It means that the session_start function has not changed (has restored the old value) the session id value. Set your browser to do not accept cookies, and it will work. Remember that the value of the session id can be passed by GET POST and Cookies to. Seba Il mar, 2004-02-24 alle 17:31

Re: [PHP] Re: session expired -> how to know if the session is new or old

2004-02-24 Thread Seba
"in the first page of your website, or when you connect for the firs time to it" $_SESSION['first_session_value'] = session_id(); "others pages" if($_SESSION['first_session_value'] != session_id()){ echo "The session has a new value"; }

Re: [PHP] Re: Delayed mail()... ?

2004-02-20 Thread Seba
a GET http://abcabc.com/yourscript.php 3) a cron for the shell script every day. Seba Il ven, 2004-02-20 alle 14:36, Ben Ramsey ha scritto: > Probably the best way to do this is the use cron to schedule a script to > run at a specified time. > > The way I'd do it is to cr

Re: [PHP] Re: PHPSESSID and URL rewriting

2004-02-19 Thread seba
Unfortunately I do can not oblige users which will use those pages to accept cookies . The pages are for an e-commerce web site. If I use the directive session.use_trans_sid = 0 is not possible to MANTAIN THE SAME phpsessid value among differents pages, isn t it? Cheers, Seba - Original

[PHP] PHPSESSID and URL rewriting

2004-02-19 Thread Seba
thanks in advance Seba -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] PHPSESSID and URL rewriting

2004-02-19 Thread Seba
thanks in advance Seba -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php