Now my include won't work...
the line was include ("form.php"); but now nothing is coming up... I made sure the code was getting to that point etc etc... tried single quotes etc etc but nothing is working? why?
thanks 4 any help :p
I turned register globals off and..
Moderator: General Moderators
- John Cartwright
- Site Admin
- Posts: 11470
- Joined: Tue Dec 23, 2003 2:10 am
- Location: Toronto
- Contact:
- John Cartwright
- Site Admin
- Posts: 11470
- Joined: Tue Dec 23, 2003 2:10 am
- Location: Toronto
- Contact:
OMG WILL YOU MARRY ME? haha...you always look outside the box don't you...
BTW: I had a problem with turning register global off and you suggested:
php_flag register_globals off which didn't work in .htaccess....
I asked someone else they suggested this:
<IfModule mod_php4.c>
php_flag register_globals off
</IfModule>
and it worked... just thought i'd let you know.
BTW: I had a problem with turning register global off and you suggested:
php_flag register_globals off which didn't work in .htaccess....
I asked someone else they suggested this:
<IfModule mod_php4.c>
php_flag register_globals off
</IfModule>
and it worked... just thought i'd let you know.