[PHP] pass output of php scripts through command line program or cgi

2004-01-16 Thread Paul William
"index.php" is: ... then that output is run through "addfooter" (a command line script) which results in: ... The footer is inserted here. Then apache outputs the above html. Any ideas? Thanks Paul -- .''`. Paul William : :' :Debian admin

Re: [PHP] web page thumbs

2004-01-21 Thread Paul Chvostek
* > The contents of this e-mail and any files transmitted with it are > confidential and intended solely for the use of the individual or > entity to whom it is addressed. The views stated herein do not > necessarily represent the view of the company. If you

[PHP] Re: Form woes

2004-01-21 Thread Paul Chvostek
*** > The contents of this e-mail and any files transmitted with it are > confidential and intended solely for the use of the individual or > entity to whom it is addressed. The views stated herein do not > necessarily represent the view of the company. If you

[PHP] Re: RewriteRule REGEX ?

2004-01-24 Thread Paul Chvostek
;t change page content, it'll only rewrite the *requests* that come in. Of course, if you know all this already, and really are trying to point requests for /articles.php?id=123 to a file named "123" in the directory "articles", then you&

[PHP] Beginner Q How to load externally defined function

2004-01-25 Thread Paul Furman
I'm just barely beginning... but I have tried to research this... As per instructions in the class I'm taking I set up several php library folders outside of public_html, one of which is ../phplib/utilities/ and inside that folder I've put a file scandir.php containing the function called "sca

[PHP] Re: Why we love Microsoft (0t)

2004-01-25 Thread Paul Furman
Barefoot wines got sued by the French maker of Chateu la fite for their Chateu la feet and Barefoot lost. Amazing but that's the precedent that comes to mind. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: [SOLVED] Beginner Q How to load externally defined function

2004-01-25 Thread Paul Furman
r if running as an apache mod in an .htaccess file. I had luck with the include approach: include 'c:/_Paul/web/phplib/utilities/dirfile.php'; echo scandir(); I guess it'd be more wise to put in my php.ini to save a lot of trouble. Thanks! Paul Furman wrote: I&#x

[PHP] [php.ini include] Beginner Q How to load externally defined

2004-01-25 Thread Paul Furman
John W. Holmes wrote: As for your php.ini, you put a path for include files that PHP will look in by default. So if you put 'c:/_Paul/web/phplib/utilities' as an include path, you'll be able to just use include 'dirfile.php'; instead of giving the complete path. I added this line to my php.ini

[PHP] Re: [php.ini include] Beginner Q How to load externally defined

2004-01-25 Thread Paul Furman
Paul Furman wrote: I added this line to my php.ini without luck: include_path = 'c:/_Paul/web/phplib/utilities' PS I also tried it with backslashes instead of forward-slashes. Inside php code that doesn't matter (or at least it works) on my windows machine but the php.ini does ask

[PHP] Re: [php.ini include [SOLVED]] Beginner Q How to load externally defined

2004-01-25 Thread Paul Furman
Solved again, double quotes needed! include_path = "c:\_Paul\web\phplib\utilities" include_path = 'c:/_Paul/web/phplib/utilities' PS I also tried it with backslashes instead of forward-slashes. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Challenge: Sessions & Frames

2004-01-25 Thread Paul Chvostek
p.net/session_write_close for some discussion on this. > I don't understand what's happening here. Any thoughts? If none of the above suggestions help, then I have no clue. :-) p -- Paul Chvostek <[EMAIL PROTECTED]> it.canada

[PHP] Fields to large for php3

2001-01-10 Thread Paul Lewis
I have an application that stores large text fields in MS SQL SVR and when they are entered on-line everything works fine. The problem begins when I try to retrieve them from the database and populate a field on the php3 on-line form. The query will only return the first 4096 byte of the informa

[PHP] Re: WELCOME to php-general@lists.php.net

2001-01-10 Thread Paul Trapnell
subscribe

[PHP] GD graphics extension question

2001-01-12 Thread Paul Trapnell
Title: Blank GD config problem,  Windows problem,  browser Options issue, or something else? I can't seem to figure this one out. (I'm still newbie to php, trying to learn on my Win98 pc at home. )                                       * * * * * * *   GD is properly showing up on the ph

[PHP] RE: PHP Schedule

2001-01-14 Thread Paul Mullen
>> For example: the week number is 26, and I have to know which >> was its first day (the date, not the day of the week), say 06/21/2001, >> monday. > >If the week number is 26, then thats 26 x 7 = 182 days into the year. That would give him the number of days into the year the last day of week

[PHP] String to Variable converstion

2001-01-17 Thread Paul Cohen
Hello all, I am trying to build an IRR calculator using PHP. The number of cash flow streams I will have at any time will vary, so I am using a loop to build the formula. Then I am iterating to solve the equation and output the solution. As most of you know, I am solving the following for r:

[PHP] telnet timeout

2001-01-26 Thread Paul DN
Hello, anybody know, how can i change the timeout of the telnet server in a redhat 6.2? Thanks _ Get your own i8that.com email addresses. It's Fun! It's Free! Go to---> http://www.i8that.com -- PHP General Mailing List (http

[PHP] pop textarea field w/ text incl. quotes

2001-02-21 Thread Paul Warner
Design Group">\n Created: 20010221195310 Last Modified: 20010219104604 I'm sure that the answer is right in front of me, but my heads bleeding to badly from hitting the wall so many times, I can't see it! -- Paul -- PHP Gen

Re: [PHP] pop textarea field w/ text incl. quotes

2001-02-21 Thread Paul Warner
text area within the same string. I updated my code to be more like yours and arrived at: '?>" . htmlspecialchars($linkurl) . "\n"?> which seems to make the parser behave as I intended. Anyway...thanks! -- Paul - Original Message - From: "Simon Garner&

Re: [PHP] pop textarea field w/ text incl. quotes

2001-02-21 Thread Paul Warner
re mods as it will allow for less-HTML literate users to easily build their links. Thanks a bunch! -- Paul - Original Message - From: "Simon Garner" <[EMAIL PROTECTED]> To: "John Monfort" <[EMAIL PROTECTED]>; "Paul Warner" <[EMAIL PROTECTED

[PHP] REDIRECT_SCRIPT_URI What/How'd I do this?

2001-03-09 Thread Paul Warner
o trigger a call to this 'script'. I quote that because the 'script' is actually the URI/URL to the above mentioned .GIF! How do I get PHP to stop trying to pull this file? Any help would be most greatly appreciated! -- Paul -- PHP General Mailing List (http://www.php.ne

[PHP] send HTML page from web page using PHP

2001-03-10 Thread Paul Godard
e I am going to send, but only grab the HTML file and send it. Last, I also would like to send a second email to myself to inform me that someone (from) has sent the page someone else (to). That doesn't seem to work. Your help will be very much appreciated here in South Africa... T

[PHP] REDIRECT_SCRIPT_URL What/How'd I do this?

2001-03-12 Thread Paul Warner
o trigger a call to this 'script'. I quote that because the 'script' is actually the URI/URL to the above mentioned .GIF! How do I get PHP to stop trying to pull this file? Any help would be most greatly appreciated! -- Paul -- PHP General Mailing List (http://www.php.net/) T

[PHP] Employment Opportunities - UK based.

2001-03-13 Thread Paul Tweedy
love to hear from you - email us at <[EMAIL PROTECTED]>. Best regards, Paul Tweedy 5emedia Limited The web development team that walked away with two (count 'em, TWO) BT eBusiness Innovation Awards! __ Bedford Heights - Manton Lane - Bedfo

[PHP] Script returns an image?

2001-03-14 Thread Paul Warner
I am trying to make a call from one page (pure HTML) that would include a tag as follows: http://mydomain.com/returnimage.php?var1=value1&var2=value2 width="100" height="50" alt="Description"> My question is how to get the php script to return the proper headers as well as the image to the clien

Re: [PHP] Script returns an image?

2001-03-14 Thread Paul Warner
ubject: Re: [PHP] Script returns an image? > Did you read this page? > http://www.php.net/manual/en/features.images.php > > What is your php code looks like? if you read this page already. > > Yasuo Ohgaki > > ----- Original Message - > From: "Paul Warner" &

Re: [PHP] Script returns an image?

2001-03-14 Thread Paul Warner
Thanks, I knew I didn't want to create or modify an image, so the html seemed the only way to retrieve it...I guess I didn't know I could retrieve a binary file in this manner. -- P - Original Message - From: "Christian Reiniger" <[EMAIL PROTECTED]> Subject: Re: [PHP] Script returns an i

Re: [PHP] Anyone running their own Servers & DNS versus renting space/services from an ISP or Hosting??

2001-03-14 Thread Paul Warner
Why not lease a dedicated machine in your favourite flavour. That way you have the reliability of a hosting company that monitors 24-hrs, provides generators, UPS, etc. but will have full control over site, configuration, etc. There are many dedicated servers available in NT/2000/Linux/Cobalt Ra

[PHP] PHP script locations

2001-03-18 Thread Paul O'Neil
Dumb question here but where does one typically keep there PHP form scripts, like web/index.htm images/image.jpg phpscripts/login.php cgi-bin/perlscript.pl secure/secureforms.here Is there a problem keeping everything in the WEB directory, is it a security issue or management of files issue? Bot

Re: [PHP] unable to fine /htdocs on my linux machine :(

2001-03-19 Thread Paul O'Neil
I had problems getting Apache, PHP and MySQL to work using the RPM's on Redhat 7.0. I ended up deleting all of them and installed manually using the tar's. - Original Message - From: "David Robley" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, March 18, 2001 11:32 PM Subject: R

[PHP] get_meta_tags bug?

2001-03-19 Thread Paul Rees
e know what the rule is? (php v 4.04pl1, apache, linux 2.2.18) All the best -- Paul -- 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] get_meta_tags bug?

2001-03-20 Thread Paul rees
In article <997dil$t5u$[EMAIL PROTECTED]>, Yasuo Ohgaki <[EMAIL PROTECTED]> writes >> "Paul Rees" <[EMAIL PROTECTED]> wrote in message >> r19NDKAFmot6Ew$[EMAIL PROTECTED]">news:r19NDKAFmot6Ew$[EMAIL PROTECTED]... >> > Hi, >> > &g

[PHP] PHP post

2001-03-20 Thread Paul Juliano
Hello, How would I simulate an http post in PHP. Something like the equivalent of this: And how would I be able to read the resulting page. __ www.edsamail.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] F

Re: [PHP] PHP4.0.4pl1+PdfLib3.03+SCO

2001-04-17 Thread Paul Gardiner
e using of the tiff, jpeg etc and also how you built these. As there's not as many of us on SCO it maybe better if we put our heads together to get it sorted - you know what they say :o) Best regards, - Paul - - Original Message - From: "Grimes, Dean" <[EMAIL PROT

Re: [PHP] PDFlib 4.0.0.... any experiences..

2001-04-20 Thread Paul Gardiner
Hi Stewart, Try again my friend. I've just been there and version 4 is definately available. I won't ask why your vision is blury - you know what they say, hairy palms and all that! ;o) Thanks Dean for the info, I'll give it a whirl when I've got some free time.

[PHP] PHP4, APACHE, SCO & INFORMIX

2001-04-30 Thread Paul Gardiner
others to contribute with their particular build so that a centrally managed install guide could be set up and perhaps free up some of the traffic on the lists? Best regards, - Paul - -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional c

[PHP] log analysis scripts

2001-05-03 Thread Paul Newby
I'm looking for a full-featured PHP script for log file analysis. Can anyone recommend one? Thanks in advance, Paul N. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the

[PHP] scripts

2001-05-05 Thread Paul O'Neil
If I have PHP scripts I want in a directory other people can't access, how do I let those scripts be read by the sever? Like scripts that contain user and password info or is just have them named "filename.php" secure enough? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-m

RE: [PHP] Sos

2001-05-07 Thread Paul O'Neil
That's what I did to get mine working on 7.0 -Original Message- From: Altunergil, Oktay [mailto:[EMAIL PROTECTED]] Sent: Monday, May 07, 2001 7:32 AM To: '[EMAIL PROTECTED]'; [EMAIL PROTECTED] Subject: RE: [PHP] Sos Remove both rpms + apache Do a source install. Using redhat is no excu

Re: [PHP] if $index=1 how can I create a variable named $column_1 by appending $index behind $columnname

2001-05-09 Thread Paul Kozlenko
How about; list($column1, $column2, $column3) = array("wheat2", "rye2", "pumpernickel2"); Not totaly flexible as below. But it satisfies the question. Needs php4. Paul Kozlenko "Jay Lepore" <[EMAIL PROTECTED]> wrote in message 9dcp7h$tjr$[EMAI

Re: [PHP] if $index=1 how can I create a variable named $column_1 by appending $index behind $columnname

2001-05-09 Thread Paul Kozlenko
Strike that...I didn't read the question properly Paul Kozlenko "Paul Kozlenko" <[EMAIL PROTECTED]> wrote in message 9dd14a$gka$[EMAIL PROTECTED]">news:9dd14a$gka$[EMAIL PROTECTED]... > How about; > > list($column1, $column2, $column3) = array("wheat2&q

RE: [PHP] installing php4

2001-05-22 Thread PAUL O'NEIL
I had a little trouble with RedHat using the RPM's to get those packages to work. It only worked best when I used the tar.gz files on all three and followed the instructions. I felt that since these are critical components that need to work for me and I was doing it by hand anyway why even use Red

Re: [PHP] Sending out mass mail without having timeout problems ..

2001-12-27 Thread Paul Roberts
can this be set in the php file or htaccess with sendmail_path ="pathtosendmail/sendmail -oi -t -odq"; Paul Roberts [EMAIL PROTECTED] - Original Message - From: "Peter" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thu

[PHP] is_uploaded_file

2001-12-28 Thread Paul Roberts
I'm on PHP/4.0.2 i'm getting Fatal error: Call to undefined function: is_uploaded_file() how can i emulate the function will also nag my host but... Paul Roberts [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-ma

Re: [PHP] backtracing of includes

2001-12-28 Thread Paul Burney
ame of the include file, not the parent file. The __LINE__ is the current line within the file (include). HTH. Paul Burney -- 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] is_uploaded_file

2001-12-28 Thread Paul Roberts
no it's move_uploaded_file and it's 4.03 or greater as well. i'm using empty() as i just want to see if i uploaded a file or not Paul Roberts [EMAIL PROTECTED] - Original Message - From: "Andrey Hristov" <[EMAIL PROTECTED]> To: &

Re: [PHP] is_uploaded_file

2001-12-28 Thread Paul Roberts
yep it all works on my dev server but the host only has 4.02 installed these functions are php 4.03+ - Original Message - From: "Andrey Hristov" <[EMAIL PROTECTED]> To: "Paul Roberts" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Friday, Decem

[PHP] phpmyadmin blob blues

2001-12-28 Thread Paul S.
I had been using "blob" for a lot of mysql text fields, even email address as well as other data. all of a sudden, it seems, instead of seeing and editting these blob values in phpmyadmin (i currently have 2.2.2) tables all i see in the fields is "[BLOB]" and I am ubnable to edit the fields. Does

Re: [PHP] phpmyadmin blob blues

2001-12-28 Thread Paul S.
TRUE? > > Op vrijdag 28 december 2001 16:52, schreef Paul S.: > > I had been using "blob" for a lot of mysql text fields, even email > > address as well as other data. all of a sudden, it seems, instead of > > seeing and editting these blob values in phpmyadmin (i cu

[PHP] dot files in php directories

2001-12-28 Thread Paul S.
When reloading php software to new directories deleting the old dir is often difficult because there is a dot file (often with a majic quotes directrive) so directories aren't empty. I have to telnet to my main account and use command line ftp to delete the (still invisible) offending dot files. T

Re: [PHP] connect MS Access

2002-01-02 Thread Paul Roberts
yes you can connect via ODBC. - Original Message - From: "Matt Friedman" <[EMAIL PROTECTED]> To: "'gendeng'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, January 02, 2002 3:32 AM Subject: RE: [PHP] connect MS Access Please do not send html emails to this list. Send only p

Re: [PHP] echo "" problem NEW

2002-01-09 Thread Paul Burney
a. Authors may also use numeric character references to represent double quotes (") and single quotes ('). For double quotes authors can also use the character entity reference ". From: http://www.w3.org/TR/html4/intro/sgmltut.html#h-3.2.2 HTH. Paul Burney -- PHP General Mai

[PHP] getcwd()

2002-01-09 Thread Paul Zernik
Hi, Under PHP 4.0 getcwd() worked fine. Now my provider changes to PHP 4.1.1 and now it doesn't work any more. What can i do to get the current directory (url) now? thx Paul Zernik -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For addit

Re: [PHP] multiple replaces...

2002-01-12 Thread Paul Roberts
have a look at eval() Paul Roberts [EMAIL PROTECTED] From: "Lauri Vain" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, January 12, 2002 11:44 AM Subject: [PHP] multiple replaces... Hello there, I have about 30 markers in the text whi

Re: [PHP] encrypting passwords, how to decrypt?

2002-01-17 Thread Paul Roberts
a nice starter on encryption http://www.onlamp.com/pub/a/php/2001/07/26/encrypt.html?page=1 Paul Roberts [EMAIL PROTECTED] "Hawk" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Ok, even if I don&#x

Re: [PHP] WinNT extensions

2002-01-25 Thread Paul Roberts
Don't you pay them for the very difficult stuff! Paul Roberts [EMAIL PROTECTED] - Original Message - From: "Malcolm" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, January 25, 2002 11:04 AM Subject: [PHP] Win

Re: [PHP] set_time_limit() in a loop

2002-01-26 Thread Paul Roberts
what are you doing a while on if while never ends and you reset the time out each loop and use ignore_user_abort(true), it will still be going 13 hours latter. maybe if you send the full code so we can look at it. Paul Roberts [EMAIL PROTECTED] - Original

[PHP] [PHP-DB] Re: [PHP] PHP and MYSQL Security`

