RE: [PHP] Re: Storing indefinite arrays in database

2011-05-11 Thread Jasper Mulder
ary. Only thing is, that you would have very wide tables (I don't know how wide MySQL can go). Creating tables on-the-fly as necessary seems to be something you could consider, but again I stress that I don't know performance details. There might be something quicker. So far for my

RE: [PHP] mysql problems [SOLVED]

2011-05-14 Thread Jasper Mulder
>[SNIP] > added and else clause. > while ($_parent != 0) > { > if > ($num_rows > 0) >{ > > perform some action >} >else >{ > $_parent = > "0"; >} > } > > and that solved the > problem. > > Thank you, everyone for your help. > > Curtis A small remark: I think it is good

RE: [PHP] A Review Request

2011-05-18 Thread Jasper Mulder
t: Please correct   This Authorization Proceedure to   This authorization procedure or, if you must,   This Authorization Procedure Otherwise I can only encourage such an initiative because it can help out and save time. Best regards, Jasper Mulder

[PHP] Need experience with OOPHP

2011-05-20 Thread Jasper Mulder
ammer. I stress I have quite some experience with the old, procedural PHP. Anybody interested? Best regards, Jasper Mulder -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Urgent help - Token Generation code!

2011-05-27 Thread Jasper Mulder
Extract, $nTime); > > echo $token; > > There are two cases: > 1. You made a typo and meant 'echo $sToken;' on the above line instead > 2. You omitted the part where $token is defined and used > > > [More code that seemed fine] > > > > -- > > Rega

RE: [PHP] Urgent help - Token Generation code!

2011-05-27 Thread Jasper Mulder
gards, > Shreyas > > On 28-May-2011, at 4:11 AM, Jasper Mulder > wrote: > > > > > > >> Date: Sat, 28 May 2011 03:56:26 +0530 > >> From: shreya...@gmail.com > >> To: php-general@lists.php.net > >&g

RE: [PHP] how to use echo checkboxes in php when i don't have access to $_POST

2011-05-28 Thread Jasper Mulder
s you made. As was stated before, people may be offended and thus it makes the chances of you solving your problem fast smaller. As a last, please refrain from bombarding the list with small posts. Please think a bit before posting your questions. Thanks in advance. Best regards, Jasper Mulder

RE: [PHP] phpsadness

2011-06-03 Thread Jasper Mulder
e that this post has only extended the list by one. Let us get over it and get back to discussing what we all *do* like: PHP. Best regards, Jasper Mulder -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] advice on how to build this array from an array.

2011-06-07 Thread Jasper Mulder
ages associated to it > > hope i make sense > > kind regards > > Adam Suppose that $arrays is your array of arrays. Then is $res = array(); foreach($arrays as $item){   $res[$item['cat_name']][] = $item; } what you are looking for? Best regards, Jasper Mulder -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] I want to use POST when redirect via PHP Header function.

2011-06-30 Thread Jasper Mulder
> To: php-general@lists.php.net > From: jim.gi...@albanyhandball.com > Date: Thu, 30 Jun 2011 09:12:45 -0400 > Subject: Re: [PHP] I want to use POST when redirect via PHP Header function. > > Just as bottom posting (I know, it's in da rules) makes it rather difficult > for humans to read thru a

RE: [PHP] How to sum monetary variables

2011-07-18 Thread Jasper Mulder
> Date: Mon, 18 Jul 2011 19:00:52 -0300 > From: martin.marq...@gmail.com > To: php-general@lists.php.net > Subject: [PHP] How to sum monetary variables > > I'm building a table (which is a report that has to be printed) with a > bunch of items (up to 300 in some cases) that have unitary price > (

RE: [PHP] Tree menu list in php

2011-07-26 Thread Jasper Mulder
> From: alekto.antarct...@gmail.com > Date: Tue, 26 Jul 2011 19:20:58 +0200 > To: php-general@lists.php.net > Subject: [PHP] Tree menu list in php > > Hi, > is there a way to create a tree menu list only by using php/html/css? > I found some, but they are all in JavaScript, do I have to make them

RE: [PHP] pass text variables to next page

2011-08-09 Thread Jasper Mulder
> Date: Tue, 9 Aug 2011 07:30:47 -0500 > From: chrisstinem...@gmail.com > To: tamouse.li...@gmail.com > CC: php-general@lists.php.net > Subject: Re: [PHP] pass text variables to next page > > Thank you Tamara. > > Not sure if I am doing it right. It looks like the last single quote > is being es