[PHP] trouble with odbc

2001-02-01 Thread Michael Geier
s. Does anyone see the error? All help appreciated. Michael Geier CDMSports Systems Administration EMail: [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

RE: [PHP] Sending pretty email

2001-03-11 Thread Michael Geier
Although I will probably getting tarred and feathered for this, I send out at least a million (multiple emails for lists around the 200 thousand customer mark) emails a week, mostly html. When I wrote the software interface (in PHP) to do so, I mentioned to my bosses that many people would not

[PHP] Freshmeat Ad?

2001-03-22 Thread Michael Geier
Is there a reason Freshmeat is showing a banner stating "PHP 4.01pl2 is out"? Especially since the binary is up to 4.04pl1. Michael Geier CDMSports Systems Administration EMail: [EMAIL PROTECTED] Phone: 314.991.1511 x 6505 -- PHP General Mailing List (http://www.php.net/) To unsu

Re: [PHP] A primary practicall for the pros- the easiest way to sort files in a directory by name or date.?

2001-12-15 Thread Michael Geier
depends on how elegant you want: passthru(ls -l | awk '{print $9}' );//sort by name ascending passthru(ls -lt | awk '{print $9}' ); //sort by modification time descending add -r to the ls command to reverse the order of either sort instead of using passthru, you could use exec and

Re: [PHP] Access rights for php files on Linux?

2001-12-18 Thread Michael Geier
Use include files to pass your authentication information. ? include('auth.php'); ? auth.php: ? $username=foo; $password=bar; ? put auth.php in your home directory with you as owner and apache group id as group, or create a group that contains you and apache user (probably 'nobody'). $ chmod

RE: [PHP] Sendemail appends domain to mail function

2001-12-21 Thread Michael Geier
set From: like this - $mailheaders .= From: XYZ Company [EMAIL PROTECTED]\n; -Original Message- From: Peter [mailto:[EMAIL PROTECTED]] Sent: Friday, December 21, 2001 4:48 AM To: [EMAIL PROTECTED] Subject: [PHP] Sendemail appends domain to mail function Hi, I have problem.

RE: [PHP] create a file .png

2002-01-07 Thread Michael Geier
problems with this email: - no script to look at problems with the script: - directory permissions? - gd installation incomplete? - php installation missing gd? -Original Message- From: aurelio [mailto:[EMAIL PROTECTED]] Sent: Monday, January 07, 2002

Re: [PHP] Re: getting a LAMP job in this economy

2002-01-24 Thread Michael Geier
I had previously been hired by a CBS affiliate/sporting news provider and 80% of the reason was my knowledge of PHP. Although I am no longer with that job, I found it to be extremely valuable for my resume. While you won't find PHP on their main website (they use Vignette Story Server and

RE: [PHP] Check browser-type?

2002-01-25 Thread Michael Geier
http://www.php.net/manual/en/function.get-browser.php -Original Message- From: Mårten Andersson [mailto:[EMAIL PROTECTED]] Sent: Friday, January 25, 2002 1:47 PM To: [EMAIL PROTECTED] Subject: [PHP] Check browser-type? Hello. I need to check wich browser-type and/or OS an visitor have

RE: [PHP] Cron Job

2002-02-07 Thread Michael Geier
This is an inappropriate question for this list. I would suggest either a book on learning Unix (almost any flavor will do) or seeking any number of Linux mailing lists for questions concerning the OS. -Original Message- From: karthikeyan [mailto:[EMAIL PROTECTED]] Sent: Thursday,

RE: [PHP] Filling Forms with $variables

2002-02-13 Thread Michael Geier
You might also find it easier to type: input type=text name=name value=?=$name; ? -Original Message- From: Martin Towell [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 13, 2002 4:14 PM To: PHP Subject: RE: [PHP] Filling Forms with $variables also remember that strictly speaking,

RE: [PHP] Re: F/U on mail () problems

2002-02-18 Thread Michael Geier
2 - Yes. The script works if the # of e-mails is small. More than likely, the script is timing out. see http://www.php.net/set_time_limit Here's a copy: ?php $connection=mysql_connect(localhost,wagner,xxx) or die (No connection!); $db=mysql_select_db(sbwresearch_com,$connection) or die

Re: [PHP] From: Newman, PHP on non PHP servers?

2002-03-16 Thread Michael Geier
create a page on the PHP server that returns the results as an html page... than use an include or frameset to put the results into the geocities page... if it wasn't a geocities site, you could use an SSI include or PHP include. -- Michael Geier CDM Sports, Inc. - Systems Administrator

RE: [PHP] WebMail server question

2002-04-07 Thread Michael Geier
You are probably thinking about IMP (http://www.horde.org) This message is actually being sent from an IMP 3.0 installation and our company is very pleased with the product. -- Michael Geier CDM Sports, Inc. - Systems Administrator email: [EMAIL PROTECTED] Quoting Chris Kay [EMAIL

RE: [PHP] Parse an email message for content

2002-06-10 Thread Michael Geier
while not documented, PHP now has the mail-parse functions (see documentation for function list) -Original Message- From: Jonathan Duncan [mailto:[EMAIL PROTECTED]] Sent: Monday, June 10, 2002 3:48 PM To: [EMAIL PROTECTED] Subject: Re: [PHP] Parse an email message for content Ed,

RE: [PHP] %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))

2002-07-09 Thread Michael Geier
easier to just bounce his mail back at him... -Original Message- From: Jason Soza [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 09, 2002 2:34 PM Cc: Erik Hegreberg; [EMAIL PROTECTED] Subject: Re: [PHP] %%%)

RE: [PHP] Does not work

2002-07-14 Thread Michael Geier
from PHP documentation: http://www.php.net/manual/en/reserved.variables.php 'HTTP_REFERER' The address of the page (if any) which referred the user agent to the current page. This is set by the user agent. Not all user agents will set this, and some provide the ability to modify HTTP_REFERER as

Re: [PHP] PHP Security Advisory: Vulnerability in PHP versions 4.2.0 and 4.2.1

2002-07-22 Thread Michael Geier
'. -- Michael Geier CDM Sports, Inc. - Systems Administrator email: [EMAIL PROTECTED] phone: 314.991.1511 x 6505 pager: 314.318.9414 || [EMAIL PROTECTED] - This email sent using CDM Sports Webmail v2 [ http://webmail.cdmsports.com

[PHP] problem compiling Apche 2.0.35 and PHP 4.2.0

2002-04-23 Thread Michael Geier
directory `/root/php-4.2.0/ext' make: *** [all-recursive] Error 1 any thoughts/fixes would be appreciated. --- Michael Geier CDM Sports, Inc., Systems Administration email: [EMAIL PROTECTED] phone: 314.991.1511 x 6505 pager: 314.318.9414 || [EMAIL PROTECTED] -- PHP General

RE: [PHP] problem compiling Apche 2.0.35 and PHP 4.2.0

2002-04-23 Thread Michael Geier
. mike. -Original Message- From: Jerry Rasmussen [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 23, 2002 12:19 PM To: Michael Geier; Php-General Subject: Re: [PHP] problem compiling Apche 2.0.35 and PHP 4.2.0 How did you install MySQL. If you used the RPM's this maybe the problem. I

Re: [PHP] compiling php 4.2 with apache 2.0.35

2002-04-24 Thread Michael Geier
start -- Michael Geier CDM Sports, Inc. - Systems Administrator email: [EMAIL PROTECTED] phone: 314.991.1511 x 6505 pager: 314.318.9414 || [EMAIL PROTECTED] Quoting Michal Dvoracek [EMAIL PROTECTED]: Hello, i have problem with %subj%. It's possible to build php without apxs2

Re: [PHP] problem compiling Apche 2.0.35 and PHP 4.2.0

2002-04-24 Thread Michael Geier
thanks for the reply...I bucked up and installed the linux binaries anyway last night. -- Michael Geier CDM Sports, Inc. - Systems Administrator email: [EMAIL PROTECTED] phone: 314.991.1511 x 6505 pager: 314.318.9414 || [EMAIL PROTECTED] Quoting Jason Wong [EMAIL PROTECTED

[PHP] question with sockets and XML

2002-05-06 Thread Michael Geier
Hi all, I have to do the following: open a socket to an external server authenticate on that server begin retrieving articles and write to local files I am able to connect the server via Net/Sockets.php and authenticate. Now the tricky part...the data is fed via an XML

Re: [PHP] Send html email

2002-05-11 Thread Michael Geier
-Auth, attachments, etc, that works with a variety of MTAs including Sendmail, Qmail, and direct SMTP transport. -- Michael Geier CDM Sports, Inc. - Systems Administrator email: [EMAIL PROTECTED] Quoting Liam MacKenzie [EMAIL PROTECTED]: RTFM http://www.php.net/manual/en/function.mail.php

[PHP] compile problem with gd 2.0.1

2002-05-31 Thread Michael Geier
-sockets --with-esoob --with-mysql=/usr/local/mysql --with-zlib-dir=/usr/include --with-jpeg-dir=/usr/lib --with-png-dir=/usr/lib any help appreciated -- Michael Geier email: [EMAIL PROTECTED] - This mail sent through CDM Sports Webmail

[PHP] gd project question

2002-05-31 Thread Michael Geier
coordinates for the end of the needle based on a perentage of a half-circle (180 degree arc)? Appreciate any clues or ideas. --- Michael Geier -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] gd project question

2002-05-31 Thread Michael Geier
not getting my head around the numbers...is there anywhere on the net that has a good thorough description about a process like this? Thx. mike -Original Message- From: Darren Gamble [mailto:[EMAIL PROTECTED]] Sent: Friday, May 31, 2002 11:40 AM To: 'Michael Geier'; Php-General Subject

RE: [PHP] Re: Protect PHP coding

2002-08-03 Thread Michael Geier
Acer, Did you ever consider the fact that ASP, JSP and CF jobs are advertised more because their developers actually advertise? When was the last time you saw a commerical on TV for PHP? And yet, due to PHP's extensive development and interoperability, it is one of the highest installed

RE: [PHP] [Followup] Exploding Zip Codes! (Using PHP's explode function)

2002-08-13 Thread Michael Geier
are you trying to insert into MySQL DB? Or select out of the DB? insert: table structure: zip city etc... connect to db; loop through your array { //while ($array = array_shift($data)) create $sql from array parts ($sql = insert

RE: [PHP] Re: Getting PHP to submit a form to google

2002-08-16 Thread Michael Geier
a more OO approach might be to use the Snoopy PHP class (http://snoopy.sourceforge.net) This will allow you to do GET/POST method requests on URLS with query variables, ie: POST $snoopy = new Snoopy; $submit_vars[q] = [ form variables ]; $submit_url =

Re: [PHP] [bob@elitegroup.on.ca: RE: php emails]

2002-09-21 Thread Michael Geier
I have never used BSD so forgive any of the obvious: 1. Sendmail installed on this machine? 2. Is the php.ini value for 'sendmail_path' correct? 3. Is there any firewall or port.deny for SMTP? 4. Can you send mail from the CLI? -- Michael Geier CDM Sports, Inc. - Systems

Re: [PHP] pipe email to php?

2001-11-24 Thread Michael Geier
The real question is why? What is the purpose of piping the email to a PHP script? Are you trying to insert emails into a database? Are you trying to deal with emails automatically based on subject? Are you trying to deal with emails from a specific source? The answers to these questions will

Re: [PHP] Sending fax with php, is it possible?

2001-11-29 Thread Michael Geier
. HylaFAX homepage: http://www.hylafax.org NOTE: This is a UNIX-based solution. -- Michael Geier CDM Sports, Inc. - Systems Administrator email: [EMAIL PROTECTED] phone: 314.991.1511 x 6505 pager: 314.318.9414 || [EMAIL PROTECTED]  [EMAIL PROTECTED] wrote: Hi all! I have a little

[PHP] WTF: mail() is not supported in this PHP build ???

2001-05-15 Thread Michael Geier
]/sendmail )... so I installed sendmail, recompiled php, still no luck... anyone have any ideas? I checked the archives and someone posted a similar question about this yesterday, but no response yet. Michael Geier CDM Sports Systems Administrator email: [EMAIL PROTECTED] phone

[PHP] SNMP question

2001-02-19 Thread Michael Geier
-vars --enable-force-cgi-redirect --with-mysql Thanks. Michael Geier CDMSports Systems Administration EMail: [EMAIL PROTECTED] Phone: 314.991.1511 x 6505 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

[PHP] RE: [PHP-DB] Resolution detect and redirect

2001-02-27 Thread Michael Geier
This is the wrong mailing list for this information. try: news://comp.lang.javascript (newsgroup) http://www.javascript.com/ (website) http://www.obscure.org/javascript/ (javascript mailing list homepage) -Original Message- From:

RE: [PHP] Passing values from ASP to PHP

2001-03-01 Thread Michael Geier
I'm no ASP guru (never touched it actually), but...it seems as if this will add an extra "" on the end of the url. myscript.php?one=bluetwo=redthree=yellow ^ -Original Message- From: Opec Kemp [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 01,

[PHP] preg question

2001-04-12 Thread Michael Geier
t;http://www.mysite.com"gt;http://www.mysite.comlt;/agt; any ideas? TIA! Michael Geier CDMSports Systems Administration EMail: [EMAIL PROTECTED] Phone: 314.991.1511 x 6505 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-m

[PHP] install problem

2001-04-16 Thread Michael Geier
? Michael Geier EMail: [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

RE: [PHP] Screen Resolutions

2001-04-17 Thread Michael Geier
PHP is server side, so it has no mthodology for detecting client side information. Try javascript. -Original Message- From: Stuart Rees [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 17, 2001 4:05 PM To: [EMAIL PROTECTED] Subject: [PHP] Screen Resolutions Could anyone tell me if

RE: [PHP] Big Problem

2001-04-26 Thread Michael Geier
in php.ini, put /var/qmail/bin/qmail-inject into sendmail_path -Original Message- From: Thomas Booms [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 25, 2001 6:48 PM To: [EMAIL PROTECTED] Subject: [PHP] Big Problem Hi all, I'm using on my new machine (SuSE 7.0) PHP4. In one

[PHP] test - pls ignore.

2001-05-01 Thread Michael Geier
Michael Geier CDM Sports Systems Administration EMail: [EMAIL PROTECTED] Phone: 314.991.1511 x 6505 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e

RE: [PHP] Maximum execution time of 30 seconds exceeded...

2001-05-03 Thread Michael Geier
set_time_limit(n) where n is number of seconds (or 0 for no time limit) -Original Message- From: Jon Haworth [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 03, 2001 5:53 AM To: 'Kraa de Simon'; Php-General (E-mail) Subject: RE: [PHP] Maximum execution time of 30 seconds exceeded...

[PHP] question about broadcast application

2001-05-03 Thread Michael Geier
My bosses came to me and asked me to spec out a broadcast mailer (spam box) that clients could: - log into - choose a pre-approved list (clients could have multiple lists) - choose a stored email - send sample - send broadcast I know that Qmail and EzMLM

[PHP] installation problems (php 4.2.3/mcrypt/curl)

2003-01-03 Thread Michael Geier
I searched MARC first, but none of the answers there seemed to work. Installing: RH 8 Apache 1.3.27 (--enable-module=so) PHP 4.2.3 (--with-apxs --enable-ftp --with-esoob --with-mcrypt --with-curl --with-openssl, etc.) Openssl 0.9.7 Mcrypt 2.5.3

[PHP] REPOST: installation problems (php 4.2.3/mcrypt/curl)

2003-01-04 Thread Michael Geier
repost [no response] I searched MARC first, but none of the answers there seemed to work. I have noticed similar issues on there, but the only answers are make sure you compiled with package X. Installing: RH 8 Apache 1.3.27 (--prefix --enable-module=so) PHP 4.2.3 (--with-apxs

Re: [PHP] MySQL field data type for ISBN numbers

2003-08-10 Thread Michael Geier
://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php === Michael Geier CDM Sports, Inc. Systems Administration email: [EMAIL PROTECTED] phone: 314.692.3540 --- This email sent using CDM Sports

Re: [PHP] mail() usage in for loops

2003-08-14 Thread Michael Geier
on... $headers .= Content-Type: text/plain; charset=iso-8859-1\n; mail ($email, $subject, $body, $headers); -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php === Michael Geier CDM Sports, Inc

[PHP] php/mysql group by headache

2003-04-04 Thread Michael Geier
of a solution? Thanks. -- Michael Geier [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Email This Story and Print Functions

2003-05-31 Thread Michael Geier
:36, Jeffrey L. Fitzgerald wrote: Thanks to Kevin, Monty and the others who helped with my earlier post... Anyone have experience with PHP based Email This Story and Print This Story functions?? I am looking to add these along with a digital postcard mailer. -- Michael Geier

Re: [PHP] mail function problem

2003-05-31 Thread Michael Geier
. ** -- Michael Geier [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] / [Newman] When i send an email it ...

2003-06-15 Thread Michael Geier
://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php === Michael Geier CDM Sports, Inc. Systems Administration email: [EMAIL PROTECTED] phone: 314.692.3540 --- This email sent using CDM

Re: [PHP] AOL

2003-06-21 Thread Michael Geier
see this before? Thanks. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php === Michael Geier CDM Sports, Inc. Systems Administration email: [EMAIL PROTECTED] phone: 314.692.3540

[PHP] weird issues w/PHP install

2003-07-02 Thread Michael Geier
I have installed PHP numerous times using the same configuration and this is the first time I have run into this issue. solaris 2.8 on e3500 apache 1.3.27 ( --enable-module=so --prefix=/usr/local/apache) php 4.3.2 ( --with-apxs --with-mysql

Re: [PHP] Grabbing info from other Sites

2003-07-13 Thread Michael Geier
=== Michael Geier CDM Sports, Inc. Systems Administration email: [EMAIL PROTECTED] phone: 314.692.3540 --- This email sent using CDM Sports Webmail v3.1 [ http://webmail.cdmsports.com ] -- PHP General Mailing

Re: [PHP] Output yyyymmdd formatted date || 20030131 to FridayJanuary 31, 2003

2003-02-08 Thread Michael Geier
-- -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php === Michael Geier CDM Sports, Inc. Systems Administration email: [EMAIL PROTECTED] phone: 314.692.3540

[PHP] multi-d array frustration

2003-03-16 Thread Michael Geier
), however, I have not been able to get: select * from table where [conditions] and greatest version for unique name any help appreciated === Michael Geier CDM Sports, Inc. Systems Administration email: [EMAIL PROTECTED] phone: 314.692.3540

RE: [PHP] Add content thru e-mail

2002-11-04 Thread Michael Geier
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php === Michael Geier CDM Sports, Inc

RE: [PHP] Need MENTOR for Fantasy football project

2002-11-09 Thread Michael Geier
to make a friendly 'office league' type interface for your friends, or are you trying to make something alot bigger? Be prepared for everything you could potentially need for a large operation (did I mention legal department?). === Michael Geier CDM Sports, Inc

Re: [PHP] Re: BBCode?

2002-11-25 Thread Michael Geier
that make PCRE pretty easy. http://builder.com - Go To: Web Scripting (left menu) - Cool Tools (right menu) - Regular Expression Inspector (2/3 way down page) .mike === Michael Geier CDM Sports, Inc. Systems Administration email: [EMAIL PROTECTED

RE: [PHP] ad rotation program

2001-10-04 Thread Michael Geier, CDM Systems Admin
check out Oasis on Freshmeat...I haven't used it, but I did notice it on there. also, as already posted, PHPads. -Original Message- From: Wandrer [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 04, 2001 2:12 PM To: Joseph Bannon Cc: [EMAIL PROTECTED] Subject: Re: [PHP] ad rotation

RE: [PHP] Mail()

2001-08-13 Thread Michael Geier, CDM Systems Admin
your MTA is setting the envelope, not your script. if you are using sendmail, look at the -f flag in the man sendmail page. then modify your php.ini file. Or possibly even set the variable (sendmail_path) inside of your script to include the -f flag. -Original Message- From:

RE: [PHP] Mail()

2001-08-13 Thread Michael Geier, CDM Systems Admin
:[EMAIL PROTECTED]] Sent: Monday, August 13, 2001 9:40 AM To: Michael Geier, CDM Systems Admin Cc: [EMAIL PROTECTED] Subject: RE: [PHP] Mail() I said before I do not have access to the php.ini I am on a virtual Hosting ... -Original Message- From: Michael Geier, CDM Systems Admin [mailto

RE: [PHP] Execute a PHP script from unix (crontab)

2001-08-15 Thread Michael Geier, CDM Systems Admin
Why not use the tool built for the job? mysqldump will allow saving both data and structure. http://www.mysql.com/doc/m/y/mysqldump.html -Original Message- From: Kunal Jhunjhunwala [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 15, 2001 11:05 AM To: [EMAIL PROTECTED] Subject: Re:

RE: [PHP] Convert to int...?

2001-08-22 Thread Michael Geier, CDM Systems Admin
(int)$siz will give you what you are looking for. although with the math below, you are going to end up with 0. $siz = 72 / 160;//returns 0.45 echo round($siz); //returns 0 echo (int)$siz; //returns 0 -Original Message- From: Seb Frost

RE: [PHP] Re: how to sort search results by relevance?

2001-08-29 Thread Michael Geier, CDM Systems Admin
www.google.com search relevance searches in MySQL 1. www.mysql.com/documentation/mysql/bychapter/manual_Fulltext_Search.html -Original Message- From: BRACK [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 29, 2001 11:40 AM To: Mark Maggelet Cc: [EMAIL PROTECTED] Subject: Re: [PHP] Re:

RE: [PHP] date/time of current page

2001-09-11 Thread Michael Geier, CDM Systems Admin
script language=javascript document.write('some text ' + document.lastmodified + ' some other text.'); /script -Original Message- From: Jack Dempsey [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 11, 2001 4:42 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: [PHP] date/time

RE: [PHP] I am making a mailing list but....

2001-09-13 Thread Michael Geier, CDM Systems Admin
It would help if you were a little more descriptive about this... Are you trying to do this in the To: field, the Cc: or Bcc: fields, actually in the body of a message, in a flat file, in a DB... flat file: $fp = fopen(filename,w); //emails in array while ($tmp =

[PHP] RE: [PHP-DB] Date field

2001-06-20 Thread Michael Geier, CDM Systems Admin
-mm-dd in DATE format you can pull it back out however you like with the DATE_FORMAT command SELECT sometext,DATE_FORMAT(somedate,'%m/%d/%Y') AS date FROM tablename then you have two variables: sometext and date see documentation on www.mysql.com for more info on DATE_FORMAT

RE: [PHP] Is this a joke?!

2001-06-22 Thread Michael Geier, CDM Systems Admin
I love it... server info: Server: Apache/1.3.19 (Unix) PHP/4.0.4pl1 mod_perl/1.25 -Original Message- From: Fredrik Arild Takle [mailto:[EMAIL PROTECTED]] Sent: Friday, June 22, 2001 9:44 AM To: [EMAIL PROTECTED] Subject: [PHP] Is this a joke?! Is this a joke?

RE: [PHP] RE: Time Taken to Process

2001-07-16 Thread Michael Geier, CDM Systems Admin
try the attached class. $t = new timer; $t-start(); // some code; $t-stop(); $diff = $t-gettime(); echo $diff; -Original Message- From: Phil Spitler [mailto:[EMAIL PROTECTED]] Sent: Monday, July 16, 2001 1:20 PM To: [EMAIL PROTECTED] Subject: [PHP] RE: Time Taken to Process yeah, I

[PHP] note to PHP developers

2001-07-17 Thread Michael Geier, CDM Systems Admin
- qmail path --- Michael Geier CDM Sports, Inc. - Systems Administrator email: [EMAIL PROTECTED] phone: 314.991.1511 x 6505 pager: 314.318.9414 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED

RE: [PHP] please help.

2001-07-18 Thread Michael Geier, CDM Systems Admin
try using the attached class. ? $time = new timer; $time-start(); // some code $time-stop(); $total = $time-gettime(); echo $total; ? -Original Message- From: McShen [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 18, 2001 11:08 AM To: [EMAIL PROTECTED] Subject: [PHP] please help.

[PHP] need advice on project...

2001-07-24 Thread Michael Geier, CDM Systems Admin
. I figure I will have to configure PHP with: --with-pdflib --with-jpeg-dir --with-tiff-dir --with-png-dir --with-zlib-dir Does any one have any good code for creating PDF's on the fly with graphic images? Thanks. --- Michael Geier CDM Sports, Inc. - Systems

RE: [PHP] e-mail confirmation #76215525

2001-07-27 Thread Michael Geier, CDM Systems Admin
hahahaha... -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Friday, July 27, 2001 9:51 AM To: [EMAIL PROTECTED] Subject: [PHP] e-mail confirmation #76215525 This is a confirmation e-mail for your request. You can come anytime and claim your FREE Sex Toys at