All pastes #281530 Raw Edit

Anonymous

public text v1 · immutable
#281530 ·published 2006-12-16 21:50 UTC
rendered paste body
 Can anybody help? Basically ive got this <?php 
get_header();
 ?> and i want it to be in the default bit in this: if( isset($_GET['accessable']) && $_GET['accessable'] == 1 ){ echo 'No css'; } else { echo "default"; } how would i go about doing it?
<jamesbrose> (this is in wordpress)