Re: [PHP] Beginner Tutorials for using CLASSES in PHP4

2007-09-29 Thread Jeff Cohan
Instruct ICC wrote: > > From: [EMAIL PROTECTED] > > Today's post was > > prompted by my desire to prototype yet another suite of > > browse-read-edit-add-delete functions for someone. > > I was just going to ask you what is BREAD. Cool, basically a > Web-based CRUD? I can't find anything on it,

Re: [PHP] Alternate Colors in Rows ($r=!$r)

2007-10-05 Thread Jeff Cohan
Daevid Vincent wrote: > > I love the simplicity, and very cool. But why does the ($r=!$r) ternary condition work?. (I understand that it DOES but not WHY.) TIA, Jeff -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Alternate Colors in Rows ($r=!$r)

2007-10-05 Thread Jeff Cohan
Nathan Nobbe wrote: > personally, i wont argue w/ the compact nature of the > statement; its nice. I agree. Very elegant. Thanks for the clarifications, folks. > its mysterious statements like this that make code fragile, > imho. i prefer the modulus approach. I would have agreed before readi

[PHP] Php session settings

2007-10-06 Thread Jeff Benetti
cated that performance would be poor or crippled. My hosting service allows me to add a customized php.ini in the same folder as the app. I know nothing about php.ini so I was hoping someone could point me to which of the many settings would be best to tweak. Any help would be much appreciated Th

RE: [PHP] Php session settings

2007-10-06 Thread Jeff Benetti
SERVER_SOFTWARE Apache/1.3.34 (Unix) I have attached the output from phpinfo() I cc'd the php-general group but I am not sure how an attachment will be dealt with there. Thanks, Jeff _ From: Nathan Nobbe [mailto:[EMAIL PROTECTED] Sent: October 6, 2007 9:08 AM To: Jeff Be

RE: [PHP] Php session settings

