 |
|
 |
|
Next: how to obtain an ldap address & modify it thr..
|
| Author |
Message |
External

Since: Oct 24, 2004 Posts: 1
|
(Msg. 1) Posted: Tue Oct 26, 2004 3:16 pm
Post subject: What is so special about PHP? Archived from groups: alt>php (more info?)
|
|
|
OK why use PHP? I know a little bit of Coldfusion from a class I'm
taking for my degree. I finished it up and decided I would write a
version in PHP because a lot of employers want knowledge of PHP. After
working with PHP a bit I wonder, WHY?
For data retrieval Coldfusion takes less code.
Yes you have to pay for Coldfusion but the cost should be offset by
easier code and faster development time.
The web hosts sites I have looked at charge the same for either
technology.
Maybe I just have not gotten into the real hard-core part of PHP. Can
some one tell me what I'm missing?
-Alan T >> Stay informed about: What is so special about PHP? |
|
| Back to top |
|
 |  |
External

Since: Mar 08, 2004 Posts: 24
|
(Msg. 2) Posted: Wed Oct 27, 2004 4:10 am
Post subject: Re: What is so special about PHP? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
<fitznab RemoveThis @hotmail.com> schreef in bericht
news:1098825381.117342.7090@f14g2000cwb.googlegroups.com...
> OK why use PHP? I know a little bit of Coldfusion from a class I'm
> taking for my degree. I finished it up and decided I would write a
> version in PHP because a lot of employers want knowledge of PHP. After
> working with PHP a bit I wonder, WHY?
>
> For data retrieval Coldfusion takes less code.
> Yes you have to pay for Coldfusion but the cost should be offset by
> easier code and faster development time.
> The web hosts sites I have looked at charge the same for either
> technology.
>
> Maybe I just have not gotten into the real hard-core part of PHP. Can
> some one tell me what I'm missing?
>
> -Alan T
>
I looked in google a bit and found the following forum thread.
<a style='text-decoration: underline;' href="http://www.sitepoint.com/forums/showthread.php?s=682f3e65535e49b348e37434c6a7a5a9&p=416500#post416500" target="_blank">http://www.sitepoint.com/forums/showthread.php?s=682f3e65535e49b348e37...c6a7a5a</a>
HTH Rob<!-- ~MESSAGE_AFTER~ --> >> Stay informed about: What is so special about PHP? |
|
| Back to top |
|
 |  |
External

Since: Oct 27, 2004 Posts: 1
|
(Msg. 3) Posted: Wed Oct 27, 2004 5:13 am
Post subject: Re: What is so special about PHP? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
On 26 Oct 2004 14:16:21 -0700, fitznab RemoveThis @hotmail.com wrote:
>OK why use PHP? I know a little bit of Coldfusion from a class I'm
>taking for my degree. I finished it up and decided I would write a
>version in PHP because a lot of employers want knowledge of PHP. After
>working with PHP a bit I wonder, WHY?
Because it is free and so is the entire server environment to host
php/mysql sites. Also it's robust, flexible and can easily tap into
powerful unix based features.
>For data retrieval Coldfusion takes less code.
>Yes you have to pay for Coldfusion but the cost should be offset by
>easier code and faster development time.
>The web hosts sites I have looked at charge the same for either
>technology.
>
>Maybe I just have not gotten into the real hard-core part of PHP. Can
>some one tell me what I'm missing?
I don't get it either. Even though i like php, i don't think it makes
much sense to use it from a business point of view. Not until someone
creates a visual developer environment for it. It's just like people
creating entire htmp/xml sites with a text editor losing out against
visual development tools like dreamweaver. In the end the person who
creates the most code in the shortest amount of time will win. And
even if the fast method will produce code of less quality it will
still win in most cases.<!-- ~MESSAGE_AFTER~ --> >> Stay informed about: What is so special about PHP? |
|
| Back to top |
|
 |  |
External

Since: Jul 21, 2004 Posts: 5
|
(Msg. 4) Posted: Wed Oct 27, 2004 4:21 pm
Post subject: Re: What is so special about PHP? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Rick D. wrote:
>
> It's just like people creating entire htmp/xml sites with a text editor
> losing out against
> visual development tools like dreamweaver. In the end the person who
> creates the most code in the shortest amount of time will win. And
> even if the fast method will produce code of less quality it will
> still win in most cases.
Not necessarily. I write my code by hand -- I mean, I use an editor with
syntax highlighting, but certainly not WYSIWYG (or not what you get as the
case may be). I've done enough development to have my own html/css/php code
library, to be familiar enough with the technologies that I can produce
sites as rapidly as anyone, except my code is lean, clean, compliant and,
most importantly, does exactly what *I* think it should do, not what the
developer of some software tool thinks it should do. I do use RAD tools for
my software development (Delphi) however.<!-- ~MESSAGE_AFTER~ --> >> Stay informed about: What is so special about PHP? |
|
| Back to top |
|
 |  |

Joined: Jan 06, 2004 Posts: 655
|
(Msg. 5) Posted: Wed Oct 27, 2004 5:15 pm
Post subject: Re: What is so special about PHP? [Login to view extended thread Info.]
|
|
|
| Rick D. wrote: |
On 26 Oct 2004 14:16:21 -0700, fitznab RemoveThis @hotmail.com wrote:
I don't get it either. Even though i like php, i don't think it makes
much sense to use it from a business point of view. Not until someone
creates a visual developer environment for it. It's just like people
creating entire htmp/xml sites with a text editor losing out against
visual development tools like dreamweaver. |
Rick, is not as bad as writing php with text editor. You can use IDE's- I use Zend IDE. I have experience with both ASP and PHP, and Zend IDE is a lot nicer than Visual InterDev for ASP (if anyone cares). >> Stay informed about: What is so special about PHP? |
|
| Back to top |
|
 |  |
