RE: [PHP] utf8 encoding £ to £ problem

2006-12-05 Thread Chris Dean
Hi Nunners, Just the £ and in my case I need to use that symbol, can't really get round it sensibly with £ Chris -Original Message- From: James Nunnerley [mailto:[EMAIL PROTECTED] Sent: 05 December 2006 13:01 To: Chris Dean Cc: php-general@lists.php.net Subject: RE: [PHP]

[PHP] utf8 encoding £ to £ problem

2006-12-05 Thread Chris Dean
nk? Kind Regards Chris Dean

[PHP] Some Help with AD

2006-01-03 Thread Dean Ericson
I have been trying with AD to traverse a tree... such as: A - Company distribution list \ B - Business Operations distribution list / \ CD- IT Operations distribution list \ E - Visual Studio's

[PHP] Solaris 10 libnetsnmp build failure

2005-12-30 Thread Dean
ctory. Can someone point me in the right direction? 0 urzatron /root # cat /etc/release Solaris 10 3/05 s10_74L2a SPARC Thanks, --Dean -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Seg fault in PHP 5.0.5

2005-11-12 Thread Dean Householder
ts. I've tried both str_replace() as well as preg_replace(). I've tried replacing the characters by pasting them directly, using chr(176) & chr(194), and even \xC2 and \xB0. I get the Segmentation fault both through Apache as well as CLI (command line interface) consistentl

RE: [PHP] Re: ADODB vs PHP extension

2005-09-13 Thread Dean Maunder
My apologies, I meant the PEAR ADODB abstraction layer/ -Original Message- From: Jens Schulze [mailto:[EMAIL PROTECTED] Sent: Wednesday, 14 September 2005 12:05 AM To: php-general@lists.php.net Subject: [PHP] Re: ADODB vs PHP extension Do you mean the ADODB database abstraction layer f

[PHP] ADODB vs PHP extension

2005-09-13 Thread Dean Maunder
Hi, Can someone tell me what are the differences between ADODB and using the compiled-in MSSQL extension? Which one is faster? What are the benefits/pitfalls of using either? Thanks Dean.

[PHP] RE: Problem with POST reply

2005-09-12 Thread Dean Maunder
> It's because the response encoding is chunked. You can read about chunks in the RFC documents. I thought if I sent a Content-Length header, then the results would be de-chunked? Regards Dean. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www

[PHP] Problem with POST reply

2005-09-12 Thread Dean Maunder
h); fclose($fp); return $ret; } Can anyone see where this '2000' might be comming from? Thanks Dean.

RE: [PHP] Sessions, Constructors, and Destructors - Oh my!

2005-08-29 Thread Dean Maunder
I had the same issue not so long ago, the solution we ended up going with was Pound for the load balancer and stock Apache webservers. Pound supports sticky sessions which you can configure the timeout for, and also can proxy https->http. We also wrote our own session handlers to allow session v

RE: [PHP] Large URI request problem

2005-08-22 Thread Dean Maunder
Subject: Re: [PHP] Large URI request problem Dean Maunder wrote: > My session variables are saved in a database, that's more than > possible, tho the thought of saving a 3000char session variable in a > table is a bit hairy :) Wouldn't worry me. It's a lot better than putti

RE: [PHP] Large URI request problem

2005-08-22 Thread Dean Maunder
Just as a note, if I copy and paste the 'src' into my browser address bar, the image works fine, it only seems to be when its used inside the src tag. Hmmany ideas? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Large URI request problem

2005-08-22 Thread Dean Maunder
My session variables are saved in a database, that's more than possible, tho the thought of saving a 3000char session variable in a table is a bit hairy :) -Original Message- From: Jasper Bryant-Greene [mailto:[EMAIL PROTECTED] Sent: Tuesday, 23 August 2005 3:48 PM To: php-general@lists.

[PHP] Large URI request problem

2005-08-22 Thread Dean Maunder
Hi, I have a large string that I need to send to a script that creates an image. eg

RE: [PHP] can't find the parser error

