[PHP] strip tags not working - any ideas ?

2003-06-18 Thread Neil
tring = strip_tags($file))) print " error ! "; $strings = strtolower($string); print "strings: $strings"; ?> It doesnt lower case anything and it no strips no tags at , bascially its still the same source as it was unchanged. Obviously theres something I am missing here, but what ? Th

Re: [PHP] strip tags not working - any ideas ?

2003-06-18 Thread Neil
Jason Wong wrote: On Wednesday 18 June 2003 18:27, Neil wrote: I am trying to strip all HTML and other tags from a document, I have read the docs and written a 4 line script that should do the job (from my point of view ! ). However it seems to have literally no effect. Heres the script : http

Re: [PHP] strip tags not working - any ideas ?

2003-06-18 Thread Neil
John W. Holmes wrote: Jason Wong wrote: On Wednesday 18 June 2003 18:27, Neil wrote: I am trying to strip all HTML and other tags from a document, I have read the docs and written a 4 line script that should do the job (from my point of view ! ). However it seems to have literally no effect

Re: [PHP] Add new loadable module in php

2003-06-18 Thread Neil
art apache , as a reload/restart does not check for modules changes . I am not 100% sure of my explanation, but i know in pratice this is the case. Cheers Neil -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Synchronize MYSQL

2003-06-20 Thread Neil
how up to date you need to keep Cheers Neil -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] parse_str () problems. using on the command line args ( argv[1]) - problem with php-4.2.2 ??

2002-08-03 Thread Neil
[root@zion kickstart]# ./make-kickstart.php name=lxmode NAME: Does any one know if anything changed in 4.2.2 , I swear it works under 4.1.2 or older. Thanks for any advice or info in advance !! Cheers Neil -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

Re: [PHP] Very easy question

2002-09-26 Thread Neil
when POSTing a form? > > Justin French > > > on 26/09/02 10:14 PM, Neil Laker ([EMAIL PROTECTED]) wrote: > > > Have installed PHP v4 on IIS 5 server, all the connectivity works fine as > > for the sending but the main text variables will not come through. I think >

[PHP] Flash and PHP?

2002-10-29 Thread Neil
Does anyone use this? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Flash and PHP?

2002-10-29 Thread Neil
> wrote in message news:20021029151802.85671.qmail@;pb1.pair.com... http://www.macromedia.com/desdev/mx/flash/articles/flashmx_php.html http://www.phpbuilder.com/columns/hill20011214.php3 "Neil" <[EMAIL PROTECTED]> wrote in message news:20021029140955.29707.qmail@;p

Re: [PHP] Re: Flash and PHP?

2002-10-29 Thread Neil
The entire site is flash. "Jay Blanchard" <[EMAIL PROTECTED]> wrote in message news:001801c27f63$3a40a480$8102a8c0@;000347D72515... > [snip] > Thanks for the links, what I'm looking for is a simple form that > communicates with a .php file on IIS 5 and then emails back to a e-mail > address. Any

[PHP] Linux / PHP and passwords -( md5 function)

2001-03-12 Thread neil
lieve is standard for MD5 passwords of 32 length any one have any ideas ? Thanks in advance Neil M

[PHP] using eregi - what regular expression rules does it use ? works in linux ( grep ) but not PHP - help needed

2002-01-16 Thread Neil
;,$about_me)) { include "error_msg/error_email_in_profile.php"; $error =1 ; } What regular expression do i neep to use , is there any reference out there to tell me ? Urls / info is greatly appreciatted. Thanks in advance !! Neil -- Totally F

[PHP] A bit stuck with $$

2004-08-26 Thread Neil
oo = "test"; $$bar = "this is"; echo "${$bar} $foo"; // prints "this is test" Note: it is the same as echo "$test $foo"; // * for me it only prints out "test" Any Ideas Cheers Neil Regards Chester Cairns -

Re: [PHP] A bit stuck with $$

2004-08-26 Thread Neil
For me echo "$test -- $foo"; results in avalue -- Neil At 02:56 PM 27/08/2004, Curt Zirzow wrote: * Thus wrote Neil: > > > Not sure if its me or the configuration of PHP variable variables are rather standard and dont have any configuration settings. > > I hav

