Does anyone have experience with PHP integrated development
environments?
I have experience with Dreamweaver 4 and am considering upgrading to
Dreamweaver MX although I'm not sure it has as much PHP support as I'd
like. I'm also interested in Zend Studio v2.6 which is just released.
I'd appreci
I imagine there are some people with opinions on this list so I'd really
appreciate some commentary and philosophy on this subject if you want.
Deride me if you must.
For the past 3 months I've been learning PHP using 4.06, Apache 1.3.20,
MySQL 3.23, all running smoothly on Win98. I downloaded
And another good one at http://www.firepages.com.au.
Everything there is free and they have a pretty good forum with lots of
newbie questions.
-Original Message-
From: m1nt ch3w [mailto:[EMAIL PROTECTED]
Sent: Monday, March 03, 2003 3:17 AM
To: [EMAIL PROTECTED]
Subject: Recommended for
Win98, Apache 1.3.20, PHP 4.06.
I realize this isn't an Apache forum but you folks are a very helpful
bunch and PHP and Apache are like peas in a pod so I though I'd give it
a try here.
My CSS styles don't display on my dev box but they show up just fine
from my web host. In other words, the a
I had the same message the other day. My line 5 is where I call a
function. I had a tag as the very last line of a function but
had it outside the closing brace } so I moved inside the
closing brace } and the problem went away.
-Original Message-
From: Bobo Wieland [mailto:[EMAIL PROTECT
I asked this question in a forum last week and finally got a helpful
answer. I'm new to databases and I knew how to upload an html file
through a typical ftp client but I couldn't get my head around the
concept of uploading a MySQL database. I'm using phpMyAdmin to manage
MySQL.
BTW, TFM was no he
Thanks for all your help.
I performed some tests sent to me by other responders and still no luck.
But in the mean time I also discovered that I was passing the user
results of the wrong function! I changed how I report the new password
to the user and it works now.
In hind-sight it was p
Hi, I'm new in this list and to PHP and MySQL. I'd welcome any help you
can give.
I'm working on a simple application where a registered user submits a
"forgot my password" form. The script is supposed to generate a random
new password, write it to the database, and send it to the user. Then
th