473,408 Members | 1,866 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,408 software developers and data experts.

PHP emulator

Are there any good PHP emulators out there. I hate having to upload
each time I want to check it out.

Sep 23 '07 #1
11 9146

"Lamer" <Ga******@gmail.comwrote in message
news:11**********************@d55g2000hsg.googlegr oups.com...
Are there any good PHP emulators out there. I hate having to upload
each time I want to check it out.
Why would you need an emulator?

Just install Apache/PHP on your local machine... They're free.
Sep 23 '07 #2
If you edit remotely using webdrive (which maps your site to a virtual
drive), WebDAV, or an editor that supports remote editing like
EditPlus, your edits will take effect as soon as you save the file. No
manual upload step needed.

On Sep 22, 10:20 pm, Lamer <Galat...@gmail.comwrote:
Are there any good PHP emulators out there. I hate having to upload
each time I want to check it out.

Sep 23 '07 #3

"petersprc" <pe*******@gmail.comwrote in message
news:11**********************@n39g2000hsh.googlegr oups.com...
If you edit remotely using webdrive (which maps your site to a virtual
drive), WebDAV, or an editor that supports remote editing like
EditPlus, your edits will take effect as soon as you save the file. No
manual upload step needed.

On Sep 22, 10:20 pm, Lamer <Galat...@gmail.comwrote:
>Are there any good PHP emulators out there. I hate having to upload
each time I want to check it out.
I use Dreamweaver and it has that option. I ***NEVER** use it, and do so by
choice. Often I have to work on a live system and changes have to be made
to several files at once. On a live system, you have a broken site until
all are in place. If all the editing is done locally, and then uploaded at
once, then the downtime is milliseconds.

Also, I like having a local copy of my work. I can't tell you how often it
has happened that a co-worker (or I) have screwed up a file and and got the
original back from the me or the (other worker). Maybe I am a control freak
when it comes to code, but I like the security of having to upload rather
than it being done automagically for me. It gives me time to think "maybe I
should make a local copy before I put this out on line". A small price to
pay for safety.

Shelly
Sep 23 '07 #4
On Sep 23, 1:02 pm, "Shelly" <sheldonlg.n...@asap-consult.comwrote:
"petersprc" <peters...@gmail.comwrote in message

news:11**********************@n39g2000hsh.googlegr oups.com...
If you edit remotely using webdrive (which maps your site to a virtual
drive), WebDAV, or an editor that supports remote editing like
EditPlus, your edits will take effect as soon as you save the file. No
manual upload step needed.
On Sep 22, 10:20 pm, Lamer <Galat...@gmail.comwrote:
Are there any good PHP emulators out there. I hate having to upload
each time I want to check it out.

I use Dreamweaver and it has that option. I ***NEVER** use it, and do so by
choice. Often I have to work on a live system and changes have to be made
to several files at once. On a live system, you have a broken site until
all are in place. If all the editing is done locally, and then uploaded at
once, then the downtime is milliseconds.

Also, I like having a local copy of my work. I can't tell you how often it
has happened that a co-worker (or I) have screwed up a file and and got the
original back from the me or the (other worker). Maybe I am a control freak
when it comes to code, but I like the security of having to upload rather
than it being done automagically for me. It gives me time to think "maybe I
should make a local copy before I put this out on line". A small price to
pay for safety.

Shelly
Shelly check out tortoise SVN - it is free and open source even for
windows, and will stop you or anyone else screwing up files, even if
you all edit it at the same, it allows you to step back not just
through versions of a file, but through versions of your entire code
base, while allowing strict security control, and multiple users, you
can edit files offline while on the train, at work, and then at home,
and commit whenever you have an internet connection, and synchronise
is all places. Oh and it integrates with windows explorer to allow
simple right click commit and updates. FTP is all very well, but it
doesnt work with multiple users without some kind of complicated and
fake "locking" mechanism by dreamweaver and so on...

Sep 23 '07 #5
Lamer wrote:
Are there any good PHP emulators out there. I hate having to upload
each time I want to check it out.
....or ssh to the server and edit in place, directly,
with vi, emacs or what ever. Server isn't unix?
Then install cygwin on the server.
Then you can also run subversion, cvs or rcs,
and have access to all previous edits.

