|
Posted by Michael Fesser on 10/20/07 16:31
..oO(Kye)
>> As far as I know, that is the 71st resource you create in your script.
>> There are functions for getting the type of the resource if you don't
>> know it. A resource is a PHP-special data type and is used for files,
>> database connections and a lot more. I don't think you can get much more
>> details than the resource type.
>
>So is there any way to know why :
>
><td class="pageHeading">
> <? if ( isset($_POST[dropdown]) ) {
Here's another problem:
Short open tags are bad and unless 'dropdown' is a defined constant, the
line above will throw a notice. Make sure that error_reporting is set to
E_ALL or E_ALL|E_STRICT in your php.ini on your development machine.
Micha
Navigation:
[Reply to this message]
|