Re: [PHP] Problem retrieving CN with ldap_search()

2010-02-17 Thread List
; "uid=loose,ou=people,dc=astron,dc=nl" } } > > As can be seen, the Common Name (cn), is mysteriously missing. The > information IS present in the LDAP database, though. Here's a snippet > of the output of 'slapcat', for the given user: > > dn: uid=loose,

[PHP] IMAP Metadata support

2013-08-29 Thread list
Does PHP IMAP have any support for Metadata? Thanks. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Sequential Random Character Generator

2004-02-25 Thread list
I'm also looking to to this without letters as well. Thanks in advance, Steve -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Sequential Random Character Generator

2004-02-25 Thread list
000 for package 2, etc. As was mentioned I don't want this script to take ten years to output 2 million records and I wasn't sure if there are size constraints with comma delimited files. Hope this clarifies things a little more. Steve -- PHP General Mailing List (http://www.php.ne

[PHP] Upgrading to 4.3.0

2003-01-07 Thread PHP List
Hi, According to the docs, 4.3.0 comes with gd bundled in. Do I still have to use libpng and jpg and free type seperately? Do I still need --with-png-dir= in the configuration of php or is it part of the built in gd library? Thanks for any help.

[PHP] Upgrade help!

2003-01-07 Thread PHP List
Hi, I am trying to upgrade to php4.3.0, everything works, but when I try to use any gd image functions I get the following error: libpng warning: Application was compiled with png.h from libpng-1.2.1 libpng warning: Application is running with png.c from libpng-1.0.12 gd-png: fatal libpng error

Re: [PHP] Upgrade help!

2003-01-08 Thread PHP List
instead. Is this a bug? Shouldn't it use libpng-1.2.1 for everything? Once I got rid of the rpm versions, I know longer had a problem. - Original Message - From: "PHP List" <[EMAIL PROTECTED]> To: "php" <[EMAIL PROTECTED]> Sent: Tuesday, January 07, 200

[PHP] HTTPS POST without user/client intervention

2003-07-15 Thread PHP List
do we need Gates and Windows? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] HTTPS POST without user/client intervention

