Re: [PHP] in the meantime___is their a jobs mailing list?

2002-07-08 Thread roger
in the meantime you could may be use my PHP forum at : http://www.cyberdistributeur.com/yabbse/index.php as the gathering place for php job posting, just an offer... up to you to use it or not, i still have some bandwith left Roger Garin-Michaud from Saint-Priest near Lyon, France http

[PHP] Max File Size

2002-12-04 Thread Roger Lewis
this was enough to be able to upload files greater than the default 2mb. Even though php.ini has been changed, when I check phpinfo.php, I see that upload_max_filesize is still 2mb and my file is not being uploaded. Can anyone tell me what I am missing here. Thanks, Roger Lewis -- PHP Ge

RE: [PHP] Max File Size

2002-12-04 Thread Roger Lewis
Yep, Mine is in /etc/httpd/php.ini and that's what phpinfo gives me Roger -Original Message- From: Marco Tabini [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 04, 2002 3:19 PM To: Roger Lewis Cc: PHP-General Subject: Re: [PHP] Max File Size Are you sure you're look

RE: [PHP] Max File Size

2002-12-04 Thread Roger Lewis
ssing here. Thanks, Roger Lewis Further to my original post, to check if my php.ini was being recognized I temporarily changed some other configuration options, i.e. register_globals and include_path, and reloaded phpinfo.php. All options, except for upload_max_filesize, were changed per my

RE: [PHP] Max File Size

