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
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
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
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
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
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
"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";
}
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
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
thanks in advance
Seba
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
thanks in advance
Seba
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
11 matches
Mail list logo