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

2004-01-20 Thread Tarrant Costelloe
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/tazonlin/webs/www.planet-tolkien.com/sessions) ; session_start(); Regards, Tarrant Costelloe -- PHP General Mailing List

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

[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

[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

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 $_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

RE: [PHP] PHP $_SESSION Expiring in IE

2004-01-03 Thread Tarrant Costelloe
- 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 redirect the user off site and back

RE: [PHP] PHP $_SESSION Expiring in IE

2004-01-03 Thread Tarrant Costelloe
] PHP $_SESSION Expiring in IE Have you tried the header(Cache-control: private) workaround for IE6? I seem to remember reading something about that on one of the web dev sites (devshed probably). Use that immediately after session_start() and see if it makes a difference. Kirk Tarrant Costelloe

[PHP] SELECT * FROM

2001-08-29 Thread Tarrant Costelloe
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 -- Qoute/Saying/Poem of the day: Common sense

[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] 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 General Mailing List

[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

[PHP] if $submit

2001-05-21 Thread Tarrant Costelloe
Whenever I use the ? if ($submit) ? 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

[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: ?php if ($name == tarrant $username == costtar $password == password); { print(Your are now logged in $name, thank you.); } else {

[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

[PHP] If (!$submit)

2001-05-17 Thread Tarrant Costelloe
, on the clicking the submit button I am then delivered to the same page of which it shows the results. So the only problem being, is when you 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

[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

[PHP] Shopping with variables

2001-05-16 Thread Tarrant Costelloe
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's value? Tarrant Costelloe Software Developer InsurE-com

[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