2002-12-04 Thread Roger Lewis
ave access to this setting. Roger -Original Message- From: David Banks [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 04, 2002 5:22 PM To: 'Roger Lewis' Subject: RE: [PHP] Max File Size Don't forget to increase post_max_size as well See also http://www.php.net/manual

RE: Re[2]: [PHP] Max File Size

2002-12-04 Thread Roger Lewis
ectory for HTTP uploaded RL> files (will use system default if not specified) RL> upload_max_filesize = 750 ; 2 Meg default limit on file uploads RL> extension_dir = /usr/lib/apache/php ; directory in which the loadable RL> extensions (modules) reside RL> Thanks for any help

RE: [PHP] Max File Size

2002-12-04 Thread Roger Lewis
as wrong before - I do have a directive for memory_limit. It is 8M Regardless, this doesn't explain why I can't upload a file that exceeds 2M, except that I don't seem to be able to reset upload_max_filesize to greater than 2M. If you have any other thoughts, they are much appr

RE: [PHP] Max File Size

2002-12-04 Thread Roger Lewis
Tom Rogers responded on Wednesday, December 04, 2002 6:11 PM Hi, Thursday, December 5, 2002, 11:54:08 AM, you wrote: RL> Tom, RL> Thanks for your response. If this is so, can you tell me how I check it out RL> and fix things. RL> Roger TR> Unless you have set it y

RE: [PHP] Max File Size

2002-12-04 Thread Roger Lewis
Jason Wong responded Wednesday, December 04, 2002 10:24 PM < On Thursday 05 December 2002 10:14, Roger Lewis wrote: < > Thanks for the suggestion. I'll try ini_set although I'm not yet certain < > of how to use it. < As has already been pointed out, the uploads tak

RE: Re[2]: [PHP] Max File Size

2002-12-04 Thread Roger Lewis
Hi, Thursday, December 5, 2002, 5:11:16 PM, you wrote: RL> Jason Wong responded Wednesday, December 04, 2002 10:24 PM RL> < On Thursday 05 December 2002 10:14, Roger Lewis wrote: RL> < > Thanks for the suggestion. I'll try ini_set although I'm not yet RL> certai

RE: [PHP] Max File Size

2002-12-05 Thread Roger Lewis
Hi, Thursday, December 5, 2002, 5:11:16 PM, you wrote: RL> Jason Wong responded Wednesday, December 04, 2002 10:24 PM RL> < On Thursday 05 December 2002 10:14, Roger Lewis wrote: RL> < > Thanks for the suggestion. I'll try ini_set although I'm not yet RL> certai

[PHP] PHP Configuration - Can't Change Post_Max_Size

2002-12-05 Thread Roger Lewis
t_max_size = 8M. Furthermore, I tried resetting it using ini_set("post_max_size", "16M"), and ini_set("post_max_size", "1600"), but neither of these had any effect. Any suggestion for how I might reset post_max_size. I'm using PHP 4.0.6. Thanks in advance.

RE: [PHP] Need Redirection Trick...

2002-12-05 Thread Roger Lewis
Nilaab, This sounds similar to what I was trying to do recently, i.e creating dependent dropdown boxes. Here's a link to a demo of the code that might be of interest to you. http://www.onlinetools.org/tools/easyselectdata/index.html Cheers. Roger -Original Message- From: @ N

[PHP] Apache dumps core when using php with mm

2002-12-12 Thread Roger Andersson
I want to use mm for session handling and as I haven't enabled it before my first action was to try to enable mm in php. apache configure: LD_SHLIB=ld ./configure --with-layout=OpenBSD --enable-module=rewrite --enable-module=so --enable-module=info --server-uid=www --server-g id=www php configur

[PHP] RE: mysql_num_rows

2002-12-17 Thread Roger Lewis
I found the problem! It was a space before $ in ' $name' in line two of the query. Sorry for the trouble. Roger -Original Message----- From: Roger Lewis [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 17, 2002 4:00 PM To: Php-General Subject: mysql_num_rows Would someone be k

[PHP] mysql_num_rows

2002-12-17 Thread Roger Lewis
ws, the query returns only 12 rows. $sql = "SELECT * FROM users"; $result = mysql_query($sql) or die ("Cannot verify the member"); $rows = mysql_num_rows($result); echo "rows = $rows"; Conclusion: mysql_num_rows seems to be returning one less row than exists. Is this c

[PHP] test

2002-12-17 Thread Roger Lewis
This is a test. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] test

2002-12-17 Thread Roger Lewis
From: Martin Towell [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 17, 2002 10:02 PM To: Php-General Subject: RE: [PHP] test na! didn't work :) -Original Message----- From: Roger Lewis [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 18, 2002 4:59 PM To: Php-General Subject:

RE: [PHP] test

2002-12-17 Thread Roger Lewis
John, I'm emailing. And it looks like each time I send something, I get the same message in return. Roger John Taylor wrote: Roger, Are you emailing or posting to the news group? John -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsu

RE: [PHP] test

2002-12-17 Thread Roger Lewis
So what the h... is going on? Roger < Lookee there, I'm getting it now and I'm sending to the newsgroup. < Subject: <NDN: [PHP] Re: mysql_num_rows < Date: <Wed, 18 Dec 2002 14:18:28 +0800 < From: <"Mailer-Daemon" <

RE: [PHP] test

2002-12-17 Thread Roger Lewis
Martin, I'm sending too [EMAIL PROTECTED] also. Never seen anything like this before Roger Martin Towell wrote: < actually, I get the same error. I've been putting it down to someone < subscribing and now their email is invalid. << < BTW: I'm emailing to [EM

[PHP] imap_set_quota function

2002-12-29 Thread Roger Thomas
an excerpt from php man pages says that: "This function requires the imap_stream to have been opened as the mail administrator account. It will not work if opened as any other user. ... ... $mbox = imap_open ("{your.imap.host:143}", "mailadmin", "password"); " my question is, where do i set this

[PHP] 2 servers for mail implementation

2003-01-02 Thread Roger Thomas
servers to achieve a balance and fast response. can i go like this: server A ldap courier-imap server B apache php qmail for mysql, i have an existing server that i will use for database queries. appreciate your kind advice. best rgds. roger

[PHP] imap quota

2003-01-13 Thread Roger Thomas
age level is: " . $storage['usage']; print "STORAGE limit level is: " . $storage['limit']; $message = $quota_values['MESSAGE']; print "MESSAGE usage level is: " . $message['usage']; print "MESSAGE usage level is: " . $

[PHP] --with-mcal=/usr/local/mcal compilation issue

2003-01-16 Thread Roger Thomas
php-4.3 libmcal-0.5 (i intend to use Horde's Kronolith and the README said it cannot work with libmcal-0.6) configure gave this error: checking for MCAL support... yes configure: error: Unable to locate your libmcal header files - cal_misc.h should be in the directory you specify or in the include

[PHP] LDAP next prev howto

2003-02-18 Thread Roger Thomas
is it possible to retrieve a bunch of records from an ldap tree and do a next-prev navigation on those records ? example script pls. -- __ Do you Yahoo!? Yahoo! Shopping - Send Flowers for Valentine's Day http://shopping.yahoo.com -- PHP General

[PHP] LDAP next prev howto

2003-02-20 Thread Roger Thomas
is it possible to retrieve a bunch of records from an ldap tree and do a next-prev navigation on those records ? example script pls. -- roger __ Do you Yahoo!? Yahoo! Tax Center - forms, calculators, tips, more http://taxes.yahoo.com/ -- PHP

[PHP] imap_get_quota

2003-03-13 Thread Roger Thomas
()); i am really confused as to how to setup the mailadmin account. i am running php-4.3, courier-imap and qmail-ldap appreciate any help. -- roger __ Do you Yahoo!? Yahoo! Web Hosting - establish your business online http://webhosting.

[PHP] Test Please Delete

2003-08-14 Thread Roger Spears
test, please delete -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] overriding upload_tmp_dir

2003-03-24 Thread Roger Thomas
for an application, i would like to have the temporary upload file directory under the webroot of this application. how can i override the php.ini directive of upload_tmp_dir ? -- roger __ Do you Yahoo!? Yahoo! Platinum - Watch CBS' NCAA

[PHP] How do you make a directory

2002-07-23 Thread Roger Lewis
ith Apache 1.3.20 Here is the script: User Name Can anyone see what I am doing wrong? Thanks. Roger Lewis -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] How do you make a directory

