php-general Digest 17 Jul 2008 08:21:49 -0000 Issue 5573

2008-07-17 Thread php-general-digest-help
php-general Digest 17 Jul 2008 08:21:49 - Issue 5573 Topics (messages 276931 through 276946): Copy Function Errors 276931 by: Wei, Alice J. 276932 by: Robert Cummings 276934 by: Wei, Alice J. 276935 by: Daniel Brown 276936 by: Robert Cummings

Re: [PHP] Soap Call Error

2008-07-17 Thread Jason Norwood-Young
On Wed, 2008-07-16 at 17:44 -0700, VamVan wrote: Hello Guys, I have been getting a wierd soap exception lately [faultstring] = looks like we got no XML document [faultcode] = Client [faultcodens] = http://schemas.xmlsoap.org/soap/envelope/ What does that mean? The call

[PHP] Re: Corrupted ZIP files (downloaded via a php script) : Internext Explorer 7

2008-07-17 Thread Peter Ford
robert mena wrote: Hi, I have a set of files stored in a directory and I need to serve those via a php script (in order to protect, control access etc). The problem is that zip files (exe also) get corrupted when I try from IE7. I've read the posts from this list and google etc with no idea

Re: [PHP] is there a problem with php script pulling HTML out of database as it writes the page??

2008-07-17 Thread Jason Pruim
On Jul 16, 2008, at 5:28 PM, Stut wrote: On 16 Jul 2008, at 19:18, Daniel Brown wrote: On Tue, Jul 15, 2008 at 5:43 PM, Stut [EMAIL PROTECTED] wrote: Code please, we're not mind readers! I sensed you would say that, Stuart. ;-P Can you sense what I'm thinking right now? BTW, if

[PHP] Floats and avoid exponential notation - How?

2008-07-17 Thread k bah
Hi, From http://www.php.net/manual/en/language.types.float.php (second comment in that page, from kjohnson at zootweb dot com): PHP switches from the standard decimal notation to exponential notation for certain special floats. You can see a partial list of such special values with this:

[PHP] CONFIGURE IONCUBE LOADER WITH SELINUX

2008-07-17 Thread Kapil Kapil
Hi! Do anybody have any idea - how to configure ioncubeloader with SELinux on linux? Currently SELinux logs says - SELinux is preventing /usr/sbin/httpd (httpd_t) execmem access to Unknown (httpd_t). apache error log says permission denied. Thanks Kapil

Re: [PHP] is there a problem with php script pulling HTML out of database as it writes the page??

2008-07-17 Thread Stut
On 17 Jul 2008, at 11:31, Jason Pruim wrote: On Jul 16, 2008, at 5:28 PM, Stut wrote: On 16 Jul 2008, at 19:18, Daniel Brown wrote: On Tue, Jul 15, 2008 at 5:43 PM, Stut [EMAIL PROTECTED] wrote: Code please, we're not mind readers! I sensed you would say that, Stuart. ;-P Can you sense

Re: [PHP] Corrupted ZIP files (downloaded via a php script) : Internext Explorer 7

2008-07-17 Thread tedd
At 7:42 PM -0400 7/16/08, robert mena wrote: Am I doing something wrong or do I have to start looking to the server's configuration (like mod_deflate)? I use this -- it seems to work: $file=test.zip; header(Content-type: application/octet-stream); header(Content-Transfer-Encoding: Binary);

Re: [PHP] CONFIGURE IONCUBE LOADER WITH SELINUX

2008-07-17 Thread Wolf
Kapil Kapil [EMAIL PROTECTED] wrote: Hi! Do anybody have any idea - how to configure ioncubeloader with SELinux on linux? Currently SELinux logs says - SELinux is preventing /usr/sbin/httpd (httpd_t) execmem access to Unknown (httpd_t). apache error log says permission

Re: [PHP] is there a problem with php script pulling HTML out of database as it writes the page??

