[PHP] Re: PHPdoc web interface

2004-02-29 Thread Andre Cerqueira
-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:

RE: [PHP] Re: PHPdoc web interface

2004-02-29 Thread electroteque
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]

Re: [PHP] Weird Problem with INPUT tag

2004-02-29 Thread Richard Davey
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

php-general Digest 29 Feb 2004 10:50:49 -0000 Issue 2618

2004-02-29 Thread php-general-digest-help
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

[PHP] php newsgroup portal?

2004-02-29 Thread Zhang Weiwu
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

Re: [PHP] php newsgroup portal?

2004-02-29 Thread Shane Nelson
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

Re: [PHP] mkdir and rmdir possible but not readdir and opendir???

2004-02-29 Thread raisinlove
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

Re: [PHP] $sring = ARRAY?

2004-02-29 Thread Michael Lewis
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 =

Re: [PHP] PHP5 only configures mysql 4.1 source with mysqli

2004-02-29 Thread Raditha Dissanayake
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

[PHP] Solved [PHP] Weird Problem with INPUT tag

2004-02-29 Thread Ahbaid Gaffoor
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

[PHP] PHP Sessions

2004-02-29 Thread Paul Higgins
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.

[PHP] Mail class to send several e-mails within one smtp connection

2004-02-29 Thread Juergen Mueller pro.vider.de GmbH
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

RE: [PHP] Mail class to send several e-mails within one smtp connection

2004-02-29 Thread Axiom
-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 function,

[PHP] Re: Mail class to send several e-mails within one smtp connection

2004-02-29 Thread Michael Kunze
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() --

php-general Digest 29 Feb 2004 22:55:22 -0000 Issue 2619

2004-02-29 Thread php-general-digest-help
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?

Re: [PHP] What's your favorite PHP weather code?

2004-02-29 Thread Karl Timmermann
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

[PHP] Opps

2004-02-29 Thread Karl Timmermann
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

[PHP] Get MySQL table field names

2004-02-29 Thread Matt Palermo
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

[PHP] Re: Get MySQL table field names

2004-02-29 Thread Michael Kunze
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

[PHP] header(Location: question

2004-02-29 Thread John
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, so

[PHP] Re: header(Location: question

2004-02-29 Thread DvDmanDT
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] when you

Re: [PHP] php crash and memory_limit

2004-02-29 Thread kringla
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] Re: PHP Sessions

2004-02-29 Thread Andre Cerqueira
-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

[PHP] A question about permissions.....might be a bit 0T

2004-02-29 Thread Ryan A
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

Re: [PHP] Text cleaning?

2004-02-29 Thread Justin French
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. ?php $str =

[PHP] PHP and determining Business days.

2004-02-29 Thread Steve
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:

[PHP] Re: Get MySQL table field names

2004-02-29 Thread Five
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

Re: [PHP] PHP Sessions

2004-02-29 Thread Tom Rogers
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 off

Re: [PHP] Re: Get MySQL table field names

2004-02-29 Thread Jason Wong
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. use 'DESC

[PHP] Cookies

2004-02-29 Thread Paul Higgins
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

Re: [PHP] Re: Get MySQL table field names

2004-02-29 Thread Five
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? I don't need

Re: [PHP] A question about permissions.....might be a bit 0T

2004-02-29 Thread Burhan Khalid
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