View Single Post
  #6 (permalink)  
Old 03-06-2008, 07:32 AM
Draicone Draicone is offline
Junior Member
 
Join Date: Jan 2008
Posts: 10
Default

Is it possible to pass the string from wordpress to the CSS PHP script via the URL? e.g. within your WP code an echo "<link href=\"style.css?string={$string}\" rel=\"stylesheet\" />";. You could then easily get it via $_GET in your CSS script.
Reply With Quote