RE: [PHP] Alternate Colors in Rows

2007-10-04 Thread WeberSites LTD
You can choose to view source with IE in other editors too. I use Editplus with IE7. berber -Original Message- From: Robert Cummings [mailto:[EMAIL PROTECTED] Sent: Thursday, October 04, 2007 2:50 PM To: Nathan Nobbe Cc: Jim Lucas; Steve Marquez; PHP eMail List Subject: Re: [PHP]

[PHP] Undefined index:

2007-06-16 Thread WeberSites LTD
I'm using this code to check if a cookie has a value : If(!IsSet($HTTP_COOKIE_VARS[LoggedIn])) In case that this cookie is not set, how can i avoid the Undefined index: line in the error log? berber

RE: [PHP] PHP Competition - Win a copy of Zend Studio

2007-06-15 Thread WeberSites LTD
Did someone say PHP competition ? Zend Studio? Here is one that has been around since April 2004 giving out prizes on a monthly basis : http://contest.weberdev.com/ berber -Original Message- From: Stut [mailto:[EMAIL PROTECTED] Sent: Thursday, June 14, 2007 1:46 PM To:

RE: [PHP] Re: high-bit characters

2007-06-09 Thread WeberSites LTD
: [PHP] Re: high-bit characters WeberSites LTD dedi ki: I'm trying to validate an RSS feed and getting errors about high-bit characters. How can I check if a string contains any high-bit characters? if (preg_match(/[\x80-\xff]/, $string)) { # high-bit char found } else { # no high

RE: [PHP] RE: Re: high-bit characters

2007-06-09 Thread WeberSites LTD
in the output. any idea? berber -Original Message- From: news [mailto:[EMAIL PROTECTED] On Behalf Of Abdullah Ramazanoglu Sent: Saturday, June 09, 2007 3:21 PM To: php-general@lists.php.net Subject: [PHP] RE: Re: high-bit characters WeberSites LTD dedi ki: Thanks, I'll check this out

RE: [PHP] RE: RE: Re: high-bit characters

2007-06-09 Thread WeberSites LTD
:[EMAIL PROTECTED] On Behalf Of Abdullah Ramazanoglu Sent: Saturday, June 09, 2007 6:30 PM To: php-general@lists.php.net Subject: [PHP] RE: RE: Re: high-bit characters WeberSites LTD dedi ki: Thanks, I'll have a look at it. I do want to allow some chars so I'm trying to replace them like

[PHP] high-bit characters

2007-06-08 Thread WeberSites LTD
I'm trying to validate an RSS feed and getting errors about high-bit characters. How can I check if a string contains any high-bit characters? thanks berber

RE: [PHP] customer ids

2007-06-06 Thread WeberSites LTD
Check out some of the Password Generators on the list http://www.php-code-search.com/?q=password%20generator berber -Original Message- From: blueboy [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 06, 2007 4:40 PM To: php-general@lists.php.net Subject: [PHP] customer ids Hi, I want

RE: [PHP] Adserver programming with php

2007-05-20 Thread WeberSites LTD
Not sure why you would want to build something from scratch when you can use Openads : http://www.openads.org/ berber -Original Message- From: Merlin [mailto:[EMAIL PROTECTED] Sent: Sunday, May 20, 2007 2:16 AM To: php-general@lists.php.net Subject: [PHP] Adserver programming with php

RE: [PHP] Reading Writing XML Documents...

2007-05-14 Thread WeberSites LTD
http://www.php-code-search.com/?q=xml Check out the Articles section berber -Original Message- From: Anthony J. Maske [mailto:[EMAIL PROTECTED] Sent: Monday, May 14, 2007 9:44 PM To: PHP General Subject: [PHP] Reading Writing XML Documents... Can anyone point me to some good online

RE: [PHP] Question

2007-05-13 Thread WeberSites LTD
Notice the 1st code example : http://www.php-code-search.com/?q=how%20to%20force%20the%20user%20to%20downl oad%20a%20file berber -Original Message- From: Dusan Novakovic [mailto:[EMAIL PROTECTED] Sent: Sunday, May 13, 2007 2:19 AM To: php-general@lists.php.net Subject: [PHP] Question

RE: [PHP] Passing an array as a hidden variable

2007-05-13 Thread WeberSites LTD
Check out the 1st code example : http://www.php-code-search.com/?q=how%20to%20pass%20an%20array%20from%20one berber -Original Message- From: Richard Lynch [mailto:[EMAIL PROTECTED] Sent: Sunday, May 13, 2007 6:58 AM To: Todd Cary Cc: php-general@lists.php.net Subject: Re: [PHP]

RE: [PHP] Ajax?

2007-05-09 Thread WeberSites LTD
You can see some examples here : http://www.php-code-search.com/?q=ajax In most of my AJAX development I use : http://script.aculo.us/ berber -Original Message- From: Emil Edeholt [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 09, 2007 5:05 PM To: php-general@lists.php.net Subject:

[PHP] Articles system

2007-05-08 Thread WeberSites LTD
Wasn't sure if to use the CMS thread or not so I opened a new one. I'm guess I'm looking for a CMS system but I only need it for articles. Preferably one that knows how to break the article into several pages so that you don't need to see one big scroll. Any recommendations? thanks berber

RE: [PHP] Articles system

2007-05-08 Thread WeberSites LTD
: WeberSites LTD wrote: Wasn't sure if to use the CMS thread or not so I opened a new one. I'm guess I'm looking for a CMS system but I only need it for articles. Preferably one that knows how to break the article into several pages so that you don't need to see one big scroll. I'll take

RE: [PHP] Articles system

2007-05-08 Thread WeberSites LTD
To: Robert Cummings Cc: Lester Caine; php-general@lists.php.net Subject: Re: [PHP] Articles system On Tue, May 8, 2007 12:17 pm, Robert Cummings wrote: On Tue, 2007-05-08 at 17:21 +0100, Lester Caine wrote: WeberSites LTD wrote: Wasn't sure if to use the CMS thread or not so I opened a new one

RE: [PHP] session cookies enabled?

2007-05-08 Thread WeberSites LTD
I don't think that there is a difference between session or regular cookie acceptance. Have a look at the 1st code example here : http://www.php-code-search.com/?q=cookie%20support berber -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 08, 2007

RE: [PHP] Articles system

2007-05-08 Thread WeberSites LTD
I'm shocked :) Had no idea the page was not usable on FF. Will get on it ASAP. -Original Message- From: Richard Lynch [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 08, 2007 8:45 PM To: WeberSites LTD Cc: 'Robert Cummings'; 'Lester Caine'; php-general@lists.php.net Subject: RE: [PHP

RE: [PHP] Articles system

2007-05-08 Thread WeberSites LTD
Not sure why it's not working with FF. the page passes validation at validator.w3.org. -Original Message- From: Richard Lynch [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 08, 2007 8:45 PM To: WeberSites LTD Cc: 'Robert Cummings'; 'Lester Caine'; php-general@lists.php.net Subject: RE

RE: [PHP] Articles system

2007-05-08 Thread WeberSites LTD
] Sent: Tuesday, May 08, 2007 9:33 PM To: WeberSites LTD Cc: [EMAIL PROTECTED]; 'Lester Caine'; php-general@lists.php.net Subject: RE: [PHP] Articles system On Tue, 2007-05-08 at 21:28 +0200, WeberSites LTD wrote: Not sure why it's not working with FF. the page passes validation at validator.w3

RE: [PHP] Articles system

2007-05-08 Thread WeberSites LTD
- From: Stut [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 08, 2007 9:34 PM To: WeberSites LTD Cc: [EMAIL PROTECTED]; 'Robert Cummings'; 'Lester Caine'; php-general@lists.php.net Subject: Re: [PHP] Articles system WeberSites LTD wrote: Not sure why it's not working with FF. the page passes

RE: [PHP] Articles system

2007-05-08 Thread WeberSites LTD
:[EMAIL PROTECTED] Sent: Tuesday, May 08, 2007 9:44 PM To: WeberSites LTD Cc: 'Stut'; [EMAIL PROTECTED]; 'Lester Caine'; php-general@lists.php.net Subject: RE: [PHP] Articles system On Tue, 2007-05-08 at 21:42 +0200, WeberSites LTD wrote: 1st, I never said I was any authority about anything :) I'm just

RE: [PHP] Articles system

2007-05-08 Thread WeberSites LTD
PROTECTED] Sent: Tuesday, May 08, 2007 9:51 PM To: WeberSites LTD Cc: [EMAIL PROTECTED]; 'Robert Cummings'; 'Lester Caine'; php-general@lists.php.net Subject: Re: [PHP] Articles system WeberSites LTD wrote: 1st, I never said I was any authority about anything :) I'm just building the weber

