[PHP] in-browser WYSIWYG html editor

2002-01-14 Thread Serge
possibilities. eg: list all images on a dir on the server when you click the insert image button. cfdev's activedit (http://www.cfdev.com/activedit/) is such a tool but i find it a bit too expensive... Could anyone help me ? Thx very much Serge -- PHP General Mailing List (http://www.php.net

[PHP] in-browser wysiwyg html editor

2002-01-14 Thread Serge
://www.cfdev.com/activedit/ does anybody know of an alternative ? opensource or commercial ? thx ... Serge -- 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

[PHP] socket_read() hangs with FTP

2007-10-04 Thread Serge
Hello. I'm tried an example from PHP manual with simple TCP/IP Client. I'm create a socket to FTP server, then read data from socket [PHP] while ($out = socket_read($socket, 2048)) { echo $out; } [/PHP] when all data are read, socket_read() don't return an empty string, it's hangs. Can you

[PHP] check public key of SSL client certificate

2009-02-01 Thread Serge
Hi, My php script is located on server with https protocol: https://www.somesite.com/myscript.php How can i check public key of client certificate, used for connection from client to server? I need to do it in php script. -- Serge -- PHP General Mailing List (http://www.php.net

[PHP] Re: suEXEC and PHP

2002-11-26 Thread Serge A.
Hi, suEXEC will only work if PHP is installed as CGI, not Apache module... Regards, Serge Hi, Apache 1.3.24, PHP 4.2.2 I am running a php script which executes something like system(scp -r -S ssh host1:/home/dir host2:/home); The scp command executes as the apache user, in my

Re: [PHP] hiding php

2002-12-03 Thread Serge A.
/ HTTP1.0 and press Enter twice You'll see the server response which will tell anybody that the server is Apache and even the operation system it runs at. Regards, Serge -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] if php is so great, why is it so hard to make it work?

2001-01-16 Thread Serge Montmarquette
if php is so great, why is it so hard to make it work? please...someone ...for win2000 nt 5.0 ...I have apache, iis installed ...nothing's working, did changes to php.ini, my registry...httpd.conf nothing! nothing! nothig!!! -- PHP General Mailing List

[PHP] got it

2001-01-16 Thread Serge Montmarquette
ok, well it's working, my 8 y/o sister helped me instead, thanks anyways! -- 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] Re: NNTP

2001-12-29 Thread Serge Yatsenko
Kris take a look here: http://www.vhconsultants.com/index.htm -- Serge Yatsenko, web developer http://www.design-n1.com Kris [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Does anyone know where these have gone, or have them archived somewhere? Googl

[PHP] Global variables

2002-05-30 Thread serge gedeon
Dear sir, I would like to know if I could create using PHP, global variables that I could use in diferrent files. I don't want to use http_get_vars or post or cookies is there an other way? Thank you. Serge GEDEON _ Get your

[PHP] Global variables

2002-05-30 Thread serge gedeon
Dear sir, I would like to know if I could create using PHP, global variables that I could use in diferrent files. I don't want to use http_get_vars or post or cookies is there an other way? Thank you. Serge GEDEON _ Send

[PHP] strange upload/db-insert problem with ie5.5

2001-08-19 Thread Serge Adamowsky
properties are inserted twice, both relating to the same physical doc but with different ids. did anyone ever had same effects or even the remedy for this particular problem? (remedy get rid of stinkin' ms-junk won't help, since customer is tied to this trash ;) thanks serge -- PHP General

[PHP] Re: strange upload/db-insert problem with ie5.5

2001-08-22 Thread Serge Adamowsky
attentive of what kind of dreamweaver-poisoned junk i cut'n'paste into my jewels ;) thanks, serge Richard Lynch [EMAIL PROTECTED] wrote in message 034b01c12aa4$3dbec480$6401a8c0@Lynchux100">news:034b01c12aa4$3dbec480$6401a8c0@Lynchux100... 1)select the document, then upload through form wit

[PHP] Does anyone work with phpXML library from www.phpxml.org?

2001-09-05 Thread Serge Yatsenko
(some.xml); // some.xml is just root/ $nn = $xml-add_node(root, node); // $nn returns root/node[1] // output echo pre; echo $xml-get_file(); // this one shows original root/ WITHOUT the new node echo /pre; - Thank you, Serge

