Re: [PHP] shell_exec()

2002-03-15 Thread Jason Wong
On Saturday 16 March 2002 06:21, Carlos Fernando Scheidecker Antunes wrote: > Hello all, > > Does anyone know if shell_exec waits to have whatever it was passed to > be executed before returning to the script? > > I am asking that because I need to write a script to compact files to a > zip and th

[PHP] From: Newman, using " and ' or ` in My Sql

2002-03-15 Thread Philip J. Newman
A few of us folk at PhilipNZ.com would like to know about using " and ' or ` in My Sql when calling information from the database. we have always used $sql = "SELECT * FROM `hyperlinks` ORDER BY `clicks` DESC LIMIT 0, 10"; but where told that the ` was not required $sql = "SELECT * FROM hyper

Re: [PHP] From: Newman, using " and ' or ` in My Sql

2002-03-15 Thread Jason Wong
On Saturday 16 March 2002 13:08, Philip J. Newman wrote: > A few of us folk at PhilipNZ.com would like to know about using " and ' or > ` in My Sql when calling information from the database. > > we have always used > > $sql = "SELECT * FROM `hyperlinks` ORDER BY `clicks` DESC LIMIT 0, 10"; > > bu

[PHP] Somebody knows about SecureLink?

2002-03-15 Thread Jan Grafström
Hi! I wonder if this script can be written in PHP? I know nothing about asp. Sub Application_OnStart Set SecureLink = Server.CreateObject("SecureLinkActiveX.SecureCnx.1") Set Application("SecureLink") = SecureLink SecureLink.SetTransacServer "specifiedserver.com", 443, 80 SecureLink.SetContentSe

[PHP] browser caching

2002-03-15 Thread Peter Hall
Hi, I'm having difficulty getting a php page to reload when the user goes back to it. The page is initially loaded with no variables passed, but is then reloaded with variables passed with GET and also retrieves variables from a session cookie, which is set by a different page on first load. Thi

Re: [PHP] From: Newman, using " and ' or ` in My Sql

2002-03-15 Thread David Robley
In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] says... > On Saturday 16 March 2002 13:08, Philip J. Newman wrote: > > A few of us folk at PhilipNZ.com would like to know about using " and ' or > > ` in My Sql when calling information from the database. > > > > we have always used > > > > $sql

<    1   2