PHWinfo banniere

Titres
PORTAIL ANNUAIRE ARTICLES COMPARATEUR HÉBERGEURS DEVIS FORUMS RÉDUCTEUR D'URL
Précédent   PHWinfo > Autres forums > Forum Programmation & Conception > alt.php > Studying php
S'inscrire FAQ Membres Recherche Messages du jour Marquer les forums comme lus
Studying php

Réponse
 
LinkBack Outils de la discussion
Vieux 15/11/2007, 02h57   #1
Wyngs
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Studying php

Is there any way to look at the results of my php coding without
installing a web server like Apache or uploading my work to my host? I'm
currently doing the latter with some exercises, and it's very time
consuming.

Thanks in advance

Wings
  Réponse avec citation
Vieux 15/11/2007, 04h17   #2
Jerry Stuckle
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Studying php

Wyngs wrote:
> Is there any way to look at the results of my php coding without
> installing a web server like Apache or uploading my work to my host? I'm
> currently doing the latter with some exercises, and it's very time
> consuming.
>
> Thanks in advance
>
> Wings
>


Nope. If you're doing web pages, you need a webserver. But it's not
hard at all to install. Google for WAMP or XAMP - both are easy
installations of Apache, MySQL and PHP on Windows.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================

  Réponse avec citation
Vieux 15/11/2007, 06h51   #3
Wyngs
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Studying php

Jerry Stuckle wrote:

> Wyngs wrote:
> > Is there any way to look at the results of my php coding without
> > installing a web server like Apache or uploading my work to my host? I'm
> > currently doing the latter with some exercises, and it's very time
> > consuming.
> >
> > Thanks in advance
> >
> > Wings
> >

>
> Nope. If you're doing web pages, you need a webserver. But it's not
> hard at all to install. Google for WAMP or XAMP - both are easy
> installations of Apache, MySQL and PHP on Windows.
>
>

Roger that. I served up my web site for a couple of years with XAMP. I
was hoping I could avoid reinstalling it, however.

Thanks much.

  Réponse avec citation
Vieux 15/11/2007, 09h26   #4
Jeff North
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Studying php

On Wed, 14 Nov 2007 18:57:03 -0800, in alt.php Wyngs
<glenn61@earthlink.net>
<13jndbvd6rqla49@corp.supernews.com> wrote:

>| Is there any way to look at the results of my php coding without
>| installing a web server like Apache or uploading my work to my host? I'm
>| currently doing the latter with some exercises, and it's very time
>| consuming.
>|
>| Thanks in advance


PHP needs a server to run on.
You can google for wamp or xamp.
If you are using Windows and don't want a permanently installed
web-server then you could try out:
http://www.chsoftware.net/en/useware/wos/wos.htm

I've installed WOS on my USB hard drive and take the drive along to my
clients sites. This way I don't need to worry if the client's machine
has a web server or PHP installed. Plus no more lugging around the
laptop computer and worrying about battery life, any files that I
need, I just copy to my USB drive.
-- -------------------------------------------------------------
jnorthau@yourpantsyahoo.com.au : Remove your pants to reply
-- -------------------------------------------------------------
  Réponse avec citation
Vieux 15/11/2007, 15h49   #5
Brendan Gillatt
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Studying php

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Wyngs wrote:
> Is there any way to look at the results of my php coding without
> installing a web server like Apache or uploading my work to my host? I'm
> currently doing the latter with some exercises, and it's very time
> consuming.
>
> Thanks in advance
>
> Wings


You can run PHP from the command line, though it's kinda awkward sending
POST and GET variables. Just execute php.exe (or /usr/bin/php) [filename.php]

- --
Brendan Gillatt
brendan {at} brendangillatt {dot} co {dot} uk
http://www.brendangillatt.co.uk
PGP Key: http://pgp.mit.edu:11371/pks/lookup?...rch=0xBACD7433
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.3 (MingW32)

iD8DBQFHPGqDkA9dCbrNdDMRAkhEAKC4LJGtHVV4nLa1wTLeeZ fE71/9rwCg1yMD
dRV4WqfMHP9o35yrwhEuHXE=
=Iaex
-----END PGP SIGNATURE-----
  Réponse avec citation