2007-10-06 Thread Jeff Benetti
Thanks, I added a one line file called php.ini with the following line memory_limit = 16M so far CMS made simple seems to run better (faster, no need for page refresh) Yes I will check out drupal Jeff _ From: Tom Friedhof [mailto:[EMAIL PROTECTED] Sent: October 6, 2007 11:18 AM To

[PHP] Re: Sending lots of emails - 2 choices - choose the best one

2007-10-06 Thread Jeff Cohan
Martin Zvarík wrote: > Hello-- > I want to send email to 100+ recipients. Two choices I > thought of: > > 1) once call mail() and use BCC, but the negative of this > method is that every recipient in BCC has header "To" > same (so I used to put my email in here - not email of > one of the reci

[PHP] libmm.so.14

2007-10-23 Thread Jeff Mckeon
get this error however: /usr/bin/php: error while loading shared libraries: libmm.so.14: cannot open shared object file: No such file or directory Libmm.so.14 is installed in: /usr/lib64/libmm.so.14 Any idea what it is I'm missing? Version PHP5 Thanks, jeff -- PHP General Mailing List

RE: [PHP] libmm.so.14

2007-10-23 Thread Jeff Mckeon
> -Original Message- > From: Daniel Brown [mailto:[EMAIL PROTECTED] > Sent: Tuesday, October 23, 2007 10:47 AM > To: Jeff Mckeon > Cc: php-general@lists.php.net > Subject: Re: [PHP] libmm.so.14 > > On 10/23/07, Jeff Mckeon <[EMAIL PROTECTED]> wrote: > &g

RE: [PHP] libmm.so.14

2007-10-23 Thread Jeff Mckeon
> -Original Message- > From: Jeff Mckeon [mailto:[EMAIL PROTECTED] > Sent: Tuesday, October 23, 2007 10:52 AM > To: 'Daniel Brown' > Cc: php-general@lists.php.net > Subject: RE: [PHP] libmm.so.14 > > > -Original Message- > > From: Dani

RE: [PHP] libmm.so.14 SOLVED

2007-10-23 Thread Jeff Mckeon
> -Original Message- > From: Daniel Brown [mailto:[EMAIL PROTECTED] > Sent: Tuesday, October 23, 2007 4:10 PM > To: Jeff Mckeon > Cc: php-general@lists.php.net > Subject: Re: [PHP] libmm.so.14 > > On 10/23/07, Jeff Mckeon <[EMAIL PROTECTED]> wrot

[PHP] strange error

2007-10-25 Thread Jeff Mckeon
I'm getting this error on a php based ticket system we have. I don't see this on the old server running php4. This new server is running php5. PHP_Fatal_error:__Cannot_use_object_of_type_PEAR_Error_as_array_in_/srv/www/ virtual/support/mailparser.php_on_line_300/ The code in that section looks

[PHP] Newbie asks about multi-lingual website strategies

2007-11-27 Thread Jeff Benetti
That's one problem I see with the mysql solution, I think it may start to be slow unless I start purging vistors who have not shown up in a while or limit the number of entries. Thanks, Jeff -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Newbie asks about multi-lingual website strategies

2007-11-28 Thread Jeff Benetti
different languages that the session var will keep track of the different users (by IP I assume) and the server won’t mess up? Anyway thanks everyone for all the great help, I’m on a nearly vertical learning curve here and it’s great to have this community to draw on. I’m pretty much working in a vacuum otherwise. Jeff

[PHP] Fatal error: Class 'DOMDocument' not found

2007-12-16 Thread Jeff Schwartz
quotes' '--enable-sockets' '--enable-sysvsem' '--enable-sysvshm' '--enable-sysvmsg' '--enable-track-vars' '--enable-trans-sid' '--enable-yp' '--enable-wddx' '--with-kerberos' '--enable-ucd-snmp-hack' '--with-unixODBC=shared,/usr' '--enable-memory-limit' '--enable-shmop' '--enable-calendar' '--enable-dbx' '--enable-dio' '--with-mime-magic=/etc/httpd/conf/magic' '--without-sqlite' '--with-libxml-dir=/usr' '--with-xml' '--with-apxs2=/usr/sbin/apxs' '--without-mysql' '--without-gd' '--without-odbc' '--disable-dom' '--disable-dba' '--without-unixODBC' '--disable-pdo' '--disable-xmlreader' '--disable-xmlwriter' Has anyone else run into this? Thanks, Jeff

[PHP] phpinfo displays blank page

2007-06-20 Thread Jeff Schwartz
When I run phpinfo() nothing is displayed. It used to work. I recently upgraded to 5.2.1 but I can't be sure that's exactly when phpinfo stopped working. Has anyone else run into this? Thanks, Jeff - Fussy? Opinionated? Impossible

Re: [PHP] phpinfo displays blank page

2007-06-20 Thread Jeff Schwartz
o.php" (phpinfo.php is a script containing only the phpinfo command) at a server prompt but nothing was displayed. Jochem Maas <[EMAIL PROTECTED]> wrote: Daniel Brown wrote: > On 6/20/07, Jeff Schwartz wrote: >> When I run phpinfo() nothing is displayed. It used to work. I rece

Re: [PHP] phpinfo displays blank page

2007-06-20 Thread Jeff Schwartz
You're right, that works. So why doesn't my script work? All it contains is: Tijnema <[EMAIL PROTECTED]> wrote: On 6/20/07, Jeff Schwartz wrote: > Thanks for getting back to me so quickly. > > I checked the archives and viewed the source before I posted the

[PHP] Problem compile 5.2.3 souce under SUSE 10.1

2007-07-23 Thread Jeff Lanzarotta
s on how to fix this? Regards, Jeff

Re: [PHP] Re: Problem compile 5.2.3 souce under SUSE 10.1

2007-07-23 Thread Jeff Lanzarotta
Oh, OK, thanks. - Original Message From: M. Sokolewicz <[EMAIL PROTECTED]> To: Jeff Lanzarotta <[EMAIL PROTECTED]> Cc: PHP General List Sent: Monday, July 23, 2007 11:32:17 AM Subject: [PHP] Re: Problem compile 5.2.3 souce under SUSE 10.1 Jeff Lanzarotta wrote: > Hello

[PHP] recv() socket question

2006-09-28 Thread Jeff Lanzarotta
to echo out the message that is received and nothing prints... I am very new to php so I am using 'class.ClientSocket.php' written by Juan M. Hidalgo to do all the communications... What is odd is that I receive no errors either from either side. Any ideas would be greatly appreciat

Re: [PHP] recv() socket question

2006-09-28 Thread Jeff Lanzarotta
OK, I will try and contact Juan. I wrote the Java server. I believe the Java side is working because I can send/receive messages just fine using other clients written in other languages, just not the php client... Regards, -Jeff --- Richard Lynch <[EMAIL PROTECTED]> wrote: > On Thu,

[PHP] Socket communications question

2006-10-13 Thread Jeff Lanzarotta
app works just fine if the client is another java app, or a C app. Everything is send and received just fine... >From what I can tell in the php page, the while ($out = socket_read($socket, 2048, PHP_NORMAL_READ)) { echo $out; } never returns. Any ideas? -Jeff -Jeff -- PHP General Mail

[PHP] How does the Zend engine behave?

2006-10-25 Thread jeff . phplist
8MB if it is simultaneously servicing 2 requests? Lastly, are there differences in these behaviors for PHP4 and PHP5? Many thanks, Jeff -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] How does the Zend engine behave?

2006-10-26 Thread jeff . phplist
. Thanks Jon. So in summary: use a cache if possible. Late load files to save memory. Buy more memory to handle more sessions. And it's conceivable that when caches are used, different rules may apply. Jeff -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] How does the Zend engine behave?

2006-10-26 Thread jeff . phplist
t, but I dunno if it will be "on" by default or not... At any rate, not from 4 to 5. Thanks. Note that if you NEED a monster body of code to be resident, you can prototype it in simple PHP, port it to C, and have it be a PHP extension. A good idea, but not feasible in this situati

[PHP] Replacing text with criteria

2006-06-15 Thread Jeff Lewis
I have been working on a script to parse a CSV file and in the process I clean out a lot of the garbage not needed but I am a bit stumped on one aspect of this file. It's a list of over 3000 contacts and I'm trying to mask a lot of the information with *. So as I loop through this list I am check

[PHP] cookie encoding/decoding

2008-07-10 Thread Jeff Demel
, PHP is actually converting/decoding correct characters that don't need decoding. So, for example a plus sign would become a blank space. This, of course, means I'm getting incorrect info from the cookie. Is there a way to turn off this PHP "feature"? Perhaps a flag in t

RE: [PHP] cookie encoding/decoding

2008-07-11 Thread Jeff Demel
Anyone have any ideas on this at all? -Original Message- From: Jeff Demel [mailto:[EMAIL PROTECTED] Sent: Thursday, July 10, 2008 10:50 AM To: php-general@lists.php.net Subject: [PHP] cookie encoding/decoding I have a situation where a cookie is being set elsewhere on a site by ASP.NET

[PHP] Weird issue with PHP5

2008-07-23 Thread jeff . mills
I have a module originally written for PHP-Nuke that I have ported to CPG-Nuke/DragonFlyCMS. In PHP4, the page I'm displaying works fine. In PHP5, it doesn't. The following link is a screenshot of the page using PHP4: http://nukeleaguedf.winsto.net/working-php4.jpg And a screenshot from PHP5: h

Re: [PHP] Weird issue with PHP5

2008-07-23 Thread jeff . mills
> > thats a decent bit of code to pick through, jeff. glancing at index.txt, > the code looks pretty straight forward, and by that i mean that it doesnt > look like theres anything that shouldnt work in php5. > > if i were to guess, i would suspect an environmental issue. y

[PHP] PHP4 vs PHP5 classes

2008-07-28 Thread jeff . mills
I have the following code in part of a loop: $max = $players->max(); Important parts of players class: class Players extends dynamicTable { var $setup; var $lid; var $size; var $max; var $data; var $data_result; var $data_index; var $player_stats_result; var $player_stat

Re: [PHP] PHP4 vs PHP5 classes

2008-07-28 Thread jeff . mills
> > Since the Players method is a constructor, it's more about how you set > the object(s) up. > > What does the loop look like before you create a new object? > Well see here is where it gets messy! This is not my code - I've ported a phpnuke module over to dragonflycms. The $players object is

Re: [PHP] PHP4 vs PHP5 classes

2008-07-28 Thread jeff . mills
>> >> The $players object is created before the loop: >> $players = new Players($lid); > > > > Which means the code is only executed once since it's in the > constructor. It's not changing per loop because you're not calling the > code. > > Maybe setting $this->max should be done in > > fetchSele

Re: [PHP] PHP4 vs PHP5 classes

2008-07-29 Thread jeff . mills
> Maybe setting $this->max should be done in > > fetchSelectData > > since that's what is causing/creating your loop. > Thanks Chris, I copied the code into the fetchSelectData function and it seems to be working fine now! Just need to test removing the code from the constructor to make sure its

[PHP] Sessions not working.

2004-01-28 Thread Jeff McKeon
0 _ENV["ALLUSERSPROFILE"] C:\\Documents and Settings\\All Users _ENV["CommonProgramFiles"] C:\\Program Files\\Common Files _ENV["COMPUTERNAME"] WS02TC07927 _ENV["ComSpec"] C:\\WINNT\\system32\\cmd.exe _ENV["CONTENT_LENGTH"] 0 _ENV["GATEWAY

RE: [PHP] Sessions not working.

2004-01-29 Thread Jeff McKeon
t vaporize before you get a chance to see the info, etc. Good luck! -TG > -Original Message- > From: Jeff McKeon [mailto:[EMAIL PROTECTED] > Sent: Wednesday, January 28, 2004 7:44 PM > To: [EMAIL PROTECTED] > Subject: [PHP] Sessions not working. > > > Pulling my

RE: [PHP] Sessions not working.

2004-01-29 Thread Jeff McKeon
ze before you get a chance to see the info, etc. Good luck! -TG > -Original Message- > From: Jeff McKeon [mailto:[EMAIL PROTECTED] > Sent: Wednesday, January 28, 2004 7:44 PM > To: [EMAIL PROTECTED] > Subject: [PHP] Sessions not working. > > > Pulling my hair out here. &g

RE: [PHP] Sessions not working.

2004-01-29 Thread Jeff McKeon
the $_SESSION['user'] variable, but when you follow the link to session_test2.php, the contents of the $_SESSION['user'] are blank. What could be missing here in my server setup? Thanks, jeff -Original Message- From: Jeff McKeon Sent: Thursday, January 29, 2004 11:49 A

RE: [PHP] Sessions not working.

2004-01-29 Thread Jeff McKeon
Figured it out, I think. PHP doesn't like the underscore in my website name. http://site_dev.foo.com/ doesn't work but http://192.168.2.50/ does. If I rename the site in DNS to siteDEV.foo.com then it works fine. Any ideas why? -Original Message----- From: Jeff McKeon Sent

RE: [PHP] session management

2004-01-30 Thread Jeff McKeon
sion variable. For instance if a page has a form for editing information, before loading the form check to see if the Current $_SESSION['write'] variable is set to '1', if so load the form, if not then don't. May not be the best way of doing things but it works well for me

[PHP] Re: looks like the spammers got through anyway

2004-02-25 Thread Jeff Schwartz
I use this Yahoo account primarily for the PHP list. I use GoodbyeSpam.com as a filter and no spam whatsoever gets through. You mentioned that the safeguards aren't working. How are you trying to block spam? Jeff - Do you Yahoo!? Yahoo! Mail SpamGuard -

[PHP] Access DNS record

2004-02-25 Thread Jeff Schwartz
Does anyone know how to access a DNS record? Can it be done with fopen? Jeff - Do you Yahoo!? Yahoo! Mail SpamGuard - Read only the mail you want.

Re: [PHP] Weird result from query...?

2004-02-27 Thread Jeff Harris
ver equal 2.10. You should probably look at the printf() or sprintf() function to make sure that your $p will be inserted into your query string as you expect it. I'm not up on sprintf() format, but you would probably want something like then use $sql_p in your sql querystring. HTH Jeff --

Re: [PHP] when is a PDF not a PDF?

2004-03-06 Thread Jeff Harris
IE, this might help you: http://marc.theaimsgroup.com/?l=php-general&m=106001984503131&w=2 HTH Jeff -- Registered Linux user #304026. | 52FC 20BD 025A 8C13 5FC6 gpg key: B0890FED| 68C6 9CF9 46C2 B089 0FED Responses to this message should conform to RFC 1855. [http://ww

[PHP] HTML Utilities

2004-03-13 Thread Jeff Oien
y to do it myself but then I'll have to bother you people with questions. :) Jeff Oien -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Switching First & Last Names in List

2004-03-16 Thread Jeff Oien
. Jeff Oien -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] refresh page

2004-03-16 Thread Jeff Oien
es. Let me know if you want the code. Jeff Oien -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Stupid question

2004-03-17 Thread Jeff McKeon
mething to do with classes but can't quite get my head around it. Thanks, Jeff -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Stupid question

2004-03-17 Thread Jeff McKeon
Ewe... OOP Ok, I guess I'll have to learn OOP. Thanks for the info! Jeff > -Original Message- > From: Jordan S. Jones [mailto:[EMAIL PROTECTED] > Sent: Wednesday, March 17, 2004 4:02 PM > To: Jeff McKeon > Subject: Re: [PHP] Stupid question > > >

[PHP] Convert Date Format?

2004-03-20 Thread Jeff Oien
How do I convert this 9/8/2001 (which is Month/Day/Year) to this 20010908 (YearMonthDay - with leading zeros) Or alternatively take the Month/Day/Year format and find anything older than 9 months ago. Thanks. Jeff Oien -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

Re: [PHP] Convert Date Format?

2004-03-20 Thread Jeff Oien
[EMAIL PROTECTED] wrote: On 20 Mar 2004 Jeff Oien wrote: How do I convert this 9/8/2001 (which is Month/Day/Year) to this 20010908 (YearMonthDay - with leading zeros) How about: Can I put that print (sprintf etc. into a variable? Thanks. Jeff Oien -- PHP General Mailing List (http

[PHP] 9 Months Ago

2004-03-20 Thread Jeff Oien
When I do this: $lastmonth = mktime(0, 0, 0, date("m")-9, date("d"), date("Y")); echo "$lastmonth"; It prints this: 1056081600 Could you tell me what I'm missing? Thanks and thanks for the previous help. Jeff Oien -- PHP General Mailing List (htt

[PHP] session.gc_maxlifetime

2004-03-25 Thread Jeff Schmidt
unt of time specified by this setting, regardless of whether they have recently accessed the site? I believe, if I understand it, it's the first scenario, where the session get's garbage collected if the user doesn't visit your site for sission.gc_maxlifetime seconds, correc

[PHP] Ereg problems

2004-03-25 Thread Jeff McKeon
} [end code] Returns 0 , $48.68 1 , $48.68 Am I doing something wrong with my regex or is there a problem here. What I need is all the dollar amounts pulled out (with a negative sign if there). Thanks, Jeff -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Re: Ereg problems

2004-03-26 Thread Jeff McKeon
> -Original Message- > From: Curt Zirzow [mailto:[EMAIL PROTECTED] > Sent: Thursday, March 25, 2004 6:55 PM > To: [EMAIL PROTECTED] > Subject: [PHP] Re: Ereg problems > > > On Thu, 25 Mar 2004 18:31:02 -0500, Jeff McKeon > <[EMAIL PROTECTED]> > wro

[PHP] File upload progress

2004-04-06 Thread Jeff McKeon
upload on the page? Thanks, Jeff -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] File upload progress

2004-04-06 Thread Jeff McKeon
he average "dumb user" however it's a necessity. I have users tell me all the time that my PHP pages don't work only to find out that they put in a query parameter that caused a huge database pull and they didn't know that as long as that little flag in IE is still waving

RE: [PHP] File upload progress

2004-04-06 Thread Jeff McKeon
rant, stuff like this bugs the hell out of me. > > Steve > > > > -Original Message- > From: Jeff McKeon [mailto:[EMAIL PROTECTED] > Sent: Tuesday, April 06, 2004 4:40 PM > To: [EMAIL PROTECTED] > Subject: [PHP] File upload progress > > > Does anyone know of a

[PHP] Compare Case Insensitive?

2004-04-08 Thread Jeff Oien
How can I compare a variable submitted by a form as case insensitive? A promotional code will be entered into a form and it's important that they can enter the code either way. So if I have if ($code == 'ABC123') { I want that to match 'aBC123' 'abc123' or wh

[PHP] Error Code Airhead

2004-11-02 Thread Jeff Oien
y one code. //always gives error message even if one of the two codes entered: if ($Promotion_Sub == 'Checked' && ($code != 'D04E' || $code != 'Y04KG')) { echo " Error Error Sorry, that code is invalid. - //works: if ($Promo

Re: [PHP] Problem typing in PHP forms on Mac OS

2004-11-16 Thread Jeff - Webmaster
https://www.shoppingnw.com/ccare/auto_bill.php Thanks Jeff At 01:12 PM 11/16/2004, Jonel Rienton wrote: do you have the actual link of this page, i can test it for you. -- I not know English well, but I know 7 computer languages

[PHP] Problem typing in PHP forms on Mac OS

2004-11-16 Thread Jeff - Webmaster
le to type in certain fields. The fields in question are text boxes. There is not anything special about the code (snippet at the end of this email). They are hitting the issue using Safari, Netscape, or IE and with varying versions of each. Has anyone out there run into this before? Thanks

Re: [PHP] Problem typing in PHP forms on Mac OS

2004-11-16 Thread Jeff - Webmaster
Thank you for the response Brent. I made that change and the problem still exists. I ran the page through the validator and it found some generic problems, but nothing that seemed like it would relate here. Jeff At 01:19 PM 11/16/2004, Brent Baisley wrote: I never had a problem with a Mac, nor

Re: [PHP] Problem typing in PHP forms on Mac OS

2004-11-18 Thread Jeff - Webmaster
Brent, Declaring the DOCTYPE did it! I completely overlooked that. Thank you very much for your help. Jeff At 06:40 AM 11/17/2004, Brent Baisley wrote: For the record, this is NOT a PHP problem. I have no problem on my Mac using Safari or FireFox, or even Camino .7. However, there is a problem

[PHP] PEAR::SOAP tag trouble in migration to PEAR::SOAP from NuSOAP

2004-11-18 Thread Jeff Rodriguez
I'm trying to migrate to PEAR::SOAP from NuSOAP, but I'm confused as to why the result sent back from a function is wrapped in a tag. The return part of my code is simple enough: return array('lastStatus' => 'ok'); But this gets wrapped in a tag: ok Here is the SOAP response: http://schemas

[PHP] Magic-quotes

2004-12-06 Thread Jeff McKeon
Does having magic-quotes=on prevent an attacker from using a urlized sql inject query? Jeff -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Magic-quotes

2004-12-06 Thread Jeff McKeon
> -Original Message- > From: Robert Cummings [mailto:[EMAIL PROTECTED] > Sent: Monday, December 06, 2004 1:45 PM > To: Jeff McKeon > Cc: PHP-General > Subject: Re: [PHP] Magic-quotes > > > On Mon, 2004-12-06 at 12:57, Jeff McKeon wrote: > > Does

[PHP] Re:[PHP] Magic-quotes

2004-12-06 Thread Jeff McKeon
rom the PHP perspective, is Apache/PHP(as Module)/MySQL a secure enough platform to use for a public website that will access a production database? Opinions? Thoughts? Thanks, Jeff -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] GD Module

2005-01-07 Thread Jeff McKeon
I've been searching the net all moring for this. Can anyone give me a link were I can find information on how to compile PHP with GD module support? Thanks, Jeff -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Issue with virtual() calls...

2005-01-21 Thread Potter, Jeff
Hello, Could someone help me understand why later versions of PHP (4.3.9, 4.3.10, & 5.0.3) do not maintain the same ordering for virtual() call output as the older versions? Basically, generated pages that worked in PHP 4.3.7 & PHP 4.3.8 are now broken. Setting the "output_buffering=0" seems

RE: [PHP] Issue with virtual() calls...

2005-01-24 Thread Potter, Jeff
appreciated. Thanks, JP -Original Message- From: Ford, Mike [mailto:[EMAIL PROTECTED] Sent: Monday, January 24, 2005 6:40 AM To: Potter, Jeff; php-general@lists.php.net Subject: RE: [PHP] Issue with virtual() calls... To view the terms under which this email is distributed, please go to

RE: [PHP] Issue with virtual() calls...

2005-01-24 Thread Potter, Jeff
onday, January 24, 2005 1:09 PM To: Potter, Jeff; php-general@lists.php.net Subject: RE: [PHP] Issue with virtual() calls... To view the terms under which this email is distributed, please go to http://disclaimer.leedsmet.ac.uk/email.htm On 24 January 2005 16:42, Potter, Jeff wrote: > Hi Mike

[PHP] Copy to network share

2005-06-01 Thread Jeff McKeon
e that dir to copy the uploaded files to it. I've tried Chdir(server//share); Chdir(server\\share); But it always returns: Warning: chdir(): No such file or directory (errno 2) Is what I'm trying to do possible and if so, how? Many thanks, Jeff -- PHP General Mailing List

RE: [PHP] Copy to network share

2005-06-01 Thread Jeff McKeon
ilto:[EMAIL PROTECTED] > Sent: Wednesday, June 01, 2005 9:34 AM > To: php-general@lists.php.net > Subject: Re: [PHP] Copy to network share > > > On Wednesday 01 June 2005 14:42, Jeff McKeon wrote: > > > > $dirhandle = opendir(server\\share); > > Readd

RE: [PHP] Copy to network share

2005-06-01 Thread Jeff McKeon
Is that drive mapped on your local machine or on the web server? Jeff > -Original Message- > From: Clive Zagno [mailto:[EMAIL PROTECTED] > Sent: Wednesday, June 01, 2005 8:31 PM > To: Jeff McKeon; php > Subject: Re: [PHP] Copy to network share > > > sorry I

RE: [PHP] Copy to network share

2005-06-01 Thread Jeff McKeon
That won't work. I don't want the users mapping a drive on their local machine. I tried mapping it on the server running the IIS and doing as you suggest, but it doesn't work. Jeff > -Original Message- > From: Clive Zagno [mailto:[EMAIL PROTECTED] > Sent: Wed

[PHP] Error "default 16" with PHP 5.1b3

2005-07-26 Thread Jeff Norton
I upgraded from PHP 5.0.4 to 5.1b3 yesterday and all my scripts die the only trace being a lone line: default 16 written to the command window. There are a few Notice's that preceed that look like: Notice: Only variable references should be returned by reference in c:\Programs\php\php-5.1b3\ext

[PHP] Re: previous + next buttons, no DB

2005-08-18 Thread Jeff Loiselle
Ashley, How are you creating the gallery page? You must be reading the filenames in the directory and producing an for each one. Can you create an array of those filenames, save it to session (or generate it each time), and iterate through them? -- PHP General Mailing List (http://www.php

[PHP] Re: Catching all errors and redirecting

2005-08-18 Thread Jeff Loiselle
You can also try output buffering the whole page, checking for an error with string functions, and email yourself if there is an error. ;-) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: php ldap

2005-08-25 Thread Jeff Loiselle
Santosh Jambhlikar wrote: Hi , I have a ldap server the user password are stored in that. my php ldasearch result says that the result is ldap user password : {SMD5}eRuT8dttD6M6N6tgMJF33/TNAvc= i want to compare this password with the user given password in other application (obviously php)

[PHP] ldap_add errors

2005-09-14 Thread Jeff Loiselle
Hello, According to the PHP documentation for the ldap library, ldap_add() returns a boolean value. However, if there is an error, it immediately throws a Warning to the browser with display_errors on. I would like to do this: $result = ldap_add($ldap, $dn, $array) if (!$result) { trigger_

[PHP] Performance of server-side DOM?

2005-10-10 Thread Jeff Schmidt
Hello, I've been toying around, lately, with using PHP's DOM API (specifically, domxml because I'm still using PHP4) for doing some of my server side dynamic pages, instead of the 'classic' method of outputting a serial stream of html dynamically generated with, e.g. php print() statements. T

[PHP] Upgrading on RH ES3

2005-12-02 Thread Jeff McKeon
che2/bin/apxs --with-mysql It's the: --with-apxs2=/usr/local/apache2/bin/apxs Switch that has got me scratching my head. /usr/local/apache2/ doesn't exist and I can't find apxs anywhere on the sys. Can I just configure with ./configure --with-mysql?? Thanks, Jeff -- PHP Gener

RE: [PHP] Upgrading on RH ES3

2005-12-02 Thread Jeff McKeon
> -Original Message- > From: Kristen G. Thorson [mailto:[EMAIL PROTECTED] > Sent: Friday, December 02, 2005 14:50 > To: Jeff McKeon > Cc: php > Subject: Re: [PHP] Upgrading on RH ES3 > > > Jeff McKeon wrote: > > >I've got a server with RedHat E

RE: [PHP] Upgrading on RH ES3 [SOLVED]

2005-12-02 Thread Jeff McKeon
> -Original Message- > From: Jeff McKeon > Sent: Friday, December 02, 2005 15:18 > To: php > Subject: RE: [PHP] Upgrading on RH ES3 > > > > -Original Message- > > From: Kristen G. Thorson [mailto:[EMAIL PROTECTED] > > Sent: Friday, Dece

[PHP] What software do you use for writing PHP?

2005-12-06 Thread Jeff McKeon
Hey all, Forever now I've been using Frontpage for all my web work including php. I'm sure there's better software out there that is more suited to writing and editing PHP pages. What do you all use? Thanks, Jeff -- PHP General Mailing List (http://www.php.net/) To unsubscri

RE: [PHP] What software do you use for writing PHP?

2005-12-06 Thread Jeff McKeon
What is it you like about Zend Studio? Jeff > -Original Message- > From: David Grant [mailto:[EMAIL PROTECTED] > Sent: Tuesday, December 06, 2005 09:19 > To: Jeff McKeon > Cc: php > Subject: Re: [PHP] What software do you use for writing PHP? > > > J

RE: [PHP] "!" in front of a variable?

2006-02-17 Thread Jeff McKeon
Ok, the variable is boolean and that does make sense. Thanks for all the replies. Jeff -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] ereg_replace all items in a array

2001-01-29 Thread Jeff Warrington
ou then walk that array, you will see that each of your keywords was matched and highlited. that should get you a little further along. Jeff > G'day PHP'ers > > I am trying highlight the results from a search, so far I have this > working but only if the string is an exact mat

Re: [PHP] expressions

2001-01-29 Thread Jeff Warrington
the hyphen must be at the end if it is to be included. Otherwise the hyphen is seen to be part of the range (0-9 or A-Z): so, ^[0-9a-zA-Z._-]{3,12} instead of what you have. You also should not need the trailing $. As in the first example, don't use the 'double negative' approa

Re: [PHP] form validation :ereg ()

2001-01-29 Thread Jeff Warrington
öûâç-]",$name)) { print("your name can't include non-letter, etc"); } You can add space with: [:space:] within the charachter class ([^a-zA-Z[:space:]ëàéêêàäïüöûâç-]) Jeff > Hi again! > > I still did not fix my prob : I want to check, in a form, that the na

Re: [PHP] Problem!

2001-01-29 Thread Jeff Warrington
In article <000a01c08960$f60d33e0$6dc94382@hp>, "Fredrik Arild Takle" <[EMAIL PROTECTED]> wrote: $date = "20010101"; $newdate = strtotime($date); $formatted = date("m d Y",$newdate); list($mon, $day, $year) = array(date("m",$newdate),date("d",$newdate),date("Y",$newdate)); > 1. > $date = "200

Re: [PHP] regex with non-ascii characters

2001-01-30 Thread Jeff Warrington
f ASCII codes in octal Jeff > hi, > > just a quick question... i can't seem to have ereg() work with > non-ascii characters such as the character 'ö'. > > is this something that i can work around? > > remco chang www.bountyquest.com > > > &

Re: [PHP] php and forms question

2001-01-30 Thread Jeff Lacy
ing a loop. Jeff "Chip" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I am trying to build a multi-part form and am > using the example from the book Beginning PHP4 > by Choi, Kent, Lea, et al. in chapter 8. > Here'

[PHP] Setting The Font In SENDMAIL

2001-02-01 Thread Jeff Gannaway
with dynamically created data generated and mailed out with a PHP script? Thanks, Jeff Gannaway ___ 2001 Wall Calendars * Art, Jazz, Blues, Women's, African-American. * Everyday Discounts. * Excellent paper and reproductions.

Re: [PHP] neat html output

2001-02-01 Thread Jeff Lacy
You can also use tabs (\t). This is an example using tabs and newlines: echo "\n\n\tHello There\n\tHow are you\n"; Note: You must use quotes because ticks don't work. Jeff ""Mark"" <[EMAIL PROTECTED]> wrote in message 9597gb$4el$[EMAIL PROTECTED]&qu

RE: [PHP] Pricing for PHP programming???

2001-02-02 Thread Jeff Oien
ure to set limits on what you will do and make sure they value your work and trust you. Otherwise you will be driven to insanity in time. Nice site BTW. Jeff Oien > Ok, I just started my own company and finished work for my first client > (shameless plug here: http://www.alamosawinecellars.co

[PHP] Learning MySQL

2001-02-04 Thread Jeff Oien
isn't able to go in depth about the basic functions of MySQL. Is this something better learned from a book? Suggestions for books and/or tutorials online would be appreciated. Jeff Oien, WebDesigns http://www.webdesigns1.com/ -- PHP General Mailing List (http://www.php.net/) To unsubscri

Re: [PHP] Learning MySQL

2001-02-04 Thread Jeff Lacy
idea :-) Jeff ""Jeff Oien"" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > What would your advice be for learning MySQL with PHP on an > Apache server? I know a little Perl and am beginning to learn PHP. > I'm

<    6   7   8   9   10   11   12   >