[PHP] pdf libraries

2001-05-24 Thread serge grekhov
Hi! Are there any libraries for pdf constructing but pdflib and clibpdf free for commercial use? and what tools exists to sign pdf documents? Serge Grekhov [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

[PHP] how to modify xml files using php

2001-04-20 Thread Serge Vleugels
hi, I've got to change a XML document, so read the file, display it, provide a way to modify it and then write the modifications. has anyone done this allready or has any experiance ? thx Serge "Zeddicus Zu'l Zorandre" Vleugels -- freedom is the wizard's only choice -- -- P

Re: [PHP] 'XML To Array' Class

2001-04-23 Thread Serge Vleugels
heey, i'm currently facing the same problem as you. i was thinking of using either xml_parse_into_struct or using a class i found phpxml.class at http://www.phpxml.org let me know how you did it, i'm very intrested Serge Zeddicus Zu'l Zorandre Vleugels -- freedom is the wizard's only choice

RE: [PHP] Databases and HTML forms

2001-05-07 Thread Serge Vleugels
check out phpMyAdmin i use it everywhere Serge -Original Message- From: Manuel Lemos [mailto:[EMAIL PROTECTED]] Sent: Monday, May 07, 2001 4:22 AM To: [EMAIL PROTECTED] Subject: Re: [PHP] Databases and HTML forms Hello Michael, On 20-Apr-01 14:38:48, you wrote: I'm needing

[PHP] ob_start strangness

2003-01-24 Thread Serge Paquin
? Any suggestions would be much appreciated. Thanks, Serge. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: ob_start strangness

2003-01-24 Thread Serge Paquin
Ok. It was a late night. A fresh morning helped me solve my own problem. I was using ob_end_clean rather than ob_end_flush. I though I was going crazy! Serge. In article [EMAIL PROTECTED], Serge Paquin [EMAIL PROTECTED] wrote: Hello, I am trying to get ob_start to work the way I

[PHP] ob woes...

2003-01-24 Thread Serge Paquin
() { while ( ob_get_level() ) { ob_end_flush(); } } I'm getting this error on ob_end_flush() Someone please help... Serge. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] SSH change password!

2003-01-24 Thread Serge Paquin
and lock you out. I'm sure there are better solutions but this will work. There is a module for SquirrelMail (IMAP Webmail Client) that supports password changing. I can't remember how they did it though. Serge. In article 004401c2c3d6$8a380520$e0dffb0c@mntkz, Mantas Kriauciunas [EMAIL PROTECTED

[PHP] ob_gzhandler bug???

2003-01-24 Thread Serge Paquin
Here is a very simple APP to test my problem. Below you can see my result. This is done on PHP 4.3.0 Serge. ? function ob_end_flush_all () { while ( ob_get_level() ) { ob_end_flush(); } } function ob_spit_content_length ($buffer) { $len=strlen($buffer

Re: [PHP] ob_gzhandler bug???

2003-01-24 Thread Serge Paquin
I found the problem. It's a bug in PHP 4.3.0 and is fixed in CVS which I just confirmed... Serge. In article 007a01c2c3e1$bab70650$a629089b@TBHHCCDR, 1lt John W. Holmes [EMAIL PROTECTED] wrote: Is output_handler set in your php.ini? ---John Holmes... -- PHP General Mailing List (http

[PHP] crypt problem

2003-09-11 Thread Serge Grondin
-mime-magic' '--with-iconv' '--enable-mbstring' '--with-zlib' '--enable-calendar' '--with-imap-ssl' '--with-mcrypt' Is it something I do wrong or something wrong in my system? Thank you. -- Serge Grondin Technicien en Informatique Commission Scolaire des Bois-Francs Tel. bur.: (819) 758-6453

[PHP] crypt problem

2003-09-11 Thread Serge Grondin
-magic' '--with-iconv' '--enable-mbstring' '--with-zlib' '--enable-calendar' '--with-imap-ssl' '--with-mcrypt' Is it something I do wrong or something wrong in my system? Thank you. -- Serge Grondin Technicien en Informatique Commission Scolaire des Bois-Francs Tel. bur.: (819) 758-6453, poste 2920

[PHP] Compile problem.

2003-03-21 Thread Serge Paquin
clean first. My current compiled PHP seems to be working find and talked to the database but I am concerned that I am unable to recompile PHP. I've search the archives and google and have come up with nothing. Any help is appriciated. Thanks, Serge.

Re: [PHP] How to Return 403 Forbidden headers

2003-03-27 Thread Serge Paquin
Almost. It's not the Location Header you want to play with. header(HTTP/1.0 403 Forbidden); will do the job. Serge. On Thu, 27 Mar 2003 09:41:57 -0600 Christopher Ditty [EMAIL PROTECTED] wrote: I have a customer that wants to return a 403 Forbidden header/page when certain conditions

Re: [PHP] How to Return 403 Forbidden headers

2003-03-27 Thread Serge Paquin
This this point the only thing you have done is overridden the status code. You still have to send something to the browser. HTTP/1.0 403 Forbidden is not a page or a location. It's a result code. You could then do something as simple as: print You are forbidden to view this page; Serge

[PHP] ob_gzhandler

2002-11-07 Thread Serge Paquin
anybody let me know if I can use ob_gzhandler somehow. Unfortunatly I still require the DoCache callback. Thanks, Serge. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] ob_gzhandler

2002-11-08 Thread Serge Paquin
) fputs($fp,$buffer); return ob_gzhandler($buffer); } cachefilename() simply returns an MD5 of the requested URI. This will return a blank webpage in IE and Mozilla. When I take out ob_gzhandler it then works fine. Thanks, Serge. - Original Message - From: Ernest E

Re: [PHP] ob_gzhandler

2002-11-08 Thread Serge Paquin
At 07:45 08.11.2002, Serge Paquin said: [snip] Hello, Is their anyway to use ob_gzhandler along with another callback? I've tried the following which does not work: function DoCache($buffer) { /* Do a bunch of stuff */ return

Re: [PHP] ob_gzhandler

2002-11-08 Thread Serge Paquin
that gets me. Serge. On Fri, 08 Nov 2002 15:58:12 +0100 Ernest E Vogelsinger [EMAIL PROTECTED] wrote: At 15:48 08.11.2002, Serge Paquin spoke out and said: [snip] I get no output at all. All DoCache does is write $buffer to a file then return $buffer

Re: [PHP] Hmm.. this is strange..

2012-04-24 Thread Serge Fonville
Hi, Instead of just checking if the variable is not set, additionally check if it is empty Kind regards/met vriendelijke groet, Serge Fonville http://www.sergefonville.nl Convince Google!! They need to add GAL support on Android (star to agree) http://code.google.com/p/android/issues/detail

Re: [PHP] NULL Problem

2012-04-24 Thread Serge Fonville
Have you considered the PHP MSSQL driver? http://www.microsoft.com/download/en/details.aspx?id=20098 Kind regards/met vriendelijke groet, Serge Fonville http://www.sergefonville.nl Convince Google!! They need to add GAL support on Android (star to agree) http://code.google.com/p/android/issues

Re: [PHP] ksort by value

2012-09-03 Thread Serge Fonville
Hi, Have you looked at http://php.net/manual/en/array.sorting.php? Kind regards/met vriendelijke groet, Serge Fonville http://www.sergefonville.nl Convince Microsoft! They need to add TRUNCATE PARTITION in SQL Server https://connect.microsoft.com/SQLServer/feedback/details/417926/truncate

Re: [PHP] ksort by value

2012-09-03 Thread Serge Fonville
Sort does not maintain the association between key and value. Use asort to sort on value while maintaining the key. Kind regards/met vriendelijke groet, Serge Fonville http://www.sergefonville.nl Convince Microsoft! They need to add TRUNCATE PARTITION in SQL Server https

Re: [PHP] ksort by value

2012-09-03 Thread Serge Fonville
If you want to perform a count on all the unique values (in SQL Terms a group by and a count) use http://php.net/manual/en/function.array-count-values.php instead. Kind regards/met vriendelijke groet, Serge Fonville http://www.sergefonville.nl Convince Microsoft! They need to add TRUNCATE

Re: [PHP] MS SQL server connection problem.

2012-09-05 Thread Serge Fonville
vriendelijke groet, Serge Fonville http://www.sergefonville.nl Convince Microsoft! They need to add TRUNCATE PARTITION in SQL Server https://connect.microsoft.com/SQLServer/feedback/details/417926/truncate-partition-of-partitioned-table 2012/9/5 Girish Talluru girish.dev1...@gmail.com Hi All, I'm

Re: [PHP] Re: Programmers and developers needed

2012-09-14 Thread Serge Fonville
? And this is how you advertise it? I thiknk he's still building it, not advertising it. Still, methinks i detect a bit of a whiff, but it could be my pits... Or the fact that since the 'announcement' , there were no further responses from him (her?) Kind regards/met vriendelijke groet, Serge Fonville

Re: [PHP] bucle while for to msqyl

2012-09-16 Thread Serge Fonville
is executed when $numero equals 1 Also, is this your actual code? If not and possible please add that HTH Kind regards/met vriendelijke groet, Serge Fonville http://www.sergefonville.nl Convince Microsoft! They need to add TRUNCATE PARTITION in SQL Server https://connect.microsoft.com/SQLServer

Re: [PHP] bucle while for to msqyl

2012-09-16 Thread Serge Fonville
Also, if $numero equals 1, it always prints 1. Is that the expected behaviour? When it does not match 1, it does nothing except it echos 1 twice, first in the conexion.php and second in the first iteration of the while loop Kind regards/met vriendelijke groet, Serge Fonville http

Re: [PHP] bucle while for to msqyl

2012-09-16 Thread Serge Fonville
Since the value is never changed inside the loop, it will run indefintely or stop immediately. You need to re-request the value from the database to change $numero to a possible other value. Kind regards/met vriendelijke groet, Serge Fonville http://www.sergefonville.nl Convince Microsoft

Re: [PHP] bucle while for to msqyl

2012-09-16 Thread Serge Fonville
numero WHERE n LIKE 1; $resEmp = mysql_query($queEmp, $conexion) or die(mysql_error()); $totEmp = mysql_num_rows($resEmp); if ($totEmp 0) { while ($rowEmp = mysql_fetch_assoc($resEmp)) { $numero = $rowEmp['n']; } } return $numero; } Kind regards/met vriendelijke groet, Serge Fonville