2002-07-23 Thread Roger Lewis
On Wednesday 24 July 2002 11:12, Roger Lewis wrote: > I'm trying to learn to create a directory in php, and from everything I've > read I created this simple test that I put into the file add_user_dir.php. > Unfortunately I can't get it to work. I am getting the er

Re: [PHP] New way to make select boxes auto select

2002-07-25 Thread Roger Thomas
this but my javascript knowledge is too shallow. after submitting a form with errors, the 2 select boxes will default back when the script starts. which is NOT what i want. if nebody have done this, appreciate your help. -- roger --- Nathan Cook <[EMAIL PROTECTED]> wrote: > You may already

[PHP] fruity arrays

2002-08-13 Thread Roger Thomas
e warnings: Warning: First argument to array_keys() should be an array in /home/httpd/vhost/home/fruits.php on line 14 Warning: Argument to array_values() should be an array in /home/httpd/vhost/home/ureg/fruits.php on line 15 how do i script around that ? -- roger __

[PHP] no HTML in a form textarea field

2002-08-13 Thread Roger Thomas
i presented my visitor to fill up some description about themselves via HTML's textarea FORM element. how do i block them from entering unwanted HTML tags into the textarea field? -- roger __ Do You Yahoo!? HotJobs - Search Thousands of New

[PHP] howto disable cron output

2002-08-13 Thread Roger Thomas
a file being written to my ecard directory. this file is named futuresend.php.1 the next day there will be another file called futuresend.php.2 so on and so forth. how do i stop Solaris/Linux from spitting this file out ? -- roger __ Do You Yaho

Re: [PHP] Re: howto disable cron output

2002-08-13 Thread Roger Thomas
yes, you are rite. and i know that. it could have *accidently happened* due my haste in between pulling my hair trying to figure out / solve my scripting. my apology to Jean-Christian and the list. rgds. roger --- Jean-Christian Imbeault <[EMAIL PROTECTED]> wrote: > Hey Roger, when yo