2002-01-27 Thread Paul DuBois
At 16:59 -0800 1/27/02, Fred wrote: >If this file has a .php extension remote users will not have access to the >variables because the file is parsed by php and they never see the actual >file contents when requesting the document via the web. If you are >concerned with users on localhost having

Re: [PHP] secure form handling

2002-02-08 Thread Paul Roberts
I think you mean that you want to display the total as text but have the total on the form hidden so they can't edit it (and give themselves a discount), you can use a hidden form field, sessions or cookies. Paul Roberts [EMAIL PROTECTED] - Ori

Re: [PHP] Modifying a record works but not in actual database?

2002-02-09 Thread Paul Roberts
try using // set up query $sql = "UPDATE thistable SET FNAME = \"$esc_fname\", LNAME = \"$esc_lname\", EMAIL = \"$esc_email\", WEB = \"$esc_web\" WHERE ID = \"$id\" "; variables aren't expanded

[PHP] Test please ignore

2002-02-16 Thread Paul Fowler
Test please ignore Just a test to see if I am on the list yet. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] pdf_place_image size not scale

2002-02-16 Thread Paul Fowler
regularly and I want a one stop solution. Any ideas??? Paul |--| |Paul Fowler |Zgtec, Inc. |P.O. Box 11199 |Aspen, CO 81612 |<[EMAIL PROTECTED]> |<http://www.zgtec.com> |--| -- PHP General

