php-general Digest 4 Oct 2011 19:23:47 -0000 Issue 7504

Topics (messages 315121 through 315127):

php on my pc, no go, FUBAR, thank you Bill Gates?
        315121 by: Kirk Bailey
        315122 by: Daniel P. Brown
        315123 by: Bastien Koert
        315124 by: Richard Quadling

detect file upload time
        315125 by: Kanishka
        315126 by: Nilesh Govindarajan

Secure data management
        315127 by: Jim Giner

Administrivia:

To subscribe to the digest, e-mail:
        php-general-digest-subscr...@lists.php.net

To unsubscribe from the digest, e-mail:
        php-general-digest-unsubscr...@lists.php.net

To post to the list, e-mail:
        php-gene...@lists.php.net


----------------------------------------------------------------------
--- Begin Message --- I installed it in a Windows XP PC with a cgi capable server in it. No dice, nothing happens. I also installed python in the same computer. Works perfect. NEITHER language modified the http server.

So, what do I have to do to get php to play well with others in a XP environment? Cute remarks about "install Linux" shall be ignored as line-noise.



--
end

Very Truly yours,
                 - Kirk Bailey,
                   Largo Florida

                       kniht
                      +-----+
                      | BOX |
                      +-----+
                       think


--- End Message ---
--- Begin Message ---
On Tue, Oct 4, 2011 at 09:47, Kirk Bailey <kbai...@howlermonkey.net> wrote:
> I installed it in a Windows XP PC with a cgi capable server in it. No dice,
> nothing happens. I also installed python in the same computer. Works
> perfect. NEITHER language modified the http server.
>
> So, what do I have to do to get php to play well with others in a XP
> environment? Cute remarks about "install Linux" shall be ignored as
> line-noise.

    To just get up and go, consider using a Windows package such as
XAMPP.  It'll automatically install and configure the basics.

-- 
</Daniel P. Brown>
Dedicated Servers, Cloud and Cloud Hybrid Solutions, VPS, Hosting
(866-) 725-4321
http://www.parasane.net/

--- End Message ---
--- Begin Message ---
On Tue, Oct 4, 2011 at 9:47 AM, Kirk Bailey <kbai...@howlermonkey.net> wrote:
> I installed it in a Windows XP PC with a cgi capable server in it. No dice,
> nothing happens. I also installed python in the same computer. Works
> perfect. NEITHER language modified the http server.
>
> So, what do I have to do to get php to play well with others in a XP
> environment? Cute remarks about "install Linux" shall be ignored as
> line-noise.
>
>
>
> --
> end
>
> Very Truly yours,
>                 - Kirk Bailey,
>                   Largo Florida
>
>                       kniht
>                      +-----+
>                      | BOX |
>                      +-----+
>                       think
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>

Kirk,

Are you running this via IIS or Apache? If IIS, download and install
the MS Web Platform app. Use that to install drupal or wordpress and
it will install PHP and mysql for you running under IIS

-- 

Bastien

Cat, the other other white meat

--- End Message ---
--- Begin Message ---
On 4 October 2011 14:47, Kirk Bailey <kbai...@howlermonkey.net> wrote:
> I installed it in a Windows XP PC with a cgi capable server in it. No dice,
> nothing happens. I also installed python in the same computer. Works
> perfect. NEITHER language modified the http server.
>
> So, what do I have to do to get php to play well with others in a XP
> environment? Cute remarks about "install Linux" shall be ignored as
> line-noise.

If "install Linux" is going to be ignored as line-noise, what about RTFM?

Starting at http://docs.php.net/manual/en/install.windows.php and
choosing your particular web server.

I would also pay attention to manual installation
(http://docs.php.net/manual/en/install.windows.manual.php) and command
line working (http://docs.php.net/manual/en/install.windows.commandline.php).




-- 
Richard Quadling
Twitter : EE : Zend : PHPDoc
@RQuadling : e-e.com/M_248814.html : bit.ly/9O8vFY : bit.ly/lFnVea

--- End Message ---
--- Begin Message ---
hi everybody,
is any method available for detect file upload time in a php script ?
or detect network connections upload speed.
i'm using php 5.3.5(xampp 1.7.4) and my os is windows 7.
thank you
regards
kanishka

--- End Message ---
--- Begin Message ---
On Tue 04 Oct 2011 09:05:30 PM IST, Kanishka wrote:
> hi everybody,
> is any method available for detect file upload time in a php script ?
> or detect network connections upload speed.
> i'm using php 5.3.5(xampp 1.7.4) and my os is windows 7.
> thank you
> regards
> kanishka
>

It's not possible with just php, you need javascript (ajax).
The reason is, when a php script is executed, the data from GET, POST
is already made available by the server.
You need to send the system time with the file when the upload button
was clicked and then compute the difference after you've saved the file
on the server. Or, the php script echoes something out.

-- 
Nilesh Govindarajan
http://nileshgr.com

--- End Message ---
--- Begin Message ---
I thought I knew how to do this.

I have a form that collects some data fields.  My script checks if magic 
quotes are off and (since they are) executes "addslashes" on each input 
field.  Then I run a query to INSERT these 'slashed' vars into the database. 
But when I go to phpadmin on my site the table does not contain any slashes.

Where are they going? 



--- End Message ---

Reply via email to