2005-08-03 Thread Dean Maunder
print 'Please select at least one weekday for this event!'; } print ''; ?> -Original Message- From: Support [mailto:[EMAIL PROTECTED] Sent: Thursday, 4 August 2005 3:47 PM To: Dean Maunder Subject: Re: [PHP] can't find the parser error Thanks Dean, Here

RE: [PHP] ncurses woes...

2005-02-08 Thread Grimes, Dean
d though. That's an intersting point about glibc. I'll look into it. Thanks, Dean -Original Message- From: Richard Lynch [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 08, 2005 12:58 PM To: Grimes, Dean Cc: 'php-general@lists.php.net' Subject: Re: [PHP] ncurses woes...

[PHP] ncurses woes...

2005-02-07 Thread Grimes, Dean
#31876. I have test programs for anyone interested in taking a stab at some of the problems I've encountered. I've read all the documentation I could get my handsthat took about 10 minutes! Thanks, Dean -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] PHP & Apache 2

2003-10-31 Thread Dean E. Weimer
iling 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 > > > -- Thanks, Dean E. Weimer http://www.dwiemer.org/ [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Help with Mod mathematical function

2003-08-07 Thread Dean Baldwin
index are integers. Regards, Dean -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] scoring/sorting db search results based on score

2003-07-17 Thread Dean E. Weimer
oking to >> maximize >> the database performance, limit the number of recursive searches, and >> use the >> database/PHP each handle their portion of the search/score/ranking based >> on >> their strengths and use of system resources. >> >> appreci

Re: [PHP] Easier queries?

2003-07-15 Thread Dean E. Weimer
> > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > -- Thanks, Dean E. Weimer http://www.dwiemer.org/ [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] htaccess?

2003-07-11 Thread Dean E. Weimer
> Is it possible to determine who the htaccess user logged in is? If so, > how? > Can you point me at some articles? > > Johnny > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > $_SERVER['

Re: [PHP] isset function problem

2003-07-10 Thread Dean E. Weimer
r, > if the $senderEmailAddress variable is not set, the error I get is "No > recipient addresses found in header " > > Can someone help and tell me why I get this error? > > Thanks > Denis > > > > -- > PHP General Mailing List (http://www.php.net/) >

Re: [PHP] reposting data into forms after confirmation screen

2003-07-07 Thread Dean E. Weimer
> Thanks > > > > -- > 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 > > -- Thanks,

Re: [PHP] online file management

2003-07-02 Thread Dean E. Weimer
k <[EMAIL PROTECTED]> > it.canadahttp://www.it.ca/ > Free PHP web hosting!http://www.it.ca/web/ > > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: ht

Re: [PHP] ereg_replace

2003-07-01 Thread Dean E. Weimer
es see the thread "[PHP] multi line regular expression?" and see if that helps you any. > > > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > -- Thanks, Dean E. Weimer http://www.dwiemer.org/ [EMAIL

Re: [PHP] PHP Web Based File Management and Security

2003-06-30 Thread Dean E. Weimer
> on 29/06/03 4:12 AM, Dean E. Weimer ([EMAIL PROTECTED]) wrote: > >>> What is the point of the web based file manager? >> To eliminate Local Accounts, and so that they don't have to upload files >> via ftp or ssh. >> Plain ftp is very unsecure, and

Re: [PHP] ftp_ssl_connect() Problem

2003-06-30 Thread Dean E. Weimer
hanks, Dean E. Weimer http://www.dwiemer.org/ [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] PHP Web Based File Management and Security

2003-06-28 Thread Dean E. Weimer
r use ssh, but http is always available. > > So they don't have to use ftp or ssh to uploads files? > > Jim Lucas > ----- Original Message - > From: "Dean E. Weimer" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Friday, June 27, 20

[PHP] PHP Web Based File Management and Security

2003-06-27 Thread Dean E. Weimer
-- Thanks, Dean E. Weimer http://www.dwiemer.org/ [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] eregi_replace and regular expressions

2002-09-30 Thread Eric Dean
Hello all, I am trying to add html code using php on the fly while uploading web pages to our database. All of my replace functions seem to work well except one. I am trying to add a tag after the body tag. It is easy to find the body tag because there is only one "". So here is what I've trie

[PHP] Looked at documentation, should be fine

2002-07-22 Thread Dean Ouellette
I am running this on php 3.0 I have read every document I could find on the web, and cant figure out why this form submission is not working. No errors, just does not sent the e-mail to my account

[PHP] Parse error

2002-07-22 Thread Dean Ouellette
PHP 3.0 (I know I don't control it) Getting Parse error on last line of code which is just Here is php code on page

RE: [PHP] Newbie getting close, form submission

2002-07-22 Thread Dean Ouellette
age $Message .= "\n\n$HTTP_POST_VARS['Footer']"; -Original Message- From: Matt Schroebel [mailto:[EMAIL PROTECTED]] Sent: Monday, July 22, 2002 11:21 AM To: 'Dean Ouellette'; Matt Schroebel; [EMAIL PROTECTED] Subject: RE: [PHP] Newbie getting close, form su

RE: [PHP] Newbie getting close, form submission

2002-07-22 Thread Dean Ouellette
in {} to parse } -Original Message- From: Matt Schroebel [mailto:[EMAIL PROTECTED]] Sent: Monday, July 22, 2002 10:36 AM To: 'Dean Ouellette'; [EMAIL PROTECTED] Subject: RE: [PHP] Newbie getting close, form submission > From: Dean Ouellette [mailto:[EMAIL PROTECTED]] >

[PHP] Newbie getting close, form submission

2002-07-22 Thread Dean Ouellette
I am a complete newbie, search the web for examples right now and use them. The host has php 3.0 Having problems with for submission Right now, no error messages, but does not actually send the email. Ideas?

RE: [PHP] No text in form submission

2002-07-21 Thread Dean Ouellette
I have a different host I use for my sites, this is one I took over, and they insist I use this hosting company, friend of an owner. Have been trying to get to switch but wont. So any ideas on how can get this to work, no text coming in email When I print_r($_POST) what does that do?))) I g

