my-hacks.php – Parse error
-
Alright, I’m not God when it comes to this PHP business, but I know the basics…
So today, I go to install Alex’s Style Switcher hack to see what I can do…
Create my-hacks.php
Insert code where necessary.
Life is grand…
Until this comes along… Parse error: parse error in /home/httpd/vhosts/danwa/subdomain/czar/httpdocs/my-hacks.php on line 2
I tried everything… I checked for white space, I manually entered code, I checked, and rechecked, and rechecked code and can’t find anything wrong…
<?php
<?php require_once(‘wp-style-switcher.php’); ?>
<?php wp_style_cookie(); ?>
?>
That’s ALL that’s in my-hacks.php…
Am I a moron, or is this something that actually doesn’t work for me?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘my-hacks.php – Parse error’ is closed to new replies.