2003-07-15 Thread PHP List
On Tue, 2003-07-15 at 15:12, Chris Shiflett wrote: > --- PHP List <[EMAIL PROTECTED]> wrote: > > I am writing a php script to accept an HTTPS POST of data from a > > remote site, process the data, and send an HTTPS POST response back > > (not necessarily to the same

[PHP] AOL Email client

2003-08-08 Thread php list
I am using php mail and setting all my $headers info to show From:, To:, etc. It work perfectly on my computer. I use MS Outlook. I am doing this for a client who received his email via his aol account. When he receives the email, the email comes in with "Unknown Sender". Is there issues with this

[PHP] Session Question

2003-03-20 Thread PHP List
Hi All, I have a question about sessions. I need to pass session data from one domain to a secure domain. (www.mydomain.com to www.securedomain.com). I would like to preserve the session data in case the visitor goes back to www.mydomain.com. I thought about just passing the session ID to www.sec

[PHP] 4.0.2 => 4.2.3, form vars are empty?

2002-09-27 Thread Qmail List
Hello List, I'm putting a php app that has been off-line for about 18 months back on-line. During my absence from php I had heard about some security issues, so figured I'd try the latest 4.2.3 release. Sessions and the DB are fine, but GET/POST vars are continually empty. I m

[PHP] Mime Types

2002-10-03 Thread PHP List
Hi, Is it possible to get a mime type of a file? I need to be able to attach files, but I won't always know the mime type of what is being attached. I could look at the extension of the file for a general Idea, but I wouldn't know if a .jpg file is an image/jpg or image/jpeg.(progressive) and t

Re: [PHP] DB speed

2002-10-10 Thread PHP List
t;> Whe i execute those script i get some timing results > >> > >>PGSQL > >>Total time: 0.0576 > >>Execution time: 0.0185 > >> > >>MySQL > >>Total time: 0.0086 > >>Execution time: 0.0028 > >> > >>Time is in seco

[PHP] Array Question

2002-10-28 Thread PHP List
Hi, Lets say I have a simple array like this: $myarray = array("a"=>"b","d"=>"c"); echo $myarray[0] will return 'b'; How can I get the name of the index? so: echo $myarray[something] would return 'a'; I know I can do a list($ke

Re: [PHP] Array Question

2002-10-28 Thread PHP List
,$myarray,true); so how do I get 'd'? > I think you are looking for array_search() > > On Mon, 28 Oct 2002, PHP List wrote: > > > Hi, > > Lets say I have a simple array like this: > > $myarray = array("a"=>"b","d"=>"c

Re: [PHP] Array Question

2002-10-29 Thread PHP List
No, array_keys does not do what I want, in order to user array_keys, it assumes I know the value of the key, but I don't, I want to get the value of the key but all I know is the index. > Perhaps you want to look at array_keys(). > > On Monday, October 28, 2002, at 05:48 PM,

[PHP] Dazed and Confused

2002-10-30 Thread PHP List
For some reason my brain is not operating within normal parameters this week. $myarray["test"] = "sd"; echo $myarray[0]; Why will nothing echo? Do I somehow have to initialize indexing on the array $myarray? php says that $myarray is an array, but I can't access it with numeric indexes. I know i

Re: [PHP] Dazed and Confused

2002-10-30 Thread PHP List
c and > string indices. You seem to be assuming that somehow the first element in > an array can always be accessed as index 0 which is not the case and never > has been. > > -Rasmus > > On Wed, 30 Oct 2002, PHP List wrote: > > > For some reason my brain is n

[PHP] Re: Dazed and Confused

2002-10-30 Thread PHP List
#x27;this->DoArrayStuff', '$this->DoArrayStuff' but none work. The only way I can seem to use DoArraySuff is to define the funcion seperate(outside) from the class, which seems kind of odd since the only time the function is needed is internally by this class. } }

RE: [PHP] search tricks of the trade

2002-10-31 Thread PHP List
Too many to list in an email. This site has allot of information. http://searchenginewatch.com/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Form Question

2002-10-31 Thread PHP List
has something to do with the fact that all the boxes have the same name rgItems[] and the browser doesn't know which one to uncheck. Has anybody else come accross this? Thanks, And I apologize for asking this question on the PHP List, but I am hoping someone here may have had the same problem

Re: [PHP] Saving form input fields to MySQL br clicking on a button

2002-10-31 Thread PHP List
MySQL table. I do not > want to submit as that would reload the form and the user would lose other > changes to other fields. > > Any idea? > > Don > > > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] PHP - Internal linking in a page

2002-10-31 Thread PHP List
main2.php?id=7' for inclusion (include_path='.:/usr/share/pear') in /home/critical/public_html/maloy/index.php on line 21 Line 21 is the following: How can I write it so I can use: http://maloyportalen.no/~critical/maloy/index.php?page=main2.php?id=7 Regards Paul Ottar Tornes.

Re: [PHP] Form Question

2002-10-31 Thread PHP List
lListForm.elements['rgItems[]'][i].checked == true) > { > alert(document.LevelListForm.elements['rgItems[]'][i].value); > document.LevelListForm.elements['rgItems[]'][i].checked = false; > } > } > } > //--> > > > PHP List wrote: > > Hi, &

Re: [PHP] How printing the name and value of a variable ?

2002-10-31 Thread PHP List
2002 9:09 AM > Subject: [PHP] How printing the name and value of a variable ? > > > Hello, > I'd like to print the name of a variable, in order to get something like > this : > > THE VARIABLE tigidizougou EQUALS 12 ! > > from the original code below : > > $ti

Re: [PHP] Firewall Question

2002-11-05 Thread PHP List
;Paul Marinas" <[EMAIL PROTECTED]> > To: "incoming" <[EMAIL PROTECTED]> > Cc: "Stephen" <[EMAIL PROTECTED]>; "PHP List" > <[EMAIL PROTECTED]> > Sent: Tuesday, November 05, 2002 4:57 PM > Subject: Re: [PHP] Firewall Question

Re: [PHP] Firewall Question