RE: [PHP] No text in form submission

2002-07-21 Thread Dean Ouellette
PHP Version 3.0.16 -Original Message- From: Jason Wong [mailto:[EMAIL PROTECTED]] Sent: Sunday, July 21, 2002 2:26 PM To: [EMAIL PROTECTED] Subject: Re: [PHP] No text in form submission On Monday 22 July 2002 01:52, Dean Ouellette wrote: > Been working on trying to get form submiss

RE: [PHP] No text in form submission

2002-07-21 Thread Dean Ouellette
submission On Monday 22 July 2002 01:52, Dean Ouellette wrote: > Been working on trying to get form submission to work. > > Now have it so when click enter it e-mails me, but there is no text > subitted in the e-mail What version of php are you using? > $MailToAddress = &q

RE: [PHP] Re: Problem With ora_do

2002-07-05 Thread Grimes, Dean
Here is a little test program. select emp_id, emp_name from employee; dgrimes Dean Grimes 35 rows selected. This is a select using SQLPLUS to select all of the employees. There were a lot of other names, I just removed them from the list. SQL> select emp_id, emp_name f

[PHP] Problem With ora_do

2002-07-03 Thread Grimes, Dean
o know what the problem is. Thanks, Dean -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Why not working

2002-05-19 Thread dean
This should send me an e-mail with the form info then send a thank you letter to the subscriber. It does the first, but not second, any ideas?

RE: Re[2]: [PHP] Re: Header question

2002-04-28 Thread Dean Ouellette
your one stop web hosting shop Original Message ---- From: Dean Ouellette <[EMAIL PROTECTED]> To: 'Yuri Petro' <[EMAIL PROTECTED]> Subject: [PHP] Re: Header question Now I get an error says Parse error: parse error in /usr/local/psa/home/vhosts/sitename.com/httpdocs

[PHP] Header question

2002-04-28 Thread Dean Ouellette
I have a tell a friend script and got the php script from a friend to make it work. I am a newbie so still do not fully udners stand it. Here is the problem, it puts the following at the top of each e-mail: X-Mailer: PHP/4.1.2 Here is the script:

