Re: [PHP] Re: **[SPAM]** Re: [PHP] email as link

2004-11-03 Thread Lester Caine
Jordi Canals wrote: Jay Blanchard wrote: [snip] Sending as HTML will ensure that _almost_ everyone sees it as a link, but there are some who have their clients set to block HTML. [/snip] Text only on a list like this is just darned good etiquette. Are you trying to tell me that some people on maili

RE: [PHP] Domain Information

2004-11-03 Thread Mulley, Nikhil
Sorry , but this are the groups where I always get my concern addressed :) Thanks, Nikhil. -Original Message- From: Greg Donald [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 03, 2004 5:46 PM To: [EMAIL PROTECTED] Subject: Re: [PHP] Domain Information On Wed, 3 Nov 2004 14:44:58 +0

Re: [PHP] XML Signature verification in PHP

2004-11-03 Thread Christian Stocker
On Wed, 3 Nov 2004 22:51:53 -0800 (PST), Rajesh Batchu <[EMAIL PROTECTED]> wrote: > HI All, > > I am getting a xml document from my customer which is signed with XML Signature. > > Customer is Signing the document with xmlsec library ( parser is libxml2). > > I have to verify the signature on my

Re: [PHP] mysql_connect

2004-11-03 Thread Jason Wong
On Thursday 04 November 2004 06:47, Ben Miller wrote: Please do not top post. > Guess that would have been helpful. > > Warning: mysql_connect(): Access denied for user: > '[EMAIL PROTECTED]' (Using password: YES) in > /home/virtual/site2/fst/var/www/html/test/global.php on line 74 > Couldn't con

Re: [PHP] mysql_connect

2004-11-03 Thread raditha dissanayake
Ben Miller wrote: Guess that would have been helpful. Warning: mysql_connect(): Access denied for user: '[EMAIL PROTECTED]' (Using password: YES) in /home/virtual/site2/fst/var/www/html/test/global.php on line 74 Couldn't connect to server. That does not mean that the $host is being replaced by

[PHP] XML Signature verification in PHP

2004-11-03 Thread Rajesh Batchu
HI All, I am getting a xml document from my customer which is signed with XML Signature. Customer is Signing the document with xmlsec library ( parser is libxml2). I have to verify the signature on my side and do the rest of the processing. I saw sevaral examples on the http://www.aleksey.c

RE: [PHP] mysql_connect

2004-11-03 Thread Ben Miller
Guess that would have been helpful. Warning: mysql_connect(): Access denied for user: '[EMAIL PROTECTED]' (Using password: YES) in /home/virtual/site2/fst/var/www/html/test/global.php on line 74 Couldn't connect to server. -Original Message- From: Jason Wong [mailto:[EMAIL PROTECTED] Sent

Re: [PHP] mysql_connect

2004-11-03 Thread Jason Wong
On Thursday 04 November 2004 06:22, Ben Miller wrote: > I am having trouble connecting to a database on another server. I have the > following for the connection, but it seems to be overriding the value for > the $host variable, and replacing it with localhost. Anyone got any ideas? > > $host="d

[PHP] mysql_connect

2004-11-03 Thread Ben Miller
I am having trouble connecting to a database on another server. I have the following for the connection, but it seems to be overriding the value for the $host variable, and replacing it with localhost. Anyone got any ideas? $host="domain.com"; $user="username"; $password=

Re: [PHP] Pagination need help

2004-11-03 Thread Jason Wong
On Thursday 04 November 2004 04:22, Scott McWhite wrote: > function works fine with one exception. Example of my problem: searchterm > typed in the html search form equals “ford”, in the database there are 2000 > fords, the first page displays 20 fords and then the next page forgets that > we are

Re: [PHP] name of the function

2004-11-03 Thread Jason Wong
On Thursday 04 November 2004 04:33, Gustavo A. Baratto wrote: > is there anyway to know the name of the function that is being executed? manual > Constants > Magic constants -- Jason Wong -> Gremlins Associates -> www.gremlins.biz Open Source Software Systems Integrators * Web Design & Hostin

[PHP] Re: name of the function

2004-11-03 Thread Greg Beaver
Gustavo A. Baratto wrote: hello there, is there anyway to know the name of the function that is being executed? In the docs (http://www.php.net/manual/en/ref.funchand.php), we can find out the arguments of the function, but not the name of the function itself. echo __FUNCTION__; Greg -- PHP Gene

[PHP] name of the function

2004-11-03 Thread Gustavo A. Baratto
hello there, is there anyway to know the name of the function that is being executed? In the docs (http://www.php.net/manual/en/ref.funchand.php), we can find out the arguments of the function, but not the name of the function itself. Thanks ;) -- PHP General Mailing List (http://www.php.net/)

[PHP] Pagination need help

2004-11-03 Thread Scott McWhite
Hi, I’m using an HTML search form that passes the “searchterm” to a php file. In my case the “searchterm” can have 1000s of records in my database, so I implemented a limit which displays 20 records per page. The pagination function works fine with one exception. Example of my problem: search

RE: [PHP] Authentification related to browser window

2004-11-03 Thread Zareef Ahmed
Hi Cristi, I think you must know and understand how the session works in PHP. Please Read. http://in2.php.net/session Some things to note on that page session.use_cookies session.use_trans_sid Zareef Ahmed -Original Message- From: Cristi Barladeanu [mailto:[EMAIL PROTECTED] Se

Re: [PHP] pdflib tables

2004-11-03 Thread Jason Wong
On Thursday 04 November 2004 01:39, blackwater dev wrote: > Is there anyone who is using pdflib +php and formatting your data to > the pdf via tables? I don't. But if you're having trouble you may find google > php pdf class useful. -- Jason Wong -> Gremlins Associates -> www.gremlins.biz Op

[PHP] Re: VOTE TODAY

2004-11-03 Thread Michelle Konzack
Am 2004-11-02 18:36:08, schrieb Michael Lauzon: > I am also Canadian, so don't waste my bandwidth either...Chris > bandwidth is cheap in Canada! ...and cheaper in France at free.fr 30 Euros for ADSL 6MBit/512kBit Greetings Michelle -- Linux-User #280138 with the Linux Counter, http://counter

Re: [PHP] Advice on imagecreatefrom

2004-11-03 Thread Jason Wong
On Thursday 04 November 2004 00:33, Daniel Lahey wrote: > I've encountered the same bug that others have in regards to failure of > the imagecreatefromjpeg(), imagecreatefrompng(), and > imagecreatefromgif() functions when running under IE. I find it hard to believe that your choice of browser a

Re: [PHP] SQL-Injection, XSS and Hijacking

2004-11-03 Thread Chris Shiflett
--- [EMAIL PROTECTED] wrote: > I read now quite a lot of articles about SQL-Injection, > XSS, and session hijacking in a hopefully appropriate way. > > As I understand the function addslashes(), quote_meta(), > and mysql_real_escape_string() are to avoid SQL Injection The database-specific escapi

RE: [PHP] blank function parameters

2004-11-03 Thread Zareef Ahmed
Hi, when declaring function function example($var1, $var2, $var3, $var4="anything") { } Now calling Example("one","two","three"); will not throw an error, but pass 'anything' as the value of $var4 by default if you override the value pass all the argumets. Zareef ahmed -Original Me

RE: [PHP] SQL-Injection, XSS and Hijacking

2004-11-03 Thread Zareef Ahmed
Hi, look for escapeshellcmd(). It is another good function to minimize the security risks. http://in2.php.net/escapeshellcmd Zaeeef ahmed >-Original Message- >From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] >Sent: Thursday, November 04, 2004 3:55 AM >To: [EMAIL PROTECTED] >Subject:

[PHP] pdflib tables

2004-11-03 Thread blackwater dev
Is there anyone who is using pdflib +php and formatting your data to the pdf via tables? Thanks! -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] 4.3.9 slower then 4.3.8 ... ?

2004-11-03 Thread James Kaufman
On Wed, Nov 03, 2004 at 08:43:52PM -0400, Marc G. Fournier wrote: > > I'm not sure how to debug this further ... on the 27th, I upgraded our > server(s) to 4.3.9, and since then, the sites just aren't performing very > well ... I've tried adding mmcache, and it makes no improvement ... I've > t

[PHP] 4.3.9 slower then 4.3.8 ... ?

2004-11-03 Thread Marc G. Fournier
I'm not sure how to debug this further ... on the 27th, I upgraded our server(s) to 4.3.9, and since then, the sites just aren't performing very well ... I've tried adding mmcache, and it makes no improvement ... I've tried halving the # of processes running on the server, no improvement ... th

[PHP] Advice on imagecreatefrom

2004-11-03 Thread Daniel Lahey
I've encountered the same bug that others have in regards to failure of the imagecreatefromjpeg(), imagecreatefrompng(), and imagecreatefromgif() functions when running under IE. I found a report stating that the functions don't work in IE for PHP versions prior to 4.3.0, however this is occur

Re[2]: [PHP] VOTE TODAY

2004-11-03 Thread -{ Rene Brehmer }-
At 17:16 03-11-2004, Richard Davey wrote: Hello Ryan, Wednesday, November 3, 2004, 3:56:27 PM, you wrote: RA> Motto: Be respectful to other people from every nation AND DONT RA> POST POLITICS to the PHP list jackass. Calm down, please, and for the love of God stop replying to these morons. Or at le

RE: [PHP] PEAR Calendar

2004-11-03 Thread Pablo Gosse
[snip] Greg Beaver wrote: My country is going to Hell [/snip] Don't worry, Greg. It's not really your country as much as it is your president ;o) We hold nothing against you, for you wrote PHPDocumentor! Cheers, Pablo -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: htt

RE: [PHP] GUI editor for php?

2004-11-03 Thread Stefan Holmes
I use ConTEXT for all php and html work. It's big on usability and programmer-friendly functions. It's also fairly compact and partners well with my low-spec laptop :) > -Original Message- > From: M Saleh EG [mailto:[EMAIL PROTECTED] > Sent: 03 November 2004 00:57 > To: Andy B > Cc: PHP ma

Re: [PHP] Re: blank function parameters

2004-11-03 Thread Jordi Canals
On 3 Nov 2004 16:38:39 -, Matthew Weier O'Phinney <[EMAIL PROTECTED]> wrote: > * Daniel Schierbeck <[EMAIL PROTECTED]>: > > > function foobar ($a, $b, $c = null) > > { > > if (isset($c)) { > > echo 'The third argument was set'; > > } > > } > > That check should be for 'is_n

Re: [PHP] PEAR Calendar

2004-11-03 Thread Roger Thomas
Thanks Greg. Got it installed now. -- roger Quoting Greg Beaver <[EMAIL PROTECTED]>: > $ pear install Calendar-beta > > or > > $ pear install --force Calendar. > > Greg --- Sign Up for free Email at http://ureg.home.net.my/ --

Re: [PHP] PEAR Calendar

2004-11-03 Thread Greg Donald
On Wed, 03 Nov 2004 17:35:04 -0500, Greg Beaver <[EMAIL PROTECTED]> wrote: > I am sorry I jumped on you Greg, you have given great advice very often > on this list. My country is going to Hell, and I took a bit of > frustration out on you :) No problem. It happens. :) -- Greg Donald Zend Cer