2008-07-17 Thread tedd
At 10:28 PM +0100 7/16/08, Stut wrote: Oh, and you'd be working for me so bear that in mind ;) -Stut It's no wonder why you haven't found anyone. :-) Cheers, tedd -- --- http://sperling.com http://ancientstones.com http://earthstones.com -- PHP General Mailing List

Re: [PHP] Floats and avoid exponential notation - How?

2008-07-17 Thread Andrew Ballard
On Thu, Jul 17, 2008 at 7:23 AM, k bah [EMAIL PROTECTED] wrote: Hi, From http://www.php.net/manual/en/language.types.float.php (second comment in that page, from kjohnson at zootweb dot com): PHP switches from the standard decimal notation to exponential notation for certain special

RE: [PHP] Copy Function Errors

2008-07-17 Thread Wei, Alice J.
Hi Alice... I just caught/saw this thread. I'm asuming you haven't found/solved what you're trying to do. So, What exactly are you trying to accomplish? What OS are you running on both the client/server machine? Are you trying to copy from a directory on one box, to a directory on another

Re: [PHP] is there a problem with php script pulling HTML out of database as it writes the page??

2008-07-17 Thread Stut
On 17 Jul 2008, at 14:10, tedd wrote: At 10:28 PM +0100 7/16/08, Stut wrote: Oh, and you'd be working for me so bear that in mind ;) -Stut It's no wonder why you haven't found anyone. :-) Thanks for that tedd. Seriously though, I'm wondering if my expectations are too high... I expect

Re: [PHP] is there a problem with php script pulling HTML out of database as it writes the page??

2008-07-17 Thread Daniel Brown
On Thu, Jul 17, 2008 at 9:10 AM, tedd [EMAIL PROTECTED] wrote: At 10:28 PM +0100 7/16/08, Stut wrote: Oh, and you'd be working for me so bear that in mind ;) -Stut It's no wonder why you haven't found anyone. :-) I'm just surprised that Manuel Lemos hasn't been in here touting his

Re: [PHP] is there a problem with php script pulling HTML out of database as it writes the page??

2008-07-17 Thread Jason Pruim
On Jul 17, 2008, at 9:55 AM, Stut wrote: On 17 Jul 2008, at 14:10, tedd wrote: At 10:28 PM +0100 7/16/08, Stut wrote: Oh, and you'd be working for me so bear that in mind ;) -Stut It's no wonder why you haven't found anyone. :-) Thanks for that tedd. Seriously though, I'm wondering if

Re: [PHP] Copy Function Errors

2008-07-17 Thread Sam Stelfox
It sounds to me like your problem is now about the authentication. By default most linux distributions do not give apache a password. I personally think using apache would be a bad idea. How about creating a user on the linux box your trying to put the files on to make it's primary group apache

Re: [PHP] CONFIGURE IONCUBE LOADER WITH SELINUX

2008-07-17 Thread Daniel Brown
On Thu, Jul 17, 2008 at 9:05 AM, Wolf [EMAIL PROTECTED] wrote: Sure we do! It's even in the manual on how to fix it! Ohhh, and Google has info on it too! RTFM and STFW and you should be fine. What Wolf meant to say was that it's not a PHP issue, and thus, this forum won't be of as much

Re: [PHP] is there a problem with php script pulling HTML out of database as it writes the page??

2008-07-17 Thread David Giragosian
On 7/17/08, Stut [EMAIL PROTECTED] wrote: On 17 Jul 2008, at 14:10, tedd wrote: At 10:28 PM +0100 7/16/08, Stut wrote: Oh, and you'd be working for me so bear that in mind ;) -Stut It's no wonder why you haven't found anyone. :-) Thanks for that tedd. Seriously though, I'm

Re: [PHP] is there a problem with php script pulling HTML out of database as it writes the page??

2008-07-17 Thread Daniel Brown
On Thu, Jul 17, 2008 at 9:55 AM, Stut [EMAIL PROTECTED] wrote: Seriously though, I'm wondering if my expectations are too high... I expect them to know that addslashes is not adequate protection against SQL injection. I even had one tell me SQL injection? I can't remember but I'm sure I've