Re: [PHP] bucle while for to msqyl

2012-09-16 Thread Serge Fonville
retrieve all values from the database, but only use the last one. Does that mean you are trying to determine if the last value has changed (either through INSERT or UPDATE)? Kind regards/met vriendelijke groet, Serge Fonville http://www.sergefonville.nl Convince Microsoft! They need to add

Re: [PHP] date problem

2013-01-03 Thread Serge Fonville
Hi. date returns a string You should compare a different type for bigger/smaller than HTH Kind regards/met vriendelijke groet, Serge Fonville http://www.sergefonville.nl Convince Microsoft! They need to add TRUNCATE PARTITION in SQL Server https://connect.microsoft.com/SQLServer/feedback

Re: [PHP] OOP to run sequential SQL queries?

2013-02-17 Thread Serge Fonville
. These can all be done in procedural code as well, the difference being you need a different mind- and skillset. HTH Kind regards/met vriendelijke groet, Serge Fonville http://www.sergefonville.nl Convince Microsoft! They need to add TRUNCATE PARTITION in SQL Server https://connect.microsoft.com

Re: [PHP] Stupid question

2013-02-26 Thread Serge Fonville
Hi, I'm getting: Call to undefined method MDB2_Error::fetchrow() Have your checked if $dbh-query() throws an error? It seems $result is a different type than expected. HTH Kind regards/met vriendelijke groet, Serge Fonville http://www.sergefonville.nl Convince Microsoft! They need to add

