Also, i know php is an interpreted language. But wouldn't it be possible to
write a virtual machine for php and compile byte code... I know, php is not
Java or Actionscript :-P but it could be an add on feature. i guess the eval
wouldn't work then would it? Although eval could still be interpret
Hi guys,
I'm using PHP 5.1.6 and I'm calling a WSDL that has 4 functions.
This is a brand new service opened by one of our vendors so I'm sure it is
going to change. So I'm thinking I would like to build a page that pulls
the data structures and builds html input forms automatically.
So when I
Ashley Sheridan napsal(a):
On Thu, 2009-02-19 at 23:34 +0100, Martin Zvarík wrote:
Chris napsal(a):
Martin Zvarík wrote:
Chris napsal(a):
Martin Zvarík wrote:
tedd napsal(a):
At 5:28 PM +0100 2/19/09, Martin Zvarík wrote:
tedd
On Thu, 2009-02-19 at 23:34 +0100, Martin Zvarík wrote:
> Chris napsal(a):
> > Martin Zvarík wrote:
> >> Chris napsal(a):
> >>> Martin Zvarík wrote:
> tedd napsal(a):
> > At 5:28 PM +0100 2/19/09, Martin Zvarík wrote:
> >> tedd napsal(a):
> >>> At 5:10 PM +0100 2/19/09, Martin Zvar
Lewis Wright schreef:
> 2009/2/19 Jochem Maas :
>> Thodoris schreef:
seems to work fine here.
What are your php.ini (memory related) settings?
run:
/usr/local/bin/php --ini
and get the location of the php.ini file that is getting used. Check
o
There's a tutorial here:
http://www.flashcomguru.com/index.cfm/2005/11/2/Streaming-flv-video-via-PHP-take-two
(have not tested it myself). The php code is available for download
from that page as well.
And the video there is awesome!
The narrator sounds like the one in my video:
http://webb
R B wrote:
Hello.
I have two scripts in php that reads a .swf or .flv movie file, like this:
SCRIPT # 1
SCRIPT # 2
The script # 1 with the .swf file works fine: the video is executed with
streaming.
The script # 2 with the .flv file is executed but without streaming.
There's a tutorial
R B wrote:
Hello.
I have two scripts in php that reads a .swf or .flv movie file, like this:
SCRIPT # 1
SCRIPT # 2
The script # 1 with the .swf file works fine: the video is executed with
streaming.
The script # 2 with the .flv file is executed but without streaming.
If i execute the mo
Thanks
Terion
Happy Freecycling
Free the List !!
www.freecycle.org
Over Moderation of Freecycle List Prevents Post Timeliness.
Twitter?
http://twitter.com/terionmiller
Facebook:
http://www.facebook.co
Chris napsal(a):
Martin Zvarík wrote:
Chris napsal(a):
Martin Zvarík wrote:
tedd napsal(a):
At 5:28 PM +0100 2/19/09, Martin Zvarík wrote:
tedd napsal(a):
At 5:10 PM +0100 2/19/09, Martin Zvarík wrote:
tedd napsal(a):
At 1:49 AM +0100 2/19/09, Martin Zvarík wrote:
Guys, I have not seen a
Martin Zvarík wrote:
Chris napsal(a):
Martin Zvarík wrote:
tedd napsal(a):
At 5:28 PM +0100 2/19/09, Martin Zvarík wrote:
tedd napsal(a):
At 5:10 PM +0100 2/19/09, Martin Zvarík wrote:
tedd napsal(a):
At 1:49 AM +0100 2/19/09, Martin Zvarík wrote:
Guys, I have not seen a poll where you nee
Chris napsal(a):
Martin Zvarík wrote:
tedd napsal(a):
At 5:28 PM +0100 2/19/09, Martin Zvarík wrote:
tedd napsal(a):
At 5:10 PM +0100 2/19/09, Martin Zvarík wrote:
tedd napsal(a):
At 1:49 AM +0100 2/19/09, Martin Zvarík wrote:
Guys, I have not seen a poll where you need to input your email
Hello.
I have two scripts in php that reads a .swf or .flv movie file, like this:
SCRIPT # 1
SCRIPT # 2
The script # 1 with the .swf file works fine: the video is executed with
streaming.
The script # 2 with the .flv file is executed but without streaming.
If i execute the movie.flv direc
Martin Zvarík wrote:
tedd napsal(a):
At 5:28 PM +0100 2/19/09, Martin Zvarík wrote:
tedd napsal(a):
At 5:10 PM +0100 2/19/09, Martin Zvarík wrote:
tedd napsal(a):
At 1:49 AM +0100 2/19/09, Martin Zvarík wrote:
Guys, I have not seen a poll where you need to input your email
address - and if
Daniel Kolbo wrote:
>
>
> Shawn McKenzie wrote:
>> Daniel Kolbo wrote:
>>
>>> Hello PHPers,
>>>
>>> I am quite ignorant about file system security. I was hoping you all
>>> could help me understand things.
>>>
>>> How does one restrict php script from going (reading, writing) files in
>>> the
On Thu, Feb 19, 2009 at 3:21 PM, Terion Miller wrote:
> Hi all, I seem to be having a problem with getting two fields to insert
> into
> a table, the other fields insert but not these two
> its from a form that is a duplicate, basically I have a workorder that I
> want to make a copy of, I call it
Thanks
Terion
Happy Freecycling
Free the List !!
www.freecycle.org
Over Moderation of Freecycle List Prevents Post Timeliness.
Twitter?
http://twitter.com/terionmiller
Facebook:
http://www.facebook.co
Hi all, I seem to be having a problem with getting two fields to insert into
a table, the other fields insert but not these two
its from a form that is a duplicate, basically I have a workorder that I
want to make a copy of, I call it from the db, populate a form in case
changes want to be made, an
Shawn McKenzie wrote:
Daniel Kolbo wrote:
Hello PHPers,
I am quite ignorant about file system security. I was hoping you all
could help me understand things.
How does one restrict php script from going (reading, writing) files in
the file system?
As I see it, a php programmer could chan
> Also, i know php is an interpreted language. But wouldn't it be possible to
> write a virtual machine for php and compile byte code... I know, php is not
> Java or Actionscript :-P but it could be an add on feature. i guess the eval
> wouldn't work then would it? Although eval could still be inte
On Feb 19, 2009, at 10:55 AM, Jochem Maas wrote:
please keep replies on list.
Sorry!
Philip Thompson schreef:
On Feb 19, 2009, at 2:59 AM, Jochem Maas wrote:
Philip Thompson schreef:
Hi all.
What are your thoughts? Does this seem like a reasonable
implementation?
Useful? Poin
tedd napsal(a):
At 5:28 PM +0100 2/19/09, Martin Zvarík wrote:
tedd napsal(a):
At 5:10 PM +0100 2/19/09, Martin Zvarík wrote:
tedd napsal(a):
At 1:49 AM +0100 2/19/09, Martin Zvarík wrote:
Guys, I have not seen a poll where you need to input your email
address - and if I would I would not vo
At 5:28 PM +0100 2/19/09, Martin Zvarík wrote:
tedd napsal(a):
At 5:10 PM +0100 2/19/09, Martin Zvarík wrote:
tedd napsal(a):
At 1:49 AM +0100 2/19/09, Martin Zvarík wrote:
Guys, I have not seen a poll where you need
to input your email address - and if I would
I would not vote - because it'
please keep replies on list.
Philip Thompson schreef:
> On Feb 19, 2009, at 2:59 AM, Jochem Maas wrote:
>
>> Philip Thompson schreef:
>>> Hi all.
>>
>>
>>
>>>
>>> What are your thoughts? Does this seem like a reasonable implementation?
>>> Useful? Pointless? Hit me up - I can handle *constru
tedd napsal(a):
At 5:10 PM +0100 2/19/09, Martin Zvarík wrote:
tedd napsal(a):
At 1:49 AM +0100 2/19/09, Martin Zvarík wrote:
Guys, I have not seen a poll where you need to input your email
address - and if I would I would not vote - because it's a waste of
my time... if you want me to vote y
At 5:10 PM +0100 2/19/09, Martin Zvarík wrote:
tedd napsal(a):
At 1:49 AM +0100 2/19/09, Martin Zvarík wrote:
Guys, I have not seen a poll where you need to
input your email address - and if I would I
would not vote - because it's a waste of my
time... if you want me to vote you do
everythin
tedd napsal(a):
At 1:49 AM +0100 2/19/09, Martin Zvarík wrote:
Guys, I have not seen a poll where you need to input your email
address - and if I would I would not vote - because it's a waste of
my time... if you want me to vote you do everything you can to make
it as pleasant as possible -- c
At 1:49 AM +0100 2/19/09, Martin Zvarík wrote:
Guys, I have not seen a poll where you need to
input your email address - and if I would I
would not vote - because it's a waste of my
time... if you want me to vote you do everything
you can to make it as pleasant as possible --
certainly that i
2009/2/19 Jochem Maas :
> Thodoris schreef:
>>>
>>>
>>> seems to work fine here.
>>>
>>> What are your php.ini (memory related) settings?
>>>
>>> run:
>>>
>>> /usr/local/bin/php --ini
>>>
>>> and get the location of the php.ini file that is getting used. Check
>>> our the memory settings in that f
Thodoris schreef:
>>
>>
>> seems to work fine here.
>>
>> What are your php.ini (memory related) settings?
>>
>> run:
>>
>> /usr/local/bin/php --ini
>>
>> and get the location of the php.ini file that is getting used. Check
>> our the memory settings in that file.
>>
>>
>>
>>
>
> Some general
i successfully configure vsftp login using pam-mysql last time.
http://pam-mysql.sourceforge.net/
http://www.linux.com/feature/125789
user can login to ftp server using the same password on web..
hope it help
On 2/18/09, Michael Kubler wrote:
> Yeah, I don't want local user access (SSH, their
Nisse Engström wrote:
On Wed, 18 Feb 2009 10:37:53 -0800, "Michael A. Peters" wrote:
http://www.gfx-depot.com/forum/-php-server-php-self-validation-t-1636.html
explains a technique to validate the input as well (don't trust that is
clean)
Amazing! Not once did they mention htmlspecialchars(
It's not a bad idea but usually having accessor and mutator methods are used
to validate the data first before writing it to the properties. If you don't
have validation, you might as well set them directly and make them public
and don't really need a generic setter/getter method.
Although, this w
Philip Thompson schreef:
> Hi all.
>
> What are your thoughts? Does this seem like a reasonable implementation?
> Useful? Pointless? Hit me up - I can handle *constructive* criticism.
> But for now, it's late and past my bedtime.
how do you set a property to null?
> Cheers,
> ~Philip
>
>
On Wed, 18 Feb 2009 10:37:53 -0800, "Michael A. Peters" wrote:
> http://www.gfx-depot.com/forum/-php-server-php-self-validation-t-1636.html
>
> explains a technique to validate the input as well (don't trust that is
> clean)
Amazing! Not once did they mention htmlspecialchars().
/Nisse
--
P
35 matches
Mail list logo