Re: [PHP] is there a problem with php script pulling HTML out of database as it writes the page??

2008-07-17 Thread Andrew Ballard
On Thu, Jul 17, 2008 at 10:41 AM, Daniel Brown [EMAIL PROTECTED] wrote: On Thu, Jul 17, 2008 at 9:55 AM, Stut [EMAIL PROTECTED] wrote: Seriously though, I'm wondering if my expectations are too high... I expect them to know that addslashes is not adequate protection against SQL injection. I

RE: [PHP] Copy Function Errors

2008-07-17 Thread Wei, Alice J.
It sounds to me like your problem is now about the authentication. By default most linux distributions do not give apache a password. I personally think using apache would be a bad idea. How about creating a user on the linux box your trying to put the files on to make it's primary group apache

Re: [PHP] Corrupted ZIP files (downloaded via a php script) : Internext Explorer 7

2008-07-17 Thread Per Jessen
tedd wrote: At 7:42 PM -0400 7/16/08, robert mena wrote: Am I doing something wrong or do I have to start looking to the server's configuration (like mod_deflate)? I use this -- it seems to work: $file=test.zip; header(Content-type: application/octet-stream);

RE: [PHP] Copy Function Errors

2008-07-17 Thread bruce
Is there some reason that you can't use a simple samba server from the linux, to windows box? Or just do a scp copy, or just a simple ftp transfer. All of these can be done from the cmd line. Is this an exercise in creating a client app/script to accomplish this? just trying to understand a

Re: [PHP] is there a problem with php script pulling HTML out of database as it writes the page??

2008-07-17 Thread Daniel Brown
On Thu, Jul 17, 2008 at 10:56 AM, Andrew Ballard [EMAIL PROTECTED] wrote: Bad day Dan? :-) No, but I have faith. The day is still young. ;-P -- /Daniel P. Brown Better prices on dedicated servers: Intel 2.4GHz/60GB/512MB/2TB $49.99/mo. Intel 3.06GHz/80GB/1GB/2TB $59.99/mo. Dedicated

RE: [PHP] Copy Function Errors

2008-07-17 Thread Wei, Alice J.
Is there some reason that you can't use a simple samba server from the linux, to windows box? Or just do a scp copy, or just a simple ftp transfer. All of these can be done from the cmd line. It is funny, because I first started off writing this using shell_exec. I started off doing something

Re: [PHP] Copy Function Errors

2008-07-17 Thread Sam Stelfox
You need to test using regular FTP, SFTP goes over SSH, while the PHP script your trying to use is making use of regular old FTP. Make sure that the linux machine has the ports open for FTP and that you have an FTP server running on it (SSH is not one). Wei, Alice J. wrote: It sounds to me like

Re: [PHP] is there a problem with php script pulling HTML out of database as it writes the page??

2008-07-17 Thread Stut
On 17 Jul 2008, at 15:31, David Giragosian wrote: On 7/17/08, Stut [EMAIL PROTECTED] wrote: On 17 Jul 2008, at 14:10, tedd wrote: At 10:28 PM +0100 7/16/08, Stut wrote: Oh, and you'd be working for me so bear that in mind ;) -Stut It's no wonder why you haven't found anyone. :-)

Re: [PHP] is there a problem with php script pulling HTML out of database as it writes the page??

2008-07-17 Thread Daniel Brown
On Thu, Jul 17, 2008 at 12:02 PM, Stut [EMAIL PROTECTED] wrote: There's no way I would ever hire anyone who says security was somebody else's responsibility. I don't care what their previous managers have said, that's never a valid statement in my book. When you then add the fact that no DB

Re: [PHP] is there a problem with php script pulling HTML out of database as it writes the page??

