[PHP-WIN] IDE's

2003-03-14 Thread Beach, Jim
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

[PHP-WIN] Not rhetorical: Why upgrade php when current version is working fine?

2003-03-07 Thread Beach, Jim
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

[PHP-WIN] RE: Recommended for newbies

2003-03-03 Thread Beach, Jim
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

[PHP-WIN] not serving css styles?, css not showing up on local dev box

2003-02-26 Thread Beach, Jim
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

[PHP-WIN] RE: Warnings

2003-02-17 Thread Beach, Jim
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

[PHP-WIN] RE: MySQL: some script I must do

2003-02-11 Thread Beach, Jim
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

RE: [PHP-WIN] script not allowing login after generating new password

2003-02-04 Thread Beach, Jim
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

[PHP-WIN] script not allowing login after generating new password

2003-02-03 Thread Beach, Jim
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