[PHP] preg_replace problem.

2002-02-17 Thread Paul Roberts
where am i going wrong i used $mail = preg_replace("/]*?>/i","\n\n$0", $mail,-1); and $mail = preg_replace("/]*?>/i","\n\n\\1", $mail,-1); but i get $0 or \1 inserted, but only on the linux server not on my win 20

[PHP] Include file for MySQL insert rows

2002-02-17 Thread Paul Fowler
the script. I am not sure if I am even getting warm or if I am on another planet. 1. Any ideas how I can simply make php get a text file into the mysql database? 2. Is there a way to set a (albeit maybe large) variable with the contents of an include file? Sorry to sound like such a php newbie, but I am. Kind thanks, Paul -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] monitoring banwith used by a script

2002-02-20 Thread Paul Roberts
is there a way to monitor bandwidth use of a script any ideas welcome. Paul Roberts [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Nasty DoS in PHP

2002-04-18 Thread Paul Roberts
want to crash your server with an infinite loop there's plenty of ways to do it. Paul Roberts [EMAIL PROTECTED] - Original Message - From: "Jason Soza" <[EMAIL PROTECTED]> To: "Jason Murray" <[EMAIL PROTECTED]>; <[EMAIL PROT

Re: [PHP] Directory System Splitter

2002-04-27 Thread Paul Roberts
search zend.com for breadcrumbs - Original Message - From: "Jason Wong" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, April 27, 2002 2:01 PM Subject: Re: [PHP] Directory System Splitter > On Saturday 27 April 2002 20:34, Randum Ian wrote: > > [snip] > > > For example: >

Re: [PHP] PHP editing environment

2002-05-03 Thread Paul Roberts
install a webserver (apache?) on your machine and then set up server mappings in homesite so when you switch to browse in homesite your code is parsed. Paul Roberts [EMAIL PROTECTED] - Original Message - From: "Pag" <[EMAIL PROTECTED]> To: &

Re: [PHP] Formatting Information in header? Gridlines in Excel

2002-05-06 Thread Paul Roberts
. If it's 97 then you need the border=1 in the table though. have fun. Paul Roberts [EMAIL PROTECTED] - Original Message - From: "Jay Blanchard" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, May 06, 2002 3:25 PM Subject: RE: [

Re: [PHP] Variable won't work in function, even when I global it?

2002-05-19 Thread Paul Roberts
try eval("?>$footertext"); also take the code out of the function and try it, you may need to global some more variables. Paul Roberts [EMAIL PROTECTED] - Original Message - From: "Leif K-Brooks" <[EMAIL PROTECTED]> To: <[EMA

Re: [PHP] PHP script

2002-05-25 Thread Paul Roberts
how about using the FTP functions that php has, look it up in the man, i haven't used it. Paul Roberts [EMAIL PROTECTED] - Original Message - From: "Chris Hewitt" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, May 25, 200

[PHP] Server error when executing mail() function

2002-05-28 Thread Paul Cuthbertson
causing the problem. Is there anything else that can cause the same error? Info: OS: Win98 PHP Version: 4.1.2 Web Server: Apache/1.3.6 (Win32) Browser: MSIE 6.0 Regards, Paul Cuthbertson.

Re: [PHP] Server error when executing mail() function

2002-05-28 Thread Paul Cuthbertson
I'm afraid all I get is: Warning: Server Error in d:\htdocs\scriptname.php on line 19 Line 19 being the mail() command. The script works fine on a different server. Any Ideas? Paul. - Original Message - From: "Tyler Longren" <[EMAIL PROTECTED]> To: "

Re: [PHP] Server error when executing mail() function

2002-05-28 Thread Paul Cuthbertson
Firstly, thank you for the continued help. Unfortunately I just tried this: ..and the error still occurred. The error appears immediately, as if it's not even trying to connect to anything. Paul. - Original Message - From: "Tyler Longren" <[EMAIL PROTECTED]>

Re: [PHP] Server error when executing mail() function

2002-05-28 Thread Paul Cuthbertson
the old, so it wasn't a problem with the length. I have no idea why it happened, it's quite annoying that it did cos it would be loads better for me if it accepted the original one. Oh well. Cheers for all the help I received. Paul. > - Original Message - > From: Paul Cut

[PHP] Re: stupid error, please kick me (and send me a solution)

2002-06-03 Thread Paul DuBois
At 18:09 -0400 6/3/02, Jule Slootbeek wrote: >Hey guys, >i'm getting this error with the following sql script using php: >--error-- >Warning: Supplied argument is not a valid MySQL-Link resource in >/var/www/phpquiz/register_user.php on line 12 >--error-- > >--script-- >$link_glob = "mysql_connec

Re: [PHP] unable to load dynamic library etc. etc.

2002-02-21 Thread Paul Roberts
I deleted everything in the php dir and reinstalled it all. - Original Message - From: "Hunter, Ray" <[EMAIL PROTECTED]> To: "'Jeremy Reed'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Thursday, February 21, 2002 4:32 PM Subject: RE: [PHP] unable to load dynamic library etc. etc. >

[PHP] fork?

2002-02-23 Thread Paul Roberts
how do i do two things at the same time, i'm thinking of the equivalent of fork in perl Paul Roberts [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] php to open mail compose window

2002-03-02 Thread Paul S.
I thought that a simple php file "email.php" as follows: mailto:[EMAIL PROTECTED]";); ?> might open a compose window and circumvent those spam robots (the robots that search web pages for email addresses for spam lists). 1) If this worked (a href="./email.php) then WOULD spam robots be circumve

[PHP] ignore_user_abort

2002-03-03 Thread Paul Roberts
i should use for int setting the man is not clear on this. Paul Roberts [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Deleting a Record

2002-03-06 Thread Paul DuBois
At 7:46 -0500 3/6/02, Chuck \"PUP\" Payne wrote: >Hi, > >I a seting up a php page that will let me delete a record from my mysql >database, but I want it be able to match to fields before it will let a user >delete that record. I know the basic sql command is > >DELETE FROM $table WHERE field

Re: [PHP] Evaluating code

2002-03-06 Thread Paul Roberts
You can do eval("?>$fp"); this will echo the evaluated $fp data. as you exit php mode before the eval, so any php in the file needs to be in tags you can also catch it with output buffering if you need to. Paul Roberts [EMAIL PROTECTED] - Ori

Re: [PHP] Rasmus, O'Reilly, "Programming PHP"

2002-03-07 Thread Paul Roberts
it arrives. Paul Roberts [EMAIL PROTECTED] - Original Message - From: "Erik Price" <[EMAIL PROTECTED]> To: "DL Neil" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Thursday, March 07, 2002 8:53 PM Subject: Re: [PHP] Rasmus,

[PHP] Opening new browser window.

2002-03-13 Thread Way, Paul
Is there anyway that I can open a new browser window in php, like you are able to do in JavaScript (window.open()). I have had a look around and can't find any information on how this can be done. Many thanks. PW.. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http:

[PHP] permission denied using COPY function?

2002-03-18 Thread Paul Garton
Trying to use the COPY function to allow user uploads to a site, along the lines of: copy(temp directory, directory on my server). However, I'm getting an error: Warning: Unable to create 'directory/image name': Permission denied in myPHPfile on line x (where x is the COPY function). I've s

[PHP] cron with php as apache module

2002-03-22 Thread Paul Roberts
' '--with-mysql' '--enable-track-vars' '--enable-versioning' '--enable-bcmath' Paul Roberts [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] cron with php as apache module

2002-03-22 Thread Paul Roberts
ok for lynx, at the command prompt i get bash: lynx: command not found I've also looked in all the obvious places for php but can't find it. the server is a cobalt raq 3 and i have a virtual host account so i can't recompile php. maybe I'll rewrite it in Perl. Paul Robe

Re: [PHP] cron with php as apache module

2002-03-22 Thread Paul Roberts
wget http://your.server.address/phpscript.php did the trick thanks Paul Roberts [EMAIL PROTECTED] - Original Message - From: "Bruce S. Garlock" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, March 22, 2002 8:55 PM Subject: R

Re: [PHP] Assigning unique form names...

2002-04-08 Thread Paul Roberts
the html is wrong, option doesn't have an attribute of name, select has the name, option has the value. try it like this, the result will be in $files "; while ($file_name = readdir($dir)) { if (($file_name != ".") && ($file_name !="..")) { $file_list .= "$file_name"; } } $file_list .

[PHP] special charicters in form output

2002-04-13 Thread Paul Roberts
when i enter sZZsçe in to a form it's changed to sŹZşçę I didn't code it to change it to html special characters, is php doing this? Paul Roberts [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] globals in functions

2002-04-13 Thread Paul Roberts
Is there a quick way to set all variables as global so that they are avalible to a function, i'm doing an eval inside, so i need all the submitted variables to be avalible, or do i have to decalre them individualy. Paul Roberts [EMAIL PROTECTED] -- PHP Ge

Re: [PHP] special charicters in form output

2002-04-13 Thread Paul Roberts
it's METHOD=POST already, I'm trying to find out why a Polish address was changed! Paul Roberts [EMAIL PROTECTED] - Original Message - From: "Cal Evans" <[EMAIL PROTECTED]> To: "Paul Roberts" <[EMAIL PROTECTED]>; "ph

[PHP] Mail() not sending mail..

2001-11-02 Thread Paul Mullett
Hello, Could be a simple problem, using PHP4 on a Linux/Unix Cobalt RaQ4 server. I have been using it fine, but the mail() function wont send mail, even with the most basic content and lack of headers. Can anyone offer any advise on what could be the problem, or any scripts I can use to test th

[PHP] Check if ip is with a network block

2001-11-14 Thread Paul Wolstenholme
not seem to get it to work properly. Are there any CIDR/bitwise operator wiz's out there that could help me get this straightened out. Thanks. /Paul Input: remote_ip = 192.75.242.88 cidr = 192.75.242.0/24 Output: ip = -1068764584 start = -1068764672 mask = -16777216 function

Re: [PHP] comma-formatting numbers

2001-11-17 Thread Paul Wolstenholme
You can do this using the number_format function or probably sprintf. /Paul On Saturday, November 17, 2001, at 01:36 PM, Scott Dudley wrote: > > i'm new to php and am having difficulty translating this tiny awk > function that i use to comma format numbers. can someone assist?

[PHP] floating point exception after php 4 upgrade on raq 2

2001-11-19 Thread Paul Schreiber
21:04:19 PST 1999 mips unknown # gcc -v Reading specs from /usr/lib/gcc-lib/mipsel-redhat-linux/egcs-2.90.27/specs gcc version egcs-2.90.27 980315 (egcs-1.0.2 release) What's going on / how do I fix this / what other information do you need? Paul shad 96c / uw cs 2001 / mac

Re: [PHP] Download textfile

2001-11-20 Thread Paul Warner
itor to view. This is what allows Adobe Acrobat files to spawn the Acrobat reader instead of getting saved to the users filesystem. I *think* that you need to alter the header to be 'unknown', but I am not sure of the specific syntax or method to accomplish. Maybe another lister can co

[PHP] odbc with access on win2k

2001-11-20 Thread Paul Roberts
er and file dsn on the odbc applet. Warning: SQL error: [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified, SQL state IM002 in SQLConnect in c:\my documents\\links\hs~links.php on line 48 thanks in advance. Paul Roberts [

[PHP] Validating mailing addresses

2001-11-30 Thread paul wilczynski
Joshua Hoover wrote ... >I've been looking at a variety of software packages which allow you to >validate U.S. mailing addresses against the USPS's database. >Unfortunately, all of the products I've been able to find so far are >Windows based and only support interfacing via COM. Have you checke

[PHP] chown/chgrp not working

2001-11-30 Thread Paul Warner
I tried: chown($file_name, 'nobody'); chgrp($file_name, 'site3'); Error message for first and third attempts is identical: Warning: chown failed: Operation not permitted in /home/sites/site3/web/dev/maintenance.php on line 191 Why is it 'not permitted'

<    1   2   3   4   5   6   7   8   9   10   >