[PHP] uploading files with a single quote in the filename

2005-02-23 Thread neil
Hi When uploading files using a type=file in a form, if a file is uploaded with a single quote the file gets truncated to whatever is after the quote eg. blah'sblah.txt will be uploaded as sblah.txt Is this a magic quotes issue? What is the best way to deal with it? Neil -- PHP Ge

Re: [PHP] uploading files with a single quote in the filename

2005-02-23 Thread neil
d on the clientside which would means thats its nothing to do with a PHP bug/setting/feature/misunderstanding/etc) > > Neil > -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] uploading files with a single quote in the filename

2005-02-23 Thread neil
alled $_FILES There seems to be no way to intercept this before the filename gets truncated Thanks again Neil "Bret Hughes" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] On Wed, 2005-02-23 at 06:49, [EMAIL PROTECTED] wrote: > Hi > When uploading files using a typ

Re: [PHP] uploading files with a single quote in the filename

2005-02-23 Thread neil
illegal filename. Neil "Bret Hughes" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] On Wed, 2005-02-23 at 16:40, [EMAIL PROTECTED] wrote: > Thanks Bret > > I have tried turning all reporting on - error_reporting(E_ALL); > but that doesn't reveal anything sig

Re: [PHP] Sending Pictures to Cell Phones

2007-11-15 Thread neil
ll use a specific phone, it will be easier than if you are aiming at handsets of indeterminate screen size and display capability. There are plenty of avenues to explore for getting multimedia messages to mobiles. -- Neil Bellamy (( aql.com )) -- PHP General Mailing List (http://www.php.net/)

[PHP] V4 Vs V5 Issue

2008-07-01 Thread Neil
tion. Like I said in the beginning I think it must be a configuration issue but I just dont know what or where. Anyways TIA Cheers Neil -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] V4 Vs V5 Issue

2008-07-01 Thread Neil
Thanks Wolf I have replied to all, I hope that is the correct way here. A configuration issue on the PHP V5 Server . thats my problem, I dont know where I should be looking. The source code, php and JS is absolutely identical on both machines. Cheers Neil At 01:36 AM 2/07/2008

Re: [PHP] V4 Vs V5 Issue

2008-07-01 Thread Neil
wrote: On Tue, Jul 1, 2008 at 11:27 AM, Neil <[EMAIL PROTECTED]> wrote: > Hi > > First Post here, I hope this is the right place for this post. > > This is probably not a php problem, I think it may a configuration issue, > but sorry I just dont know where to look > &g

Re: [PHP] Re: V4 Vs V5 Issue

2008-07-01 Thread Neil
Hi Unfortunately this editor does not run in any other browsers. however I do not believe that it is the java script that is the problem because it runs and works and has done so for years on the current and earlier V4 servers. Cheers Neil At 07:10 AM 2/07/2008, Jon Drukman wrote: Neil

Re: [PHP] V4 Vs V5 Issue

2008-07-01 Thread Neil
working most of the application is short tagged. Cheers Neil Just a couple of thoughts -- Jim Lucas "Some men are born to greatness, some achieve greatness, and some have greatness thrust upon them." Twelfth Night, Act II, Scene V by William Shakespeare -- P

Re: [PHP] V4 Vs V5 Issue

2008-07-01 Thread Neil
file on the server. If you need to change the setting, make sure you restart your httpd server before testing. Short tags is enabled and working most of the application is short tagged. Cheers Neil Just a couple of thoughts -- Jim Lucas "Some men are born to greatness, some ac

Re: [PHP] V4 Vs V5 Issue

2008-07-07 Thread Neil
. Anyway thanks again Cheers Neil At 01:27 AM 2/07/2008, Neil wrote: Hi First Post here, I hope this is the right place for this post. This is probably not a php problem, I think it may a configuration issue, but sorry I just dont know where to look I have a V4 site the calls an on line editor

Re: [PHP] does //commenting reduce performance?

