On Sat, Apr 19, 2008 at 7:08 AM, Per Jessen <[EMAIL PROTECTED]> wrote:
> Nathan Nobbe wrote:
>
> > On Fri, Apr 18, 2008 at 11:25 AM, Nick Stinemates
> > <[EMAIL PROTECTED]> wrote:
> >
> >> I don't think there was a single place where I said PHP was faster
> >> than C, nor did I imply it.
> >
> >>
As I understand it, the "register variables" operation occurred before
execution began on your script. It involved copying data items from your
form ($_POST), from the request URL ($_GET) and from your session
($_SESSION) so that you could simply refer to them by name in your programs.
The drawbac
First let me say thank you for your help, I do appreciate you taking
the time to read my post.
I did come across the entropy.ch forum while searching on google but
(and I could be wrong here so sorry in advance) it seems that this
would lead to me having multiple versions of php and or apac
On Saturday 19 April 2008, Per Jessen wrote:
> Robert Cummings wrote:
> > You are correct about asymptotic bounds on algorithms; however,
> > languages can still have a constant multiplier affect on an algorithm.
>
> Absolutely. When it comes to "how long does it take to process 1000
> elements",
On 4/19/2008 2:37 PM, "Jason Norwood-Young" <[EMAIL PROTECTED]>
wrote:
> Might be obvious but you are doing "mysql_query($sql);", right?
Not so obvious to THIS newbie - now it works fine!
Thanks AGAIN!
>
> Also add a try catch around your mysql_query to check what's happening.
--
Thanks
On 3/28/2011 4:06 AM, "Hulf" <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I am making and HTML email. I have 3 images to put in. Currently I have
>
> $body .="
>
>
>
>
>
>
>
>
>
> ";
>
>
> ideally I would like to have
>
> $myimage1 = "image1.jpg";
> $myimage2 = "image2.jpg";
On Sat, 2008-04-19 at 14:23 -0700, revDAVE wrote:
> Newbie - MAC - MAMP on port 8889
>
> I have this connection to Mysql database called 'test'
>
>
> Other Php stuff works ok but now I'm trying to alter the table (never did
> that before...)
>
>
>
> Connection called 'try1'...
>
> # FileNa
On 4/19/2008 2:20 PM, "Rod Clay" <[EMAIL PROTECTED]> wrote:
> Hi. I'm still very new to php and still trying to learn the ropes.
...Blind leading the blind (I'm a newbie also but...)
Did you try...?
session_id())
session_start();
- - - - -
From: PHP: session_id - Manual
Location: http://us2
Newbie - MAC - MAMP on port 8889
I have this connection to Mysql database called 'test'
Other Php stuff works ok but now I'm trying to alter the table (never did
that before...)
Connection called 'try1'...
The lines below don't error but also don't do anything
I must be missing somet
Hi. I'm still very new to php and still trying to learn the ropes.
I'm working on some code now trying to set up a session and use session
variables in different scripts, but I'm getting this message:
*Warning*: Unknown: Your script possibly relies on a session side-effect
which existed unti
On Sat, Apr 19, 2008 at 3:01 PM, tedd <[EMAIL PROTECTED]> wrote:
> Hi gang:
>
> I have a problem. I set up a PayPal billing for a client. It's pretty
> simple, the process sends the credit card information with payment required
> to PayPal and then PayPal clears the transaction and sends back a
>
On Sat, Apr 19, 2008 at 3:01 PM, tedd <[EMAIL PROTECTED]> wrote:
> Hi gang:
>
> I have a problem. I set up a PayPal billing for a client. It's pretty
> simple, the process sends the credit card information with payment required
> to PayPal and then PayPal clears the transaction and sends back a
>
Hi gang:
I have a problem. I set up a PayPal billing for a client. It's pretty
simple, the process sends the credit card information with payment
required to PayPal and then PayPal clears the transaction and sends
back a authorization. Everything works.
To stop the possibility of double bill
Right. Thanks for the links. This type of approach is the basis of my
software architecture.
Ken
(BTW, don't forget to "Reply All" so your reply goes to the list, too).
On Apr 19, 2008, at 9:03 AM, Tony Marston wrote:
What you are describing is a Role Based Access Control (RBAC)
system, and
On Apr 19, 2008, at 2:37 AM, Alain Roger wrote:
Hi,
i'm very surprised... i did not get any answer to my previous post.
is it because it is good way to do it or because nobody knows ?
---
Hi,
i face now a little issue regarding how end user can access to some
Robert Cummings wrote:
> You are correct about asymptotic bounds on algorithms; however,
> languages can still have a constant multiplier affect on an algorithm.
Absolutely. When it comes to "how long does it take to process 1000
elements", both language and hardware are critical factors. But t
On Sat, 2008-04-19 at 13:08 +0200, Per Jessen wrote:
> Nathan Nobbe wrote:
>
> > On Fri, Apr 18, 2008 at 11:25 AM, Nick Stinemates
> > <[EMAIL PROTECTED]> wrote:
> >
> >> I don't think there was a single place where I said PHP was faster
> >> than C, nor did I imply it.
> >
> >> > Depends. Shit
Nathan Nobbe wrote:
> On Fri, Apr 18, 2008 at 11:25 AM, Nick Stinemates
> <[EMAIL PROTECTED]> wrote:
>
>> I don't think there was a single place where I said PHP was faster
>> than C, nor did I imply it.
>
>> > Depends. Shitty algorithms are shitty, regardless of language
>> > implementation.
>
Hi,
i'm very surprised... i did not get any answer to my previous post.
is it because it is good way to do it or because nobody knows ?
thx.
Al.
---
Hi,
i face now a little issue regarding how end user can access to some modules
of my web portal.
Let imagine we
19 matches
Mail list logo