External

Since: Oct 30, 2004 Posts: 1
|
(Msg. 6) Posted: Sat Oct 30, 2004 12:13 pm
Post subject: Re: Re: What is so special about PHP? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
"steve" <UseLinkToEmail DeleteThis @dbForumz.com> wrote in message
news:41801086$1_5@alt.athenanews.com...
> "Rick D." wrote:
> > On 26 Oct 2004 14:16:21 -0700, fitznab DeleteThis @hotmail.com wrote:
> >
> > I don't get it either. Even though i like php, i don't
> > think it makes
> > much sense to use it from a business point of view. Not until
> someone
> > creates a visual developer environment for it. It's just like
> > people
> > creating entire htmp/xml sites with a text editor losing out
> against
> > visual development tools like dreamweaver.
>
> Rick, is not as bad as writing php with text editor. You can use
> IDE's- I use Zend IDE. I have experience with both ASP and PHP, and
> Zend IDE is a lot nicer than Visual InterDev for ASP (if anyone
> cares).
>
> --
> <a style='text-decoration: underline;' href="http://www.dbForumz.com/" target="_blank">http://www.dbForumz.com/</a> This article was posted by author's request
> Articles individually checked for conformance to usenet standards
<font color=purple> > Topic URL: <a style='text-decoration: underline;' href="http://www.dbForumz.com/PHP-special-ftopict164545.html</font" target="_blank">http://www.dbForumz.com/PHP-special-ftopict164545.html</font</a>>
> Visit Topic URL to contact author (reg. req'd). Report abuse:
<a style='text-decoration: underline;' href="http://www.dbForumz.com/eform.php?p=552608" target="_blank">http://www.dbForumz.com/eform.php?p=552608</a>
I'm testing a new Visual Studio add-on which provides PHP support. It's
called vs.php .I'll post some feedback once I've had a good chance to use
it.<!-- ~MESSAGE_AFTER~ --> >> Stay informed about: What is so special about PHP? |
|
| Back to top |
|
 |  |

Joined: Jan 06, 2004 Posts: 655
|
(Msg. 7) Posted: Sat Oct 30, 2004 1:43 pm
Post subject: Re: Re: What is so special about PHP? [Login to view extended thread Info.]
|
|
|
| codeMonkey2 wrote: |
"steve" <UseLinkToEmail.RemoveThis@dbForumz.com> wrote in message
news:41801086$1_5@alt.athenanews.com...
> "Rick D." wrote:
> > On 26 Oct 2004 14:16:21 -0700, fitznab.RemoveThis@hotmail.com wrote:
> >
> > I don't get it either. Even though i like php, i don't
> > think it makes
> > much sense to use it from a business point of view. Not until
> someone
> > creates a visual developer environment for it. It's just like
> > people
> > creating entire htmp/xml sites with a text editor losing out
> against
> > visual development tools like dreamweaver.
>
> Rick, is not as bad as writing php with text editor. You can use
> IDE's- I use Zend IDE. I have experience with both ASP and PHP, and
> Zend IDE is a lot nicer than Visual InterDev for ASP (if anyone
> cares).
>
> --
> http://www.dbForumz.com/ This article was posted by author's request
> Articles individually checked for conformance to usenet standards
> Topic URL: http://www.dbForumz.com/PHP-special-ftopict164545.html
> Visit Topic URL to contact author (reg. req'd). Report abuse:
http://www.dbForumz.com/eform.php?p=552608
I'm testing a new Visual Studio add-on which provides PHP support. It's
called vs.php .I'll post some feedback once I've had a good chance to use
it. |
I don't know the benefit of a VS add-on, but please let us know. Zend seems to work just fine for me. IMHO add-on's are usually not as good as the native solutions, but I could be surprised, so let us know. >> Stay informed about: What is so special about PHP? |
|
| Back to top |
|
 |  |
| Related Topics: | Special Characters - Hi! I'm trying to convert some XML into PHP, using xml_parse() and other PHP functions. When I convert, I loose special characters from my native language (Spanish), such as á, é, í, ó, ú and ñ. The result shows these characters as Ã, ñ, é ... Is....
Special characters - Hi! I'm trying to convert some XML into PHP, using xml_parse() and other PHP functions. When I convert, I loose special characters from my native language (Spanish), such as á, é, í, ó, ú and ñ. The result shows these characters as Ã, ñ, é ... Is....
Special Characters into database - Hi there guys, My doubt is, what's the best way of storing text into a mysql database, if the text has special characters.. imagine iso-8859-1. Should I convert the text using htmlentities and then put it into database, and later when I will retrieve i...
Delete multiple spaces and special characters - Is it possible to delete special caracters from a string and multiple spaces? When the input is : "a&*bbb cc/c d!d" I want the result : "abbb ccc dd" thnx. MJ <?php $q = $_REQUEST['q']; $q = strip_tags($q); echo $q ?&g...
Simple question?? PHP..ODBC..and...dBASE - Ok this may be a dumb question to some but for the first time this evening I have to access dBASE file through ODBC.. I'm trying to do simple queries of SELECT * FROM ??? however I can't for the life of me figure out what to put in place of the ???. Any.... |
|
You can post new topics in this forum You can reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|
 |
|
|