[PHP] Newbie and includes

2002-04-06 Thread Dean Ouellette
Newbie who has my include working with this Problem is when I try to use this with files in other directories I use Then get file cannot be found. Is there a way to do this? Dean

[PHP] Break up query into pages using PHP from MsSQL

2002-03-27 Thread Dean Householder
gt;= $start AND id <= $start + 10 But that only works if my indexes are consistant. Which they aren't! As I see it, I either need to reindex the table, find a function in MsSQL that works, or pull everything into a big PHP array and try to sort it out there. Any hints or suggestions woul

Re: [PHP] Simple chat

2002-02-28 Thread Dean Householder
es when there are noone is inside it. This requires no installing programs on your computer, or setting up an account somewhere. Dean Householder - Original Message - From: "Danilo Dias" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, February 28, 2002 11

[PHP] Dumb question on terminology

2002-02-26 Thread Dean Householder
Some arrays use the format: $row->data while some use: $row['data'] What is the terminology of these types so I sound like I know what I'm talking about. Also, when and how do each come about? Dean

Re: [PHP] Is there an MSSQL limit function?

2002-02-16 Thread Dean Householder
s anyone know how to do this? Dean - Original Message - From: "Jason Wong" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, February 16, 2002 2:54 AM Subject: Re: [PHP] Is there an MSSQL limit function? > On Saturday 16 February 2002 17:48, Dean House

Re: [PHP] Is there an MSSQL limit function?

2002-02-16 Thread Dean Householder
Is anyone familiar with how exactly to use the TOP command in MSSQL? Is it in it's own SQL query or built into the select query? I'm looking at the help and it doesn't seem very helpful... Dean - Original Message - From: "Jason Wong" <[EMAIL PROTECTED]&g

[PHP] Is there an MSSQL limit function?

2002-02-16 Thread Dean Householder
one could point me in the right direction I would really appreciate it! Thanks, Dean

Re: [PHP] Passing objects

2002-01-25 Thread Dean Householder
I'm pretty new to PHP. If anyone can elaborate a little on this I would appreciate it greatly. Thanks -- 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: [EMA

[PHP] Passing objects

2002-01-25 Thread Dean Householder
How can you pass an object from one page to another? Is there any convenient way to do it with PHP? Dean

[PHP] Help is_dir command driving me crazy!

2002-01-22 Thread Dean Dunn
ipt is run it always seems to work. This to me points to some form of initialisation I'm missing. Any advice would be gratefully received. Regards, Dean (a new PHP user) Code Follows "; $dir_not_exist = "Directory does not exist...will try and create new direct

Re: [PHP] PHP array or SQL problem

2002-01-15 Thread Dean Householder
Thanks so much!! You guys rock! Dean - Original Message - From: "Dean Householder" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, January 15, 2002 12:34 AM Subject: [PHP] PHP array or SQL problem I've got a database with lname (lastname), fnam

[PHP] PHP array or SQL problem

2002-01-14 Thread Dean Householder
'bill' shows up in 'williams' spot. Here is my SQL query: select * from employees order by fname; Should I create an array and sort it there or can I somehow query MySQL to sort by nickname only if it exists and then by fname? Dean

Re: [PHP] Newbie database question

2002-01-13 Thread Dean Ouellette
MySql At 10:10 AM 1/13/2002 -0800, Richard Crawford wrote: >Which database are you using? > > >Dean Ouellette wrote: > >>I am entering info from form into database, is there a way to check say >>firstname, lastname and address to see if it is a duplicate to what is

[PHP] Newbie database question