2002-11-24 Thread DL Neil
Adam, > I have always had the opinion that the more comments you put into php > scripts, the slower they will run because there is more data to be read... > Can someone tell me if there is any truth in this or whether commenting has > absolutely 'no' impact on the performance of a script? An ans

Re: [PHP] does //commenting reduce performance?

2002-11-24 Thread DL Neil
Neatly done Ernest! Also in showing how these questions are best answered with five minutes on the PC, than a msg to the list... > At 12:58 24.11.2002, DL Neil said: > [snip] > >Why don't you run a microtime testbench to time a

Re: [PHP] does //commenting reduce performance?

2002-11-24 Thread DL Neil
Ernest, > Some time ago I've made myself a framework for such tests and have run it > against a commented loop. This test was run on a dual PIII/1000 Dell server. > > $hpr = _fwx_profile_start('Loop with end-of-line comment', true); > for ($i = 0; $i < 100; ++$i) { > $a += 1;

Re: [PHP] security of stand alone script

2002-11-24 Thread DL Neil
Hi gamin, >Running Red Hat 7.2, PHP 4.0.6. Is there any way of knowing if a certain > PHP script was run from the command line, shell script or through the > webserver (Apache). May be i could check the user calling the script and > find out but how would i do that ? There is a difference in

Re: [PHP] Setting values of php.ini file at runtime

2002-11-25 Thread DL Neil
Excuse me breaking in...somewhat similar problem: Have set up a client recently, preaching security persuaded them into updating so that could run Register_Globals=Off. Now they want to install a 'wiki' which requires (to my horror) Register_Globals=On. Short of two Apache/PHP servers, what is a

Re: [PHP] Setting values of php.ini file at runtime

2002-11-25 Thread DL Neil
Justin, Neat! Don't limit thoughts to PHP when can solve it in Apache - thank you, =dn > a .htaccess file in the directory you want RG OFF (ie /wiki/) should do the > trick: > > > php_flag register_globals on > > > This seems to work for me... > > >

Re: [PHP] does //commenting reduce performance?

2002-11-25 Thread DL Neil
Jason, ad infinitum, ad nauseum However it was your recent post that (sig file) quoted the Freudian: ontogency recapitulates phylogeny We should make them become more like us - even if we kill them in the process! =dn > On Sunday 24 November 2002 22:58, DL Neil wrote: > > Neatly do

Re: [PHP] array manipulations

2002-11-25 Thread DL Neil
Mattia, > Can anyone suggest an ELEGANT way to find out if an array is made of empty > strings or not? > example > $a = Array( '' , '' , '' ); //ok > $b = Array( '' , '' , 'error' ); // not ok > $c = Array( 'error' , '' , 'error' ); // not ok implode() then check for nullstring/count characters.

Re: [PHP] If statement w/ multiple conditions

