Hello, This is just a reminder messages to let you know as subscriber of the php-objects mailing list you may be interested about the new site where you may...
php-objects@yahoogrou...
Aug 1, 2004 12:38 pm
1498
Hello, This is just a reminder to let you know that the following polls are going on the php-objects mailing list that you are a subscriber. Please do not...
php-objects@yahoogrou...
Aug 1, 2004 12:38 pm
1499
I have a Date/Calendar Class, and I'd like to know your view on something. When a new Object is created, Month, Day, Year, Hour, Minute, Seconds, TZ are...
I just completed (well, almost) a Julian Date Class. It is actually 3 files. * Julian, more of a shell. * Julian_Base, uses the built-in PHP methods *...
It a value/property is not needed all the time then my approach would be to generate it on demand, not in the constructor. Either approach will work, but IMHO...
Hiii all, I had a problem with session time out can any boday tell me that how can i set session time out means can i set time of session so that session can...
Hi, you can set the session expire time with the php command: ini_set("session.gc_maxlifetime", 60) for an expire time of 60 seconds. Have a look at: ...
Hi Stephan, ... As I have a prob with session timeout, too ... What about different timezones, say server is in the USA (Altlanta/GA) and most requests come...
That won't make any difference ... the location requests come from is of no consequence. The SESSION lives on the machine in the USA ... From: Martin Samesch...
I found an excellent generator of php object driven and would like to share link: phpcodegenie.sourceforge.net I translated into Portuguese-Brazil and soon the...
No, session cookies are stored on the server. They were developed as an alternate to standard cookies which are stored on the client's machine because people...
Andy Bartel
andy@...
Aug 11, 2004 9:51 pm
1509
Hi Martin, I think this will make no difference. Session cookies are mostly destroyed when closing the browser and they only contains the session id to...
As the other posters have pointed out, session cookies do not live on the client, they are stored on the server. A cookie on the client machine identifies that...
Oi Ribamar. Estou começando no Php. Ainda,não faço nada orientado a objeto. Trabalho tudo procedural. Sou o único na minha empresa que trabalha com o...
... Session handling functions A visitor accessing your web site is assigned an unique id, the so-called session id. This is either stored in a cookie on the...
Don't get me wrong .. there are other ways to identify a client. Usually this is done by carrying out a number of tests ... ip , referrer yada yada yada If you...
You can use them as a form value and use the post method. Still anyone can view the source unless you are using SSL, in which case you may not have to worry ...
That was a good tip, Ribamar. Really interesting project. Thanks for that one. ;-) Em sua mensagem de Wednesday, August 11, 2004, 5:49:15 PM: R> I found an...
Hi all. I'd like to know what classes you'd recommend me to validate data and to connect/manage a database. I was thinking about ADOdb and Validator 1.2...
... Hi there, I've used the "forms generation and validation" class from Manuel Lemos, it's absolutely amazing! I use it together with the SMARTY templating...
... Não sou expert (ainda). :) -I'm not expert (still). :) ... Com certeza o PCG poderá ajudar. Eu também não trabalho com PHP OO. Estou aqui para ajudar e...
I tried that phpcode genie and there are some more commercial and free. See on this http://www.codegeneration.net/ codecharge seems to be well ahead but it is...
I want to see how this crude code can be used to produce full system for example auction website etc.with backend admin panel. regards Irfan ... Very good. ......
I want to see how this crude code can be used to produce full system for example auction website etc.with backend admin panel. regards Irfan ... Very good. ......
I want to see how this crude code can be used to produce full system for example auction website etc.with backend admin panel. regards Irfan ... Very good. ......
specifically front end and back end. e.g auction ecommerce auction website front end and admin panel at the backend. Regards Irfan ... Very good. ... ...