I have a function that uses a connection string. When I place the function output in my code, instead of doing the function it just displays html with <? function_name (Resource id #1, user1, nameofform); ?>
it is deciphering the second two variables but the first one it is saying that Resource id #1 thing. Why is this happening and what can I do to fix it?
Thanks,
mark
Resouce id #1 error
Moderator: General Moderators
Question: Are these:
Resource id #1, user1, nameofform
Values from your variables of your actual variables ?
Also, you may not have <? ?> short tags enabled in your php.ini.
Reference: http://uk.php.net/manual/en/function.ini-set.php
Regards,
Resource id #1, user1, nameofform
Values from your variables of your actual variables ?
Also, you may not have <? ?> short tags enabled in your php.ini.
Reference: http://uk.php.net/manual/en/function.ini-set.php
Regards,