| Author |
Message |
NeoFangs
Butt Sniffer


Joined: 01 Feb 2001 Posts: 1680
Location: Australia
|
Posted:
Wed Aug 27, 2003 6:10 pm Post subject: Visual PHP? |
|
Anything like a visual PHP program? like a drag and drop kinda deal for PHP? |
_________________ ...Beware I've been Known To Bite...
NeoFangs...
|
|
|
|
|
hohlecow
Tail-Wagger


Joined: 17 May 2002 Posts: 2151
Location: hungary for turkey and chile
|
Posted:
Wed Aug 27, 2003 7:01 pm Post subject: |
|
not quite visual, but my favorite text editor, and many others, will do keyword and syntax highlighting and some other things for you as well as ftp opening and saving.
i know it has the ability to quickly add blocks of code for some languages, but i'm not sure about php.
anyway, php is server side, what's visual about it? |
_________________ give as much as you can, and take nothing
sometimes i think if zombies were attacking us, liberals would be fighting for thier rights, "they eat brains for fuel, it's part of who they are" or "we can't descriminate against them, that's just the way they were reanimated."
trying it again: POTD (picture of the day)
|
|
|
|
|
NeoFangs
Butt Sniffer


Joined: 01 Feb 2001 Posts: 1680
Location: Australia
|
Posted:
Wed Aug 27, 2003 8:27 pm Post subject: |
|
hohlecow wrote:not quite visual, but my favorite text editor, and many others, will do keyword and syntax highlighting and some other things for you as well as ftp opening and saving.
i know it has the ability to quickly add blocks of code for some languages, but i'm not sure about php.
anyway, php is server side, what's visual about it?
theres nothing visual about php - i mean to say that i'm looking for a program with someone what of a gui that will allow for drag and drop and things like that rather then typing code - |
_________________ ...Beware I've been Known To Bite...
NeoFangs...
|
|
|
|
|
MattSharp
Cat Chaser


Joined: 16 Aug 2003 Posts: 989
Location: Milwaukee/Chicago
|
Posted:
Thu Aug 28, 2003 8:05 am Post subject: |
|
NeoFangs wrote:theres nothing visual about php - i mean to say that i'm looking for a program with someone what of a gui that will allow for drag and drop and things like that rather then typing code -
Drag what kind of things? |
|
|
|
|
|
|
wrathiron
Moderator


Joined: 23 May 2002 Posts: 5210
Location: Right behind you, holding a meat cleaver.
|
Posted:
Thu Aug 28, 2003 8:15 am Post subject: |
|
I think he wants something like dreamweaver that shows the visual layout of the code instead of textpading it then running. Is that right Neo? |
_________________ To Escape Criticism Do Nothing; Say Nothing Be Nothing
|
|
|
|
|
NeoFangs
Butt Sniffer


Joined: 01 Feb 2001 Posts: 1680
Location: Australia
|
Posted:
Thu Aug 28, 2003 3:29 pm Post subject: |
|
wrathiron wrote:I think he wants something like dreamweaver that shows the visual layout of the code instead of textpading it then running. Is that right Neo?
thats right - didn't know dreamweaver did php |
_________________ ...Beware I've been Known To Bite...
NeoFangs...
|
|
|
|
|
dstg_ll
-=* NSFW *=-


Joined: 14 Jun 2002 Age: 32 Posts: 13961
Location: Black Pearl
|
Posted:
Thu Aug 28, 2003 4:09 pm Post subject: |
|
NeoFangs wrote:thats right - didn't know dreamweaver did php
It doesn't. |
_________________ http://www.flickr.com/photos/dstg
Guy #1: Then You Post Those Fatties!
Guy #2: No can do. The forum limits attachments to 1600 x 1600.
|
|
|
|
|
random
Moderator


Joined: 30 Oct 2000 Posts: 3382
Location: Left Field
|
Posted:
Thu Aug 28, 2003 5:47 pm Post subject: |
|
Dreamweaver MX has some php functionality but i'm not sure how far it goes.
at the very least you can build a form with Dreamweaver and add the php code manually that will process that form. That is how i use it.
I have an older version though. |
_________________ Democracy substitutes election by the incompetent many for appointment by the corrupt few. -George Bernard Shaw
function video() {
die("radio star");
}
|
|
|
|
|
MattSharp
Cat Chaser


Joined: 16 Aug 2003 Posts: 989
Location: Milwaukee/Chicago
|
Posted:
Fri Aug 29, 2003 6:47 am Post subject: |
|
Well it all comes down to needing PHP installed. You could install Apache, PHP, and SQL on your system and test things locally but there is no program out there that does what you are asking.
If you use a program like EditPlus you can edit the files and save them directly to your webhost and then just click refresh on the page and test the script. That is what most people do. |
|
|
|
|
|
|
dragnlo
Stray Dog
Joined: 27 Oct 2003 Posts: 1
|
Posted:
Mon Oct 27, 2003 3:48 pm Post subject: |
|
|
|
|
|
TheGodAnubis
Tail-Wagger


Joined: 10 Aug 2001 Age: 27 Posts: 2141
Location: Texas... the rest of the world is imaginary.
|
Posted:
Mon Oct 27, 2003 7:55 pm Post subject: |
|
if you are asking for a program that gives you a visual interface for building the layout of the site, any program with a WYSIWYG HTML editor built into it will do what you are wanting, because the visual aspect of any website, regardless of what server side scriting you may or may not be using, is HTML. So you can use a WYSIWYG HTML editor to build the HTML layout, and then go in and add your PHP code as needed.
If this is not what you are looking for, then I have no idea what you are asking, and thus have no suggestions for you. |
_________________ If, at first, you don't succeed, get a bigger hammer.
|
|
|
|
|
fathertyme
Site Admin


Joined: 30 Jun 2001 Posts: 6207
Location: The American Colonies
|
Posted:
Tue Oct 28, 2003 12:55 am Post subject: |
|
He wants to design a PHP website without learning to write PHP
open the program, setup your layout, and then from a menu, create all interactions that you want to be performed.
I understand it, but I've never liked giving away that much control of my code...
I can literally go into lwdcam.codecoma.com and explain what every single piece of code is for... and thats important to me! |
_________________ LWD web-cams: http://lwdcam.codecoma.com/?lwdcam
----
---
[9:08pm][09/16/2005]«+ flip » college...what is that
[9:08pm][09/16/2005]«+ Aff » apparently a place where you find rum
---
I used to live in my own little world, but they didn't like me there either.
You see dead people? I'm a software engineer, I don't see anybody!
---
My Amazon Wishlist
|
|
|
|
|
EdisonRex
Lead Dog


Joined: 06 May 2002 Posts: 10156
Location: Not Moscow
|
Posted:
Fri Oct 31, 2003 2:19 am Post subject: |
|
|
|
|
|
|
|