2008-07-17 Thread Bastien Koert
On Thu, Jul 17, 2008 at 12:07 PM, Daniel Brown [EMAIL PROTECTED] wrote: [snip] Ignorance is bliss. It may not make you a good programmer, but it'll make you a fantastic executive. [/snip] ROFL, that describes my VP to a T -- Bastien Cat, the other other white meat

Re: [PHP] is there a problem with php script pulling HTML out of database as it writes the page??

2008-07-17 Thread Stut
On 17 Jul 2008, at 15:41, Daniel Brown wrote: On Thu, Jul 17, 2008 at 9:55 AM, Stut [EMAIL PROTECTED] wrote: Seriously though, I'm wondering if my expectations are too high... I expect them to know that addslashes is not adequate protection against SQL injection. I even had one tell me SQL

Re: [PHP] is there a problem with php script pulling HTML out of database as it writes the page??

2008-07-17 Thread David Giragosian
On 7/17/08, Stut [EMAIL PROTECTED] wrote: On 17 Jul 2008, at 15:31, David Giragosian wrote: On 7/17/08, Stut [EMAIL PROTECTED] wrote: On 17 Jul 2008, at 14:10, tedd wrote: At 10:28 PM +0100 7/16/08, Stut wrote: Oh, and you'd be working for me so bear that in mind ;) -Stut It's no

Re: [PHP] is there a problem with php script pulling HTML out of database as it writes the page??

2008-07-17 Thread Andrew Ballard
On Thu, Jul 17, 2008 at 12:02 PM, Stut [EMAIL PROTECTED] wrote: On 17 Jul 2008, at 15:31, David Giragosian wrote: On 7/17/08, Stut [EMAIL PROTECTED] wrote: On 17 Jul 2008, at 14:10, tedd wrote: At 10:28 PM +0100 7/16/08, Stut wrote: Oh, and you'd be working for me so bear that in mind ;)

Re: [PHP] Floats and avoid exponential notation - How?

2008-07-17 Thread Kirk . Johnson
k bah [EMAIL PROTECTED] wrote on 07/17/2008 05:23:40 AM: Hi, From http://www.php.net/manual/en/language.types.float.php (second comment in that page, from kjohnson at zootweb dot com): PHP switches from the standard decimal notation to exponential notation for certain special

Re: [PHP] is there a problem with php script pulling HTML out of database as it writes the page??

2008-07-17 Thread Robert Cummings
On Thu, 2008-07-17 at 13:46 +0100, Stut wrote: On 17 Jul 2008, at 11:31, Jason Pruim wrote: On Jul 16, 2008, at 5:28 PM, Stut wrote: On 16 Jul 2008, at 19:18, Daniel Brown wrote: On Tue, Jul 15, 2008 at 5:43 PM, Stut [EMAIL PROTECTED] wrote: Code please, we're not mind readers! I

Re: [PHP] is there a problem with php script pulling HTML out of database as it writes the page??

2008-07-17 Thread Robert Cummings
On Thu, 2008-07-17 at 17:02 +0100, Stut wrote: On 17 Jul 2008, at 15:31, David Giragosian wrote: On 7/17/08, Stut [EMAIL PROTECTED] wrote: On 17 Jul 2008, at 14:10, tedd wrote: At 10:28 PM +0100 7/16/08, Stut wrote: Oh, and you'd be working for me so bear that in mind ;) -Stut

Re: [PHP] is there a problem with php script pulling HTML out of database as it writes the page??

2008-07-17 Thread Robert Cummings
On Thu, 2008-07-17 at 12:07 -0400, Daniel Brown wrote: On Thu, Jul 17, 2008 at 12:02 PM, Stut [EMAIL PROTECTED] wrote: There's no way I would ever hire anyone who says security was somebody else's responsibility. I don't care what their previous managers have said, that's never a valid

Re: [PHP] is there a problem with php script pulling HTML out of database as it writes the page??

