php-general Digest 12 Jul 2010 15:27:29 -0000 Issue 6842

2010-07-12 Thread php-general-digest-help
php-general Digest 12 Jul 2010 15:27:29 - Issue 6842 Topics (messages 306829 through 306833): Recupero di pen drive e memory card non più accessibili 306829 by: RDNewsLetter Re: There has to be a better way!! 306830 by: Richard Quadling Re: Static Class Member References

[PHP] Recupero di pen drive e memory card non più accessibili

2010-07-12 Thread RDNewsLetter
Non vedi più i tuoi dati personali o le foto a te più care contenute nella tua pen drive o memory card perchè il supporto non viene più riconosciuto dal sistema? Devi sapere che abbiamo il 99% di casi positivi di recupero dati e files da pen drive o memory card. Goditi l'estate ci penseremo

Re: [PHP] There has to be a better way!!

2010-07-12 Thread Richard Quadling
On 11 July 2010 02:26, Jason Pruim li...@pruimphotography.com wrote: On Jul 10, 2010, at 12:03 PM, Ashley Sheridan wrote: On Sat, 2010-07-10 at 11:58 -0400, Jason Pruim wrote: Okay so I've been fighting with this for awhile now and haven't found a better way yet What I want to do, is

Re: [PHP] Static Class Member References

2010-07-12 Thread Richard Quadling
On 11 July 2010 23:19, Daniel Kolbo kolb0...@umn.edu wrote: Hello PHPers, I'm having some trouble understanding some PHP behaviour.  The following example script exhibits the behaviour which I cannot understand. [code] ?php class A {        public static $a = 3;        function

[PHP] help with sql statement

2010-07-12 Thread Adam
I was google searching, and the only SQL mailing list I found is currently giving a 503 error, so I hope you don't mind me asking my SQL question here, since there are a lot of SQL gurus here. I am having a syntax problem: Instead of doing a query like this:: select SMS_R_SYSTEM.Name from

Re: [PHP] help with sql statement

2010-07-12 Thread Ashley Sheridan
On Mon, 2010-07-12 at 10:24 -0500, Adam wrote: I was google searching, and the only SQL mailing list I found is currently giving a 503 error, so I hope you don't mind me asking my SQL question here, since there are a lot of SQL gurus here. I am having a syntax problem: Instead of doing

RE: [PHP] help with sql statement

2010-07-12 Thread Tommy Pham
-Original Message- From: Ashley Sheridan [mailto:a...@ashleysheridan.co.uk] Sent: Monday, July 12, 2010 8:26 AM To: Adam Cc: PHP General Subject: Re: [PHP] help with sql statement On Mon, 2010-07-12 at 10:24 -0500, Adam wrote: I was google searching, and the only SQL mailing

[PHP] Looking for a little MySQL help as well

2010-07-12 Thread Phillip Baker
Hey All, I am looking for a little MySQL Query help as well. I am not getting any response form the MySQl Email list to my query. And knowing there are some SQL wizards on this list I thought I would as for help as well. I have one table with products that many have one or more categories. I am

[PHP] Validate if the field of a form is empty

2010-07-12 Thread te0t3l
Hi, I need to validate a field that work with Multifile plugin of Jquery, I want to check if the field is empty with php. [code] input name=archivo[] class=multi type=file accept=gif|jpg|png/ input name=button type=submit value=Submit [code] I've tried different ways but it does not work: for

Re: [PHP] Looking for a little MySQL help as well

2010-07-12 Thread Jim Lucas
Phillip Baker wrote: Hey All, I am looking for a little MySQL Query help as well. I am not getting any response form the MySQl Email list to my query. And knowing there are some SQL wizards on this list I thought I would as for help as well. I have one table with products that many have

Re: [PHP] Validate if the field of a form is empty

2010-07-12 Thread Jim Lucas
te0t3l wrote: Hi, I need to validate a field that work with Multifile plugin of Jquery, I want to check if the field is empty with php. [code] input name=archivo[] class=multi type=file accept=gif|jpg|png/ input name=button type=submit value=Submit [code] I've tried different ways but

Re: [PHP] Looking for a little MySQL help as well

2010-07-12 Thread Phillip Baker
Thanks Jim, This outputs 2 results. Is there a way to get the one result set per product regardless of the number of categories associated with the product, yet displaying all the categories associated with said prodcut? Blessed Be Phillip If you try to protect idiots from themselves, even if

[PHP] Serial Numbers

2010-07-12 Thread Gary
database 5273 (20100712) __ The message was checked by ESET Smart Security. http://www.eset.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Serial Numbers

2010-07-12 Thread Shreyas Agasthya
. Is this possible and could someone give me some help? Thanks Gary __ Information from ESET Smart Security, version of virus signature database 5273 (20100712) __ The message was checked by ESET Smart Security. http://www.eset.com -- PHP General Mailing List (http

Re: [PHP] Serial Numbers

2010-07-12 Thread Ashley Sheridan
__ Information from ESET Smart Security, version of virus signature database 5273 (20100712) __ The message was checked by ESET Smart Security. http://www.eset.com You need some indicator on your server to keep track of the number. To me, the ideal solution would appear

Re: [PHP] Serial Numbers

2010-07-12 Thread Floyd Resler
On Jul 12, 2010, at 2:52 PM, Gary wrote: I'm sure it is possible, but I am unsure how to do this. I have created a Sale coupon that I was going to put up on a site that I manage, for visitors to print out and bring to the store. The coupon is currently a .png, however I was planning on

