[PHP] Pirate PHP books online?

2007-07-15 Thread Dotan Cohen
I just found some jerk on StumbleUpon with titles like: PHP Essentials (c)2007 (Neil Smyth) PHP Cookbook (David Sklar/Adam Trachtenberg) PHP 5 Power Programming (c)2005 (Andi Gutmans/Stig Bakken/Derick Rethans ) A Programmer's Introduction to PHP 4.0 (c)2000 (W. Jason Gilmore) And lots of others.

[PHP] ghastly industrial complex

2007-07-15 Thread php
jbqbd djcrth wbtym sobtyp

Re: [PHP] PHP mail with attachment

2007-07-15 Thread Chris
Vanessa Vega wrote: Hello to everyone!..I had problems with attaching a document to an email using PHP..can somebody share some ideas on how to properly do it? Use something like http://phpmailer.sf.net/ which handles everything for you already :) -- Postgresql & php tutorials http://www.de

[PHP] PHP mail with attachment

2007-07-15 Thread Vanessa Vega
Hello to everyone!..I had problems with attaching a document to an email using PHP..can somebody share some ideas on how to properly do it? Thanks in advance! Vanessa -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Persistent Objects

2007-07-15 Thread Sancar Saran
On Sunday 15 July 2007 19:58:09 Wesley Acheson wrote: > Hi, > > At work we use Java so one thing is annoying me. Is there really no > way to create a persistent object in PHP? As far as my understanding > goes each object will be recreated on each and every request. > > The reason I was asking is

Re: [PHP] Re: Announcing Xaja, a PHP Reverse Ajax framework

2007-07-15 Thread Sancar Saran
On Saturday 14 July 2007 15:01:13 David Négrier wrote: Hi I just watching your screen cast, it has very good ideas. I wonder does any other language has same kind of aproach. Later or sooner this kind of aproach become must in web business. Regards Sancar. > Indeed, Xaja relies on the keepin

Re: [PHP] text field truncation with sql server

2007-07-15 Thread Bruce Cowin
Thanks Richard for pointing me in the right direction. Yes, it is mssql I'm using. And changing the mssql.textlimit and mssql.textsize in the php.ini file fixed my problem. You suggested not using all those echo statements. What do you suggest I use instead? Thanks again! Regards, Bru

Re: [PHP] Persistent Objects

2007-07-15 Thread Nathan Nobbe
Wesley, 1. Does the answer below mean no global persistant objects? (Application scope) I guess that it does. No. Files, a database or memory (memcached) can be used to facilitate application variables. However, I've been told this is taboo in PHP. Coming from Java I'm sure youve heard as I

Re: [PHP] Persistent Objects

2007-07-15 Thread Wesley Acheson
Thanks Nathan, I guess that your answer raises a couple of questions. 1. Does the answer below mean no global persistant objects? (Application scope) I guess that it does. 2. Is this an un-PHP way of doing things? 3. Is what I'm trying to do even worthwhile or should I just create each form an

Re: [PHP] problem with array

2007-07-15 Thread Jim Lucas
Ross wrote: I am using postcode anywhere for a 'where's my nearest' function. All the geographical info is contained in an array, which when dumped looks like this var_dump ($result); array(1) { [0]=> array(13) { ["origin_postcode"]=> string(7) "EH2 2BE" ["destination_postcode"]=> string(6)

[PHP] Re: problem with array

2007-07-15 Thread Al
Do a print_r($result); and you'll see the problem. Ross wrote: I am using postcode anywhere for a 'where's my nearest' function. All the geographical info is contained in an array, which when dumped looks like this var_dump ($result); array(1) { [0]=> array(13) { ["origin_postcode"]=> strin

Re: [PHP] I am lost

2007-07-15 Thread Richard Davey
Hi Grant, Saturday, July 14, 2007, 8:07:43 PM, you wrote: > Previously I had PHP on my older computer using IIS 5.1 it worked fine. But > I'm on my new computer using IIS 7 and features like include or completely > normal scripts that use to work no longer work. I have try to see if it's > the we

Re: [PHP] Persistent Objects

2007-07-15 Thread Nathan Nobbe
Wesley, I too have come from a Java [ and c++ ] background to PHP. fear not; you can create persistent objects PHP. although there is no JVM to handle this automatically object can be persisted by storing their references. the most natural place to store them is in the session. and if i unders

[PHP] Persistent Objects

2007-07-15 Thread Wesley Acheson
Hi, At work we use Java so one thing is annoying me. Is there really no way to create a persistent object in PHP? As far as my understanding goes each object will be recreated on each and every request. The reason I was asking is I wanted to create a form object that would be used as follows.

RE: [PHP] SMS questions

2007-07-15 Thread Steve Perkins
Sorry, www.textit.biz Cheers -Original Message- From: Dan [mailto:[EMAIL PROTECTED] Sent: 13 July 2007 17:52 To: php-general@lists.php.net Subject: Re: [PHP] SMS questions Might want to retry that link, it's broken. - Dan ""Steve Perkins"" <[EMAIL PROTECTED]> wrote in message news:[

[PHP] problem with array

2007-07-15 Thread Ross
I am using postcode anywhere for a 'where's my nearest' function. All the geographical info is contained in an array, which when dumped looks like this var_dump ($result); array(1) { [0]=> array(13) { ["origin_postcode"]=> string(7) "EH2 2BE" ["destination_postcode"]=> string(6) "EH2 2BE" ["di