Posted by Geoff Berrow on 09/26/05 03:39
I noticed that Message-ID: <J9HZe.62$sL3.31@newssvr13.news.prodigy.com>
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
Navigation:
[Reply to this message]
|