Search results

  1. G

    What do I do about all my neighbors driving around with there beat 24/7?

    They are extremely disrespectful. All of these renters moved in around me and constantly drive around with there beat. Thats what they call it. And they turn it up as loud as possible even in the middle of the night. I swear every night when im asleep all I hear from outside is "bbbbbbbbb bbbbb...
  2. G

    how to write PHP inside PHP?

    I have the code <?php wp_swfobject_echo( "data", "width", "heigth"); ?> but I need to place this code where the word data is: <?php echo get_post_meta($post->ID, 'flash-url', $single = true); ?> when I place it in like this, the inline php does not work, how would go about making this work...
  3. G

    Help with PHP dynamic content?

    I was wondering how I would go about making a 'template' page that loads an image based on what was clicked in the list on a previous page so I don't have to make a new page for each image. I'm guessing this would be done using PHP. Thanks
Back
Top