RE: [PHP] small picture into thumbnail

2007-04-30 Thread WeberSites LTD
http://www.php-code-search.com/ Type thumb without the berber -Original Message- From: Alain Roger [mailto:[EMAIL PROTECTED] Sent: Sunday, April 29, 2007 6:16 PM To: PHP General List Subject: [PHP] small picture into thumbnail Hi, I would like to know how i can display small sized

RE: [PHP] make a gif

2007-04-24 Thread WeberSites LTD
Try searching for image gd text at http://www.php-code-search.com/ There are lots of examples -Original Message- From: John Taylor-Johnston [mailto:[EMAIL PROTECTED] Sent: Monday, April 23, 2007 7:02 PM To: PHP-General Subject: [PHP] make a gif I want to print [EMAIL PROTECTED] into a

RE: [PHP] Preventing SQL Injection/ Cross Site Scripting

2007-04-23 Thread WeberSites LTD
I'm trying to understand from the examples why anyone that has get_magic_quotes_gpc() returning true would need to use stripslashes() and then mysql_real_escape_string(). wouldn't that just add slashes to the same places? berber -Original Message- From: Buesching, Logan J

RE: [PHP] sendmail loop

2007-04-20 Thread WeberSites LTD
Would something like this help? http://www.weberdev.com/get_example-4616.html -Original Message- From: John Pillion [mailto:[EMAIL PROTECTED] Sent: Saturday, April 14, 2007 12:54 AM To: php-general@lists.php.net Subject: [PHP] sendmail loop I have a sendmail script that loops through