2008-07-17 Thread Daniel Brown
On Thu, Jul 17, 2008 at 2:27 PM, Robert Cummings [EMAIL PROTECTED] wrote: Look at all those executives dragging companies down while they happily deposit their millions in salary/bonuses every year. Tell me about it. IndyMac threw a divide by zero exception as a result. -- /Daniel P.

Re: [PHP] Soap Call Error

2008-07-17 Thread VamVan
I tried that this is what i get Response:HTTP/1.1 200 OK Date: Thu, 17 Jul 2008 18:27:23 GMT Server: Apache/2.2.6 (Unix) Set-Cookie: JSESSIONID=DF4D15B8D0A0610B4832C3A708874672; Path=/ Keep-Alive: timeout=5, max=100 Connection: Keep-Alive Transfer-Encoding: chunked Content-Type:

Re: [PHP] is there a problem with php script pulling HTML out of database as it writes the page??

2008-07-17 Thread Robert Cummings
On Thu, 2008-07-17 at 17:32 +0100, Stut wrote: On 17 Jul 2008, at 15:41, Daniel Brown wrote: On Thu, Jul 17, 2008 at 9:55 AM, Stut [EMAIL PROTECTED] wrote: Seriously though, I'm wondering if my expectations are too high... I expect them to know that addslashes is not adequate

RE: [PHP] is there a problem with php script pulling HTML out of database as it writes the page??

2008-07-17 Thread Boyd, Todd M.
-Original Message- From: Andrew Ballard [mailto:[EMAIL PROTECTED] Sent: Thursday, July 17, 2008 11:33 AM To: PHP General list Subject: Re: [PHP] is there a problem with php script pulling HTML out of database as it writes the page?? On Thu, Jul 17, 2008 at 12:02 PM, Stut [EMAIL

Re: [PHP] is there a problem with php script pulling HTML out of database as it writes the page??

2008-07-17 Thread Robert Cummings
On Thu, 2008-07-17 at 12:32 -0400, Andrew Ballard wrote: On Thu, Jul 17, 2008 at 12:02 PM, Stut [EMAIL PROTECTED] wrote: On 17 Jul 2008, at 15:31, David Giragosian wrote: On 7/17/08, Stut [EMAIL PROTECTED] wrote: On 17 Jul 2008, at 14:10, tedd wrote: At 10:28 PM +0100 7/16/08,

[PHP] Randomly missing a function

2008-07-17 Thread Miles Thompson
An online signup script is randomly missing part of the task. These scripts are involved: sub_signup.php include/cc_proc.php - does the CC (credit card) processing include/user_maint.php - inserts the new subscriber into the database When the CC processing finishes, with the success flag,

Re: [PHP] is there a problem with php script pulling HTML out of database as it writes the page??

2008-07-17 Thread Dotan Cohen
2008/7/17 Daniel Brown [EMAIL PROTECTED]: 11.) The most important rule EVER: if you ever have the slightest problem, DO NOT bother to search the [EMAIL PROTECTED] web (STFW) or read the [EMAIL PROTECTED] manual (RTFM). There is a mailing list for that. Please ask any and all questions

Re: [PHP] is there a problem with php script pulling HTML out of database as it writes the page??

2008-07-17 Thread Andrew Ballard
On Thu, Jul 17, 2008 at 2:48 PM, Robert Cummings [EMAIL PROTECTED] wrote: On Thu, 2008-07-17 at 12:32 -0400, Andrew Ballard wrote: On Thu, Jul 17, 2008 at 12:02 PM, Stut [EMAIL PROTECTED] wrote: On 17 Jul 2008, at 15:31, David Giragosian wrote: On 7/17/08, Stut [EMAIL PROTECTED] wrote:

Re: [PHP] is there a problem with php script pulling HTML out of database as it writes the page??

2008-07-17 Thread Daniel Brown
On Thu, Jul 17, 2008 at 3:07 PM, Dotan Cohen [EMAIL PROTECTED] wrote: 2008/7/17 Daniel Brown [EMAIL PROTECTED]: 11.) The most important rule EVER: if you ever have the slightest problem, DO NOT bother to search the [EMAIL PROTECTED] web (STFW) or read the [EMAIL PROTECTED] manual (RTFM).