2002-11-05 Thread PHP List
> > There is some software to open ports but I'm not sure what it is or > > anything > > > like that. Thanks for the help so far. > > > > > > > > > - Original Message - > > > From: "Paul Marinas" <[EMAIL PROTECTED]> &

[PHP] Script Question

2002-11-21 Thread PHP List
Hi, This is more of a Javascript question so please forgive. I generate a dynamic form with php. I need to be able to test in javascript if a certain field exists: . . if (document.myform.mytextfield) { . . This line will give me the javascript error "document.myform.mytextfield is undefined"

Re: [PHP] Script Question

2002-11-21 Thread PHP List
Same problem, I still get an undefined error. > Try using the string functions. > > document.myform.mytextfield.value or something... > > On Thu, 2002-11-21 at 13:25, PHP List wrote: > > Hi, > > This is more of a Javascript question so please forgive. > > >

[PHP] mysql table dump problem

2001-01-20 Thread PHP List
Hi list, I have scoured the archives with no good game plans. Here is what I am trying to accomplish: dump a table to a file on my server: $sql = "SELECT * INTO OUTFILE '/tmp/test.txt' FIELDS TERMINATED BY '\t' LINES TERMINATED BY '\n' FROM table_name"

[PHP] PHP Security Extension

2002-01-09 Thread List Client
scripthash/ Sadly we have not had the time to update the documentation for this module but it is on our TODO list and in the mean time we are happy to reply to and emails you send us. Thanks for your time Tom -- *** List Client SCL Internet Services

Re: [PHP] printing html

2002-01-18 Thread PHP List
is > generated page. > > can I do this with PHP ? > > > thanks for your advice. > best regards.. > > (sorry me... my english isn't good enough) :-) > > > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, e-mail: [EMAIL PROTECTE

[PHP] Regex error

2002-01-18 Thread PHP List
d regex error(14) in /test.php on line 2 What is an error 14 ? Thanks, Chris -- 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] PHP Classes and Sessions

2002-02-04 Thread PHP-List
ll it). my code works, but is there any other way to do this, because i think it's kinda slow another question, is it ok to have a database-driven shopping cart? i make use of the database to as the actual cart holder? i need your opinions on these.... thanks! Brian Fe

[PHP] RePOST: Sessions and Classes

2002-02-05 Thread PHP-List
ll it). my code works, but is there any other way to do this, because i think it's kinda slow another question, is it ok to have a database-driven shopping cart? i make use of the database to as the actual cart holder? i need your opinions on these thanks! Brian Felician

[PHP] Sessions and Classes

2002-02-05 Thread PHP-List
ll it). my code works, but is there any other way to do this, because i think it's kinda slow another question, is it ok to have a database-driven shopping cart? i make use of the database to as the actual cart holder? i need your opinions on these thanks! Brian Felician

[PHP] To store or not to store . . .

2002-04-24 Thread PHP List
right in the table? I like the idea of not cluttering up my file system. Pictures would only be about in the 20K range. Thanks, Chris -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Include Files self aware?

2002-04-30 Thread PHP List
Hi, Is it possible to detect if a file is being called as an include or require? ex: include("file.php")<-- file.php code can "detect" that is has been called as an include. Thanks, Chris -- PHP General Mailing List (http://www.php.net/) To unsubscribe, vi

[PHP] template logic problem

2002-05-13 Thread list peters
something like this? Does anyone have any ideas? thanks chad -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] template logic problem

2002-05-13 Thread list peters
ating image. This will make your templating a whole lot more > flexible (you can now specify the on each page, for instance). > > miguel > > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > -- PH

Re: [PHP] make hitting enter in a text box =

2002-05-13 Thread list peters
ill equal ? > > TIA > > Robert > > -- > -- NRC ONLINE -- > > > > -- > 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

[PHP] WTF

2002-05-14 Thread mail-list
: #99; } TABLE { width : 80%; } TABLE.solutions { background : #F9F9F9; border : 1px solid; } TD { font : 13px; text-align : left; vertical-align : top; } STRONG { color : #00; } STRONG.light { color : Gray; } LI { list-style : circle; } A, A:VISITED { color : #6194C7; text-decoration : none

