On Tue, Apr 10, 2012 at 9:38 AM, Kirk Bailey wrote:
> Php would (IMHO) benefit from an interactive desktop application where you
> can test and experiment with code interactively, instead of "edit, dsave,
> run, view webpage result, edit...
php -a gives you an interactive environment in which you
On Mon, Apr 9, 2012 at 6:54 PM, Kirk Bailey wrote:
> I am not ABLE to create it yet. Anyone else able to?
>
Hmm... Google "php desktop" ... notice the 2nd link.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
On Mon, Apr 9, 2012 at 7:05 PM, Kirk Bailey wrote:
> The edition of php for windows I instaklled does not work. Which flavor of
> windows php DOES work properly in windows?
>
> --
Did you configure it properly??? I've run it fine from XP (x86 & x64),
Win2003 (x86 & x64) Win2008 (x86 & x64), Win7
The edition of php for windows I instaklled does not work. Which
flavor of windows php DOES work properly in windows?
--
end
Very Truly yours,
- Kirk Bailey,
Largo Florida
kniht
+-+
| BOX
I am not ABLE to create it yet. Anyone else able to?
On 4/9/2012 9:45 PM, Jay Blanchard wrote:
[snip]
On Apr 9, 2012, at 8:38 PM, Kirk Bailey wrote:
Php would (IMHO) benefit from an interactive desktop application where you can test
and experiment with code interactively, instead of "edit, ds
[snip]
On Apr 9, 2012, at 8:38 PM, Kirk Bailey wrote:
> Php would (IMHO) benefit from an interactive desktop application where you
> can test and experiment with code interactively, instead of "edit, dsave,
> run, view webpage result, edit...
>
> Python has this; why not php?
[/snip]
Because y
Php would (IMHO) benefit from an interactive desktop application
where you can test and experiment with code interactively, instead
of "edit, dsave, run, view webpage result, edit...
Python has this; why not php?
--
end
Very Truly yours,
- Kirk Bailey,
Larg
All,
I am tying to install php that will talk to the database I us (QM, a pick type
database). As I
am new to pdp don’t have much experience in figuring out what the qm_ext_build
script is
failing.
Thanks for you help in advance.
george
I am trying to run following:
root@dell350:/usr/qmsys/qmph
On Mon, Apr 9, 2012 at 1:42 PM, David Stoltz wrote:
> Folks,
>
> Having a difficult time using mssql_bind with characters greater than
> 8000...the database field is set to ntext, and I've also tried
> varchar(max), both seem to produce the same results:
>
> If I use:
> mssql_bind($stmt, '@mgrnot
Folks,
Having a difficult time using mssql_bind with characters greater than
8000...the database field is set to ntext, and I've also tried
varchar(max), both seem to produce the same results:
If I use:
mssql_bind($stmt, '@mgrnotes',$mgrnotes,SQLVARCHAR,false,false,8000);
I get the error:
Warnin
> See http://us.php.net/manual/en/language.oop5.traits.php and scroll down to
> conflict resolution to see simple example. It is used to resolve method
> naming conflicts when multiple traits are used to emulate multiple
> inheritance.
I have read the manual, and the examples there are precisely m
On Apr 9, 2012, at 7:15 AM, Szczepan Hołyszewski wrote:
>
> I must admit with embarrassment that after months of googling and posting
> questions to various forums I still fail to understand the purpose of the
> "insteadof" keyword and the insteadof clause.
>
> As I currently see it, the whol
I must admit with embarrassment that after months of googling and posting
questions to various forums I still fail to understand the purpose of the
"insteadof" keyword and the insteadof clause.
As I currently see it, the whole insteadof clause is completely redundant. In
a clause like this:
F
13 matches
Mail list logo