Re: [PHP] Re: Parsing of forms

2009-05-19 Thread Nathan Rixham
Daniele Grillenzoni wrote: On 19/05/2009 18.09, Andrew Ballard wrote: On Tue, May 19, 2009 at 10:11 AM, Ford, Mike wrote: On 19 May 2009 14:37, Daniele Grillenzoni advised: My complaint is this: a I can have a select multiple with a normal name, which is allowed by every spec, but PHP requi

Re: [PHP] Posting values to a URL

2009-05-19 Thread Shawn McKenzie
dele454 wrote: > hi, > > I am working on integrating a credit payment service from setcom. on > completion of transaction setcom sends bunch of post variables that my > script has to send back to setcom to get the details of the transaction as > an xml file. > > I am using the pecl_http extension

Re: [PHP] Re: Parsing of forms

2009-05-19 Thread Daniele Grillenzoni
On 19/05/2009 18.09, Andrew Ballard wrote: On Tue, May 19, 2009 at 10:11 AM, Ford, Mike wrote: On 19 May 2009 14:37, Daniele Grillenzoni advised: My complaint is this: a I can have a select multiple with a normal name, which is allowed by every spec, but PHP requires me to use [] in order to

Re: [PHP] Posting values to a URL

2009-05-19 Thread Nathan Rixham
dele454 wrote: hi, I am working on integrating a credit payment service from setcom. on completion of transaction setcom sends bunch of post variables that my script has to send back to setcom to get the details of the transaction as an xml file. I am using the pecl_http extension(http_post_fie

[PHP] Posting values to a URL

2009-05-19 Thread dele454
hi, I am working on integrating a credit payment service from setcom. on completion of transaction setcom sends bunch of post variables that my script has to send back to setcom to get the details of the transaction as an xml file. I am using the pecl_http extension(http_post_fields) for posting

Re: [PHP] CSS & tables

2009-05-19 Thread tedd
At 1:56 PM +0100 5/19/09, Nathan Rixham wrote: I just wanted to run this past you guys for thoughts and opinions or even just to get brains ticking, it's all web development related and touched on throughout this thread. -mondo snip- lol - i needed to get that out my system Nathan: You mak

Re: [PHP] CSS & tables

2009-05-19 Thread tedd
At 4:24 PM -0700 5/18/09, Michael A. Peters wrote: tedd wrote: In most technical things you are right, but here I have to agree with Paul. The user is king -- you must to design for them regardless of their browser of choice -- even if their choice is a bad one. No. You must design for a sta

Re: [PHP] CSS & tables

2009-05-19 Thread tedd
At 4:03 PM -0700 5/18/09, Michael A. Peters wrote: tedd wrote: However, I cite things like a calendar, and your MUD site, and other such solutions that would be very difficult to accomplish using pure css. I don't know about the MUD site - but again, a calendar is tabular data and therefo

RE: [PHP] CSS & tables

2009-05-19 Thread tedd
At 4:56 PM -0400 5/18/09, Marc Christopher Hall wrote: and so I don't feel like a complete ass http://jeffhowden.com/code/css/forms/ Marc: Well... don't feel like a complete ass with that post -- that's a great looking and working form. Very nicely done. I'm book-marking that for future t

Re: [PHP] PHP Print, PDF (w/FPDF), JavaScript

2009-05-19 Thread Bastien Koert
On Tue, May 19, 2009 at 12:22 PM, Jay Blanchard wrote: > How can I click a button using JavaScript print function and have it > generate a PDF with FPDF and get the PDF printed automagically? It seems > I have done this before but I cannot recall what I did. > > TVMIA! > > -- > PHP General Mailing

[PHP] PHP Print, PDF (w/FPDF), JavaScript

2009-05-19 Thread Jay Blanchard
How can I click a button using JavaScript print function and have it generate a PDF with FPDF and get the PDF printed automagically? It seems I have done this before but I cannot recall what I did. TVMIA! -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/

Re: [PHP] Re: Parsing of forms

2009-05-19 Thread Andrew Ballard
On Tue, May 19, 2009 at 10:11 AM, Ford, Mike wrote: > On 19 May 2009 14:37, Daniele Grillenzoni advised: > >> >> My complaint is this: a I can have a select multiple with a >> normal name, >> which is allowed by every spec, but PHP requires me to use [] >> in order >> to properly retrieve the valu

Re: [PHP] CSS & tables

2009-05-19 Thread PJ
Nathan Rixham wrote: > PJ wrote: >> Nathan Rixham wrote: >>> >>> lol >>> >> Glad >> > > as they say > > did you ever get any help explaining css? > > just in case here's the ultra basics > > you have selectors and declarations > > selectors can be: > .classname (a class, to be applied to many obje

RE: [PHP] CSS & tables

2009-05-19 Thread HallMarc Websites
All in the head... 8000+ lines of code in the head of this page; mostly CSS Academia.edu -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] CSS & tables