Re: [PHP] Finding out what week it is

2002-05-15 Thread PHP List
J> Davíð Örn Jóhannssson > DOJ> Vefforritari > DOJ> > DOJ> Atómstöðin hf. > DOJ> Austurstræti 12 > DOJ> 101 Reykjavík > DOJ> > DOJ> sími: 520-8105 > DOJ> <mailto:[EMAIL PROTECTED]> [EMAIL PROTECTE

[PHP] Stupid Question

2002-02-28 Thread PHP List
Yes, this is probably in the manual, but I can't find it. If I want to upgrade from 4.0.6 to 4.1.2, do I have to re-compile apache as well? Thanks Chris -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] PNG Lib

2002-02-28 Thread PHP List
Hi, Does anyone know where the PNG library went? The manual points to cdrom.com/pub/png, but that does not exist anymore. Thanks for any help. Chris -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Stupid Question

2002-02-28 Thread PHP List
RE: [PHP] Stupid QuestionThanks for all the responses. Just to be clear, I have php installed as a module, so I have to re-compile apache. - Original Message - From: Adam Plocher To: 'PHP List' Sent: Thursday, February 28, 2002 9:46 AM Subject: RE: [PHP] Stupi

Re: [PHP] PNG Lib

2002-02-28 Thread PHP List
libpng.org/pub/png/ > > > Greg Donald - http://destiney.com/ > http://phprated.com/ | http://phplinks.org/ | http://phptopsites.com/ > > -- PHP General Mailing List (http://www.p

Re: [PHP] Upgrading PHP

2002-02-28 Thread PHP List
Phone: 903-223-3156 > > > Fax: 903-223-3139 > > > Office: 165 > > > > > > > > >--- - > > > > > > > > > > > > --- > > > Outgoing m

[PHP] session_id database

2002-03-08 Thread mailing list
? Regards, Adrian Mcmanus IT Director The B&F System, Inc. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Check contents of variable

2001-11-20 Thread PHP List
> # Daniel Alsén| www.mindbash.com # > # [EMAIL PROTECTED] | +46 704 86 14 92 # > # ICQ: 63006462 | # > > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAI

Re: [PHP] Check contents of variable

2001-11-20 Thread PHP List
to 7 (as > above) it stops reading after 7 characters? > > - Daniel > > > -- > 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: [EM

Re: Re: [PHP] How do I convert from perl to php?

2001-11-20 Thread PHP List
am(address); > > > $phone = param(phone); > > > > > > @required = qw( name address phone ); > > > > > > foreach $key($required) > > > { > > > if (!$$key) { &out("You left one empty."); } > > > } > > > > > > ?? > > >

Re: [PHP] Process bar

2001-11-20 Thread PHP List
, that then this proceeds some kind of process bar must scroll until script finishes his job... > so - any ideas ? > Thnx anyway :) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the

[PHP] Images

2001-12-20 Thread PHP List
nt-Length: " . strlen($url)); echo $url; But nothing happens, I just get the broken image. My logs show nothing about a script failure or about a file not being found. I tried without the header("Content-Length: " . strlen($url)); but no diff. Thanks for any help. -- PHP Genera

Re: [PHP] Images

2001-12-20 Thread PHP List
if"); > > header("Content-Length: " . strlen($url)); > > echo $url; > > > > > > But nothing happens, I just get the broken image. > > My logs show nothing about a script failure or about a file not being > found. > > I tried without the hea

[PHP] Loop error?

2001-08-14 Thread PHP List
Hi, Can anyone tell me why this is a never ending loop? $i=0; $count = 1; while ($count > $i); { echo "$i "; $i++; } Chris

Re: [PHP] Loop error?

2001-08-14 Thread PHP List
Oops, well, that is just mental. Must be getting tired or something, yes, that's it :) Thanks. - Original Message - From: "Gyozo Papp" <[EMAIL PROTECTED]> To: "PHP List" <[EMAIL PROTECTED]>; "php" <[EMAIL PROTECTED]> Sent: Tuesday,

[PHP] Engine help

2001-08-15 Thread PHP List
shows mod_php4.c in the list. However, I was using this before: php3_engine on What do I use now? I tried just engine on, but httpd complains: Invalid command 'engine', perhaps mis-spelled or defined by a module not included in the server configuration Thanks for any help.

Re: [PHP] Need open source community help!

2001-08-15 Thread PHP List
nk this software > would be in the open source community? Is there a need for something like I > have and am still developing? Do you all think that I could get some more > developers to work on this software to make it even more powerful than it is > now? > > The reason why I

Re: SV: [PHP] Sending alots of mail

2001-08-16 Thread PHP List
t; > > $email = $row["email"]; > > > $name = $row["name"]; > > > // code to send email (use the mail() function) > > > } > > > > > > Good luck, > > > Tyler Longren > > > Captain Jack Communications > > &g

Re: [PHP] Win One of 25 Dream Vacation Getaways!! .

2001-08-16 Thread PHP List
f this confirmation. > > Wishing you a fun filled vacation! > If you should have any additional questions or cann't connect to the site > do not hesitate to contact me direct: > mailto:[EMAIL PROTECTED]?subject=Help! > > -- > PHP General Mailing List (http://www.php.net/) &

[PHP] Strange Form Error

2001-08-29 Thread PHP List
Hi, Can anyone tell me why php is behaving like this? If I use enctype="multipart/form-data", it seems the first form field is not passed to php. ex: $cmd will not be passed to php, I have to do this: Now I can use $cmd. Is this normal? Windows Law 1: What boots

Re: [PHP] Strange Form Error

2001-08-30 Thread PHP List
> On Thu, 30 Aug 2001 02:25, PHP List wrote: > > Hi, > > Can anyone tell me why php is behaving like this? > > > > If I use enctype="multipart/form-data", it seems the first form field > > is not passed to php. ex: > > > enctype="multip

[PHP] Engine Question

2001-09-04 Thread PHP List
Hi, I am trying to update my server to php4. Everything seemd to compile fine. httpd -l shows mod_php4.c in the list. I used to use these entries in my httpd.conf to specifically turn php on in certain dirs instead of default on for everyting. php3_engine on But I cannot find a combo

Re: [PHP] Engine Question

2001-09-04 Thread PHP List
OTECTED]> To: "PHP List" <[EMAIL PROTECTED]>; "php" <[EMAIL PROTECTED]> Sent: Tuesday, September 04, 2001 11:52 AM Subject: Re: [PHP] Engine Question > PHP4's configuration syntax has changed; see > > http://www.php.net/manual/en/configuration.php