Sep 23 '07 #6
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Doan Noahlot wrote:
Lamer wrote:
>Are there any good PHP emulators out there. I hate having to upload
each time I want to check it out.

...or ssh to the server and edit in place, directly,
with vi, emacs or what ever. Server isn't unix?
Then install cygwin on the server.
Then you can also run subversion, cvs or rcs,
and have access to all previous edits.
Arggghh, the thought of going back to vi or emacs for development! It's
a nice idea in principle but I like my GUI and I don't really want to
use windows as a rather more expensive and resource hungry version of DOS

- --
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)

iD8DBQFG9uUKkA9dCbrNdDMRAsjOAJ0S6VqBkXM3kMEhYPIUdT QGjnkyaACgxiU+
jQ7sZ9Vgl2v8naX2XhvNipU=
=L+T/
-----END PGP SIGNATURE-----
Sep 23 '07 #7

Fair enough.
The only thing that really makes sense is to mirror the
server environment on your desktop. I like to use Netbeans
for Java. I have an old Zend for php. Can't say I like it much.
I'll have to suck it up and get eclipse/php going.
Last time I looked it was still in beta.

QUESTION:
Does it make any sense to use php on a windows server?
I mean it might be better than asp/.net (which I don't
know about). But why *would* a person code in php on
a windows machine, when they could do it on a linux box,
which is sooooo much more convenient, it seems to me.
(ssh, perl, python, version control, cron, etc).

I'm not trying to insult or start a war, I'm just
curious. Why run php on a windows server *rather* than
linux? I'm perfectly willing to believe there is a
good reason. I just can't imagine what it is.
Sep 23 '07 #8
Doan Noahlot wrote:
>
Fair enough.
The only thing that really makes sense is to mirror the
server environment on your desktop. I like to use Netbeans
for Java. I have an old Zend for php. Can't say I like it much.
I'll have to suck it up and get eclipse/php going.
Last time I looked it was still in beta.

QUESTION:
Does it make any sense to use php on a windows server?
I mean it might be better than asp/.net (which I don't
know about). But why *would* a person code in php on
a windows machine, when they could do it on a linux box,
which is sooooo much more convenient, it seems to me.
(ssh, perl, python, version control, cron, etc).

I'm not trying to insult or start a war, I'm just
curious. Why run php on a windows server *rather* than
linux? I'm perfectly willing to believe there is a
good reason. I just can't imagine what it is.
Sure, I run it on a Windows box for a lot of reasons.

For instance, one of my sites is mostly VBScript/ASP, so it needs Windows. But
they wanted some other things (like blogs) which are more readily available in
PHP. Additionally, I'm working on a project right now where I need to post data
to another site. This is easy with PHP AND CURL; much more difficult in
VBScript/ASP. So sometimes I'm passing stuff from a VBScript page to a PHP
page, and vice versa. Maybe eventually we'll get it all PHP.

And I run it at home because I duplicate environments. I've got both IIS and
Apache on this system; I just start whichever one I need at the time.

Plus I use this machine for things in another business where I pretty much need
some MS products to work with customers there.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
js*******@attglobal.net
==================
Sep 23 '07 #9
Brendan Gillatt wrote:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Doan Noahlot wrote:
>Lamer wrote:
>>Are there any good PHP emulators out there. I hate having to upload
each time I want to check it out.
...or ssh to the server and edit in place, directly,
with vi, emacs or what ever. Server isn't unix?
Then install cygwin on the server.
Then you can also run subversion, cvs or rcs,
and have access to all previous edits.

Arggghh, the thought of going back to vi or emacs for development!
...would mean that people thought a lot more before they put finger to
keyboard.

Arguably no bad thing...
>It's
a nice idea in principle but I like my GUI and I don't really want to
use windows as a rather more expensive and resource hungry version of DOS
Never mind what you want, that is after all pretty much what it IS
anyway..;-)
>
Sep 24 '07 #10
NC
On Sep 23, 3:40 pm, Doan Noahlot <doannoah...@dis.orgwrote:
>
QUESTION:
Does it make any sense to use php on a windows server?
Of course it does. :)
I mean it might be better than asp/.net (which I don't
know about). But why *would* a person code in php on
a windows machine, when they could do it on a linux box,
Because the person in question may also need to code in a .Net
language or Delphi. Or because they need to make their PHP
application work with something that is only available through the use
of COM objects (which could be anything from Crystal Reports to
QuickBooks).
I'm not trying to insult or start a war, I'm just
curious. Why run php on a windows server *rather* than
linux? I'm perfectly willing to believe there is a
good reason. I just can't imagine what it is.
Integration with third-party products not available for Linux.