Re: [PHP] Serial Numbers

2010-07-12 Thread Ashley Sheridan
On Mon, 2010-07-12 at 15:17 -0400, Floyd Resler wrote: On Jul 12, 2010, at 2:52 PM, Gary wrote: I'm sure it is possible, but I am unsure how to do this. I have created a Sale coupon that I was going to put up on a site that I manage, for visitors to print out and bring to the

Re: [PHP] Serial Numbers

2010-07-12 Thread Floyd Resler
On Jul 12, 2010, at 3:22 PM, Ashley Sheridan wrote: On Mon, 2010-07-12 at 15:17 -0400, Floyd Resler wrote: On Jul 12, 2010, at 2:52 PM, Gary wrote: I'm sure it is possible, but I am unsure how to do this. I have created a Sale coupon that I was going to put up on a site that I

Re: [PHP] Serial Numbers

2010-07-12 Thread Gary
, but since I had the png already created, I was hoping there was a way to include the script on it instead of recreating in html/php. Gary __ Information from ESET Smart Security, version of virus signature database 5273 (20100712) __ The message was checked by ESET Smart Security

RE: [PHP] Looking for a little MySQL help as well

2010-07-12 Thread Tommy Pham
-Original Message- From: Phillip Baker [mailto:phil...@freewolf.net] Sent: Monday, July 12, 2010 11:36 AM To: Jim Lucas Cc: PHP General List Subject: Re: [PHP] Looking for a little MySQL help as well Thanks Jim, This outputs 2 results. Is there a way to get the one result set

Re: [PHP] Serial Numbers

2010-07-12 Thread Gary
the numbers. Is this possible and could someone give me some help? Thanks Gary __ Information from ESET Smart Security, version of virus signature database 5273 (20100712) __ The message was checked by ESET Smart Security. http://www.eset.com You need some

Re: [PHP] Looking for a little MySQL help as well

2010-07-12 Thread Phillip Baker
Thanks Tommy, Damn. I was hoping to avoid that and get all the information in one query rather than running a ton of queries. :-( But might be why I am having trouble finding an answer for this on the net. Blessed Be Phillip If you try to protect idiots from themselves, even if you succeed,

RE: [PHP] Looking for a little MySQL help as well

2010-07-12 Thread Tommy Pham
From: Phillip Baker [mailto:phil...@freewolf.net] Sent: Monday, July 12, 2010 1:33 PM To: Tommy Pham Cc: PHP General List Subject: Re: [PHP] Looking for a little MySQL help as well Thanks Tommy, Damn. I was hoping to avoid that and get all the information in one query rather than running a ton

Re: [PHP] Static Class Member References

2010-07-12 Thread Daniel Kolbo
Richard Quadling wrote: On 11 July 2010 23:19, Daniel Kolbo kolb0...@umn.edu wrote: Hello PHPers, I'm having some trouble understanding some PHP behaviour. The following example script exhibits the behaviour which I cannot understand. [code] ?php class A { public static $a = 3;

Re: [PHP] Looking for a little MySQL help as well

2010-07-12 Thread Jim Lucas
Phillip Baker wrote: Thanks Jim, This outputs 2 results. Is there a way to get the one result set per product regardless of the number of categories associated with the product, yet displaying all the categories associated with said prodcut? Run this: SELECT p.Product_Name,

RE: [PHP] Serial Numbers

2010-07-12 Thread Daevid Vincent
-Original Message- From: Gary [mailto:gp...@paulgdesigns.com] Sent: Monday, July 12, 2010 11:53 AM I'm sure it is possible, but I am unsure how to do this. I have created a Sale coupon that I was going to put up on a site that I manage, for visitors to print out and bring

Re: [PHP] Login using just cookies, bad idea?

2010-07-12 Thread Stuart Dallas
On 08/07/10 17:53, Michael Calkins wrote: I right now have a complete user login and registration system however it uses cookies when you login to store information. Is this a bad thing?$_COOKIE vs $_SESSION for login systems Encrypt the cookie, make sure you don't store the password in

Re: [PHP] Serial Numbers

2010-07-12 Thread Gary
visits per month (which he is very happy with over what he had). Although I do like the idea of using there ip address... Thanks for your reply and all the links. Gary __ Information from ESET Smart Security, version of virus signature database 5273 (20100712) __ The message

Re: [PHP] Looking for a little MySQL help as well

2010-07-12 Thread Jim Lucas
Jim Lucas wrote: Phillip Baker wrote: Thanks Jim, This outputs 2 results. Is there a way to get the one result set per product regardless of the number of categories associated with the product, yet displaying all the categories associated with said prodcut? Run this: SELECT

RE: [PHP] Looking for a little MySQL help as well

2010-07-12 Thread Tommy Pham
-Original Message- From: Jim Lucas [mailto:li...@cmsws.com] Sent: Monday, July 12, 2010 3:51 PM To: Phillip Baker Cc: PHP General List Subject: Re: [PHP] Looking for a little MySQL help as well Jim Lucas wrote: Phillip Baker wrote: Thanks Jim, This outputs 2 results. Is

Re: [PHP] Serial Numbers

2010-07-12 Thread Paul M Foster
On Mon, Jul 12, 2010 at 02:52:39PM -0400, Gary wrote: I'm sure it is possible, but I am unsure how to do this. I have created a Sale coupon that I was going to put up on a site that I manage, for visitors to print out and bring to the store. The coupon is currently a .png, however I was