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
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
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
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
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
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
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
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
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
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
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/
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
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
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
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
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
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
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
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
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
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
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
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,
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
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
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
26 matches
Mail list logo