Re: [PHP] Re: Stupid question

2013-02-27 Thread Serge Fonville
Perhaps he could share all relevant code, since at this time we are mostly guessing. Declaration/assignment of a lot of variables isn't included in the snippets. HTH Kind regards/met vriendelijke groet, Serge Fonville http://www.sergefonville.nl Convince Microsoft! They need to add TRUNCATE

Re: [PHP] Finding an Address

2013-02-28 Thread Serge Fonville
an address on the location, you may be able to determine which of the points in the circles (which increase in size) is closest. Does that match what you want? If not, could you further elaborate what you want exactly? Kind regards/met vriendelijke groet, Serge Fonville http://www.sergefonville.nl

Re: [PHP] Finding an Address

2013-02-28 Thread Serge Fonville
://www.nationalatlas.gov/articles/mapping/a_latlong.html HTH Kind regards/met vriendelijke groet, Serge Fonville http://www.sergefonville.nl Convince Microsoft! They need to add TRUNCATE PARTITION in SQL Server https://connect.microsoft.com/SQLServer/feedback/details/417926/truncate-partition

Re: [PHP] Finding an Address

2013-02-28 Thread Serge Fonville
You are right, there is more to it. The incentive from me was to not further complicate a problem that by itself can be very hard to solve. but still, a more accurate measure van only determined by including these concepts. Kind regards/met vriendelijke groet, Serge Fonville http

