Re: [PHP] Some Advice

2013-06-25 Thread Samuel Lopes Grigolato
Just be cautious if going to check IP, because: 1) The two users could be in the same house or cybercafé, which gives them the same IP. 2) The user could be traveling with a wireless card, his IP would change quite a lot in this scenario. On Tue, Jun 25, 2013 at 9:32 AM, wrote: > You should at

Re: [PHP] Some Advice

2013-06-25 Thread Alex Pojarsky
Putting your session-ID into post will require you to POST every page, rather then GET it. And every anchor user clicks will have to POST, not GET. On Tue, Jun 25, 2013 at 4:32 PM, wrote: > You should at least check the IP of the client additionally to have some > prove > it is the same client y

Re: [PHP] Some Advice

2013-06-25 Thread php
You should at least check the IP of the client additionally to have some prove it is the same client you gave the session-ID. And it is better to put the session-ID in a POST-field than in GET. So it es very unlikely someone passes a session ID around accidently. -- PHP General Mailing List (htt

Re: [PHP] Some Advice

2013-06-25 Thread Floyd Resler
Thanks for pointing me to that. Looks to be much simpler that they way I was going to do it. Thanks! Floyd On Jun 25, 2013, at 8:17 AM, Samuel Lopes Grigolato wrote: > Hope it helps: > http://stackoverflow.com/questions/3740845/php-session-without-cookies (go > directly to the answer) >

Re: [PHP] Some Advice

2013-06-25 Thread Samuel Lopes Grigolato
But please, PLEASE, read carefully: *If a user were to copy and paste the URL of the page they were on, and someone else were to click on it, they would both be using the same session.* On Tue, Jun 25, 2013 at 9:17 AM, Samuel Lopes Grigolato < samuel.grigol...@gmail.com> wrote: > Hope it helps:

Re: [PHP] Some Advice

2013-06-25 Thread Samuel Lopes Grigolato
Hope it helps: http://stackoverflow.com/questions/3740845/php-session-without-cookies (go directly to the answer) On Tue, Jun 25, 2013 at 9:15 AM, Floyd Resler wrote: > I use sessions to store login information. However, a particular user of > a site can only access it at the library which has

[PHP] Some Advice

2013-06-25 Thread Floyd Resler
I use sessions to store login information. However, a particular user of a site can only access it at the library which has cookies shut off. So, I'm thinking of creating an entry in the database with a unique identifier and expiration time. I would then pass that identifier to each page. Do

Re: [PHP] Some advice / points / help

2007-01-05 Thread Richard Lynch
On Fri, January 5, 2007 9:07 am, Steven Macintyre wrote: > Hi guys, > > Some intelligent minds needed again ... I have the following > "schematic" to > work to ... > > http//steven.macintyre.name/arb/showlineups.jpg > > I need to "fill" that with data from a mysql table ... > > The format of th

Re: [PHP] Some advice / points / help

2007-01-05 Thread Jochem Maas
Roman Neuhauser wrote: > # [EMAIL PROTECTED] / 2007-01-05 16:37:27 +0100: >> Steven Macintyre wrote: >>> http//steven.macintyre.name/arb/showlineups.jpg >> that URL make my browser end up here: >> >> http://www.w3.org/Protocols/ >> >> is .name even a top level domain? did that happen whilst I

Re: [PHP] Some advice / points / help

2007-01-05 Thread Roman Neuhauser
# [EMAIL PROTECTED] / 2007-01-05 16:37:27 +0100: > Steven Macintyre wrote: > > http//steven.macintyre.name/arb/showlineups.jpg > > that URL make my browser end up here: > > http://www.w3.org/Protocols/ > > is .name even a top level domain? did that happen whilst I was sleeping? That's bec

Re: [PHP] Some advice / points / help

2007-01-05 Thread Stut
Jochem Maas wrote: Steven Macintyre wrote: I have the following "schematic" to work to ... http//steven.macintyre.name/arb/showlineups.jpg that URL make my browser end up here: http://www.w3.org/Protocols/ is .name even a top level domain? did that happen whilst I was slee

Re: [PHP] Some advice / points / help

2007-01-05 Thread David Giragosian
So the question is... How to grab data from the DB and create a jpg from it, looking pretty like http://steven.macintyre.name/arb/showlineups.jpg (I added the colon ;-) ) ?? David

RE: [PHP] Some advice / points / help

2007-01-05 Thread Edward Kay
> > > http//steven.macintyre.name/arb/showlineups.jpg > > > > that URL make my browser end up here: > > > > http://www.w3.org/Protocols/ > > > > is .name even a top level domain? did that happen whilst I was sleeping? > > Looks like something is wrong with your DNS Jochem :) I can see the image

RE: [PHP] Some advice / points / help

2007-01-05 Thread Edward Kay
> > http//steven.macintyre.name/arb/showlineups.jpg > > that URL make my browser end up here: > > http://www.w3.org/Protocols/ > > is .name even a top level domain? did that happen whilst I was sleeping? Looks like something is wrong with your DNS Jochem :) I can see the image fine. .name h

Re: [PHP] Some advice / points / help

2007-01-05 Thread Jochem Maas
Steven Macintyre wrote: > Hi guys, > > Some intelligent minds needed again ... I dont think I count - mostly because I don't even understand the question. > I have the following "schematic" to > work to ... > > http//steven.macintyre.name/arb/showlineups.jpg that URL make my browser end up h

[PHP] Some advice / points / help

2007-01-05 Thread Steven Macintyre
Hi guys, Some intelligent minds needed again ... I have the following "schematic" to work to ... http//steven.macintyre.name/arb/showlineups.jpg I need to "fill" that with data from a mysql table ... The format of the table is as follows; CREATE TABLE `kayasite_schedule` ( `id` int(11) NOT