Vieux 16/11/2007, 18h36   #6
Tom
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Studying php

On Wed, 14 Nov 2007 22:51:04 -0800, Wyngs wrote...
>
>Jerry Stuckle wrote:
>
>> Wyngs wrote:
>> > Is there any way to look at the results of my php coding without
>> > installing a web server like Apache or uploading my work to my host? I'm
>> > currently doing the latter with some exercises, and it's very time
>> > consuming.
>> >
>> > Thanks in advance
>> >
>> > Wings
>> >

>>
>> Nope. If you're doing web pages, you need a webserver. But it's not
>> hard at all to install. Google for WAMP or XAMP - both are easy
>> installations of Apache, MySQL and PHP on Windows.
>>
>>

>Roger that. I served up my web site for a couple of years with XAMP. I
>was hoping I could avoid reinstalling it, however.
>
>Thanks much.
>



What's nice is there are packages for a Windows or a Linux/Unix environment that
really simplify the setup for Web and MySQL. Instead of having to download and
install PHP, Apache, and MySQL from source code, you can download and install
one of those packages in no time.

Tom
--
NewsGuy Free Trial Accounts
Now a massive 20 Gigabytes of unrestricted downloads !
http://newsguy.com/

  Réponse avec citation
Vieux 24/11/2007, 11h52   #7
Floor
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Studying php

Wyngs:

> Is there any way to look at the results of my php coding without
> installing a web server like Apache or uploading my work to my host? I'm
> currently doing the latter with some exercises, and it's very time
> consuming.


Yes, there are php editors that have a built-in php server/emulation mode.
Floor


  Réponse avec citation
Vieux 24/11/2007, 11h53   #8
Floor
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Studying php

Jerry Stuckle:

> Nope. If you're doing web pages, you need a webserver.


nonsense...
Floor


  Réponse avec citation
Vieux 24/11/2007, 11h54   #9
Floor
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Studying php

Wyngs:

>> Nope. If you're doing web pages, you need a webserver.


He didn't ask for that; he was looking for a way of checking his php code
without using a webserver.
And that is possible. Pls read carefully before answering...
Floor


  Réponse avec citation
Vieux 24/11/2007, 11h55   #10
Floor
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Studying php

Jeff North:

> PHP needs a server to run on.


PHP needs at least an emulated server to run on. There are php-editor that
provide such as well.
Floor


  Réponse avec citation
Vieux 24/11/2007, 12h44   #11
Jerry Stuckle
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Studying php

Floor wrote:
> Wyngs:
>
>>> Nope. If you're doing web pages, you need a webserver.

>
> He didn't ask for that; he was looking for a way of checking his php code
> without using a webserver.
> And that is possible. Pls read carefully before answering...
> Floor
>
>
>


And lets see you test sessions, $_GET or $_POST handling or a lot of
other stuff without a webserver.

You need to understand what he's asking.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================

  Réponse avec citation
Vieux 24/11/2007, 12h45   #12
Jerry Stuckle
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Studying php

Floor wrote:
> Jerry Stuckle:
>
>> Nope. If you're doing web pages, you need a webserver.

>
> nonsense...
> Floor
>
>
>


And you're full of it.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================

  Réponse avec citation
Réponse


Outils de la discussion

Règles de messages
Vous ne pouvez pas créer de nouvelles discussions
Vous ne pouvez pas envoyer des réponses
Vous ne pouvez pas envoyer des pièces jointes
Vous ne pouvez pas modifier vos messages

Les balises BB sont activées : oui
Les smileys sont activés : oui
La balise [IMG] est activée : oui
Le code HTML peut être employé : non
Trackbacks are oui
Pingbacks are oui
Refbacks are oui


Fuseau horaire GMT +1. Il est actuellement 20h50.


Édité par : vBulletin® version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC5 Tous droits réservés.
Version française #16 par l'association vBulletin francophone
PHWinfo est un site Éducation Sans Frontières ©2000-2008
Ad Management by RedTyger
©Tous droits réservés par les parties respectives
Page generated in 0,16528 seconds with 20 queries