View Full Version : Free Online PHP Editor
th13rteen
April 19th, 2008, 21:45
Hey,
This is a cool site. It lets you edit PHP and other programming languages. Its basically like Dreamweaver online. You can use this when you're at work or school.
Well take a look. www.EditPHPOnline.com (http://www.editphponline.com)
Comments and suggestions are welcome!
SC-Daniel
April 19th, 2008, 22:38
I personally use Crimson Editor when editing various types of code.
www.crimsoneditor.com
Thanks for the link, I will definitely check it out ;)
EDIT:
Ok so I checked it out...
The one thing I wish it would have was an open and save option. That would save time when trying to open something you were previously working on or saving the code so you can upload it to your server.
th13rteen
April 19th, 2008, 23:04
Yeah there are lots of php editors. But there isn't one online. Well I'm adding the upload and save feature. I'm currently working on it.
Dynash
April 20th, 2008, 09:20
cool, here's a suggestion.
have a login system, with user accounts.
where you can save your projects online directly into their account, where you can change them at any time.
JohnN
April 20th, 2008, 09:24
Doesn't work for me - safari/mac
Patrick
April 24th, 2008, 19:16
Same, it's not letting me type in the textbox.
Firefox/Windows
Dynash
April 24th, 2008, 21:44
Same, it's not letting me type in the textbox.
Firefox/Windows
works here...
TSO
April 24th, 2008, 22:09
Works in Firefox 2 on Windows platform. Does not work with Safari on Windows platform.
th13rteen
April 26th, 2008, 11:24
I checked it and it works in IE and Firefox. I don't think it works in Safari.
@Patrick: Make sure that you didn't click the "read-only" option.
iBrightDev
April 26th, 2008, 16:39
works great here, but, yeah, needs the upload and save features.
stuffradio
April 27th, 2008, 03:11
Yep, also you need to have the code start with
<?php
not
<?
BananaMaster
April 27th, 2008, 09:42
Yep, also you need to have the code start with
<?php
not
<?
Works with both for me
Dynash
April 27th, 2008, 09:44
Works with both for me
It's because <?php is the global tag, which will work on all servers, the <? short tag, needs to be enabled in the php.ini, not everyone has it. So it makes sence to make it start with <?php.
muffin-monster
April 30th, 2008, 17:38
right now must servers are enabling <? and <?php
jakeruston
May 3rd, 2008, 03:41
Nice site, works fine for me.
hamster
May 3rd, 2008, 05:37
The colors are kind dark for me :S
Powered by vBulletin® Version 4.1.7 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.