Re: [PHP] is there a problem with php script pulling HTML out of database as it writes the page??

2008-07-17 Thread Dotan Cohen
2008/7/17 Stut [EMAIL PROTECTED]: 3.) SQL injection is just a buzzphrase. I already know where baby databases come from. The big Daddy database spends lots of CPU cycles on the big Momma database and she eventually lets him put his SQL client into her console and their SQL statements

Re: [PHP] is there a problem with php script pulling HTML out of database as it writes the page??

2008-07-17 Thread Jason Pruim
On Jul 17, 2008, at 2:44 PM, Robert Cummings wrote: On Thu, 2008-07-17 at 17:32 +0100, Stut wrote: On 17 Jul 2008, at 15:41, Daniel Brown wrote: On Thu, Jul 17, 2008 at 9:55 AM, Stut [EMAIL PROTECTED] wrote: Seriously though, I'm wondering if my expectations are too high... I expect them

Re: [PHP] is there a problem with php script pulling HTML out of database as it writes the page??

2008-07-17 Thread tedd
At 10:41 AM -0400 7/17/08, Daniel Brown wrote: -snip- You're point? :-) tedd -- --- http://sperling.com http://ancientstones.com http://earthstones.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] is there a problem with php script pulling HTML out of database as it writes the page??

2008-07-17 Thread Robert Cummings
On Thu, 2008-07-17 at 15:32 -0400, tedd wrote: At 10:41 AM -0400 7/17/08, Daniel Brown wrote: -snip- You're point? :-) I'm a circle... Tedd's a square? *runs away cackling* Cheers, Rob. -- http://www.interjinn.com Application and Templating Framework for PHP -- PHP General Mailing

Re: [PHP] is there a problem with php script pulling HTML out of database as it writes the page??

2008-07-17 Thread tedd
At 3:47 PM -0400 7/17/08, Robert Cummings wrote: On Thu, 2008-07-17 at 15:32 -0400, tedd wrote: At 10:41 AM -0400 7/17/08, Daniel Brown wrote: -snip- You're point? :-) I'm a circle... Tedd's a square? I've been called worse. I'm really more of a oblate spheroid. Cheers, tedd --

Re: [PHP] is there a problem with php script pulling HTML out of database as it writes the page??

2008-07-17 Thread Robert Cummings
On Thu, 2008-07-17 at 15:53 -0400, tedd wrote: At 3:47 PM -0400 7/17/08, Robert Cummings wrote: On Thu, 2008-07-17 at 15:32 -0400, tedd wrote: At 10:41 AM -0400 7/17/08, Daniel Brown wrote: -snip- You're point? :-) I'm a circle... Tedd's a square? I've been called worse. I'm

[PHP] OpenID

2008-07-17 Thread Alex Chamberlain
Hi, Has anybody had any success implementing an OpenID server in PHP?? Alex -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Randomly missing a function

2008-07-17 Thread Micah Gersten
Try returning a value from CreateUser and checking it before sending the E-Mail. Thank you, Micah Gersten onShore Networks Internal Developer http://www.onshore.com Miles Thompson wrote: An online signup script is randomly missing part of the task. These scripts are involved: sub_signup.php

Re: [PHP] is there a problem with php script pulling HTML out of database as it writes the page??

2008-07-17 Thread Robert Cummings
On Thu, 2008-07-17 at 15:46 -0500, Micah Gersten wrote: What can help is if one app only has access to it's own DB. Also, for mysql, there is the mysql_real_escape_string function for a reason. Well I agree with that of course... but the post by Stut indicated the interviewee thought he could

Re: [PHP] Randomly missing a function

2008-07-17 Thread Shawn McKenzie
Micah Gersten wrote: Try returning a value from CreateUser and checking it before sending the E-Mail. Thank you, Micah Gersten onShore Networks Internal Developer http://www.onshore.com Exactly! You'll find that CreateUser() is called, however for whatever reason the user isn't created. Do

