Re: [PHP] Weird Array Issue...

2010-01-23 Thread Jochem Maas
Op 1/23/10 3:28 AM, Don Wieland schreef: > Hi, > > I have defined a stored procedure in my mySQL DB and when I call the > procedure in my mySQL browser it returns the CORRECT results: > > DROP PROCEDURE IF EXISTS `Get_OHC_Years`; > DELIMITER $$ > CREATE definer=`do...@`` PROCEDURE `Get_OHC_Years`

Re: [PHP] 304 Not Modified header not working within a class

2010-01-23 Thread Camilo Sperberg
Problem solved!!! Everything was working ok with PHP. My class was working ok. The engineering and logic behind PHP was working. So... what was the problem? Apache... well, it wasn't a problem, but a misconfiguration or better said, a mis-optimization. In my first message, I stated: (quote) >

Re: [PHP] Subversion Ubuntu client

2010-01-23 Thread Nathan Rixham
shiplu wrote: > On Sat, Jan 23, 2010 at 10:58 AM, Skip Evans wrote: >> Hey all, >> >> Can anyone recommend a good Subversion client for Ubuntu? >> > > If you use an ide, there should be a subversion client for it. its > better to manage from ide. eclipse + pdt2 + subversive/svnkit = works (very

Re: [PHP] 大客户营销策略与区域市场开发

2010-01-23 Thread hack988 hack988
It's Spam.Have some administor for this mail-list can block this email address? 2010/1/22 Bipper Goes! : > OP: Watch your mouth. > > 2010/1/21 Kaya Saman > >> Marc Hall wrote: >> >>> >>> >>> From: Ashley Sheridan [mailto:a...@ashleysheridan.co.uk] Sent: Thursday, >>> January 21, 2010 11:18 AM >>>

Re: [PHP] Cookies & sessions

2010-01-23 Thread tedd
At 1:13 PM +1100 1/23/10, clanc...@cybec.com.au wrote: but I would be grateful for any suggestions how I could make this procedure more secure. We have given you advice that you should NOT use Cookies in any fashion to secure your site, but you remain steadfast that you know better -- so, wh

Re: [PHP] Cookies & sessions

2010-01-23 Thread Nathan Rixham
clanc...@cybec.com.au wrote: > On Thu, 21 Jan 2010 22:00:30 +, a...@ashleysheridan.co.uk (Ashley > Sheridan) wrote: > >> On Fri, 2010-01-22 at 08:58 +1100, clanc...@cybec.com.au wrote: >> >>> On Thu, 21 Jan 2010 08:54:44 -0500, tedd.sperl...@gmail.com (tedd) wrote: >>> At 12:15 PM +1100

Re: [PHP] 大客户营销策略与区域市场开发

2010-01-23 Thread Shawn McKenzie
Marc Hall wrote: > Anyone speak Chinese? Google does, sort of: "Great customer marketing strategies, regional market development and sales team management and control gold Tactical Training Workshop" Date: January 2010 22-24 (Shanghai) Date: January 2010 29-31 (Sh

RE: Re: [PHP] 大客户营 销策略与区域市 场开发 (#8234-160784021-2959)

2010-01-23 Thread Customer Service
Dear Mr. Marc Hall, Thank you for contacting Nordstrom.com. My apologies, however I was unable to view or translate your message. We do not have anyone here that speaks Chinese. At this time, we are only able to accept chats and e-mails in Spanish or English. Please give us a call at 206.303

[PHP] http vs https

2010-01-23 Thread Ben Miller
Is there a PHP function that will return whether the request was http or https? I have functions that need to cURL other servers - sometimes over SSL, sometimes not, depending whether the function is called from http://www.mydomain.com/script_that_calls_function.php or https://www.mydomain.com/scr

Re: [PHP] http vs https

2010-01-23 Thread Jonathan Tapicer
Hi, isset($_SERVER['HTTPS']) should do it. Regards, Jonathan On Sat, Jan 23, 2010 at 2:11 PM, Ben Miller wrote: > Is there a PHP function that will return whether the request was http or > https?  I have functions that need to cURL other servers - sometimes over > SSL, sometimes not, depending

[PHP] Re: http vs https

2010-01-23 Thread Nathan Rixham
Ben Miller wrote: > Is there a PHP function that will return whether the request was http or > https? I have functions that need to cURL other servers - sometimes over > SSL, sometimes not, depending whether the function is called from > http://www.mydomain.com/script_that_calls_function.php or >

Re: [PHP] Re: http vs https

2010-01-23 Thread Adam Richardson
Just as a warning, I have worked on linux servers where this did not work, perhaps because of what silverquick points out: http://www.php.net/manual/en/reserved.variables.server.php I think the HTTPS element will only be present under Apache 2.x. It's not in > the list of "special" variables here:

[PHP] memory efficient hash table extension? like lchash ...

2010-01-23 Thread D. Dante Lorenso
All, I'm loading millions of records into a backend PHP cli script that I need to build a hash index from to optimize key lookups for data that I'm importing into a MySQL database. The problem is that storing this data in a PHP array is not very memory efficient and my millions of records are co

Re: [PHP] memory efficient hash table extension? like lchash ...

2010-01-23 Thread shiplu
On Sun, Jan 24, 2010 at 3:11 AM, D. Dante Lorenso wrote: > All, > > I'm loading millions of records into a backend PHP cli script that I > need to build a hash index from to optimize key lookups for data that > I'm importing into a MySQL database.  The problem is that storing this > data in a PHP

Re: [PHP] Cookies & sessions

2010-01-23 Thread Michael A. Peters
tedd wrote: At 1:13 PM +1100 1/23/10, clanc...@cybec.com.au wrote: but I would be grateful for any suggestions how I could make this procedure more secure. We have given you advice that you should NOT use Cookies in any fashion to secure your site, but you remain steadfast that you know bett

Re: [PHP] Cookies & sessions

2010-01-23 Thread clancy_1
On Sat, 23 Jan 2010 09:32:37 -0500, tedd.sperl...@gmail.com (tedd) wrote: >At 1:13 PM +1100 1/23/10, clanc...@cybec.com.au wrote: >> but I would be grateful for any suggestions how I >>could make this procedure more secure. > >We have given you advice that you should NOT use Cookies in any >fash

Re: [PHP] Cookies & sessions

2010-01-23 Thread clancy_1
On Sat, 23 Jan 2010 15:10:11 +, nrix...@gmail.com (Nathan Rixham) wrote: > >To answer your specific questions though - what can be done to make this >process more secure - no matter what approach you take, when working via >http and needing logged in / secure f

[PHP] Users, groups, and permissions

2010-01-23 Thread clancy_1
I am using a Quadra Hosting Multi Domain (http://www.quadrahosting.com.au/) to host five different domains. As site owner I have FTP access to the root directory, and to everything underneath it. There is no domain directly attached to the root. Each domain has its own directory tree under the ro