2002-11-26 Thread DL Neil
Ed, Assuming there will be a response from the db-tbl, here is another choice: if ( $lineone . $linetwo . $linethree . $linefour > "" ) { //show it to the user and ask if they want to change it } else { //prompt for information } Do you mean that the db-tbl will have a row of data even if t

Re: [PHP] Getting the script path of a commandline script

2002-11-26 Thread DL Neil
Ryan, > Anyone know how to get the script path (not the current working directory, > but the actual path of the executing script) of a commandline script? > > I've dug through the docs and can't find this anywhere. None of the > typical $_SERVER variables return the script path (although several

Re: [PHP] Invalid Charactors in a string.

2002-11-27 Thread DL Neil
Gidday Philip, Full answer: http://www.oreilly.com/catalog/regex/ Short answer: PHPBuilder etc have articles introducing the use of RegExes (Regular Expressions) for this sort of thing. (but please not the Arthurian "how do I validate an email address"...) Regards, =dn > Where should i start,

Re: [PHP] php/mysql report builder

2002-11-27 Thread DL Neil
Hi Mike; > sorry for posting this mysql question again. im searching for a report > builder for mysql specifically for creating reports for > invoice/receipt..etc. > just like crystal reports and oracle report builder. or is there any > suggestion to do it in PHP . On my travels (FWIW) I have

Re: [PHP] IPs comparing

2002-11-27 Thread DL Neil
Hi Jesús, > I have several subnets in my network and want to show different webs > depending on the subnet the user was. > > I know how to get the IP but not how to compare two IPs numeracally, I mean: > > > If ((USER-IP > 192.168.0.1) && (USER-IP < 192.168.0.255)) > Else if ((USER-IP > 192.168.1.

Re: [PHP] Detecting email bounces sent by the mail function?

2002-11-28 Thread DL Neil
Hello Ade, > Is it possible to detect with PHP whether an email sent using the PHP > 'mail' function has bounced back or has not been delivered? > > I currently all ready check the email address using the 'ereg' function > before the mail function is called, but this only checks the format is > va

Re: [PHP] How to give parameters to a console php-script?

2002-12-02 Thread DL Neil
Hello Martin, > I start a console app with > > php myscript.php4 (just prints "ok"). > > How can I give parameters to it? I tried: > php myscript.php4 myparameter > php myscript.php4?myparameter > php myscript.php4?param=myparameter > > But always php just returns without doing nothing (not eve

Re: [PHP] How to give parameters to a console php-script?

2002-12-02 Thread DL Neil
Martin, Ah yes, the famous 'read the upgrade notes - gotcha'! Well done, you figured it out... =dn > ll I found a > register_argc_argv = On > > in my php.ini, which should work then. But I also found, that I have to use > > print "Ok: ".$_SERVER["argv"][1]; > > instead of > print "Ok: ".$argv[1];

Re: [PHP] Test links?

2002-12-02 Thread DL Neil
Beth, > When fopen successfully opens a file it populates an array > $http_response_header, which you can examine to see if the link works or > not - I don't believe you can actually get the file itself, but since > that's not what we're after that's not a problem! I noticed this reference to "$h

Re: [PHP] Test links?

2002-12-02 Thread DL Neil
Rob/Beth, The code should also consider: 1 updating the db if the link is 'valid', ie if previously it had been 'down'! 2 putting an @ to prevent any errors causing a hard-stop at the fopen line 3 that the url/database must contain protocol information, ie http://www.nytimes.com not www.nytimes.c

Re: [PHP] Triggering a PHP Script

2002-12-02 Thread DL Neil
Ryan, > My Problem: > I've got a PHP script (running on Apache) that can take several hours > to complete. The script sends out a newsletter to those who have > requested it. When calling this script from a web browser, the browser > hangs until the script has fully executed. If the user hits "Sto

Re: [PHP] date

2002-12-03 Thread DL Neil
Hi Shaun, > please could someone tell me how i can return a month in text from an int ie > getMonth(12) > returns Decmber. Is this possible? No. If you want to stick with this, write your own function to look up a text array. If the "12" is part of more data coming in from a form or db (for exa

Re: [PHP] My first post

2002-12-03 Thread DL Neil
Hi Victor, Welcome to the wonderful world of PHP! > I'm new in PHP. Could you point me where can i download a sample script > about how can i paginate some results? PHP essentially exists to output HTML. You cannot paginate in HTML (although there is some fancy CSS that could be employed). Sorr

Re: [PHP] Regular Expresion Work on IP address

2002-12-04 Thread DL Neil
Hello Dev, > Now I am continuing on with the same script and I need to check for valid > IP address form. > Currently I have: > > $ip="255.255.255.0"; > if (preg_match ("/[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}/", $ip)) { > print "Good Ip"; > } else { > print "Bad Ip"; > } > > Thi

Re: [PHP] Regular Expresion Work on IP address

2002-12-04 Thread DL Neil
John, > I think it'd be hard to verify the range with a regex. ip2long and long2ip > do not validate. So, an option would be to write your own little function > that splits the $ip on the period, verifies there are 4 parts, then checks > that each part is between 1 and 255 inclusive. My other po

Re: [PHP] Regular Expresion Work on IP address

2002-12-05 Thread DL Neil
s[0]==172 && $parts[1]>=16 || $parts[1]<=31){ > $network="internal"; > } > elseif($parts[0]==192 && $parts[1]==168){ > $network="internal"; > } > else { >

Re: [PHP] empty string parameters to backslashes?

2002-12-06 Thread DL Neil
Hey Andy, > I'm trying to track down a problem with someone else's > code. Our hosting service changed PHP versions on us > (up to 4.0.6), and everything broke. I think I have > tracked down at least part of the problem. We have a >... Ascertain differences by printing out a phpinfo() report for

Re: [PHP] Checking for Overlapping Dates

2002-12-06 Thread DL Neil
Hi Thomas, > SELECT * from $DB_TBLName WHERE > (Trim(WorkerEmail)='$userReplacementEmail') > AND AND OR OR OR OR OR This is all a bit complicated, and a simple boy like me gets lost too easily. KISS principle: Keep it simple... You have two employees: A, so named because he Already has Annu

Fw: [PHP] Checking for Overlapping Dates

2002-12-06 Thread DL Neil
Thomas (and list), The solution, as previously posted, is flawed/incomplete - mea culpa. Excuse: I was interrupted three times from typing the word SELECT until pressing Send, and then rushing to get on to the next call on my time... >WHERE bstart < afinish > OR bfinish > astart; Check

Re: [PHP] mail function() with MS

2002-12-06 Thread DL Neil
Hi Anthony, > I'm using MS Win 98 and my ISP has PHP installed on a MS server. > I'd like to display a HTML form box on my site for users to type in a > message utilizing the PHP mail() function. > > I've tested this using Apache on my drive with a html form and a php script > to receive the data

Re: [PHP] mail function() with MS

2002-12-06 Thread DL Neil
Hi Anthony > Qusetion: 1: > What would happen if I changed the php.ini settings to: > SMTP=mail.yourisp.com > sendmail_from=MyAddress@MyDomain > as opposed to: > >SMTP=smtp.ISPs.domain =as long as the SMTP server is accessible and you have access rights, then it can be anyone's/anywhere... > >

Re: [PHP] mail() problems...

2002-12-06 Thread DL Neil
Anthony, Do you have an SMTP server on your Win98 localhost? Recommend you change the PHP.INI SMTP= to say the same as your email package's server definitions. =dn > I'm using MS Win98 and Apache and getting the following after submitting the > mail form: > .. > Warning: Failed to Conn

Re: [PHP] mail() problems...

2002-12-06 Thread DL Neil
imple boy), forget all the optional headers etc, just use a stripped down/simple email stub-script for testing/proving. =If PHP's mail() can be persuaded to work, thereafter it (and any scripts) can be 'tweaked'/made better - or we can look back and compare... =dn > - Origi

[PHP] Failed to install Mod_cURL under Windows/Apache

2002-12-06 Thread DL Neil
PHP v4.2.3 with Apache 1.3.24 under Win2000 Prof SP2 Downloaded the full v4.2.3 zip package/Win binary, some weeks ago. Installation went fine. Extensions are happily included. Have had several weeks of operations. Decided to install cURL to do some URL (strangely enough) link verification-checki

Re: Re[2]: [PHP] Simple text editor for Windows?

2002-12-07 Thread DL Neil
Hi Tom, > >> I know the text editor question has been beat to death, but I'm looking > >> for a simple editor with syntax highlighting that can be installed in > >> Windows by a general user. It would have to be something that didn't > >> access the registry, as normal users can't do that. Does an

[PHP] Snoopy Class

2002-12-08 Thread DL Neil
(pardon the pun) Please recommend a Snoopy tutorial, =dn PS Google has not been my friend! -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] date() on two diff. servers

2002-12-09 Thread DL Neil
Justin, Jumping in late... > >> Daylight Savings Time? > > John, I think "Daylight Saving Time" creates a difference of 1 hour and not > > 1 day :) > True... but I checked it anyway -- by adding just one and two hours to the > stamp... which made no difference... but when I added 86400 to the stam

Re: [PHP] Re: Snoopy Class

2002-12-10 Thread DL Neil
Hi UberGoober, Thanks for your (unique) reply. Specifically: am playing with web pages/link continuity checking and suchlike. So HTTP; as an improvement over the facilities offered by fopen(). Have worked through the readme examples, and dived into the script's code, as you would expect. Was hopi

Re: Re[2]: [PHP] Script not working from one computer

2002-12-10 Thread DL Neil
Hi John, You mention that it is a login script and that input is rejected. Is it rejected when it is initially typed in, or is it reported as rejected when ensuing pages are served? Please check the IE on the offending machine. Does it have security settings that forbid cookies? Check the ipconf

Re: [PHP] How to test php.info from command line

2002-12-10 Thread DL Neil
I agree with Jason, it seems strange to have a command line option (that can only apply to command line operation) and yet the output be in browser/non-command line format... However with PHP-CLI 'coming soon', maybe that sorts things out. Meantime may I suggest combining the two answers: php -i

Re: [PHP] Different output on two different servers

2002-12-10 Thread DL Neil
Hi Steve, Have you solved this already? If not, when you copied the code between machines was there some effort to ensure that the 'copy' points to the RDBMS/tbls on the same box/different box - or does the original box have code that points to tbls on itself, and the second box have code that run

Re: Re[2]: [PHP] Script not working from one computer

2002-12-10 Thread DL Neil
John, > > > You mention that it is a login script and that input is rejected. Is > it > > > rejected when it is initially typed in, or is it reported as > rejected > > when > > > ensuing pages are served? > When it's initially typed in. =do you have multiple 'environments' (eg VHosts or even phys

Re: [PHP] date() on two diff. servers

2002-12-10 Thread DL Neil
> > =now let's take a look at the UNIX Epoch. Various > > 'quotations' have surfaced > > in this email, and I don't recall that it is well discussed > > within the PHP > > manual (it being a UNIX definition after all...). The epoch 'began' > > 1Jan1970, sure enough (exactly as quoted). HOWEVER it i

Re: [PHP] Problem relating to images in email

2002-12-11 Thread DL Neil
Hello khuram, > Iam new at this mailing list . =welcome to our happy band! I have a problem in php > is that i want to store the images on local hard disk > that are in email (pop3 account) by runing a php file. > how can i do that. please help me asap. =there are a number of classes available

Re: [PHP] fgetcsv Help

2002-12-11 Thread DL Neil
Richard, > I am parsing a csv file with fgetcsv and the fields are surrounding by > double quotes, now I am running into a problem periodically that when there > are quotes within the value it is treating it like another value instead of > the same value. > Any ideas on how to get around that? > >

Re: Re[2]: [PHP] Script not working from one computer

2002-12-11 Thread DL Neil
> > > I have a feeling it's going to work out to be something stupidly > > > simple... like these problems always do. :) > > =embarrassingly so! If you're taking this all off a user's say-so, > then it > > sounds like an eyeball job to me... > I never did solve it, but it came down to a weird cooki

Re: [PHP] Filter vulger / controversial words - need word source

2002-12-11 Thread DL Neil
Hi Jon, I think we've seen this discussion on the list before (so Christopher, check the archives!) > > I'm wondering if someone has a great source for a master-list > > of controversial and vulger words that I can use on my site. > > I would like to pattern match input text against this master-l

Re: [PHP] date() on two diff. servers

2002-12-11 Thread DL Neil
ike to 'prove' it. As I say, am probably just barking up the wrong (Christmas) tree(s). No worries - it's familiar territory! Thanks for your help, =dn > > -Original Message- > > From: DL Neil [mailto:[EMAIL PROTECTED]] > > Sent: 10 December 2002 19:52 >

Re: [PHP] Filter vulger / controversial words - need word source

2002-12-11 Thread DL Neil
> > if you want a partial list of offensive terms - try looking > > at the meta keywords on a few porn sites ... > > Excellent idea! > Unfortunately I'd have to explain that to my boss... "No, really, I'm doing > some research..." =guess monopolising the color printer for a whole afternoon would

Re: [PHP] Filter vulger / controversial words - need word source

2002-12-11 Thread DL Neil
Jason, > > there simply is no definitive list of words > The fact is content filtering does not work without a heavy dose of human > intervention. > It is quite shocking that large numbers of well known corporations deploy > misconfigured content-filtering software which rejects perfectly innocen

Re: [PHP] mail() problem

2002-12-11 Thread DL Neil
i setting php.ini [mail function] ;For Win32 only SMTP = hermes.ica.gov.co sendmail_from = [EMAIL PROTECTED] =it is impressive to see that the Greeks' messenger has made it all the way over to Colombia! Wasn't he also held responsible for dealing with people who were guilty of indiscreet speech

[PHP] Proposal: New list etiquette/rule

2002-12-12 Thread DL Neil
Spam Arrest Sender VerificationYesterday we held an amusing discussion which highlighted the futility of using (badly implemented) technological 'solutions' to a social problem... Herewith I attach a response received pursuant to a list contribution. Does this 'gentleman' seriously expect every

Re: [PHP] ExpertRating launches PHP Certification Exam

2002-12-12 Thread DL Neil
I must be a suspicious character, but I haven't come across Expert Rating before, nor do I know what Pete's connection with Expert Rating is, so I went and looked at the PHP web site (where we are led to believe that we would expect to find "a lot of excitement") but a site-wide search fails to yie

Re: [PHP] Difference between 2 Dates

2002-12-13 Thread DL Neil
Colin, > I have a similar problem. I am trying to figure out which of two dates > is greater. Both are in the -mm-dd format. Is there any easy > function that allows this sort of comparison or am I missing something? Treat the dates as strings not numbers: $DateOne = "2002-12-13"; $DateTw

Re: [PHP] Parse Errors

2002-12-14 Thread DL Neil
Andy, > I am a PHP beginner so this error may be a stupid one. Anyway, I'm > trying to write a simple addition script. The client enters two numbers, > then my script (adder.php) adds them. However, when the script is run, I > get "Parse Error On Line 3" I have no idea exactly what I have done wro

Re: [PHP] $_SERVER['DOCUMENT_ROOT'] on localhost

2002-12-18 Thread DL Neil
Rolf, > > the document_root just doesn't show up in my phpinfo(); > > > > do windows machines have one anyway? > > I have used this var before, just not testing it locally. > > > > It normally shows up when I use phpifno on the server. Please check/compare the entries for doc_root = in the two P

Re: [PHP] PHP Editors

2003-01-07 Thread Neil Freeman
Take a look at Maguma Studio Light (www.maguma.com) Neil Nilza Lafayette wrote: ** This Message Was Virus Checked With : SAVI 3.61 September 2002 Last Updated 2nd January 2003

[PHP] Sessions 'funny' and Zone Alarm Pro 3

2003-01-12 Thread Neil Stirton
me think that the page itself is being called several times before being displayed. I'm tearing my hair out here and I can't leave it as is and the cart has to go into production and I can't have people buying 31 items when they wanted 3 :) Anyone any suggestions at all. Regards, Neil Stiron -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Sessions 'funny' and Zone Alarm Pro 3

2003-01-15 Thread Neil Stirton
dded to the cart when no ZA and now I have them not being added at all when Privacy is on. This is after having split the code into multiple files. Don't know why it should make a difference over multiple files though? Thanks Neil -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] $header = "Location:........" being ignored!

2003-01-21 Thread Neil Freeman
Looks like you're missing a closing bracket on the IF statement as well. Neil Shams wrote: ** This Message Was Virus Checked With : SAVI 3.61 September 2002 Last Updated 17th January

Re: [PHP] Newbie Questions

2003-01-21 Thread Neil Freeman
Have a look on devshed.com Bryan Cassidy wrote: Could someone point me to a VERY good doc for learning PHP for a NEWBIE!!! Something I can understand from the beginning to the end. YES I am willing to put my time into learning and reading docs as long as they are clear and made for what they say

[PHP] Re: textarea new line

2003-01-23 Thread Neil M
you cant use html 's You need to use either \n OR \r\n Thanks Neil -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Removing the #!/usr... from cgi output?

2003-01-23 Thread Neil M
files should be processed by php in apache This link describes how to configure a webserver to do this http://www.php.net/manual/en/install.unix.php ( a unix server , but its nearly the same for windows ) Thanks Neil -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

[PHP] Re: File upload problem

2003-01-23 Thread Neil M
/".$_FILES['imagefile']['name']) or die ("Could not copy"); echo "Name: ".$_FILES['imagefile']['name'].""; } else { echo ""; echo "Could Not Copy, Wrong Filetype (".$_FILES['imagefile']['name'].")"; } } ?> Thanks Neil -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] getallheaders() in PHP 4.2.3

2003-07-16 Thread Neil Freeman
I believe getallheaders() has been supported since v4.0.0 Ananth Kesari wrote: *** This Email Has Been Virus Swept *** Hi, For some reason, getallheaders() is not working with the NetWare port of PHP 4.2.3 ev

[PHP] Open Source Software Survey

2003-08-08 Thread Neil Hambleton
f this is regarded as an off-topic posting. Thank you very much for your help, Neil Hambleton Email: [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Old version of PHP

2003-08-14 Thread Neil Davis
long. The first time you pressure them into an upgrade that breaks 20 other customers, they will be wiser and you won't get much help from them anymore. Most likely, your current ISP has been here. thx, Neil "behaviour is caused, and the causes are many" - Original Message -

Re: [PHP] RE: [newbie] embed php in html file

2003-04-04 Thread Neil Freeman
Take a look at auto_prepend_file within php.ini Bobby Rahman wrote: *** This Message Was Virus Checked With : SAVI 3.66 February 2003 Last Updated 2nd April 2003 **

Re: [PHP] setlocale() changes?

2003-06-04 Thread Neil Freeman
Try removing the double quotes around LC_TIME Neil Mike At Spy wrote: *** This Message Was Virus Checked With : SAVI 3.69 May 2003 Last Updated/Checked 2nd June 2003

Re: [PHP] header() and mozilla - HELP!

2003-06-14 Thread Neil Freeman
Ensure that you have a die; after the Header() line. Neil deno vichas wrote: *** This Message Was Virus Checked With : SAVI 3.70 June 2003 Last Updated/Checked 12th June 2003

[PHP] How do I replace browser history using Header()?

2003-06-14 Thread Neil Freeman
the equivalent of JavaScript's window.self.location.replace("http://www.mysite.com/mypage.php";)? In other words I would like to use PHP's Header statement to replace the current page in the brower's history, not just add another location onto the colle

Re: [PHP] How do I replace browser history using Header()?

2003-06-14 Thread Neil Freeman
Hmmm. As I thought. Thanks anyway Mark. Neil Mark Charette wrote: *** This Message Was Virus Checked With : SAVI 3.70 June 2003 Last Updated/Checked 12th June 2003

[PHP] Re: Empty session directory

2003-06-24 Thread Neil M
e allot of space it could probably go without cleaning for years :) Cheers Neil -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Fw: [webdevelopersjournal-discuss] php vuln.

2002-07-23 Thread Neil Highley
>From another list [EMAIL PROTECTED] --- "Life must be lived as play." - Plato (427 - 347 BC) - Original Message - From: "John Best" <[EMAIL PROTECTED]> To: "Web Developer's Journal - Discuss" <[EMAIL PROTECTED]> Sent: Tuesday, July 23,

Re: [PHP] Newbie needs help

2002-07-24 Thread Neil Freeman
mysql_db_query has been depreciated since PHP 4.0.6 ctan wrote: > ** > This Message Was Virus Checked With : SAVI 3.59 May 2002 > Last Updated 8th July 2002 > *

[PHP] Coding PHP with register_globals off

2002-07-30 Thread Neil Freeman
Seeing as a question concerning register_globals seems to be posted every day - I thought this link might be useful to some: http://www.zend.com/zend/art/art-sweat4.php Neil -- -- www.curvedvision.com -- -- PHP General Mailing List (http

  1   2   3   4   5   >