Re: [PHP] Undefined index....

2013-03-15 Thread Serge Fonville
Hi, Two questions: Where is $xml defined and where is $pos defined? HTH Kind regards/met vriendelijke groet, Serge Fonville http://www.sergefonville.nl Convince Microsoft! They need to add TRUNCATE PARTITION in SQL Server https://connect.microsoft.com/SQLServer/feedback/details/417926

Re: [PHP] Undefined index....

2013-03-15 Thread Serge Fonville
So basically, $xml is out of scope for this function and you are appending to a nonexisting variable? Kind regards/met vriendelijke groet, Serge Fonville http://www.sergefonville.nl Convince Microsoft! They need to add TRUNCATE PARTITION in SQL Server https://connect.microsoft.com/SQLServer

Re: [PHP] undef func

2013-05-10 Thread Serge Fonville
the commands executed, the distro used and the errors received HTH Kind regards/met vriendelijke groet, Serge Fonville http://www.sergefonville.nl Convince Microsoft! They need to add TRUNCATE PARTITION in SQL Server https://connect.microsoft.com/SQLServer/feedback/details/417926/truncate-partition

Re: [PHP] ODBC

2013-05-19 Thread Serge Fonville
Hi, I'm not really clear on what you have and haven't done, but did you check permissions? HTH Kind regards/met vriendelijke groet, Serge Fonville http://www.sergefonville.nl Convince Microsoft! They need to add TRUNCATE PARTITION in SQL Server https://connect.microsoft.com/SQLServer

Re: [PHP] ODBC

2013-05-19 Thread Serge Fonville
could you su to the user apache runs as (possibly specifying the shell to use) and navigate to the directory? Kind regards/met vriendelijke groet, Serge Fonville http://www.sergefonville.nl Convince Microsoft! They need to add TRUNCATE PARTITION in SQL Server https://connect.microsoft.com

Re: [PHP] ODBC

2013-05-19 Thread Serge Fonville
x on directories is required to navigate to a directory. r is needed to read the file Kind regards/met vriendelijke groet, Serge Fonville http://www.sergefonville.nl Convince Microsoft! They need to add TRUNCATE PARTITION in SQL Server https://connect.microsoft.com/SQLServer/feedback/details

Re: [PHP] ODBC

2013-05-19 Thread Serge Fonville
Also, is PHP installed as a module or otherwise? Kind regards/met vriendelijke groet, Serge Fonville http://www.sergefonville.nl Convince Microsoft! They need to add TRUNCATE PARTITION in SQL Server https://connect.microsoft.com/SQLServer/feedback/details/417926/truncate-partition

Re: [PHP] ODBC

2013-05-19 Thread Serge Fonville
And... there is a chance apache doesn't follow the symlink. So you could also try copying the file to that directory instead of symlinking Kind regards/met vriendelijke groet, Serge Fonville http://www.sergefonville.nl Convince Microsoft! They need to add TRUNCATE PARTITION in SQL Server https

Re: [PHP] ODBC

2013-05-19 Thread Serge Fonville
Hmm, I just noticed GMAIL no longer replies to all, so here is all my correspondence that wasn't sent to the list. Kind regards/met vriendelijke groet, Serge Fonville http://www.sergefonville.nl Convince Microsoft! They need to add TRUNCATE PARTITION in SQL Server https://connect.microsoft.com

