Development Articles
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsOtherDevelopment Articles

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old January 6th, 2003, 01:42 AM
ibusinesslawyer ibusinesslawyer is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jan 2003
Posts: 1 ibusinesslawyer User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
More Tutorials Please?

It would be a great if you melon folks would do a series of Dreamweaver-PHP tutorials. Macromedia has relatively little on their site on PHP. So, here's hoping you'll write more for us!

Reply With Quote
  #2  
Old January 22nd, 2003, 09:21 PM
Simon66 Simon66 is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jan 2003
Location: Sydney, Australia
Posts: 1 Simon66 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
[no subject]

I do my design and developing all on the one PC and use it for the local, remote and testing server. So I needed to install PHP, Apache and MySql for Windows and after spending weeks off and on trying to configure them I finally found "phpdev423" at "http://www.firepages.com.au/":http://www.firepages.com.au/
This is a brilliant bundle of all three in one installer, it worked first time on my windows XP Pro, and is perfect for Dreamweaver users tring to get to grips with PHP and MySql.

Reply With Quote
  #3  
Old January 24th, 2003, 10:40 AM
guest
Guest
Dev Shed Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
[no subject]

HI,
when i'm trying to run my code it gives the folling error
Undefined index: submit in C:\Apache2\htdocs\test.php on line 8

