View Single Post
  #3 (permalink)  
Old 03-01-2008, 05:13 AM
ryanhellyer's Avatar
ryanhellyer ryanhellyer is offline
Super Moderator
 
Join Date: Dec 2007
Posts: 708
Default

Okay, now have another question!

I'm trying to take a string generated in a WordPress plugin file, and output the value from that string to a dynamic PHP driven CSS file.


I've tried specifying the string in the plugin, then displaying it via an echo statement, but that doesn't work at all. And I've also tried turning it into a function and displaying it that way, but still no luck

I'm assuming there is no connection between the two scripts, so a string specified in one is not read into the other. But I have no idea how to link the two together so that the string can be outputted

Any ideas?
Reply With Quote