Re: [PHP] is there a problem with php script pulling HTML out of database as it writes the page??

2008-07-17 Thread Micah Gersten
What can help is if one app only has access to it's own DB. Also, for mysql, there is the mysql_real_escape_string function for a reason. Also, for the web app, you can usually disable Administrative functions and grant a minimal set of permissions. Thank you, Micah Gersten onShore Networks

Re: [PHP] is there a problem with php script pulling HTML out of database as it writes the page??

2008-07-17 Thread Stut
On 17 Jul 2008, at 21:56, Robert Cummings wrote: On Thu, 2008-07-17 at 15:46 -0500, Micah Gersten wrote: What can help is if one app only has access to it's own DB. Also, for mysql, there is the mysql_real_escape_string function for a reason. Well I agree with that of course... but the

Re: [PHP] is there a problem with php script pulling HTML out of database as it writes the page??

2008-07-17 Thread Micah Gersten
For anyone interested, here's a nice book to get anyone started on PHP Security: http://oreilly.com/catalog/9780596006563/index.html Thank you, Micah Gersten onShore Networks Internal Developer http://www.onshore.com Stut wrote: On 17 Jul 2008, at 21:56, Robert Cummings wrote: On Thu,

Re: [PHP] OpenID

2008-07-17 Thread Kevin Waterson
This one time, at band camp, Alex Chamberlain [EMAIL PROTECTED] wrote: Has anybody had any success implementing an OpenID server in PHP?? Sure, I had mine all set up on oceania.net and then the domain got stolen. So, all my OpenID info went with it.. not as good an idea as it first seems.

Re: [PHP] Randomly missing a function

2008-07-17 Thread Miles Thompson
MIcah, Duh!! So damned obvious. We'll try that. Thanks - Miles On Thu, Jul 17, 2008 at 5:42 PM, Micah Gersten [EMAIL PROTECTED] wrote: Try returning a value from CreateUser and checking it before sending the E-Mail. Thank you, Micah Gersten onShore Networks Internal Developer

Re: [PHP] Re: What font/size do you use for programming?

2008-07-17 Thread Yi Wang
On Sat, Jul 12, 2008 at 12:40 AM, Eric Butera [EMAIL PROTECTED] wrote: On Thu, Jul 10, 2008 at 5:29 PM, Philip Thompson [EMAIL PROTECTED] wrote: On Jul 10, 2008, at 3:35 PM, Omar Noppe wrote: Is there any reason to pick a black background en white fonts in your editor (for example

[PHP] Class 'PDO' not found in .... PHP 5.2.5

2008-07-17 Thread Stephen
I am with a new host and just tried to upload new files that use PHP and the class PDO for database access. I get the error in the subject. I thought PDO was in the base code of PHP 5* My host is on 5.2.5 according to PHP info I have created a ticket I fear that this is one of those not

Re: [PHP] Class 'PDO' not found in .... PHP 5.2.5

2008-07-17 Thread Ted Wood
PDO is distributed with PHP 5.1 and higher by default, but it can still be excluded during the compile stage. This may be the case for your installation. Run php_info() to find out, and if PDO is not listed, ask your host to install it. http://ca3.php.net/manual/en/pdo.installation.php

[PHP] PHP Development Team

2008-07-17 Thread AvPHP
We represent an established team of 15 PHP developers, with extensive experience in OOP Lamp development, including multiyear projects with thousand of total programming hours. They have also worked on numerous customized Content Management Systems (CMS) for various websites, including E-Commerce

Re: [PHP] PHP Development Team

2008-07-17 Thread Nathan Nobbe
On Thu, Jul 17, 2008 at 10:11 PM, AvPHP [EMAIL PROTECTED] wrote: We represent an established team of 15 PHP developers, with extensive experience in OOP Lamp development, including multiyear projects with thousand of total programming hours. They have also worked on numerous customized