Re: [PHP] PHP console script vs C/C++/C#

2008-04-19 Thread Nathan Nobbe
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. > > > >>

RE: [PHP] newbie needs help with session variables

2008-04-19 Thread Warren Vail
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

[PHP] Re: OS X 10.5.2

2008-04-19 Thread Lee Perry
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

Re: [PHP] PHP console script vs C/C++/C#

2008-04-19 Thread Larry Garfield
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",

Re: [PHP] Alter Table newbie help needed ...

2008-04-19 Thread revDAVE
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

Re: [PHP] putting variables in a variable

2008-04-19 Thread revDAVE
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";

Re: [PHP] Alter Table newbie help needed ...

2008-04-19 Thread Jason Norwood-Young
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

Re: [PHP] newbie needs help with session variables

2008-04-19 Thread revDAVE
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

[PHP] Alter Table newbie help needed ...

2008-04-19 Thread revDAVE
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

[PHP] newbie needs help with session variables

2008-04-19 Thread Rod Clay
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

Re: [PHP] Double billing problem

2008-04-19 Thread Daniel Brown
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 >

Re: [PHP] Double billing problem

2008-04-19 Thread Dan Joseph
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 >

[PHP] Double billing problem

2008-04-19 Thread tedd
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

Re: [PHP] module access rights

2008-04-19 Thread Ken Kixmoeller
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

Re: [PHP] module access rights

2008-04-19 Thread Ken Kixmoeller.com
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

Re: [PHP] PHP console script vs C/C++/C#

2008-04-19 Thread Per Jessen
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

Re: [PHP] PHP console script vs C/C++/C#

2008-04-19 Thread Robert Cummings
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

Re: [PHP] PHP console script vs C/C++/C#

2008-04-19 Thread Per Jessen
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. >

[PHP] module access rights

2008-04-19 Thread Alain Roger
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