2009-05-19 Thread Nathan Rixham
Shawn McKenzie wrote: Nathan Rixham wrote: Java anyone? eh? how do you get java from that? . user requests content sub-client required and application location are sent to users client. sub-client is launched within users client sub-client loads required application application connects

Re: [PHP] CSS & tables

2009-05-19 Thread Shawn McKenzie
Nathan Rixham wrote: Java anyone? >>> eh? how do you get java from that? >> >> . >> >> user requests content >> sub-client required and application location are sent to users client. >> sub-client is launched within users client >> sub-client loads required application >> application

Re: [PHP] CSS & tables

2009-05-19 Thread Nathan Rixham
Shawn McKenzie wrote: Nathan Rixham wrote: Shawn McKenzie wrote: Nathan Rixham wrote: I just wanted to run this past you guys for thoughts and opinions or even just to get brains ticking, it's all web development related and touched on throughout this thread. At the core of this we have a sin

Re: [PHP] CSS & tables

2009-05-19 Thread Shawn McKenzie
Nathan Rixham wrote: > Shawn McKenzie wrote: >> Nathan Rixham wrote: >>> I just wanted to run this past you guys for thoughts and opinions or >>> even just to get brains ticking, it's all web development related and >>> touched on throughout this thread. >>> >>> At the core of this we have a single

Re: [PHP] CSS & tables

2009-05-19 Thread Nathan Rixham
Shawn McKenzie wrote: Nathan Rixham wrote: I just wanted to run this past you guys for thoughts and opinions or even just to get brains ticking, it's all web development related and touched on throughout this thread. At the core of this we have a single problem, we create websites and web based

Re: [PHP] CSS & tables

2009-05-19 Thread Shawn McKenzie
Nathan Rixham wrote: > I just wanted to run this past you guys for thoughts and opinions or > even just to get brains ticking, it's all web development related and > touched on throughout this thread. > > At the core of this we have a single problem, we create websites and web > based applications

Re: [PHP] CSS & tables

2009-05-19 Thread Nathan Rixham
PJ wrote: Nathan Rixham wrote: lol Glad as they say did you ever get any help explaining css? just in case here's the ultra basics you have selectors and declarations selectors can be: .classname (a class, to be applied to many objects) #someid (a single object) p (redefine an html el

RE: [PHP] Re: Parsing of forms

2009-05-19 Thread Ford, Mike
On 19 May 2009 14:37, Daniele Grillenzoni advised: > > My complaint is this: a I can have a select multiple with a > normal name, > which is allowed by every spec, but PHP requires me to use [] > in order > to properly retrieve the values. I really don't understand the problem with this -- in fa

Re: [PHP] CSS & tables

2009-05-19 Thread PJ
Nathan Rixham wrote: > I just wanted to run this past you guys for thoughts and opinions or > even just to get brains ticking, it's all web development related and > touched on throughout this thread. > > At the core of this we have a single problem, we create websites and > web based applications,

Re: [PHP] CSS & tables

2009-05-19 Thread PJ
Paul M Foster wrote: > On Mon, May 18, 2009 at 05:55:47PM -0400, PJ wrote: > > >> Marc Christopher Hall wrote: >> >>> and so I don't feel like a complete ass >>> >>> http://jeffhowden.com/code/css/forms/ >>> >>> >>> __ Information from ESET Smart Security, version of virus signat

[PHP] Re: Parsing of forms

2009-05-19 Thread Daniele Grillenzoni
On 18/05/2009 10.42, Peter Ford wrote: Daniele Grillenzoni wrote: I noticed that php's way to fill $_GET and $_POST is particularly inefficient when it comes to handling multiple inputs with the same name. This basically mean that every in order to function properly needs to have a name ending

Re: [PHP] CSS & tables

2009-05-19 Thread Nathan Rixham
I just wanted to run this past you guys for thoughts and opinions or even just to get brains ticking, it's all web development related and touched on throughout this thread. At the core of this we have a single problem, we create websites and web based applications, which we want to be deliver