Re: [PHP] Re: PHP Crypt on MacOSX

2004-11-03 Thread Kris
Galen, Thank you for the response. I understand where you are coming from; your use of MD5 hash. In short, my goal is to recreate crypt()'s method of creating "unix style" passwords without using PHP's built-in crypt() function... (as seen in /etc/shadow on a *nix server, ie. $1$sed$blaaa

Re: [PHP] Re: **[SPAM]** Re: [PHP] email as link

2004-11-03 Thread Jordi Canals
On Wed, 03 Nov 2004 12:25:38 -0500, John Nichel <[EMAIL PROTECTED]> wrote: > Jay Blanchard wrote: > > [snip] > > Sending as HTML will ensure that _almost_ everyone sees it as a link, > > but there are some who have their clients set to block HTML. > > [/snip] > > > > > > Text only on a list like t

Re: [PHP] 'Code Snippets' you couldn't live without

2004-11-03 Thread Klaus Reimer
Greg Donald wrote: Murray wasn't asking for your opinions on _his_ code, he was asking what code _you_ had that you couldn't live without, code that makes your life easier when reused from project to project. Ok then. Here comes mine (but not in form of source code. If someone is interested, mail

Re: [PHP] RE: [PHP-WIN] Cannot load the mysql library

2004-11-03 Thread Jordi Canals
Hi, On Thu, 4 Nov 2004 01:12:40 +1000, Murray @ PlanetThoughtful <[EMAIL PROTECTED]> wrote: > > When I open the page, I receive the message: "PHP Startup: Unable to load > > dynamic library './ext/php/_mysql.dll' â Can't find the specified module". > > I > > don't know if this is the exact message

[PHP] ezpublish

2004-11-03 Thread Daniel Guerrier
Has anyone used the latest version of ezpublish How did you learn how to use it? Do you recommend getting the book? __ Do you Yahoo!? Check out the new Yahoo! Front Page. www.yahoo.com -- PHP General Mailing List (http://www.php.net/) To

Re: [PHP] PEAR Calendar

2004-11-03 Thread Greg Beaver
Greg Donald wrote: On Wed, 03 Nov 2004 16:28:13 -0500, Greg Beaver <[EMAIL PROTECTED]> wrote: Install it manually. http://pear.php.net/manual/en/installation.manually.php This is terrible advice. $ pear install --force Calendar. And you think --force is better? Pffft. When the PEAR developers mak

Re: [PHP] Authentification related to browser window

2004-11-03 Thread Cristi Barladeanu
Thank you all for the answers. As I thought, Skippy is right. It is the only solution for independent windows, but still no idea about opening new tabs in same browser. It is at least a good starting point. I'll search the docs and the web for this. Your help (useful links maybe?) is welcome. C

Re: [PHP] PEAR Calendar

2004-11-03 Thread Greg Donald
On Wed, 03 Nov 2004 16:28:13 -0500, Greg Beaver <[EMAIL PROTECTED]> wrote: > > Install it manually. > > > > http://pear.php.net/manual/en/installation.manually.php > > This is terrible advice. > > $ pear install --force Calendar. And you think --force is better? Pffft. When the PEAR developers

[PHP] SQL-Injection, XSS and Hijacking

2004-11-03 Thread Mark-Walter
Hi, I read now quite a lot of articles about SQL-Injection, XSS and session hijacking in a hopefully appropriate way. As I understand the function addslashes(),quote_meta() and mysql_real_escape_string() are to avoid SQL Injection e.g. in order to use page_sliding with entered POST data over for

RE: [PHP] 'Code Snippets' you couldn't live without

2004-11-03 Thread Jason Davis
this is not a code "snippet" just a class that i have re-used about a 100 times. It is for authenticating users via a passwd file or mysql. Hope it will help someone ... also , if you improve it please email me the changes :) http://mohadib.openactive.org/web_editor/AuthTool.class.php.txt

[PHP] PHP Newsletter Lists

2004-11-03 Thread bb9876
I am hoping someone can direct me to a good PHP/MySql newsletter distribution script that allows me to send out HTML newsletters to a large list of members but only sends one email at a time so the email is personalized as being "To" a specific person instead of an email distribution list. Thanks

RE: [PHP] 'Code Snippets' you couldn't live without

2004-11-03 Thread Pablo Gosse
[snip]Extending PHP to have "shorthand" functions? Was that irony?[/snip] It most certainly was irony, Klaus. I was merely trying to illustrate the point that writing a custom function which does EXACTLY the same thing as a built in function is redundant. A number of functions within php do have

RE: [PHP] 'Code Snippets' you couldn't live without

2004-11-03 Thread Gryffyn, Trevor
I agree that shorthand is probably bad for, BUT... Greg is absolutely correct. The gist of the post was "What do YOU use frequently". His examples were good enough to illustrate the idea. For me, I have a handful of includes that are in most/a lot of my scripts. I'm not going to paste them her

Re: [PHP] 'Code Snippets' you couldn't live without

2004-11-03 Thread Klaus Reimer
Pablo Gosse wrote: extra with the results to suit your needs, but as for just using asl($val) instead of addslashes($val), well why not just extend the PHP source to make asl() an actual alias to addslashes()? Extending PHP to have "shorthand" functions? Was that irony? I hope so. Having such shor

Re: [PHP] PEAR Calendar

2004-11-03 Thread Greg Beaver
Greg Donald wrote: On Wed, 3 Nov 2004 15:41:54 +0800, Roger Thomas <[EMAIL PROTECTED]> wrote: I would like to install PEAR Calendar module and did a [EMAIL PROTECTED] apps]# pear install Calendar but got these: No release with state equal to: 'stable' found for 'Calendar' Please advise. Install

Re: [PHP] 'Code Snippets' you couldn't live without

2004-11-03 Thread Alex Hogan
> snippets they couldn't live without when working on a PHP project. IE, the > kind of re-usable bits and pieces that make your life a lot easier. I hate always having to write queries for inserting and updating a db. With this I can just name the form objects the same names as the table fields a

[PHP] Re: mailparse or imap* ?

2004-11-03 Thread M. Sokolewicz
Per Jessen wrote: Per Jessen wrote: I need functions to parse an email and I've been using mailparse sofar. Works pretty well, except it has a couple of shortcomings - will only retrieve last of the Received:-headers, does not decode quoted-printable body-parts, does not decode RFC2047-encoded fi

[PHP] Re: mailparse or imap* ?

2004-11-03 Thread Per Jessen
Per Jessen wrote: > I need functions to parse an email and I've been using mailparse sofar. Works > pretty well, except it has a couple of shortcomings - will only retrieve last > of the Received:-headers, does not decode quoted-printable body-parts, does > not decode RFC2047-encoded filenames in

RE: [PHP] 'Code Snippets' you couldn't live without

2004-11-03 Thread phpninja
I would have to say I could not live without pear. http://pear.php.net It is quick and clean, ive reused it in about 3-4 projects easily. Its built into php when you download php. just run the go-pear batch file in the root directory, and it will set it up easily. From there you can get real orga

Re: [PHP] 'Code Snippets' you couldn't live without

2004-11-03 Thread John Nichel
Murray @ PlanetThoughtful wrote: Hi All, I'm curious to know what other members of the list think of as the code snippets they couldn't live without when working on a PHP project. IE, the kind of re-usable bits and pieces that make your life a lot easier. For myself, I have an include file in which

Re: [PHP] 'Code Snippets' you couldn't live without

2004-11-03 Thread Greg Donald
On Wed, 03 Nov 2004 20:22:14 +0100, Klaus Reimer <[EMAIL PROTECTED]> wrote: > This may be ok for private projects but otherwise I don't think it's a > good idea to create "shorthand" functions. Murray wasn't asking for your opinions on _his_ code, he was asking what code _you_ had that you couldn'

Re: [PHP] "Fatal error" on parsedate.c While Building 4.3.9

2004-11-03 Thread Greg Donald
On Wed, 3 Nov 2004 11:32:30 -0800 (PST), Andrew Hauger <[EMAIL PROTECTED]> wrote: > I am trying to build PHP 4.3.9 on Solaris 8, and I > can't get past the "make" step. At first I get the > following message: Did you try using gmake? Using non-GNU utilities while compiling PHP may cause problems.

RE: [PHP] 'Code Snippets' you couldn't live without

2004-11-03 Thread Pablo Gosse
[snip]Klaus Reimer wrote: > Murray @ PlanetThoughtful wrote: >> function asl($val){ >> function mfr(&$rset){ > > This may be ok for private projects but otherwise I don't think it's a > good idea to create "shorthand" functions. Other developers (and > especially new developers beginning to work o

[PHP] "Fatal error" on parsedate.c While Building 4.3.9

2004-11-03 Thread Andrew Hauger
I am trying to build PHP 4.3.9 on Solaris 8, and I can't get past the "make" step. At first I get the following message: bison -y /opt/php/php-4.3.9/ext/standard/parsedate.y M4sugar requires GNU M4. Install it before installing M4sugar or set the M4 environment variable to its path name.*** Signa

RE: [PHP] Re: blank function parameters

2004-11-03 Thread Giles Roadnight
Thanks for all the help guys, working great now. Giles Roadnight http://giles.roadnight.name -Original Message- From: Daniel Schierbeck [mailto:[EMAIL PROTECTED] Sent: 03 November 2004 18:37 To: [EMAIL PROTECTED] Subject: [PHP] Re: blank function parameters Matthew Weier O'Phinney wrot

Re: [PHP] 'Code Snippets' you couldn't live without

2004-11-03 Thread Klaus Reimer
Murray @ PlanetThoughtful wrote: function asl($val){ function mfr(&$rset){ This may be ok for private projects but otherwise I don't think it's a good idea to create "shorthand" functions. Other developers (and especially new developers beginning to work on the project) are getting confused. The

Re: [PHP] Selecting Date Range

2004-11-03 Thread Jason Wong
On Wednesday 03 November 2004 18:47, ConbuD wrote: > Hey, I have a database with approx 200-300 students in it. I wanna be able > to pull out what student joined a class with in a certain date range. Say I > wanna get all the students who joined between 10/12/04 through 12/12/04. > What is the easi

Re: [PHP] Selecting Date Range

2004-11-03 Thread John Nichel
ConbuD wrote: Hey, I have a database with approx 200-300 students in it. I wanna be able to pull out what student joined a class with in a certain date range. Say I wanna get all the students who joined between 10/12/04 through 12/12/04. What is the easiest way to do this ? Can it be done with j

RE: [PHP] Selecting Date Range

2004-11-03 Thread Jay Blanchard
[snip] Can it be done with just a simple MySQL query ? [/snip] Yes. WHERE `date` BETWEEN `startDate` AND `endDate` -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Selecting Date Range

2004-11-03 Thread Greg Donald
On Wed, 3 Nov 2004 13:47:38 -0500, ConbuD <[EMAIL PROTECTED]> wrote: > Hey, I have a database with approx 200-300 students in it. I wanna be able > to pull out what student joined a class with in a certain date range. Say I > wanna get all the students who joined between 10/12/04 through 12/12/04.

[PHP] Selecting Date Range

2004-11-03 Thread ConbuD
Hey, I have a database with approx 200-300 students in it. I wanna be able to pull out what student joined a class with in a certain date range. Say I wanna get all the students who joined between 10/12/04 through 12/12/04. What is the easiest way to do this ? Can it be done with just a simple M

Re: [PHP] 'Code Snippets' you couldn't live without

2004-11-03 Thread Greg Donald
On Thu, 4 Nov 2004 04:16:48 +1000, Murray @ PlanetThoughtful <[EMAIL PROTECTED]> wrote: > I'm curious to know what other members of the list think of as the code > snippets they couldn't live without when working on a PHP project. IE, the > kind of re-usable bits and pieces that make your life a lo

[PHP] Re: blank function parameters

2004-11-03 Thread Daniel Schierbeck
Matthew Weier O'Phinney wrote: * Daniel Schierbeck <[EMAIL PROTECTED]>: Giles Roadnight wrote: If I defined a function with 4 parameters but only pass 3 I get an error. Is there anyway around this? I want to be able to set the missing parameter to a default value if it is not passed which works ok

[PHP] 'Code Snippets' you couldn't live without

2004-11-03 Thread Murray @ PlanetThoughtful
Hi All, I'm curious to know what other members of the list think of as the code snippets they couldn't live without when working on a PHP project. IE, the kind of re-usable bits and pieces that make your life a lot easier. For myself, I have an include file in which I define 'shorthand' functions

Re: [PHP] Apache 1.3 'lag' with PHP ...

2004-11-03 Thread Greg Donald
On Wed, 3 Nov 2004 13:22:46 -0400 (AST), Marc G. Fournier <[EMAIL PROTECTED]> wrote: > When you go to http://www.postgresql.org/index-test.php, at the bottom, > there is 'load times' based on various settings throughout the code ... > the file reads in one file, and has two database access sections

RE: [PHP] PHP Working With Excel File ?

2004-11-03 Thread Jay Blanchard
[snip] With excel, export your exel file to CSV (by doing save as...) then you can import your CSV file to mysql using the phpmyadmin import interface [/snip] http://search.cpan.org/src/JMCNAMARA/Spreadsheet-WriteExcel-0.37/WriteEx cel/doc/WriteExcel.html There is a PHP version -- PHP General M

[PHP] RE: **[SPAM]** Re: [PHP] email as link

2004-11-03 Thread Jay Blanchard
[snip] Sending as HTML will ensure that _almost_ everyone sees it as a link, but there are some who have their clients set to block HTML. [/snip] Text only on a list like this is just darned good etiquette. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.

[PHP] Re: **[SPAM]** Re: [PHP] email as link

2004-11-03 Thread John Nichel
Jay Blanchard wrote: [snip] Sending as HTML will ensure that _almost_ everyone sees it as a link, but there are some who have their clients set to block HTML. [/snip] Text only on a list like this is just darned good etiquette. Are you trying to tell me that some people on mailing lists don't lik

Re: [PHP] email as link

2004-11-03 Thread Jason Wong
On Wednesday 03 November 2004 17:00, Jerry Swanson wrote: Where is your PHP related question? [snip] > But when a person receive and email with email address like > [EMAIL PROTECTED] the email is regular text not an email. > How to make email address to be a link? You can't. Ask your recipient

Re: [PHP] PHP Working With Excel File ?

2004-11-03 Thread p80
With excel, export your exel file to CSV (by doing save as...) then you can import your CSV file to mysql using the phpmyadmin import interface On Tuesday 02 November 2004 04:11 am, Sejati Opreker wrote: > Yes, I'm planning to work with MySQL, but the problem > accour from the first time, 'cause

[PHP] Apache 1.3 'lag' with PHP ...

2004-11-03 Thread Marc G. Fournier
I'm trying to track down an odd problem, and getting almost no where with it :( When you go to http://www.postgresql.org/index-test.php, at the bottom, there is 'load times' based on various settings throughout the code ... the file reads in one file, and has two database access sections to it

Re: [PHP] Re: VOTE TODAY

2004-11-03 Thread Ryan A
I agree on what you said and shared the same opinion but looks like unless you talk to people on their same stupid level...the message does not go through... > This is my second and last message on this issue. > > > > Perhaps this list is not the best place to discuse about politics, but > > it >

Re: [PHP] email as link

2004-11-03 Thread Greg Donald
On Wed, 3 Nov 2004 12:00:02 -0500, Jerry Swanson <[EMAIL PROTECTED]> wrote: > I'm sending email in text format. > When I specify URL in the email http://www.mydomain.com, > person that receive email can click on the link and go to the page. > But when a person receive and email with email address l

RE: [PHP] email as link

2004-11-03 Thread Jay Blanchard
[snip] I'm sending email in text format. When I specify URL in the email http://www.mydomain.com, person that receive email can click on the link and go to the page. But when a person receive and email with email address like [EMAIL PROTECTED] the email is regular text not an email. How to make e

Re: [PHP] email as link

2004-11-03 Thread John Nichel
Jerry Swanson wrote: I'm sending email in text format. When I specify URL in the email http://www.mydomain.com, person that receive email can click on the link and go to the page. But when a person receive and email with email address like [EMAIL PROTECTED] the email is regular text not an email.

RE: [PHP] Re: blank function parameters

2004-11-03 Thread Ford, Mike
To view the terms under which this email is distributed, please go to http://disclaimer.leedsmet.ac.uk/email.htm On 03 November 2004 16:39, Matthew Weier O'Phinney wrote: > * Daniel Schierbeck <[EMAIL PROTECTED]>: > > Giles Roadnight wrote: > > > If I defined a function with 4 parameters but o

Re: [PHP] Reality Check...

2004-11-03 Thread John Nichel
Russell P Jones wrote: Whether we like it or not... I don't like it, and I'm not talking about who won the presidential election. What I don't like is all the political discussions on a mailing list for PHP. If I want to get into a political discussion, I'll do so on a list/forum that support

[PHP] email as link

2004-11-03 Thread Jerry Swanson
I'm sending email in text format. When I specify URL in the email http://www.mydomain.com, person that receive email can click on the link and go to the page. But when a person receive and email with email address like [EMAIL PROTECTED] the email is regular text not an email. How to make email ad

[PHP] Reality Check...

2004-11-03 Thread Russell P Jones
Whether we like it or not - whether it was the correct decision or not - there is one certainty. Bush's reelection will mean more war and, subsequently, more death. This is not to say that such may not be necessary, but it is nevertheless disheartening. The re-election of President Bush means tha

[PHP] Re: blank function parameters

2004-11-03 Thread Matthew Weier O'Phinney
* Daniel Schierbeck <[EMAIL PROTECTED]>: > Giles Roadnight wrote: > > If I defined a function with 4 parameters but only pass 3 I get an > > error. Is there anyway around this? > > > > I want to be able to set the missing parameter to a default value if it > > is not passed which works ok but How

Re: [PHP] Re: VOTE TODAY

2004-11-03 Thread Francisco M. Marzoa Alonso
This is my second and last message on this issue. Perhaps this list is not the best place to discuse about politics, but it isn't for create and follow personal issues neither. In my (not-so :-P) humble opinion everyone that follows this kind of threads is as guilty of making noise as the one wh

Re[2]: [PHP] VOTE TODAY

2004-11-03 Thread Richard Davey
Hello Ryan, Wednesday, November 3, 2004, 3:56:27 PM, you wrote: RA> Motto: Be respectful to other people from every nation AND DONT RA> POST POLITICS to the PHP list jackass. Calm down, please, and for the love of God stop replying to these morons. Or at least, if you must vent your frustration

Re: [PHP] VOTE TODAY

2004-11-03 Thread Angelo Zanetti
you obviously havent watched farenheit 911. where are the WMD? >>> "Ryan A" <[EMAIL PROTECTED]> 11/3/2004 5:56:27 PM >>> THIS is going too far, I am not an American or staying in the States but I hope bush wins,your country tries to develop WMDs and the Americans come and kick all your asses, im

Re: [PHP] Re: VOTE TODAY

2004-11-03 Thread Ryan A
On 11/3/2004 2:48:28 PM, Daniel Schierbeck ([EMAIL PROTECTED]) wrote: > Ryan A wrote: > > > switch ($the_choice) { > > > case Daniel_Schierbeck_1: > > > echo > 'Didnt read previous thread and comes voiceing his political opinions > > like a jackass on a high traffic PHP mailing list which pe

Re: [PHP] VOTE TODAY

2004-11-03 Thread Ryan A
THIS is going too far, I am not an American or staying in the States but I hope bush wins,your country tries to develop WMDs and the Americans come and kick all your asses, impose sanctions and then leave :-D See what happens when you discuss your political views on a list that has different peopl

RE: [PHP] blank function parameters

2004-11-03 Thread Jay Blanchard
[snip] If I defined a function with 4 parameters but only pass 3 I get an error. Is there anyway around this? I want to be able to set the missing parameter to a default value if it is not passed which works ok but How do I get rid of the error message? [/snip] http://us2.php.net/manual/en/funct

[PHP] Re: blank function parameters

2004-11-03 Thread Daniel Schierbeck
Giles Roadnight wrote: Hello If I defined a function with 4 parameters but only pass 3 I get an error. Is there anyway around this? I want to be able to set the missing parameter to a default value if it is not passed which works ok but How do I get rid of the error message? Thanks Giles Ro

Re: [PHP] encrypt and decrypt

2004-11-03 Thread Jason Wong
On Wednesday 03 November 2004 14:50, Merlin wrote: > Here is a short explanation: > The system will send out emails to customers with a link where they can > change their details. To identify the record, the link has to carry the > client id. But if it is obvious that this is the id, manipulation

[PHP] Re: blank function parameters

2004-11-03 Thread Al
Giles Roadnight wrote: Hello If I defined a function with 4 parameters but only pass 3 I get an error. Is there anyway around this? I want to be able to set the missing parameter to a default value if it is not passed which works ok but How do I get rid of the error message? Thanks Giles Ro

[PHP] Re: blank function parameters

2004-11-03 Thread Matthew Weier O'Phinney
* Giles Roadnight <[EMAIL PROTECTED]>: > If I defined a function with 4 parameters but only pass 3 I get an > error. Is there anyway around this? > > I want to be able to set the missing parameter to a default value if it > is not passed which works ok but How do I get rid of the error message?

[PHP] RE: [PHP-WIN] Cannot load the mysql library

2004-11-03 Thread Murray @ PlanetThoughtful
> When I open the page, I receive the message: “PHP Startup: Unable to load > dynamic library ‘./ext/php/_mysql.dll’ – Can’t find the specified module”. > I > don’t know if this is the exact message, because the original is in > Portuguese: “(…) – Não foi possível encontrar o módulo especificado”.

Re: [PHP] VOTE TODAY

2004-11-03 Thread Stuart Felenstein
--- Angelo Zanetti <[EMAIL PROTECTED]> wrote: [snip] session_start(); $_SESSION['foo']= "screw all this political bullsh1t! who cares about the americans, they are just after oil and I dont care as long as bush doesnt win. long live iraq!!!"; unset($foo); session_destroy(); -

Re: [PHP] encrypt and decrypt

2004-11-03 Thread Merlin
Richard Davey wrote: Hello Merlin, Wednesday, November 3, 2004, 2:50:48 PM, you wrote: M> The system will send out emails to customers with a link where they can change M> their details. To identify the record, the link has to carry the client id. But M> if it is obvious that this is the id, manipu

[PHP] blank function parameters

2004-11-03 Thread Giles Roadnight
Hello If I defined a function with 4 parameters but only pass 3 I get an error. Is there anyway around this? I want to be able to set the missing parameter to a default value if it is not passed which works ok but How do I get rid of the error message? Thanks Giles Roadnight http://giles.ro

Re: [PHP] VOTE TODAY

2004-11-03 Thread Angelo Zanetti
screw all this political bullsh1t! who cares about the americans, they are just after oil and I dont care as long as bush doesnt win. long live iraq!!! >>> Daniel Schierbeck <[EMAIL PROTECTED]> 11/3/2004 3:52:35 PM >>> Ryan A wrote: > On 11/2/2004 6:34:43 PM, ApexEleven ([EMAIL PROTECTED]) wr

[PHP] Question about the date

2004-11-03 Thread Henri Marc
Hello, I have a question about the date. I have a script that compose an e-mail and send it. No problem until now, but I also need that the script can write the date of the next week. Let say we are Wednesday. The script must write the date of Wednesday 3rd in the e-mail. But from 5pm today, it ne

Re[2]: [PHP] encrypt and decrypt

2004-11-03 Thread Richard Davey
Hello Merlin, Wednesday, November 3, 2004, 2:50:48 PM, you wrote: M> The system will send out emails to customers with a link where they can change M> their details. To identify the record, the link has to carry the client id. But M> if it is obvious that this is the id, manipulation of the id ca

Re: [PHP] encrypt and decrypt

2004-11-03 Thread Merlin
Jason Wong wrote: On Wednesday 03 November 2004 11:47, Merlin wrote: Hi, I tryed the Pear package, and it encryptes well. However the encrypten is not URL friendly. My goal is to encrypt a 8 digit ID into a URL. Can this be that hard?`I bet there are hundreds of people wanting to make a similar enc

Re: [PHP] VOTE TODAY

2004-11-03 Thread Daniel Schierbeck
Ryan A wrote: On 11/2/2004 6:34:43 PM, ApexEleven ([EMAIL PROTECTED]) wrote: I can't wait for the replies... Heres one, I vote you drive yourself and your family as fast as possible on the freeway then close your eyes and wave both your hands in the air while counting from 1000 to 1, be sure to ke

  1   2   >