Hi,
chmod used to change the permisssion level.
you can set your chmod on command line via chmod
commnad or if you are using any ftp programme(In case
files are on remote server) you can just right click
on the file or directory to get the option of chmod
setting in most ftp clients.
revert
Excellent ... thanks that is exactly what I wanted.
Michael.
On Sat, 04 Sep 2004 20:21:46 -0600
Doug Thompson <[EMAIL PROTECTED]> wrote:
> Michael Gale wrote:
> > Hello,
> >
> > Right now I have a mysql select statement with the LIMIT option
> > of 500.
> > Is there a way to find what
Michael Gale wrote:
Hello,
Right now I have a mysql select statement with the LIMIT option of 500.
Is there a way to find what the total number of selected results would
of been with out doing a mysql select first with out the limi and using
mysql_num_rows ?
Thanks
You could use SQL_CALC_FO
Hello,
Right now I have a mysql select statement with the LIMIT option of 500.
Is there a way to find what the total number of selected results would
of been with out doing a mysql select first with out the limi and using
mysql_num_rows ?
Thanks
--
Hand over the Slackware CD's and back
On Sat, 4 Sep 2004, Torsten Roehr wrote:
> > > "SELECT firstname, lastname, address FROM TABLENAME
> > > ORDER BY lastname ASC";
> > >
> > > Use ASC or DESC to order your query results. When you
> > > iterate over the result as Torsten indicated,
> > > everything will be in the order you specify.
<[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED]
> Dear friends,
>
> In "quiz" there is a dir called "saved" and chmod it to "0755"
>
> How do I chmod directory to "0755"
> Guidance, please.
Typing "chmod" into the search input field on php.net (search whole site)
would have lead you t
Dear friends,
In "quiz" there is a dir called "saved" and chmod it to "0755"
How do I chmod directory to "0755"
Guidance, please.
"Ron Piggott" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> I am still new to PHP and I wanted to ask a question.
>
> I am wanting to create a PHP script to randomly display one of many
greeting
> messages on my web site. I was going to store them in a text based file.
I
> wanted P
> > "SELECT firstname, lastname, address FROM TABLENAME ORDER BY lastname
ASC";
> >
> > Use ASC or DESC to order your query results. When you
> > iterate over the result as Torsten indicated, everything
> > will be in the order you specify.
>
> In the database table itself, right? Does it make more
If it were a database, this would make sense. He's asking about a text-
based file. This isn't really a database issue -- there's a lot of what
are called "fortune scripts" out there that do exactly what you want.
Do a search on Google.
--
Peter Ellis - [EMAIL PROTECTED]
Web Design and Developme
It's actually very simple : Just use
SELECT * FROM tbl_name ORDER BY RAND() LIMIT 1
Cheers - Neil
At 17:35 04/09/2004 +, you wrote:
Message-ID: <[EMAIL PROTECTED]>
From: "Ron Piggott" <[EMAIL PROTECTED]>
To: "PHP DB" <[EMAIL PROTECTED]>
Date: Sat, 4 Sep 2004 14:00:56 -0400
MIME-Version: 1.0
Con
Hi:
So far I´ve read that PHP 5.0.1 has Object Oriented capabilities and it can
be used to construct GUI regarding OO programing style, That it has Class,
constructors, and alike. I´m new to this, that´s why I wondered for a RAD
enviroment on PHP as soon as I installed it. Isn´t there any?.
Must I
On Fri, 3 Sep 2004, Hutchins, Richard wrote:
> > -Original Message-
> > From: Pete Holsberg [mailto:[EMAIL PROTECTED]
> > Sent: Friday, September 03, 2004 11:59 AM
> > Cc: [EMAIL PROTECTED]
> > Subject: Re: [PHP-DB] Re: Newbie Questions
> >
> >
> > On Thu, 2 Sep 2004, Torsten Roehr wrote
I am still new to PHP and I wanted to ask a question.
I am wanting to create a PHP script to randomly display one of many greeting
messages on my web site. I was going to store them in a text based file. I
wanted PHP to randomly select one of them and display it each time the
script was loaded.
Lester Caine wrote:
No, that's true; no Firebird yet. Drivers needed :) It's basically a
slightly modified version of the JDBC API for PHP.
Now THAT might be the correct way forward. I already use the
Firebird-Jaybird interface when running plug-ins on Eclipse without any
problems, but I can
Hans Lellelid wrote:
No, that's true; no Firebird yet. Drivers needed :) It's basically a
slightly modified version of the JDBC API for PHP.
Now THAT might be the correct way forward. I already use the
Firebird-Jaybird interface when running plug-ins on Eclipse without any
problems, but I ca
16 matches
Mail list logo