Re: [PHP] Encryption Advice

2006-05-20 Thread Lawrence Kennon
place the order then they are redirected back to my client's site and see that URL again? Is that an accurate description of how it works? Do you normally have control over the "look and feel" of how the checkout looks on the PSP site? Excuse me if these are re

Re: [PHP] Encryption Advice

2006-05-19 Thread Lawrence Kennon
and that info is in memory somewhere until you get the approval. Isn't that true? Thanks!, Lawrence Kennon __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com -- PHP General Mailing List (ht

RE: [PHP] Encryption Advice

2006-05-19 Thread Lawrence Kennon
approach yet, but it was fun to figure out that it could be done! :) Thanks to all who gave advice! Again, I will give some thought to that, and I very much appreciate advice from people who have "been there, done that"! Lawrence Kennon __

[PHP] Encryption Advice

2006-05-19 Thread Lawrence Kennon
very well, except for on thing - how to protect the secret key which now has to be on the server? Any ideas/suggestions/experience along that line? Thanks in advance, Lawrence Kennon __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the bes

Re: [PHP] PHP error tracking on new server

2005-08-09 Thread Lawrence Kennon
- Original Message - From: "Terry Romine" <[EMAIL PROTECTED]> To: Sent: Sunday, August 07, 2005 10:03 AM Subject: [PHP] PHP error tracking on new server ... The problem is that when an error occurs, the page just comes up blank, Does your hosting service give you access to the PH

[PHP] MySQL password file

2005-07-18 Thread Lawrence Kennon
abase. Thanks for your comments, Lawrence Kennon -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Tired and feeling dumb...maths question....

2005-07-14 Thread Lawrence Kennon
basically...how do I get the average? $pic_no_of_votes --- > holds the total number of votes (eg: 212) $vote_total_pts > holds the total points from all those votes (eg: 1027) how do i get the average down to something like: 3.23 or 1.02 or 4.11 etc average = 1027 (total pts) / 212 (numb

Re: [PHP] searching multiple fields

2005-07-14 Thread Lawrence Kennon
>...I want it to do the folowing. > >$query = "SELECT * FROM sheet1 WHERE 'name' or 'area or 'organisation LIKE >'$search_field%'"; > "SELECT * FROM sheet1 WHERE 'name' LIKE '$search_field%' OR 'organization' LIKE '$search_field%'" lk

[PHP] PHP error_log format doesn't include timestamp?

2005-07-13 Thread Lawrence Kennon
errors that PHP is itself sending to the Apache error_log (due to errors _in_ my code :). This may be in the documentation, but I haven't been able to find it yet. Thanks, Lawrence Kennon www.theNewAgeSite.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

Re: [PHP] help create community newbie guide to security

2003-11-11 Thread Lawrence Kennon
ould, and should not be allowed? In other words if I simply allow all of these tags (implementing the algorithim you mentioned above) are their potential problems with that? Or are there specific things I should be looking for with tags? Thanks for your comment