Cheers,
NC

Sep 24 '07 #11
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Doan Noahlot wrote:
>
Fair enough.
The only thing that really makes sense is to mirror the
server environment on your desktop. I like to use Netbeans
for Java. I have an old Zend for php. Can't say I like it much.
I'll have to suck it up and get eclipse/php going.
Last time I looked it was still in beta.

QUESTION:
Does it make any sense to use php on a windows server?
I mean it might be better than asp/.net (which I don't
know about). But why *would* a person code in php on
a windows machine, when they could do it on a linux box,
which is sooooo much more convenient, it seems to me.
(ssh, perl, python, version control, cron, etc).

I'm not trying to insult or start a war, I'm just
curious. Why run php on a windows server *rather* than
linux? I'm perfectly willing to believe there is a
good reason. I just can't imagine what it is.
I see your point in that - I would much rather develop in either an
entirely *nix or entirely windows environment. I just happen to run a
windows box for everything else I do and it just so happens that (at
this moment in time) linux hosting is cheaper than windows.

If I could afford it, I would buy up a dedicated server for myself, set
up an X11 server and basically run my entire computing from that, using
any old computer I have access to simply as a dumb terminal. *dreams on*

You can get all of those services you listed above running with windows
(if you can call scheduled tasks nearly as good as cron).

Ideally, and I know this isn't always true, code written in PHP _should_
be cross-platform.

- --
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)

iD4DBQFG993okA9dCbrNdDMRAsm0AKCFo1e43kXvFLZTP9u9I3 TBGBZ9NwCVHQkW
Rmjpu8syJHHWvxe2ijn5+w==
=y/hv
-----END PGP SIGNATURE-----
Sep 24 '07 #12

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: Mark Irvine | last post by:
Hi, I recently upgraded to anAMD64 3400 and installed XP SP2. Unpon trying to run a smart application on the emulator, I recieved and error message: "Emulator for Windows CE One or more...
2
by: maderjc | last post by:
I got a new PC and installed Microsoft Visual Studio .Net 2003 and then installed "Microsoft Pocket PC 2003 SDK.msi" and "Windows Mobile 2003 Second Edition Emulator Images for Pocket PC - WWE.msi"...
2
by: Schraalhans Keukenmeester | last post by:
After searching for an emulator for the typical cellphone/handheld java applets (do these have a specific name like beans or something?) I arrived at Sun's website and found a download for a...
2
by: Claire | last post by:
Running visual studio .net 2003, Ive created a project for a pocket pc. I want to run it in my pocket pc 2003 emulator because if I use that particular one I can connect the emulator to activesync...
2
by: Claire | last post by:
Im running a demo database application for a pocketpc device. When it runs in debug mode in the emulator I notice that it also downloads the associated database file with it. I'm using c# in Visual...
0
by: Wei | last post by:
I recently installed Windows CE .NET Utilities v1.1 for Visual Studio .NET 2003.EXE which allowed me to test my smart device application on CE emulator 4.1. I also installed CE emulator 4.20, too...
2
by: Stuart Ferguson | last post by:
Hi All, I am currently developing software for a Windows CE PC which i currently dont have the hardware, thus I am using the emulator for VS2003. The software writes out Timesheet entries to...
4
by: mac | last post by:
I have a petty basic machine: Win XP 1GB RAM AMD 3500+ Chip (2.2 Mhz) I just did a single form "Hello World" application and tried to debug. It took 20 seconds to deploy to the emulator. The...
0
by: srinathava | last post by:
Hi, I am trying to send keystrokes to the NES emulator nester. The idea was to be able to use a standard NES controller whose "state" I can read in using Python and then conveying that to the...
2
by: teo | last post by:
hallo I'd like to test some .htm and .aspx pages I created time ago on mobile devices. I have vs2005 and I'd like to use the emulators offered in vs2005. Now, the installation of the MS...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.