[PHP] OT - PHP Code Search

2007-02-01 Thread WeberSites LTD
If you are looking for php code examples try searching for them at http://www.php-code-search.com/ berber

[PHP] PHP Functions as XML or DB

2007-01-21 Thread WeberSites LTD
Hi I'm looking to create a Table that holds all of the PHP Functions, their description and syntax. It's all in the manual and I'm trying to extract it from there but I find it hard since the HTML template is not the same for all the functions. I may be going about this the wrong way... is

RE: [PHP] what do i need to disable

2007-01-19 Thread WeberSites LTD
Check this out : http://www.weberdev.com/get_example-4473.html berber -Original Message- From: Don [mailto:[EMAIL PROTECTED] Sent: Friday, January 19, 2007 7:38 AM To: php-general@lists.php.net Subject: [PHP] what do i need to disable Ok, You have been very helpful with my

RE: [PHP] email validation string.

2007-01-19 Thread WeberSites LTD
Try this : http://www.weberdev.com/get_example-3274.html berber -Original Message- From: Don [mailto:[EMAIL PROTECTED] Sent: Thursday, January 18, 2007 10:41 PM To: php-general@lists.php.net Subject: [PHP] email validation string. I'm trying to get this line to validate an email

RE: [PHP] Script to generate a site thumbnails

2007-01-19 Thread WeberSites LTD
If you can get the image to your server, try using one of these examples : http://www.weberdev.com/AdvancedSearch.php?searchtype=titlesearch=thumb berber -Original Message- From: Pablo L. de Miranda [mailto:[EMAIL PROTECTED] Sent: Thursday, January 18, 2007 12:56 AM To:

RE: [PHP] email validation string.

2007-01-19 Thread WeberSites LTD
, January 19, 2007 12:17 PM To: WeberSites LTD Cc: 'Don'; php-general@lists.php.net Subject: Re: [PHP] email validation string. # [EMAIL PROTECTED] / 2007-01-19 10:55:21 +0200: From: Don [mailto:[EMAIL PROTECTED] I'm trying to get this line to validate an email address from a form and it isn't

RE: [PHP] email validation string.

2007-01-19 Thread WeberSites LTD
1:47 PM To: WeberSites LTD Cc: 'Don'; php-general@lists.php.net Subject: Re: [PHP] email validation string. Don't top-post. Trim quoted material. Use a mail user agent that doesn't screw up quoting. There's a plugin for Outlook to fix it. Thanks. # [EMAIL PROTECTED] / 2007-01-19 12:15:15 +0200

RE: [PHP] RegExp

2006-12-22 Thread WeberSites LTD
) - Fails preg_match('/^[א-תA-Za-z0-9_():,@\/\.\s\\- ]*$/i',$FieldValue) - Fails So how can I allow a quote () to be a valid char? thanks berber -Original Message- From: Richard Lynch [mailto:[EMAIL PROTECTED] Sent: Saturday, December 16, 2006 3:55 AM To: WeberSites LTD Cc: php-general

[PHP] Trying to insert a large number from php to mysql

2006-12-20 Thread WeberSites LTD
Hi I'm trying to insert the number 1970324970930197 into a mysql BigInt(20) field. If I do a direct insert from mysql command prompt and select the record I get back the same number. If I do this from PHP I get back 197032497093. Notice that the 197 at the end is not 000. When echoing

RE: [PHP] Trying to insert a large number from php to mysql

2006-12-20 Thread WeberSites LTD
Thanks What I'm doing now to work around is using number_format() and str_replace() to remove the ,. This give me the string and mysql uses it correctly. -Original Message- From: Jon Anderson [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 20, 2006 5:59 PM To: WeberSites LTD Cc: php

[PHP] RegExp

2006-12-14 Thread WeberSites LTD
I'm trying to limit the text someone can submit in a text area with : Code: if(!preg_match(/^[א-תA-Za-z0-9_():,@\/\.\s\-\ ]*$/i,$FieldValue)) { } It works well but I'm having problems with the (double quote). If there is a double quote () it fails.

RE: [PHP] PHP IMAP with Attachments!?

2006-11-01 Thread WeberSites LTD
Maybe this can help PHP MIME Decoder. This class decodes Mime Encoded email message. Attachments are stored in a directory. Works with Multipart/alternative, multipart/mixed etc. http://www.weberdev.com/get_example-1607.html -Original Message- From: Andy [mailto:[EMAIL PROTECTED]

RE: [PHP] Job Opening

2006-11-01 Thread WeberSites LTD
You should also post here : PHP MySQL Jobs and Projects : http://www.weberforums.com/forum20.html -Original Message- From: Larry Garfield [mailto:[EMAIL PROTECTED] Sent: Thursday, October 26, 2006 5:16 AM To: php-general@lists.php.net Subject: [PHP] Job Opening Well since the