2002-01-13 Thread Dean Ouellette
I am entering info from form into database, is there a way to check say firstname, lastname and address to see if it is a duplicate to what is already in database and if it is then just enter any new information they may enter and not create a new entry -- PHP General Mailing List (http://w

Re: [PHP] Piping data into a select box

2002-01-13 Thread Dean Householder
Thank's for the help! Dean - Original Message - From: "Jimmy" <[EMAIL PROTECTED]> To: "Dean Householder" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Sunday, January 13, 2002 12:33 AM Subject: Re: [PHP] Piping data into a select box >

[PHP] Piping data into a select box

2002-01-12 Thread Dean Householder
Does anyone know how to give a select pulldown box a default value from a PHP variable? I've been able to figure out how to pipe data into every type in type of form element except for a element. Any solutions would be helpful! Dean

[PHP] Test if picture exists then load.

2002-01-10 Thread Dean Householder
dback would be very appreciated. Dean

Re: [PHP] Re: PHP vs. ASP

2002-01-09 Thread Dean Ouellette
I am a newbie to programming, ASP is easier to learn? I heard PHP was At 04:48 PM 1/9/2002 +0100, Robert Klinkenberg wrote: >Well, I personally prefer PHP over ASP because better support from >webhosting companies, but ASP has some good points. >This is especially the case if you can setup the

[PHP] Error

2002-01-08 Thread Dean Ouellette
Hi I am learning php with Sams leanr php in 24 hours. This is one example When I run it get error line 13 any ideas? -- 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 administra

[PHP] dynamic maps

2001-12-06 Thread Rocky Dean Pulley
I need to have a map to a map of classes, is this possible using PHP? For example, in C++, I can do this: map > m_strMap; === Rocky Dean Pulley Senior Technologist CorTechs, Inc. [EMAIL PROTECTED] 703-968-7021 x108 -- Quidquid latine dictum sit, altum videtur

RE: [PHP] Good host needed

2001-11-30 Thread Grimes, Dean
www.webwiredsolutions.com -Original Message- From: Rudi Ahlers [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 29, 2001 3:11 PM To: PHP General Subject: [PHP] Good host needed Hi guys. I know this is OT, but I don't know where else to ask. I'm in South Africa, and I'm looking

RE: [PHP] Printing Reports

2001-11-28 Thread Grimes, Dean
-Original Message- From: John Monfort [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 27, 2001 5:03 PM To: Grimes, Dean Cc: 'Dan Koken'; '[EMAIL PROTECTED]' Subject: RE: [PHP] Printing Reports >Have you been able to bypass the dialog box? That is, send th

RE: [PHP] Printing Reports

2001-11-27 Thread Grimes, Dean
e box will automatically pop up and the user can select their own printer along with number of copies, etc. If you use HTML you can even set page breaks (in IE5 anyway). Have fun, Dean -Original Message- From: Dan Koken [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 27, 2001

Re: [PHP] [newbie] passing variables

2001-11-19 Thread Dean Householder
code is to populate data in a form using hidden input fields and a submit button called delete, or to use php and send the variables like this: echo 'DELETE'; Good luck. Dean Householder http://www.daylightcreations.com "pjc" <[EMAIL PROTECTED]> wrote in message [E

Re: [PHP] [newbie] passing variables

2001-11-19 Thread Dean Householder
- Original Message - From: "pjc" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Monday, November 19, 2001 5:59 PM Subject: [PHP] [newbie] passing variables > I just started playing with PHP and MySQL and am building an online > phonebook for myself. > > From my '

RE: [PHP] javascript to php ????

2001-11-14 Thread Grimes, Dean
One way I do this is with the following: var x = new Array(); x[0] = "zero"; x[1] = "one"; x[2] = "two"; // set the hidden input to a comma delimited string document.f.x_array.value = x.toString(); // alert(document.f.x_array.value); Hope thi

Re: [PHP] A powerful editor!

2001-10-02 Thread Dean Householder
I used to use TextPad until I found EditPlus. I'm also amazed by it's power. It has more than I could even use including everything TextPad has and nicer colors for the different styles. You can find it at http://www.editplus.com. Dean Householder Daylight Crea

[PHP] calling javascript functions inside PHP

2001-07-30 Thread Dean Martin
want to do the encoding just before I email the form variables. ie - if ($send == "yes"){ do javascript encoding of cc number $mail (information to me) echo ("Your Order has been sent") } Thanks for any help, Dean -- PHP General Mailing

[PHP] Zend core object creation

2001-06-30 Thread Dean Hall
ted at the same time. Thanks. Dean. -- 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] setcookie() woes

2001-06-21 Thread Grimes, Dean
This is a problem with IE5.0. However, not all versions of 5.0 have the problem. I had to upgrade all of my users to IE5.5 to fix the problem. What is really strange is that the problem manifests itself as a PHP problemBut it's not. Actually, I don't think the problem is the setcookie function

RE: [PHP] bad form...

2001-06-20 Thread Grimes, Dean
>hello everyone, is it 'bad form' (no pun intended) to have a form point to >itself for processing, rather than forward the form variables to another >page? Anybody have any input on this? I try to have 1 page that is the >form and handles all the processing as well in order to keep the page cou

[PHP] count() multidimensional array

2001-05-19 Thread Dean Martin
I have a multidimensional array being created by a form. Most fields are pre-populated with a few that people can add to the list. There is a box beside each row that they can check whether that item is in or not. My code to list only the rows that were checked is this.. for ($j=1 ; $j=5; $j++

Re: [PHP] set_error_handler scope problems?

2001-05-17 Thread Dean Hall
Eek. Nevermind. The problem, for anyone who is interested, is that you cannot specify that any parameters in the error-handler function to be passed by reference. Dean. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

[PHP] set_error_handler scope problems?

2001-05-17 Thread Dean Hall
_error_handler() inside a class method (it's a static method, but PHP doesn't know the diff). Any thoughts? Dean. -- 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]

[PHP] forcing error documents

2001-05-09 Thread Dean Hall
t will work? Or why specifically it won't work? Thanks. Dean. -- 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] Passing variables to another page - newbie

2001-05-06 Thread Dean Martin
page along with the necessary variables. I may need to validate input on one page, have another form inside my code that is executed after the first form posts, then when they choose payment type that form can post to the appropriate payment site Seems like an extra step. Dean -Origin

[PHP] Passing variables to another page - newbie

2001-05-06 Thread Dean Martin
("location://url?var1=value1?var2=value2") would work but not luck. Could someone point me in the right direction please? Thanks, Dean Martin -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To c

RE: [PHP] Need to know this

2001-05-04 Thread Grimes, Dean
I believe PHP stands for: PHP Hypertext Preprocessor where the first P actually stands for PHP. Just Like GNU: GNU Not Unix. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 03, 2001 10:37 PM To: [EMAIL PROTECTED] Subject: Re: [PHP] Need to know th

RE: [PHP] Creating Graphs

2001-05-01 Thread Grimes, Dean
phpBarGraph is a bargraphing class for PHP. It allows one to have an arbitrary number of bargraphs. phpBarGraph scales the bars to fit the area you set. It is possible to cycle through colors for each bar. Each bar can be its own color or they can all be the same color. Multiple bar graphs can be

Re: [PHP] undefined symbol: SSL_CTX_set_rsa_callback

2001-04-27 Thread Dean Hall
> Anyone have any ideas? What configure options did you use for PHP and Apache? Did you install any other modules for Apache? Dean. -- 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] create bar chart

2001-04-24 Thread Grimes, Dean
. Have fun Dean Name: phpBarGraph Author: thunter <[EMAIL PROTECTED]> Description: phpBarGraph is a bargraphing class for PHP. It allows one to have an arbitrary number of bargraphs. phpBarGraph scales the bars to fit the area you set. It is possible to cycle through colors for ea

Re: [PHP] PERL vs. PHP

2001-04-21 Thread Dean Hall
ot that doesn't. I had a friend remark how similar PHP is to Basic. I think PHP's similarities to Perl end after the "$" symbol, associative arrays, and object syntax (borrowed from C++?). As someone already mentioned, Perl is a much more mature language. Dean. -- PHP Gener

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

2001-04-20 Thread Grimes, Dean
newly created libraries to the /usr/lib directory: ln -s /usr/local/lib/libpdf* /usr/lib Next just rebuild PHP as normal only add --with-pdflib. Have fun... Dean -Original Message- From: David Bouw [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 19, 2001 6:08 PM To: [EMAIL PROTECTED

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

2001-04-19 Thread Grimes, Dean
Next just rebuild PHP as normal only add --with-pdflib. Have fun... Dean -Original Message- From: Chris Fry [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 17, 2001 7:01 PM To: Paul Gardiner Cc: Grimes, Dean; [EMAIL PROTECTED] Subject: Re: [PHP] PHP4.0.4pl1+PdfLib3.03+SCO Guys,

RE: [PHP] Password Generator?

2001-04-19 Thread Grimes, Dean
Be carefull though, this password generator is not as random as it looks at first glance: Example: Here is a list 100 seemingly random passords: crastije cranocus frukaphe thogivot dricrope chevacot wrasipha staspofr spuphara prothidi prohopra clicafri besliruc catokipr gupaprus h

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

2001-04-17 Thread Grimes, Dean
I had the exact same problem Haven't had time to work it though. -Original Message- From: Chris Fry [mailto:[EMAIL PROTECTED]] Sent: Monday, April 16, 2001 3:26 AM To: [EMAIL PROTECTED] Subject: [PHP] PHP4.0.4pl1+PdfLib3.03+SCO Pdflib 3.03 compiles OK and builds a static library - /

RE: [PHP] cookies

2001-04-17 Thread Grimes, Dean
unexplainable random problems. I had these problems on both Win9x and NT but after upgrading to 5.5 all of the problems went away. Just for the heck of it I tested 5.00 as well and had no problems. Good luck, Dean -Original Message- From: Pat Hanna [mailto:[EMAIL PROTECTED]] Sent

Re: [PHP] set_error_handler()

2001-04-17 Thread Dean Hall
dler("Error::handleError"); myself, and to no avail. It seems that the namespace resolution in PHP is still very primitive. I know "Error::handleError()" will work in normal context, but it doesn't seem to work in dynamic evaluations. Perhaps when PHP gets real namespace sup

Re: [PHP] array_push but with key, value pairs

2001-04-17 Thread Dean Hall
key, $val) = each($HTTP_POST_VARS) ) { > if ( $key != "Submit" ) { > array_push($input, $val); > } > } Instead of 'array_push', do this: $input[$key] = $val; Dean http://hall.apt7.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-m

Re: [PHP] Dynamic built web pages administration

2001-04-17 Thread Dean Hall
ted, updates the content in the database. I'm sure there are some good projects (content management systems) that do this on SourceForge. I'm writing a web application platform (not on Sourceforge yet) called WunSite, but content management like this is optional in mine and is not the focus o

Re: [PHP] XML via socket connection

2001-04-13 Thread Dean Hall
hp.net/manual/en/ref.sockets.php>. But more than likely you just want to get it over HTTP (without handling the sockets yourself). In this case, you can just use fopen to get a file at a URL. See <http://www.php.net/manual/en/function.fopen.php>. Dean. -- PHP General Mailing List (http:

Re: [PHP] php, mysql, and wysiwyg.

2001-04-13 Thread Dean Hall
etscape, for instance), then there are some available to license -- but I've not seen any free ones. Yahoo! mail has one, and I guess so does Hotmail -- check the source and see if it's a JavaScript widget. If it is, and it's a lenient license, you can just use the JavaScript

Re: [PHP] foreach function

2001-04-13 Thread Dean Hall
way, all you have to change is the loop itself -- nothing inside the loop needs to be changed if you do it this way. Dean. -- 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] casting arrays as objects

2001-04-13 Thread Dean Hall
an array as an object and the object of the assignment keeping its object membership) can work. Dean. -- 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]

[PHP] casting arrays as objects

2001-04-13 Thread Dean Hall
#x27;d have all the object properties automatically set by: $my_object = (object)$db->fetchRow(DB_FETCHMODE_ASSOC); I'm just worried about the object losing its membership in its original class. Dean. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PRO

Re: [PHP] passthru

2001-04-11 Thread Dean Hall
fails. I get no output at all. I'm just guessing since I can't access the PHP manual and since I don't know what program you're running here -- but perhaps "someProgram" is outputting to stderr by mistake. That's my only guess. Dean Hall. http://hall.apt7.com

  1   2   >