line 8 is
<?php if (!$HTTP_POST_VARS['submit']) { ?>

Reply With Quote
  #4  
Old February 6th, 2003, 11:40 AM
guest
Guest
Dev Shed Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
Dreamweaver MX

Thanks for a well written article. I've used DW for a while but didn't know about the new integration with PHP offered in MX.

Reply With Quote
  #5  
Old February 6th, 2003, 11:40 AM
guest
Guest
Dev Shed Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
Dreamweaver MX

Thanks for a well written article. I've used DW for a while but didn't know about the new integration with PHP offered in MX.

Reply With Quote
  #6  
Old February 28th, 2003, 01:52 PM
guest
Guest
Dev Shed Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
Very interesting indeed

My girlfriend is a Dreamweaver enthusiast, while i´ve been mucking around with php for a few months.
(Design/flashy websites versus powerful/full-of-content philosophy).

You guys think "marriage" is the most appropiate verb?

Lets get involved in this MX, and
hope to hear more from this subject,

Raul Alvaro Fraser
http://raul.info

From Granada, Spain.

Reply With Quote
  #7  
Old March 3rd, 2003, 05:46 AM
guest
Guest
Dev Shed Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
Extra third party PHP module available

Hi,

If you looking for an extended PHP feature set in Dreamweaver MX.
Have a look at impakt2 from www.interakt.ro
Impakt2 offers forms wizards with transaction support and login with multi-level access.




Reply With Quote
  #8  
Old March 5th, 2003, 02:49 PM
guest
Guest
Dev Shed Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
update interactions can be tricky

I liked the article and found it quite useful for setting up the basics of DB interaction. However; all of the problems I experienced were in the update form that I was trying to create. (Updates, of course, aren't covered in the article...)

To (hopefully!) save some time for others, note that DW does not like dashes, underscores or any other weird, un-letter-like charcters in the names of recordsets, bindings etc. Worse, it doesn't complain if you put them in, it just doesn't work. (and then you spend hours trying to figure out what's wrong). Also, never name your primary index in your DB "index" - although MySQL doesn't have a problem with it, PHP (or maybe DW?) does.

On another tangent, if anyone is doing this on MacOS X, you already have apache and php ready to go (just enable php in httpd.conf). MySQL is available from www.entropy.ch and is dead easy to install. It rocks having the test server as your development machine! Make a change in DW and it's already there in http://localhost in your browser.

As another aside, I would like to see more about PHP and MySQL in DW, especially the more advanced stuff like using joins etc. from within DW.

Cheers!

Miles

Reply With Quote
  #9  
Old April 16th, 2003, 01:57 AM
guest
Guest
Dev Shed Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
Apache, MySQL and PHP Kits

Here's where phpdev and other installation packages can be found (as noted in the "php.net":http://www.php.net/manual/en/tutorial.php beginner's tutorial).

"http://www.hotscripts.com/PHP/Software_and_Servers/Installation_Kits/":http://www.hotscripts.com/PHP/Software_and_Servers/Installation_Kits/


Reply With Quote
  #10  
Old April 17th, 2003, 12:24 AM
icedilbert icedilbert is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Apr 2003
Posts: 34 icedilbert User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 6
Great article, some questions

Great article, thanks!

I have a few questions on DWMX with PHP.

1. Is there a Reference available of PHP for Dreamweaver? I've read about references that have been created for MX on languages, etc.. They show up in the top right hand side of MX. It's great for getting the syntax on functions, etc..

2. Anyone know how to improve the connectivity of DW? Connecting and editing my site remote with DW is kind of a pain. As I'm developing, if the ftp connection is lost, it tells me about it. I'd prefer it just login, send/get the files and log off. But it seems to linger and then taunt me that it was disconnected.
__________________
Mike
http://www.devmanagers.com

Reply With Quote
  #11  
Old May 9th, 2003, 07:36 AM
guest
Guest
Dev Shed Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
re: More Tutorials Please?

I agree - it's tricky to get used to using things the dreamweaver way.

Reply With Quote
  #12  
Old May 11th, 2003, 10:38 PM
steve1959's Avatar
steve1959 steve1959 is offline
learning to fly
Dev Shed Newbie (0 - 499 posts)
 
Join Date: May 2003
Location: Caldwell, Idaho, USA
Posts: 58 steve1959 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 6
[no subject]

You've probably already gotten around this by now, but here's what works:

// instead of 'if (!$_POST['submit'])'
// use

if (!(isset(_POST['submit'])))

The line as written in the tut should work, but doesn't, and I haven't found out why yet (or if I have I don't remember) - but I will, sooner or later.

Reply With Quote
  #13  
Old May 27th, 2003, 11:52 AM
Ducani
Guest
Dev Shed Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
Building PHP Applications With Macromedia Dreamweaver MX

Building PHP Applications With Macromedia Dreamweaver MX

December 18, 2002 - Looking for a RAD tool to help you quickly and efficiently develop PHP-based Web applications? Or just new to PHP and MySQL in general? You might want to spend some time with Dreamweaver MX, Macromedia's latest revision of their venerable HTML editor, which comes with some nifty new ideas designed to minimize hand-coding of PHP scripts.

Please discuss this article in this thread. You can read the article here .

Reply With Quote
  #14  
Old May 28th, 2003, 10:36 AM
Ducani
Guest
Dev Shed Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
If you would like to see an article covering a particular topic, please post your request here.

Reply With Quote
  #15  
Old June 8th, 2003, 04:14 PM
Ducani
Guest
Dev Shed Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
Name: Anonymous User
Subject: Very interesting indeed
Date: 02-28-2003 11:52:13 MST
My girlfriend is a Dreamweaver enthusiast, while i´ve been mucking around with php for a few months. (Design/flashy websites versus powerful/full-of-content philosophy).

You guys think "marriage" is the most appropiate verb?

Lets get involved in this MX, and hope to hear more from this subject,

Raul Alvaro Fraser URL

From Granada, Spain.

Reply With Quote
Reply

Viewing: Dev Shed ForumsOtherDevelopment Articles > Building PHP Applications With Macromedia Dreamweaver MX


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump



 Free IT White Papers!
 
How to Present Effectively Online
This white paper offers practical and actionable advice on the key steps that any presenter should consider as they plan and execute a Webinar or online meeting.

 
Open Source Security Myths
Open Source Software (OSS) is computer software whose source code is available to the general public with relaxed or non-existent intellectual property restrictions (or arrangement such as the public domain), and is usually developed with the input of many contributors.

 
Power and Cooling Capacity Management for Data Centers
This paper describes the principles for achieving power and cooling capacity management.

 
Scalable, Fault-Tolerant NAS for Oracle - The Next Generation
For several years NAS has been evolving as a storage alternative for Oracle databases, and for good reason: NAS is quite often the simplest, most cost-effective storage approach for Oracle. Learn about the benefits that HP's approach to scalable NAS brings to Oracle environments in this comprehensive white paper.

 
Understanding Web Application Security Challenges
This white paper discusses many common threats and preventive measures for Web application security, and explains what you can do to help protect your organization.

 

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support |