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
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
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
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
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
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
101 - 106 of 106 matches
Mail list logo