[PHP] htaccess

2001-09-21 Thread PHP List
Hi, I heard it was possible to turn off/on php execution in a directory using the .htaccess file. Can some one tell me how to do that? Thanks. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To

[PHP] For Loop Problems

2004-07-28 Thread php-list
columns, row 3 will have 21 columns, row 4 will have 28 columns, and so on. I can't figure out why this is. Either it's something new in PHP5 or I'm doing something really stupid. I am sending a PDF attachment of a snapshot showing a hint, made purely with HTML, of what I am trying to achieve. If anyone can help me it would be greatly appreciated. Thanks guys. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Is javascript enable?

2004-08-25 Thread php-list
ally impossible to enforce security with JS. Anything you try to do I could get around with Proxomitron and/or Opera. -- Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/uns

Re: [PHP] Knowlegde Base

2004-09-04 Thread Mailing List
> greetings > i'm looking for good/free Knowledge Base/ FAQ system > any recommendation ? > For a simple easy to use and free Knowledge Base/FAQ system I've used ODFaq and have been quite happy with it. http://www.oodie.com/project/odfaq/ -- PHP General Mailing List (h

[PHP] PHP5 - How Do I Let Users Download Music Files?

2004-09-04 Thread php-list
Hello everyone, I want to build a music site, all copyrights intact, and I want users to be able to download mp3 or realplayer files using a one-click link. When they click on a link they will simply be given a typical download window to save that music file. How do I go about doing that and ho

RE: [PHP] PHP5 - How Do I Let Users Download Music Files?

2004-09-05 Thread php-list
ual/en/function.swfmovie.streammp3.php). It's a bit tricky though, but i can't think of anything else. -- Daniel Schierbeck -- 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

