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.
jbqbd djcrth wbtym sobtyp
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
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
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
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
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
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
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
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)
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
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
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
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.
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:[
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
16 matches
Mail list logo