PasteSite.Com

Recent Pastes

Sign Up!

PasteSite is open to the public, but with limited features. Register to be able to modify access rights, track your pastes and more...

Change the theme

If you prefer reading light text on a dark background to dark text on a light background, then you might want to try the dark theme.

Recent Pastes

"Untitled" (PHP) view

  1.  //functions
  2.  function query($sqlquery) {
  3.   $this->result = mysql_query($sqlquery, $this->con);
  4.  }
  5.  
  6.  function multiquery($sqlquery) {
  7.   $query = explode(';', $sqlquery);
  8.   foreach($query as $qu) $this->query($qu);
  9.  }

by Anonymous - pasted 1 year ago

"Re: Re: #4890" (Plain Text) view

  1. Mothafuckaaaaa!

by Anonymous - pasted 1 year ago

"Untitled" (Plain Text) view

  1. mothafuckaaaaaaaa!

by Anonymous - pasted 1 year ago

"Untitled" (PHP) view

  1.   <ul id="productlist"><?php
  2.   $children = get_children("post_type=page&post_parent=$post->ID");
  3.   foreach ($children as $child)
  4.   echo '<li>
  5.   <a href=\"'. get_permalink($child->ID) .\" title=\"$child->post_title\">
  6.  
  7.   <img src=". get_post_meta($post->ID, "Product Image", true) .\" alt=\"0\" border=\"0\" />
  8.   $child->post_title
  9.   </a>
  10.   </li>";

by Anonymous - pasted 1 year ago

"Re: #4890" (Plain Text) view

  1. <ul id="productlist">
  2. <?php
  3. $children = get_children("post_type=page&post_parent=$post->ID");
  4. foreach ($children as $child):
  5. ?>
  6. <li>
  7. <a href="<?php echo get_permalink($child->ID) ?>" title="<?php echo $child->post_title ?>">
  8. <img src="<?php echo get_post_meta($child->ID, "Product Image", true) ?>" />
  9. <?php echo $child->post_title ?></a>
  10. </li>

by Anonymous - pasted 1 year ago

"Untitled" (Plain Text) view

  1. <ul id="productlist"><?php
  2. $children = get_children("post_type=page&post_parent=$post->ID");
  3. foreach ($children as $child)
  4. echo '<li>
  5. <a href="'. get_permalink($child->ID) .
  6. "\" title=\"$child->post_title\">
  7. <img src="<?php echo get_post_meta($child->ID, "Product Image", true);?>" />
  8. $child->post_title
  9. </a>
  10.   </li>";

by Anonymous - pasted 1 year ago

"Re: #4888" (PHP) view

  1.  <?php
  2.  /*
  3.  Template Name: Product Category
  4.  */
  5.  ?>
  6.   <?php get_header(); ?>
  7.   <div id="top_buttons"><!~- Easiest Way --></div>
  8.   <div id="column">
  9.  <?php
  10.   function getParents($id) {

by Anonymous - pasted 1 year ago

"Untitled" (PHP) view

  1.  <?php
  2.  /*
  3.  Template Name: Product Category
  4.  */
  5.  ?>
  6.   <?php get_header(); ?>
  7.   <div id="top_buttons"><!~- Easiest Way --></div>
  8.   <div id="column">
  9.   <!-- LOOP -->
  10.  <?php if (have_posts()) : ?>

by Anonymous - pasted 1 year ago

"Untitled" (PHP) view

  1.  <?php
  2.  /*
  3.  Template Name: Product Category
  4.  */
  5.  ?>
  6.   <?php get_header(); ?>
  7.   <div id="top_buttons"><!~- Easiest Way --></div>
  8.   <div id="column">
  9.   <?php //Droppin' Crumbz
  10.   function getParents($id) {

by Anonymous - pasted 1 year ago

"Untitled" (PHP) view

  1.  <?php
  2.  /*
  3.  Template Name: Product Category
  4.  */
  5.  ?>
  6.   <?php get_header(); ?>
  7.   <div id="top_buttons"><!~- Easiest Way --></div>
  8.   <div id="column">
  9.   <?php #Droppin' Crumbz
  10.   function getParents($id) {

by Anonymous - pasted 1 year ago

« Page: 760, 761, 762, 763, 764.. »