Ryan A wrote:
Hi,
I installed OSCommerce for a client quite some time back and everything was
running smoothly.
When the client needed to make changes she used to tell me and I used to do
it by ftping in, dl'ing the
files, making changes, uploading them.
Now she found that in the control panel you
"Jason Wong" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED]
> On Monday 01 March 2004 10:04, Five wrote:
> > "Michael Kunze" <[EMAIL PROTECTED]> wrote in message
> > news:[EMAIL PROTECTED]
> >
> > > Matt Palermo wrote:
> > > > How can I get the field names from a specified MySQL table
Hi everyone,
I have a bit of a dilemma. I am using a Miva Shopping Cart, not through any
desire of mine but my client wants it, at least for now. However, instead
using the provided Store front, we want to create our own. Here is the
dilemma:
Miva uses cookies, which is fine. However, the
On Monday 01 March 2004 10:04, Five wrote:
> "Michael Kunze" <[EMAIL PROTECTED]> wrote in message
> news:[EMAIL PROTECTED]
>
> > Matt Palermo wrote:
> > > How can I get the field names from a specified MySQL table? I don't
> > > need the data, I just want to get an array of the tables field names.
Hi,
Monday, March 1, 2004, 3:04:13 AM, you wrote:
PH> Hello everyone,
PH> I'm beginning to experiment with PHP sessions. I was wondering if it is
PH> possible to place objects into the session?
PH> Thanks,
PH> Paul
PH> _
PH> Take
"Michael Kunze" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED]
> Matt Palermo wrote:
>
> > How can I get the field names from a specified MySQL table? I don't need
> > the data, I just want to get an array of the tables field names.
>
> use 'DESC table_name;'
>
> --
> Michael Kunze
Does anyone know of any PHP scripts that can calculate US Business days
( as well as add and subtracting based on whether a day is a business
day or not?) or will I need to write something myself?
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.p
On Saturday, February 28, 2004, at 04:09 PM, Karl Timmermann wrote:
Does anyone have some PHP code to remove incorrect carriage returns?
Karl,
It depends on your definition of "incorrect"... if you mean strip ALL
carriage returns from the text, that's easy.
So, what's your definition of "inco
Hi,
I installed OSCommerce for a client quite some time back and everything was
running smoothly.
When the client needed to make changes she used to tell me and I used to do
it by ftping in, dl'ing the
files, making changes, uploading them.
Now she found that in the control panel you can edit the f
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
if you try, i think you will see that you can
Paul Higgins wrote:
Hello everyone,
I'm beginning to experiment with PHP sessions. I was wondering if it is
possible to place objects into the session?
Thanks,
Paul
_
Is there any solution to this problem?
I can see that this problem happens when the memory is exhausted.
How do I make a correct .htaccess file so set these values:
php_value memory_limit 34M
php_value post_max_size 33M
php_value upload_max_filesize 32M
php_value max_execution_time 600
Why does PHP
That will tell the browser "The movie is there!Go there instead!" umm..
Kinda like that anyway.. It lets the user download from there, and not your
server..
--
// DvDmanDT
MSN: dvdmandt¤hotmail.com
Mail: dvdmandt¤telia.com
"John" <[EMAIL PROTECTED]> skrev i meddelandet
news:[EMAIL PROTECTED]
> wh
when you use a command like this:
header("Location: http://www.highbandwidhtmirror.com/videos/download.mpg";);
Is the user downloading off the mirror site or is your server downloading
from the mirror and passing on to the end user. I want to save bandwidth by
having mirror urls of funny videos, s
Matt Palermo wrote:
> How can I get the field names from a specified MySQL table? I don't need
> the data, I just want to get an array of the tables field names.
use 'DESC table_name;'
--
Michael Kunze
http://www.smrealms.de/
Caterva carissima mea est Ille Quis.
--
PHP General Mailing List
How can I get the field names from a specified MySQL table? I don't need
the data, I just want to get an array of the tables field names.
Thanks,
Matt
http://sweetphp.com
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Sorry, I didn't know what top posting was, but someone just told me.
Won't happen again..
Sorry!
Karl
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Not a problem. I think it doesn't work because you need to register for
a key on weather.com site now.
Thanks though!
Karl
On Feb 29, 2004, at 7:40 AM, Lowell Allen wrote:
I'm looking for some code to get the latest weather and put it on my
webpage, and have it very customizable. What are your
php-general Digest 29 Feb 2004 22:55:22 - Issue 2619
Topics (messages 179128 through 179138):
php newsgroup portal?
179128 by: Zhang Weiwu
179129 by: Shane Nelson
Re: mkdir and rmdir possible but not readdir and opendir???
179130 by: raisinlove
Re: $sring = ARRAY?
Juergen Mueller Pro.Vider.De Gmbh wrote:
> does anybody know a simply mailing function, which does
> open a smtp connection to an mailserver, sends say 20 mails
> with different bodies to that mailserver and than closes
> the smtp connection again?
phpmailer.sh.net
use $mail->SMTPKeepAlive()
--
> -Original Message-
> From: Juergen Mueller pro.vider.de GmbH [mailto:[EMAIL PROTECTED]
> Sent: Sunday, February 29, 2004 12:02 PM
> To: [EMAIL PROTECTED]
> Subject: [PHP] Mail class to send several e-mails within one smtp
> connection
>
> Hello,
>
> does anybody know a simply mailing
Hello,
does anybody know a simply mailing function, which does
open a smtp connection to an mailserver, sends say 20 mails
with different bodies to that mailserver and than closes
the smtp connection again?
As I understand the standard php mail() function, that
it is doing quit that but of course
Hello everyone,
I'm beginning to experiment with PHP sessions. I was wondering if it is
possible to place objects into the session?
Thanks,
Paul
_
Take off on a romantic weekend or a family adventure to these great U.S.
location
Yep, that was indeed the problem.
Many thanks for your help.
I just could not see that at all
regards
Ahbaid
Richard Davey wrote:
Hello Ahbaid,
Sunday, February 29, 2004, 6:33:45 AM, you wrote:
AG> this uses a FORM with INPUT tags, what is weird is that under IE6 some
AG> of the INPUT f
Hi,
I agree that it's a bad practice not to use a wrapper but it seems most
people who use PHP took mysql for granted and haven't used any wrappers
in their code.
Anyway the kind of wrappers commonly used to help separate out
mysql/pgsql/mssql code probably will not be able to make full use of
MYSQL_FETCH_ROW returns an array of the values of the columns in a row. When
you try to use that value as, for example, a string or in a print statement
you get the word Array. What you probably want to do is the following (not
knowing your actual column names):
if (($value = mysql_fetch_array($re
The work-around is to create the directory outside of your web application
from your regular account. Or if you are allowed to run cgi scripts and
these are set up via cgiwrapper or suExec to run as your own user id, use
this to create the directory. Once created with the right owner, you can
man
To read this list I use thunderbird:
http://www.mozilla.org/projects/thunderbird/
It's an email client instead of a newsgroup reader. Just filter the
php-general messages into a separate folder and sort it by thread.
Super easy to use and a very nice piece of software.
Shane
Zhang Weiwu wr
Hello. I have been looking for a good php newsgroup reader for some
time. News portal looks pretty good to me but I haven't tried yet.
There is a very charming project "mynewsgroup" at mynewsgroup.sf.net,
particularly it has beautiful looking. But that project seems dead. The
only mailing list
php-general Digest 29 Feb 2004 10:50:49 - Issue 2618
Topics (messages 179094 through 179127):
Re: creating file links on linux (ln) with php
179094 by: Jeremy
Re: mkdir and rmdir possible but not readdir and opendir???
179095 by: raisinlove
179097 by: raisinlove
Hello Ahbaid,
Sunday, February 29, 2004, 6:33:45 AM, you wrote:
AG> this uses a FORM with INPUT tags, what is weird is that under IE6 some
AG> of the INPUT fields are showing up with yellow
AG> backgrounds
Sounds to me like you have the Google toolbar installed with the
AutoFill option enabl
nah man, i was asking if anyone has tried this, it is documenting php code
right ?, i think so :D. I've alread tried him, all i get is RTFM, i think
its a bug.
-Original Message-
From: Andre Cerqueira [mailto:[EMAIL PROTECTED]
Sent: Sunday, February 29, 2004 7:36 PM
To: [EMAIL PROTECTED]
S
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
i think you are talking about this: http://www.phpdoc.de/
while this newsgroups is about this: http://www.php.net/
you may find what you want to now here, but maybe you would have more
luck here: http://www.phpdoc.de/doc/
or here: http://www.phpdoc.de/
32 matches
Mail list logo