[PHP] Re: [PHP-DB] Re: [PHP] Re: [PHP-DB] Re: [PHP] PHP EOL

2011-07-03 Thread Karl DeSaulniers
Hello Stuart, After some closer look at the RFC Compliant manuals you suggested, I have determined that the creator of that code was in fact RFC821 Compliant. Being that this was a code I found several years ago, RFC822 may not have been in effect. This being the reason (I believe) that the cr

[PHP] Would like to subscribe to this mailing list

2011-07-03 Thread Brian Dworkin
I would like to subscribe to this mailing list please. Thanks. Sincerely, Brian Dworkin Managing Partner Bright Telecom 201-892-9553 (mobile #) br...@brighttelecom.net http://www.brighttelecom.net -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsu

[PHP] VS.Php?

2011-07-03 Thread Murray By Moonlight
Hi All, Just wondering if anyone has any experience with VS.Php? I'm coming from C# job into a job where I will do mixed C# / PHP, and it would be good to be able to work in the IDE environment I'm already used to when working on PHP code. M is for Murray http://www.voodoologic.org

Re: [PHP] Re: [PHP-DB] Re: [PHP] PHP EOL

2011-07-03 Thread Karl DeSaulniers
I see. Yes, I was referring to the PHP manual. I will investigate the RFC manuals as well like you had noted. No offense taken. Thank you for the clarification. Best, Karl On Jul 3, 2011, at 6:07 PM, Stuart Dallas wrote: On Sun, Jul 3, 2011 at 11:22 PM, Karl DeSaulniers wrote: @Stuart, Act

Re: [PHP] Re: [PHP-DB] Re: [PHP] PHP EOL

2011-07-03 Thread Stuart Dallas
On Sun, Jul 3, 2011 at 11:22 PM, Karl DeSaulniers wrote: > @Stuart, > Actually that is what made me look into the PHP_EOL Stuart. Wanting to do > things right. > Did you not read my initial email? I am not suggesting anyone adopt my > code. > The question was directed to what the differences are s

[PHP] Re: [PHP-DB] Re: [PHP] PHP EOL

2011-07-03 Thread Karl DeSaulniers
@Stuart, Actually that is what made me look into the PHP_EOL Stuart. Wanting to do things right. Did you not read my initial email? I am not suggesting anyone adopt my code. The question was directed to what the differences are so I COULD learn the right way. Being that this was something I

Re: [PHP] PHP EOL

2011-07-03 Thread Stuart Dallas
On Sun, Jul 3, 2011 at 10:31 PM, Karl DeSaulniers wrote: > Hello All, > Just so you know, this is not something I made up myself. > It was taken from an online HTML email tutorial. > Also, It has worked for years with no problem and I would still use it, > however I found out about the PHP_EOL and

Re: [PHP] PHP EOL

2011-07-03 Thread Karl DeSaulniers
Hello All, Just so you know, this is not something I made up myself. It was taken from an online HTML email tutorial. Also, It has worked for years with no problem and I would still use it, however I found out about the PHP_EOL and was just curious as to the difference. Thanks viraj... Best,

Re: [PHP] vend-bot?

2011-07-03 Thread Stuart Dallas
On Sun, Jul 3, 2011 at 9:17 PM, Kirk Bailey wrote: > ok, here's the deal; we sent someone to the paypal site for their purchase; > the site will use the palpal shopping cart. When they come back, there needs > to be a way to identify the product and the transaction so they an get the > product ONC

Re: [PHP] vend-bot?

2011-07-03 Thread Kirk Bailey
ok, here's the deal; we sent someone to the paypal site for their purchase; the site will use the palpal shopping cart. When they come back, there needs to be a way to identify the product and the transaction so they an get the product ONCE. Now for a single purchase, we can just send them to (

Re: [PHP] vend-bot?

2011-07-03 Thread Bastien
On 2011-07-03, at 1:32 PM, Kirk Bailey wrote: > OK, I want to send someone back from paypal to a thank ypage; this reloads to > the actual file they will purchase. BUT, I want to include a magic cookie > that will prevent someone else from going to that url at a later time and > getting the

Re: [PHP] vend-bot?

2011-07-03 Thread jean-baptiste verrey
you always receive from paypal information (you should have something in $_POST or $_GET) so you can actually identify who it was, so it would be easy to simply say that if you don't have the information sent then you don't show the page. I don't recall exactly how this principal works but it was s

[PHP] vend-bot?

2011-07-03 Thread Kirk Bailey
OK, I want to send someone back from paypal to a thank you page; this reloads to the actual file they will purchase. BUT, I want to include a magic cookie that will prevent someone else from going to that url at a later time and getting the payload without paying for it. Any thoughts on how to