[PHP] ldap_rename refused to work

2002-08-14 Thread Roger Thomas
cated bind $r=ldap_bind($ds,"cn=admin,o=Administrators,dc=mydomain,dc=net", "secret"); if (!$r) { echo "LDAP bind failed"; exit(); } // we want to transfer user roger from Civil Engineering to Credit section in Finance $r=ldap_rename($ds, "uid=roger,ou=People

Re: [PHP] ldap_rename refused to work

2002-08-14 Thread Roger Thomas
e this: > > $r=ldap_rename($ds, > "uid=roger,ou=People,ou=Civil,o=Engineering,dc=mydomain,dc=net", > "uid=roger", > "ou=People,ou=Credit,o=Finance,dc=mydomain,dc=net", TRUE); > > Stig

[PHP] Captcha wrapper

2002-08-15 Thread Roger Thomas
wonder if anyone has developed a wrapper around captcha. or is there an alternative way ? -- roger __ Do You Yahoo!? HotJobs - Search Thousands of New Jobs http://www.hotjobs.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe

[PHP] How Can I Generate an Email List from a MySQL Table

2002-08-17 Thread Roger Lewis
dresses separated by commas. Thanks for your help, Roger Lewis -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] How Can I Generate an Email List from a MySQL Table

2002-08-17 Thread Roger Lewis
Thanks for the quick responses from Chris, Daren, and Kevin. I didn't know so many would be up Sat night. This looks like it might do the trick since I only have 20 to 30 recipients and I have a dedicated server. I'll check it out and let you know. Thanks again, Roger -Origin

RE: [PHP] How Can I Generate an Email List from a MySQL Table

2002-08-18 Thread Roger Lewis
On Sat, 17 Aug 2002 20:10:02 -0700 "Roger Lewis" <[EMAIL PROTECTED]> wrote: > My problem is how do you create the variable, $to, from the MySQL table so > that it contains all of the addresses separated by commas. Daren Cotter [mailto:[EMAIL PROTECTED]] responded Saturday

[PHP] How Do You Protect Individual Files

