Re: Dreamweaver & PHP
I noticed that Message-ID: <J9HZe.62$sL3.31@xxxxxxxxxxxxxxxxxxxxxxxxxx>
from Divorcee In Waiting contained the following:
>What gives? I'm not that up on php/sql code, so what is Dreamweaver doing
>that I need to fix?
Well, it seems to be trying to call a function called Request
13 if (isset(Request("Team"))) {
PHP is not saying it can't find the function, but it's not a PHP
function so it must be defined in the code somewhere. You could try
changing all instances of 'Request("something")' to
$_REQUEST['something']
Is this an old version of Dreamweaver?
--
Geoff Berrow 0110001001101100010000000110
001101101011011001000110111101100111001011
100110001101101111001011100111010101101011
.
Relevant Pages
- FOSS Web Dev. w/o Dreamweaver
... Dreamweaver user to developing Web sites with ... * I'm pretty darn good at throwing together a PHP script in a pinch. ... * This is not a guide for how to run Dreamweaver in Linux. ... I primarily do all of my work in Kate (or occasionally Vim, ... (Fedora) - Re: Fundamental Question
... > I want to learn PHP. ... To date all I've used is Frontpage. ... Should I move to Dreamweaver or something else, ... Dreamweaver MX 2004 open, Internet Explorer and Opera. ... (comp.lang.php) - Re: multiple instances of a CSS link due to server-side file inclusion and tools requirements
... I've heard "Don't use DreamWeaver!" ... My site design _is_ based on using PHP ... the standards in mind and use DW as the tool it is. ... (comp.infosystems.www.authoring.html) - Re: anybody patient & want a new client?
... I have Dreamweaver MX2004 and I think it does manage php and mysql interactivity. ... If you know of anyone honest who is good with php & mysql programing, who can respond and get questions answered and get things done, and who would work with me, a contact would be very much appreciated. ... (comp.lang.php) - Re: [PHP] Should This Newbie Learn From Dreamweaver?
... As a general rule, I distrust generated code in PHP, or in HTML. ... never use Dreamweaver, as the code it generates ... (php.general) |
|