Ask a Question related to Macromedia Exchange Dreamweaver Extensions, Design and Development.
-
gareth #1
Dreamweaver 8 - PHP Connection - New SB Obj Parameter
In one of my extensions, I`m inserting a Dreamweaver Recordset, using the
built in Recordset code.
I noticed that in Dreamweaver 8 the format has changed slightly in the
connection .edml file, and now has an extra parameter, ie:
<![CDATA[<?php @@UrlFormat@@('@@ConnectionPath@@'); ?>]]
Previously, it was just:
<![CDATA[<?php require_once('@@ConnectionPath@@'); ?>]]
Whats supposed to go in the @@UrlFormat@@ parameter?
In my code, I`ve given the @@UrlFormat@@ parameter the value "require_once",
and it works fine, but I wouldn't of said that its a Url Format, so I`m
wondering whats supposed to go in there?
Are there any new docs that explain things like this for Dreamweaver 8?
--
Gareth
[url]http://www.dreamweavermxsupport.com/[/url]
PHP Login Suite V2 - 34 Server Behaviors to build a complete Login system.
[url]http://www.phploginsuite.co.uk/[/url]
gareth Guest
-
Passing parameter from Dreamweaver to Flash
Hello, is it possible to pass a parameter to flash from html together with the call of the .swf file? In the .swf I play different slide shows.... -
MySQL / PHP / Dreamweaver connection
I'm using Dreamweaver MX 2004, I have installed php 5.2.3, Apache 2.2.4, I have MySQL Server Version 5.0.41 community nt via TCP/IP client... -
connection problem MySQL - php from dreamweaver
Can anybody please help me ? I have set up a remote MySQL database ( on windows system), and have defined the remote testing server and filled... -
Dreamweaver won't make FTP connection
I'm using MX2004 Dreamweaver with Mac 10.4.2 - I could FTP to server just fine two nights ago now I get an error that it can't connect. I tested... -
Dreamweaver FTP via a proxy connection?
I am finding it so far impossible to FTP using Dreamweaver. I get this error message: -- An FTP error occurred - cannot make connection to host.... -
J.S. \(UltraSuite\) #2
Re: Dreamweaver 8 - PHP Connection - New SB Obj Parameter
Gareth,
I am guessing that UrlFormat probably refers to a choice between "file" and
"virtual". At least, that's what it is in ASP.
--
__________________________________________________ __________________
UltraSuite Extension Packages: [url]http://www.ultrasuite.com/[/url]
The *most popular* Suites of DMX 2004 and DMX Server Behaviors
for ASP, ASP.Net, ColdFusion, JSP, and PHP_MySQL
__________________________________________________ __________________
"gareth" <gareth@buzzinet.co.uk> wrote in message
news:dge5rq$cam$1@forums.macromedia.com...> In one of my extensions, I`m inserting a Dreamweaver Recordset, using the
> built in Recordset code.
>
> I noticed that in Dreamweaver 8 the format has changed slightly in the
> connection .edml file, and now has an extra parameter, ie:
>
> <![CDATA[<?php @@UrlFormat@@('@@ConnectionPath@@'); ?>]]
>
> Previously, it was just:
>
> <![CDATA[<?php require_once('@@ConnectionPath@@'); ?>]]
>
> Whats supposed to go in the @@UrlFormat@@ parameter?
>
> In my code, I`ve given the @@UrlFormat@@ parameter the value
> "require_once",
> and it works fine, but I wouldn't of said that its a Url Format, so I`m
> wondering whats supposed to go in there?
>
> Are there any new docs that explain things like this for Dreamweaver 8?
>
> --
> Gareth
> [url]http://www.dreamweavermxsupport.com/[/url]
>
> PHP Login Suite V2 - 34 Server Behaviors to build a complete Login system.
> [url]http://www.phploginsuite.co.uk/[/url]
>
>
J.S. \(UltraSuite\) Guest



Reply With Quote