[PHP] Help With PEAR::DB Connection

2004-09-10 Thread php-list
r($db)) { die ($db->getMessage()); } -- Nilaab -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Help With PEAR::DB Connection

2004-09-12 Thread php-list
> die ($db->getMessage()); > } > > -- Nilaab > The message 'extension not found' means that PEAR couldn't find the mysql db extension. Hmm. In cases like this, create a phpinfo.php file as documented on this list and see what shows up. Or, you can type at the comm

[PHP] Host for Mod PHP5

2004-09-16 Thread php-list
Hello everyone, I know this is going to be tough but I need a hosting company that supports PHP5, has unlimited disk space and a good amount of bandwidth with a decently fast connection for a decent price. I realize that this might be rare, but is anyone offering such a package like this anywhe

[PHP]

2004-10-10 Thread php-list
;] + 1) == > $descendants[$i]['lft'])) { >$children[] = $descendants[$i]; // found first child >} >elseif (($children[count($children)-1]['rgt'] + 1 == > $descendants[$i]['lft']) && $children[count($children

RE: [PHP]

2004-10-11 Thread php-list
t;$children[] = $descendants[$i]; // found first child >} >elseif (($children[count($children)-1]['rgt'] + 1 == > $descendants[$i]['lft']) && $children[count($children)-1]['rgt'] + 1 != > $parent_coord[&#

RE: [PHP] Meaningful Subject

2004-10-11 Thread php-list
ything! Next time you start a thread please give it a meaningful subject. -- Jason Wong -> Gremlins Associates -> www.gremlins.biz Open Source Software Systems Integrators * Web Design & Hosting * Internet & Intranet Applications Development * --

[PHP]

2004-10-09 Thread php-list
$descendants[$i]; // find next children } } return $children; } Thanks in advance to anyone that can explain this error to me. Nilaab -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Help With Error

2004-10-17 Thread php-list
$message = 'Please Input A Category To Add'; } elseif ($cat == '' && $addAfterCat_lft != '') { $message = 'Please Choose A Category To Add This Category To'; } } else { $message = 'Category Already Exists In The Parent Category'; } return $message; } --- What am I doing wrong? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Help With Error

2004-10-19 Thread php-list
$message = 'Please Input A Category To Add'; } elseif ($cat == '' && $addAfterCat_lft != '') { $message = 'Please Choose A Category To Add This Category To'; } } else { $message = 'Category Already Exists In The Parent Category'; } return $message; } --- What am I doing wrong? -- 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] Carriage Returns

2009-11-08 Thread John List
u shouldn't have a problem. So you might try outputting the results of your conversion to your PHP error log before you pass it to Informix. You may find more help on an Informix list. John -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] uniqid() and repetition of numbers generated

2009-11-12 Thread John List
Angus Mann wrote: Original Message - From: Ashley Sheridan To: Angus Mann Cc: php-general@lists.php.net Sent: Friday, November 13, 2009 8:31 AM Subject: Re: [PHP] uniqid() and repetition of numbers generated On Fri, 2009-11-13 at 08:22 +1000, Angus Mann wrote: Hi all.

Re: [PHP] Storing (html and php) Content in MySQL - help

2009-11-30 Thread John List
xpected content elements. As things go, it got a little more complex than that, and then a little more complex than that, etc. It's been working fine for me for five or six years and is still reasonably elegant. I've thought of open sourcing it, but I have a hunch there are seve

[PHP] MOSSCon in Louisville in May! Submit your proposal this week!

2013-03-27 Thread John List
inary proposal is this Friday, March 29! http://mosscon.org/ Spread the word and submit your proposal. Thanks, John Hicks -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] PHP vs JAVA

2013-08-20 Thread PHP List
won that crown many times over. That said, when I was in University, it was difficult to find a programming class that taught anything but Java - and that was 10yrs ago now. I chalked it up to the education bubble not being able to see what the rest of the world is actually doing. -- PHP General M

[PHP] MySQL over TCP results on CLOSE_WAIT state in PHP 5.3.8

