|
Posted by Divorcee In Waiting on 09/26/05 03:59
I'm using MX (6.0)... Is that already too old? I'm hoping to get a few
more years out of it with the little work I do.
A bit more information, I want it to search the team field and only return
"Titans" and also the date field and only return "09/17/2005". I'm trying
to build this for my sons soccer team, and if I could get it to work, it'd
beat having to make 75 pages of photos for them.
Thanks for checking in on this...
"Geoff Berrow" <blthecat@ckdog.co.uk> wrote in message
news:fhgej1tmjsfb7uc7c8g01h7860r3up1hco@4ax.com...
>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
[Back to original message]
|