2002-08-20 Thread Roger Lewis
o view the page that the link is on. However, if he somehow knows the full path to the file, he can get to it directly, bypassing the link and overriding the authentication system. Thanks for any help on this question. Roger Lewis -- PHP General Mailing List (http://www.php.net/) To unsubscr

RE: [PHP] How Do You Protect Individual Files

2002-08-20 Thread Roger Lewis
On Wednesday 21 August 2002 08:59, Roger Lewis wrote: > I haven't been able to find much on this subject in the archives. > > Using sessions I have been able to have the server validate the user's > access level before serving him a page. I put include files on e

RE: [PHP] How Do You Protect Individual Files

2002-08-21 Thread Roger Lewis
On Wednesday 21 August 2002 10:54, Roger Lewis wrote: > I did, but like I said, I couldn't find much. Maybe I wasn't using the > correct key words. There is a lot about protecting php and html files but > not much on other, non-php files in external directories. There i

[PHP] Multiple File Uploads With a Single Input

2002-08-21 Thread Roger Lewis
, and upload them to a directory all at one time. Can it be done? Roger Lewis -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Web Site

2002-08-21 Thread Roger Lewis
On Wednesday, August 21, 2002 6:41 PM Peter Goggin wrote < 2. I need to set up credit card payments. Has anyone any experience with < PayPal? Are there any other providers I should consider. Nothing but good to say about PayPal Roger -- PHP General Mailing List

RE: [PHP] How Do You Protect Individual Files

2002-08-21 Thread Roger Lewis
the database to authenticate the users. Roger -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Re: set filename of file open/download

2002-08-26 Thread Roger Lewis
TO MAKE MSIE WORK AT ALL header("Content-transfer-encoding: binary\n"); header("Content-length: " . filesize($path) . "\n"); //send file contents $fp=fopen($path, "r"); fpassthru($fp); The Cache-Control header came from comments by [EMAIL PROTECTED], 04-Apr-2002 12:25, in http://www.php.net/manual/en/function.fpassthru.php I'm not sure why these additions fixed the problem, but they did. Maybe someone out there with a better understanding than I can explain. Hope this helps. Roger -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Re: Trouble Downloading Files

2002-08-26 Thread Roger Lewis
Richard Lynch responded Monday, August 26, 2002 3:28 PM to Roger Lewis >I'm not certain this is the right place to ask, but here goes. For security > >reasons I have placed certain document files in a directory outside my web > >root. There are many types of files included

[PHP] imap_gt_quota is not defined ?

2002-08-28 Thread Roger Thomas
h *me* ? -- roger __ Do You Yahoo!? Yahoo! Finance - Get real-time stock quotes http://finance.yahoo.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Any netscape users out there?

2002-09-03 Thread Roger Lewis
Ctrl r worked for me -Original Message- From: Peter Janett [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 03, 2002 10:00 AM To: Robert Cummings; [EMAIL PROTECTED] Cc: Dan Ostrowski; [PHP GENERAL] Subject: Re: [PHP] Any netscape users out there? Simply hold down the control key and t

[PHP] Dependent Dropdown Boxes

2002-09-10 Thread Roger Lewis
Category1_2 datasets[2]="Category1,subCategory1_3 datasets[3]="Category1,subCategory1_4 datasets[4]="Category2,subCategory2_1 datasets[5]="Category2,subCategory2_2 etcÂ… Can someone explain how to write the php code to output the category and subcategory names from the mysql table to

RE: [PHP] Re: Dependent Dropdown Boxes

2002-09-11 Thread Roger Lewis
Thanks Elias, I took a look at the code and there are indeed many things to learn; however, it's all in js. I'm trying to have php write the js, but I don't know enough about arrays and manipulating their elements. Roger -Original Message- From: lallous [mailto:[EMAIL P

[PHP] cookies from cgi script

2002-09-25 Thread Roger Thomas
hat cookie. Please advise. -- roger __ Do you Yahoo!? New DSL Internet Access from SBC & Yahoo! http://sbc.yahoo.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Confirm a Deletion

2002-10-01 Thread Roger Lewis
I know this should be very simple, but I just don't get it. I want to delete a record from a mysql table, but prior to deleting the record I want to receive an option to confirm the deletion. On page one (kb_areas_add.php) I have a form for inputting the field (area_todelete) for the record I wa

RE: [PHP] Confirm a Deletion

2002-10-01 Thread Roger Lewis
confusing. < ---John Holmes... Thanks guys. The intermediate page scheme worked. I added the hidden field like so because I couldn't get "htmlentities" to work: I appreciate the help. Roger > -Original Message- > From: Roger Lewis [mailto:[EMAIL PROTECTED]] >

RE: [PHP] html form array

2002-10-13 Thread Roger Thomas
try this (noticed that I've changed $foo to $_POST["foo"]. after all we're livin in globals off rite? ) "; for($i=0;$i"; } } else { ?> " method="post"> One Two Three -- roger --- "John W. Holmes" <[EMAIL PROTE

[PHP] Problem with is_dir function

2002-11-02 Thread Roger Lewis
I'm having a problem with the is_dir function, or maybe I don't understand how it supposed to work. I'm using the following code to check whether or not a directory called $user_dir exists. If it exists, I am returned the proper message. But if it doesn't exist, I get the following error message

RE: [PHP] Problem with is_dir function

2002-11-02 Thread Roger Lewis
I believe the path is of the correct format. So for example, if $user_dir = /home/sites/home/users/demodocs/web/userforum/user and $user_dir exists, then is_dir($user_dir) should = 1 however, if $user_dir doesn't exist, then is_dir($user_dir) should = 0 Isn't this the correct log

RE: [PHP] Problem with is_dir function

2002-11-05 Thread Roger Lewis
> $test = is_dir($user_dir); > if($test){echo "You have a user directory. It is $user_dir";} > else{echo "Your user directory doesn't exist"; > return;} > Thanks a lot. > Roger Lewis This is a follow-up to my original posting. * I did not get an ans

RE: [PHP] publishing php > mysql website on cd-rom

2002-11-07 Thread Roger Lewis
anyone done this? Can it be done other than by separately displaying and saving each page as an html page, and then manually creating the links? Roger Lewis On Wednesday, November 06, 2002 1:51 AM, BigDog replied To: ROBERT MCPEAK BD> That is going to be very hard to do...you might want to l

RE: [PHP] publishing php > mysql website on cd-rom

2002-11-07 Thread Roger Lewis
This sounds pretty good, but I know absolutely nothing about xml or xsl. Any literature, articles, links, or other resources you know of that could point me in the right direction. This would be worth researching. Roger -Original Message- From: .: B i g D o g :. [mailto:bigdog

[PHP] regex for emoticon codes

2002-07-08 Thread Roger Thomas
of exactly 2 digits; and they are in the range from emoticon01 to emoticon30. i have spent the whole day starring at my crt and reading manpages plus examples. i achieved nothing but sore eyes. i would GREATLY-GREATLY appreciate if someone could gimme a code snippet on how to this sorta thin

Re: [PHP] regex for emoticon codes

2002-07-08 Thread Roger Thomas
yeeaHAH ! great. Thanks John. think i'll never regret joining the list. -- roger --- John Legg <[EMAIL PROTECTED]> wrote: > Hi Roger > > Try this: > > $str = "sometext sometext [emoticon01] sometext [emoticon23] sometext"; > > $new_str = preg_replac

[PHP] caching dynamic thumbnail

2002-07-10 Thread Roger Thomas
ze etc etc) please advise. -- roger __ Do You Yahoo!? Sign up for SBC Yahoo! Dial - First Month Free http://sbc.yahoo.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] 'while' not picking up on first DB record

2003-09-17 Thread Roger Spears
ulate the _SESSION variables. $q = "SELECT * FROM employee"; $r = mysql_query($q); $row = mysql_fetch_array($r); while ($row = mysql_fetch_array($r)) { if ($employee == $row["id"]) { $_SESSION['dear'] = $row["last_name"]; $_SESSION['to_emai

[PHP] SOLVED=> 'while' not picking up on first DB record

2003-09-17 Thread Roger Spears
I'm sorry for the double post. Other then letting both lists know this was solved, it won't happen again. Sorry. Thank you for the solution! I new it was simple. I've been staring at it too long. Fresh eyes always helps! Thanks again, Roger You are making the fetch twice

[PHP] email receipts

2003-09-18 Thread Roger Spears
and please, could we turn off the "email receipt requested" before sending messages to this list??? I find them most annoying and time consuming for a list this large. Thanks, R -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Logged Out of Seesion, Then use back button

2003-09-23 Thread Roger Spears
use their back button to change a variables value in step 2, the new value is never saved by the session and their original entry is used in the email. How can I adjust for people using their "back" buttons during the individual steps of the script? 3) Should the header calls appear

Re: [PHP] Logged Out of Seesion, Then use back button

2003-09-23 Thread Roger Spears
Sorry Didier, your suggestion did not solve the problem. I appreciate the information though! I'm still having the "back" button problem in the middle of using the script. Thanks, Roger Didier McGillis wrote: http://www.php.net/manual/en/function.header.php // always modifi

[PHP] Printer Functions

2003-10-03 Thread Roger Spears
h my version of PHP?.?.?.? I'm currently running PHP Version 4.3.3 Thanks, Roger -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] PDFlib Page Dimensions and Word Wrap

2003-10-08 Thread Roger Spears
right side of the pdf document. Thanks, Roger -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] PDFlib Page Dimensions and Word Wrap

2003-10-08 Thread Roger Spears
Tried that. Unless I overlooked something, the PDFlib.com docs were of no help. Thanks, Roger Curt Zirzow wrote: * Thus wrote Roger Spears ([EMAIL PROTECTED]): Hello, I have read the http://us4.php.net/manual/en/ref.pdf.php and am unable to find a solution for what I'm trying to do.

[PHP] PHP Contest/Marathon at geek.org

2003-10-08 Thread Roger Spears
Sorry if this is a double post or if it's already been talked about. I just found out a few moments ago that http://www.dotgeek.org/ is having a php programming contest/marathon in November. Here's the link: http://www.dotgeek.org/?q=node/view/9 Thanks, Roger -- PHP General Ma

[PHP] Maeler Deamon Problem with PHP-DB list

2003-10-17 Thread Roger Spears
WTF does all this mean? Hi. This is the qmail-send program at pb1.pair.com. I'm afraid I wasn't able to deliver your message to the following addresses. This is a permanent error; I've given up. Sorry it didn't work out. <[EMAIL PROTECTED]>: This message is looping: it already has my Delivered-To

Re: [PHP] [Stats] PHP Net List: October 2003

2003-11-05 Thread Roger Spears
That is funny stuff..I often wonder why no one ever cracks jokes or makes a connection... John W. Holmes wrote: John Nichel wrote: Hey, I beat John Holmes You mean you're bigger than 14 inc... err, nevermind, you're talking about something else... -- PHP General Mailing List (ht

[PHP] preserving blank space padding when using fgetcsv

2003-12-03 Thread Roger Spears
field contains two characters of data it should still appear 4 characters in length. I was hoping to achieve aa/hi /aa instead all I get is aa/hi/aa. Thanks, Roger -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] preserving blank space padding when using fgetcsv

2003-12-03 Thread Roger Spears
= str_replace(",", "", $mpt_line); print "aa/".$no_commas[0]."/aa"; For output all I get is the actual text and no blank space padding. Meaning that if the field contains two characters of data it should still appear 4 characters in length. I was ho

[PHP] FW: errors using iis,soap,php

2003-12-09 Thread Roger Schweppe
-Original Message- From: Roger Schweppe [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 09, 2003 9:55 AM To: [EMAIL PROTECTED] Subject: FW: errors using iis,soap,php Hi, Arnaud Limbourg suggested that I might find an answer to the question below from someone at this e-mail address

[PHP] Rename generates level 2 warning but works

2003-12-31 Thread Roger Spears
t; rename($old_name, $new_name); I know I can suppress the the warning with @, but I'm more interested in WHY this warning gets generated. I'm using PHP 4.2.2 on a Linux box. Any hints or suggestions are greatly appreciated... Thanks, Roger -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Rename generates level 2 warning but works

2003-12-31 Thread Roger Spears
k you for the suggestion. Unfortunately, it didn't resolve the issue. Still getting the warning AND the rename function works. Odd indeed... Thanks, Roger

[PHP] SOLVED: [PHP] Rename generates level 2 warning but works

2003-12-31 Thread Roger Spears
away. Thanks, Roger -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Not working?

2004-01-08 Thread Roger Spears
on: You have this: system("rename('/path/to/new.sh', '/path/to/old.$today')"); Try this: system(rename('/path/to/new.sh', '/path/to/old.$today')); HTH, Roger -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] is ' or " different in MS-Word then ascII?

2004-01-14 Thread Roger Spears
Hello, This question may border on OT... I have a web form where visitors must enter large amounts of text at one time (text area). Once submitted, the large amount of text is stored as a CLOB in an Oracle database. Some of my visitors create their text in Ms-Word and then cut and paste it i

Re: [PHP] is ' or " different in MS-Word then ascII?

2004-01-14 Thread Roger Spears
s returning... Thanks for the tip(s)! R Roger Spears wrote: Hello, This question may border on OT... I have a web form where visitors must enter large amounts of text at one time (text area). Once submitted, the large amount of text is stored as a CLOB in an Oracle database. Some of m

Re: [PHP] is ' or " different in MS-Word then ascII?

2004-01-14 Thread Roger Spears
Marek Kilimajer wrote: > I don't know what the character is but if you paste it into the > textarea, ord() will tell you. > When I run ord(), it returns the value of 19. I'm guessing that is a hex value. And when I look that up on the ascII table, it says: 19 DC3 (Device Control 3) For some rea

[PHP] SOLVED=> is ' or " different in MS-Word then ascII?

2004-01-14 Thread Roger Spears
se, the ord() (ordinate) value for the left quote was 147 and the right quote was 148. When being retrieved from the database, the ord() (ordinate) value for the left quote was 17 and the right quote was 19. Thanks again to everyone who offered help! Roger -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] SOLVED => is ' or " different in MS-Word then ascII?

2004-01-16 Thread Roger Spears
Here is a real code solution instead of my original posted client solution My original problem involved text submitted via the good old fashion in a web form. If a visitor created their text in MS-Word and then cut and paste their text over to the web form and submitted, any place within

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

2004-01-23 Thread Roger Spears
Another big one is Jello It's a brand if I'm not mistakenthe product is gelatin Jello brand gelatin but all forms of pudding and gelatin are sometimes referred to as Jello... -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Creating Graphs

2001-04-30 Thread Roger Ramirez
Check out Leon Atkinsons Core PHP Programming. He has a couple good examples on using pie charts and bar charts. - Original Message - From: "Mike Mike" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, April 30, 2001 11:39 AM Subject: [PHP] Creating Graphs > Hello, > I was wond

[PHP] array_search

2002-02-26 Thread Roger Keays
found"; } $legalfields = array("foo", "reasonForRepair"); if (array_search("reasonForRepair", $legalfields) == TRUE) { echo "Found!"; } else { echo "not found"; } ?> Thanks in advance, Roger -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Popup Window Problems & Refresh

2001-10-31 Thread Roger Bryant
w and refresh or reload the specified window. TIA, Roger

[PHP] Recompile PHP-4.0.6 on MandrakeLinux 8.0

2001-07-04 Thread Roger Johnsen
luck. Roger

Re: [PHP] PHP Books

2001-07-05 Thread Roger Ramirez
On Thu, 5 Jul 2001, Bernie Kruger wrote: > Hi, > > I know this may be a previously discussed topic, but I want to be sure I get > the right books. I need a good book on intermediate PHP programming. I am > looking to buy PHP 4 Bible, but is that the best I can get? > > I looked through the li

[PHP] Downloading Images

2001-10-04 Thread Roger Bryant
PHP 3,IE6, Windows ME. Thanks very much in advance, Roger __ Do You Yahoo!? NEW from Yahoo! GeoCities - quick and easy web site hosting, just $8.95/month. http://geocities.yahoo.com/ps/info1 -- PHP General Mailing List (http://www.php.net/) To un

Re: [PHP] Downloading Images

2001-10-04 Thread Roger Bryant
be happening? Please find attached downloaded image. Thanks, Roger --- David Otton <[EMAIL PROTECTED]> wrote: > On Thu, 4 Oct 2001 07:32:17 -0700 (PDT), you wrote: > > >I have added a download button to a web-site that > >enables users to download images to their local

[PHP] Upload File Path Problem

2001-10-05 Thread Roger Bryant
any ideas I would be most grateful. Thanks in advance, Roger upload.html == Upload file : Image Description : First Name : Last Name: Location: Dagenham Romford Other Age : Email

[PHP] captcha lib

2004-09-20 Thread Roger Thomas
What's the most popular/usable captcha library that is currently available. I frequent PEAR website but couldnt find any. Pls advise. -- roger --- Sign Up for free Email at http://ureg.home.n

  1   2   3   4   5   >