Nope, calling it once. For some odd reason as I have detailed here
http://bugs.php.net/bug.php?id=26950 IE is loosing all it's cookie data
on different clicks around the website. A piece at a time, however MOZ
and Opera are fine.
In Fellowship,
Tarrant
-Original Message-
From: [EMAIL PRO
PHPSESSIONID in Internet Explorer 6, I
am now noticing that on the refresh of any page (by clicking on any
internal site link) the PHPSESSIONID is changing! This doesn't
happen in Mozilla or Opera, any ideas folks?
Top of each page looks like such:
session_save_path("/home/tazo
php-general,
I wrote to the list a couple of days ago about issues Planet-Tolkien.com
members were experiencing with Internet Explorer, where their PHP based
$_SESSION seemed to be expiring very speradically, where as Mozilla and
Opera browsers this issue was not occuring and they would stay logge
Brilliant, just what I was looking for!
Thank You Larry.
In Fellowship,
Tarrant
-Original Message-
From: Larry Brown [mailto:[EMAIL PROTECTED]
Sent: 04 January 2004 16:58
To: Tarrant Costelloe; PHP List
Subject: RE: [PHP] PHP, Server-Side?
You can create a soap server. I have one
php-general,
I was wondering if it is possible with PHP to create a snippet of code
which could execute on one server but be stored of a different server?
Basic premise is to sell a product written in PHP which people could
include on their site but not be able to edit or see the code, maybe by
u
ly other thing I guess it could be is the .htaccess mod_rewrite
> maybe? It's just weird that Internet Explorer is the only browser that
> seemingly looses the members $_SESSION where as Mozilla is not
> effected whatsoever.
>
> In Fellowship,
> Tarrant
>
> -Original
ip,
Tarrant
-Original Message-
From: Larry Brown [mailto:[EMAIL PROTECTED]
Sent: 03 January 2004 16:34
To: Tarrant Costelloe; PHP List
Subject: RE: [PHP] PHP $_SESSION Expiring in IE
I use sessions with IE all the time without such a problem. Are there
any points in the program that red
Hello,
I have recently launched the new Planet-Tolkien.com, one would think
that writing a message board from scratch and a dynamic weather system,
a simple session login would be the least of my problems right? Wrong.
It would appear that for Mozilla and Opera keep a $_SESSION is not an
issue an
page and the latest go down and
down etc... I would like to get the latest article to go at the top and
oldest to the bottom.
Any help would be gratefully apreciated!
Kind Regards
Tarrant Costelloe (Taz)
Development Department
---
(+44) 01273 852014
(+44) 07714087114
his problem too, and I solve it
this way:
if(strtolower($name1) == strtolower($name2))
I compare both variables in lower case, this way
capitals don't matter at all.
Greetz,
Bjorn Van Simaeys
www.bvsenterprises.com
--- Tarrant Costelloe <[EMAIL PROTECTED]> wrote:
> When doin
When doing the following if statement:
if ($name == "neo")
How can you specify that it doesn't matter whether the first letter of "Neo"
is in captials or not.
Thanks!
Taz
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mai
When using if (!$submit) I get an error saying:
Warning: Undefined variable: submit in C:\Inetpub\webpub\default.php on line
1
Fair enough, so then I add if (isset(!$submit)) and I then get an error;
Parse error: parse error, expecting `T_VARIABLE' or `'$''
Could someone please tell me the more
Is there any other way of passing variables other than submitting them
through a form and passing them using a URL? E.G. Currently I am passing
them though a url which is not the safest means in anyway.
Suggestions would be appreciated.
Thanks in advance.
Tarrant Costelloe
Web Developer
InsurE
What's the syntax for defining the tab order on a input box?
--
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]
I seem unable to view my localhost by typing "http://localhost"; in my opera
client. It comes up with the error message, "The server requested a login
authentication method which is not supported".
Anyone know a way about this?
Thanks in advance!
Tarrant Costelloe
--
PHP
Whenever I use the ? statement in a php page it always
comes up with:
Warning: Undefined variable
Until the submit has been hit, and then it continue on with the rest of the
script fine ( ifelse).
How do you stop this warning message?
Thanks in advance!
Tarrant Costelloe
Web Developer
InsurE
> Can anyone recommend a good/cheap uk based, PHP host? I say cheap as I am
> going to be needing about 500mg's of space for my current site
> (httpp://planet-tolkien.com) hosted with uk2.net.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additio
first go to the page you get:
Warning: Undefined variable: submit in C:\Documents and Settings\Tarrant
Costelloe\Desktop\locahost\default.php on line 1
then the form, on which being filled in and submitted brings you back to the
page without the message and a print() of whether login successful or
How exactly is it that you parse variables from one page to another without
using a form. I have heard you can do it by using the URL?
Taz
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact
Ok here is a simple IF statement I am messing around with, yet the parser is
sending back an error message of which I cannot see the cause:
Code:
Error:
Parse error: parse error in C:\locahost\parser.php on line 16
Line 16 being the line which contains "else" (line 6).
--
PHP Ge
hp. Which say's something along the
lines of:
?php print(" You have asked to purchase $dvd $video $cd 's - Thank you") >?
This prints out, "You have bought 16 - Thank you" for example, see the
problem? How do I get it to print the variable name not just it'
Does anyone know what the code is, if you wanted to specify a specific line
in a file to delete and also to wipe clean the entire file?
Thanks in advance!
Taz
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PRO
What's the most basic syntax for writing to a text file using PHP. I would
like to store some variables in one and then retrieve them a later stage...?
Taz
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECT
I have a log in script written in PHP4 which accesses a secure server. Once
entered I want the the secure page to hold the users name (from variable) in
the header Something along the lines of this:
$name is logged in
Obiously I have tried that with no luck, anyone got any ideas?
Taz
--
24 matches
Mail list logo