Re: [PHP] ODBC

2013-05-19 Thread Serge Fonville
better would be to allow apache acces to the module i.e. http://www.webhostingtalk.com/showthread.php?t=711418 Kind regards/met vriendelijke groet, Serge Fonville http://www.sergefonville.nl Convince Microsoft! They need to add TRUNCATE PARTITION in SQL Server https://connect.microsoft.com

Re: [PHP] ODBC

2013-05-19 Thread Serge Fonville
Again to the list Kind regards/met vriendelijke groet, Serge Fonville http://www.sergefonville.nl Convince Microsoft! They need to add TRUNCATE PARTITION in SQL Server https://connect.microsoft.com/SQLServer/feedback/details/417926/truncate-partition-of-partitioned-table 2013/5/19 Serge

Re: [PHP] Source code of original PHP release.

2013-05-23 Thread Serge Fonville
Hi, Have you looked at http://php.net/manual/en/history.php.php? Could you also share some information on what you have already, as to prevent we would provide information you already have? HTH Kind regards/met vriendelijke groet, Serge Fonville http://www.sergefonville.nl Convince

Re: [PHP] Hmm remarkable things?

2013-06-23 Thread Serge Fonville
Hi, name=varenr[] size=3 seems to be missing a closing HTH Kind regards/met vriendelijke groet, Serge Fonville http://www.sergefonville.nl Convince Microsoft! They need to add TRUNCATE PARTITION in SQL Server https://connect.microsoft.com/SQLServer/feedback/details/417926/truncate-partition

Re: [PHP] PHP and Powershell

2013-07-19 Thread Serge Fonville
specified? Also, perhaps it is easier to create a .ps1 file that you run, especially for readability. HTH Wh Kind regards/met vriendelijke groet, Serge Fonville http://www.sergefonville.nl Convince Microsoft! They need to add TRUNCATE PARTITION in SQL Server https://connect.microsoft.com/SQLServer

Re: [PHP] PHP and Powershell

2013-07-19 Thread Serge Fonville
How have you determined that invoke-command requires -computername? Kind regards/met vriendelijke groet, Serge Fonville http://www.sergefonville.nl Convince Microsoft! They need to add TRUNCATE PARTITION in SQL Server https://connect.microsoft.com/SQLServer/feedback/details/417926/truncate

Re: [PHP] PHP and Powershell

2013-07-19 Thread Serge Fonville
Thank you for your clarification. Have you considered placing the whole powershell -command parameter in a .ps1 script and executing that instead? The benefit would be that it is easier to read and test accordingly. HTH Kind regards/met vriendelijke groet, Serge Fonville http

Re: [PHP] PHP and Powershell

2013-07-22 Thread Serge Fonville
. HTH Kind regards/met vriendelijke groet, Serge Fonville http://www.sergefonville.nl Convince Microsoft! They need to add TRUNCATE PARTITION in SQL Server https://connect.microsoft.com/SQLServer/feedback/details/417926/truncate-partition-of-partitioned-table 2013/7/19 Alan Loos alan.l

Re: [PHP] Output to File Instead of Browser

2013-08-20 Thread Serge Fonville
vriendelijke groet, Serge Fonville http://www.sergefonville.nl Convince Microsoft! They need to add TRUNCATE PARTITION in SQL Server https://connect.microsoft.com/SQLServer/feedback/details/417926/truncate-partition-of-partitioned-table 2013/8/20 Bastien phps...@gmail.com On 2013-08-20, at 12

Re: [PHP] Algorithm Help

2013-10-01 Thread Serge Fonville
are processed, move on to the next family and repeat, excluding the first family for swapping. do the same for all families excluding the previous families. when you have completed all families, do another iteration or two of the whole process. Kind regards/met vriendelijke groet, Serge Fonville http

Re: [PHP] Algorithm Help

2013-10-02 Thread Serge Fonville
It also depends on the amount of kids, families and stays. If the numbers are low, by hand may be a lot easier and faster Kind regards/met vriendelijke groet, Serge Fonville http://www.sergefonville.nl 2013/10/2 Tamara Temple tamouse.li...@gmail.com On Oct 1, 2013, at 1:51 PM, Floyd