RE: [PHP] PHPSESSIONID altering each time the page is loaded in IE

2004-01-20 Thread Tarrant Costelloe
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

[PHP] PHPSESSIONID altering each time the page is loaded in IE

2004-01-20 Thread Tarrant Costelloe
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] Session expiry issues in IE, still.

2004-01-05 Thread Tarrant Costelloe
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

RE: [PHP] PHP, Server-Side?

2004-01-04 Thread Tarrant Costelloe
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] PHP, Server-Side?

2004-01-04 Thread Tarrant Costelloe
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

RE: [PHP] PHP $_SESSION Expiring in IE

2004-01-03 Thread Tarrant Costelloe
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

RE: [PHP] PHP $_SESSION Expiring in IE

2004-01-03 Thread Tarrant Costelloe
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

[PHP] PHP $_SESSION Expiring in IE

2004-01-03 Thread Tarrant Costelloe
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

[PHP] SELECT * FROM

2001-08-29 Thread Tarrant Costelloe
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

RE: [PHP] Upper or Lower Case

2001-08-07 Thread Tarrant Costelloe
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

[PHP] Upper or Lower Case

2001-08-07 Thread Tarrant Costelloe
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

[PHP] if(!$submit)

2001-08-07 Thread Tarrant Costelloe
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

[PHP] Passing variables

2001-05-23 Thread Tarrant Costelloe
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

[PHP] Tab ordereing

2001-05-22 Thread Tarrant Costelloe
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]

[PHP] Opera > Localhost

2001-05-22 Thread Tarrant Costelloe
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

[PHP] if $submit

2001-05-21 Thread Tarrant Costelloe
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

[PHP] UK based Hosting?

2001-05-21 Thread Tarrant Costelloe
> 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

[PHP] If (!$submit)

2001-05-17 Thread Tarrant Costelloe
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

[PHP] parsing variables

2001-05-17 Thread Tarrant Costelloe
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

[PHP] *IF* it was that simple

2001-05-17 Thread Tarrant Costelloe
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

[PHP] Shopping with variables

2001-05-16 Thread Tarrant Costelloe
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'

[PHP] Deleting 1 file line

2001-05-16 Thread Tarrant Costelloe
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

[PHP] Writing to files

2001-05-14 Thread Tarrant Costelloe
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

[PHP] PHP: Variables in

2001-05-14 Thread Tarrant Costelloe
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 --