2012-02-27 Thread php-list
How can I avoid this or investigate in this? Is this a know issue? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] MySQL over TCP results on CLOSE_WAIT state in PHP 5.3.8

2012-03-05 Thread php-list
supports-statistics: yes supports-test: no supports-eeprom-access: no supports-register-dump: yes I also have set wait_timeout 45 in my.cnf on server A and mysqli.reconnect On on client B and C in php.ini. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Freelance PHP Bids

2004-04-19 Thread php-list
freelance programmers and clients come together and bid on projects with different levels of experiences and prices, but I don't remember where that is now. Can anyone direct me to a website such as that? Any help would be appreciated. Thank you. Navid -- PHP General Mailing List (http://w

RE: [PHP] Re: Graphical calendar

2004-05-08 Thread php-list
se can pick a month >> and see the days of the week? > > > You may want to try this class that does precisely that: > > Class: Calendar generation class > http://www.phpclasses.org/calendargenerator > > -- PHP General Mailing List (http://www.php.net/) To un

RE: [PHP] PHP5 and PEAR

2004-05-04 Thread php-list
ly, but it is not compatible. But if I am informed correctly, some of the packages are already compatible. Gruss, Ollie. -- 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

[PHP] Creating Rows and Columns Using for() Loops

2004-07-08 Thread php-list
t;); $template->addVar("room_num", "ROOM_NUM", '101'); $template->addVar("room_type", "ROOM_TYPE", 'NQQ'); $template->parseTemplate("guest_row", "a"); } I populated the guest's name statically so I can see how the loop works. The looping is wrong and it only yields 7 rows. In the first row it has 1 column of data, the second row has two columns of data, the third one has three columns of data, and so on. How do I fix it to where each date column has exactly 32 rows of guest names? I hope this makes sense. Any help will be appreciated. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Creating Rows and Columns Using for() Loops

2004-07-08 Thread php-list
for (columns) { } } explained in english: you need to handle one row/person at a time and not one column/date at a time. on the other hand i'm not sure i totally understand your desired output, so maybe a quick ascii table would help me/us? chris. -- PHP General Mailing List (http://

RE: [PHP] Creating Rows and Columns Using for() Loops

2004-07-08 Thread php-list
h: you need to handle one row/person at a time and not one column/date at a time. on the other hand i'm not sure i totally understand your desired output, so maybe a quick ascii table would help me/us? chris. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: htt

RE: [PHP] Creating Rows and Columns Using for() Loops

2004-07-19 Thread php-list
you do, you shift the bulk of the data processing and arranging to the DB (which does it a lot more efficiently than PHP). Then you just have to use PHP to create the table, the relevant headings and to populate the cells. Ok, I am finished sticking my oar in... Rory -- PHP General Maili

RE: [PHP] what is difference between php and perl

2004-07-22 Thread php-list
the difference between perl and php Regards Syed -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: your excel document

2007-08-09 Thread sla-list
EMAIL PROTECTED]" virus. File quarantined as: "". http://www.fortinet.com/VirusEncyclopedia/search/encyclopediaSearch.do?method=quickSearchDirectly&virusName=W32%2FNetsky.P%40mm -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] passing an object using session var

2006-11-29 Thread list arama
Why am I not able to access the obj name field in script 2? thanks in advance, --script1--- setName('MyName'); $obj->display();// outputs 'MyName' header("Location: http://localhost/~lr/webProj/photoAlbum2/sessionReceiveObj.php";); // re-direct to script2 ob_flush(); ?> ---script 2

Re: [PHP] passing an object using session var

2006-11-29 Thread list arama
/sessionReceiveObj.php";); // re-direct to script2 > > > > ---script 2 > > > include("TestClass.php"); > > session_start(); > > > > $newObj = unserialize($_SESSION['obj']); //-- convert string back into object > > DONT UNS

Re: [PHP] passing an object using session var

2006-11-29 Thread list arama
errata: $newObj->display();// this *does* work On 11/29/06, list arama <[EMAIL PROTECTED]> wrote: Here's what I came up with: --script1--- setName('MyName'); $obj->display(); header("Location: http://localhost/~mdl/webProj/photoAlbu

  1   2   >