[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

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; but where

[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. SCRIPT LANGUAGE=VBScript RUNAT=Server Sub Application_OnStart Set SecureLink = Server.CreateObject(SecureLinkActiveX.SecureCnx.1) Set Application(SecureLink) = SecureLink SecureLink.SetTransacServer specifiedserver.com,

[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.

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 = SELECT * FROM

<    1   2