[PHP] Re: copy a string

2002-08-21 Thread Carsten Mohr
Hi, there is a JavaScript-command to 'simulate' ctrl-v. It's exec.Command(paste); so I'm quite sure that there is also a command like exec.Command(copy); but this works for MSIE only in newer versions (5.5 and higher) this is not possible because this security-bug was fixed Greetings Carsten

[PHP] Re: Help needed about queries with MySQL, thanks.

2002-08-18 Thread Carsten Mohr
Hallo, I don't know if it helps you, but normally you have to quote the variable in the SQL-Statement like: SELECT * FROM sessions WHERE sessionID = '$sessionID' Otherwise I always get an SQL-Error Jean-Marc Godart wrote: Hello everyone, I am a new PHP user, from Belgium. I am trying to

[PHP] Re: Sessions...

2002-08-15 Thread Carsten Mohr
As far as I know, you're right, that the session is destroyed Kondwani Spike Mkandawire wrote: Am I mistaken to assume that a Session is automatically destroyed if a Window Browser is closed? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: