1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Likes Received By Rainulf

  1. Key Lime Pie liked Rainulf's post in the thread Class Variable Scope - Include Files.

    I'm guessing displayResults( ) function contains include statements. This will never work because $root inside the function doesn't...

    Aug 18, 2010
  2. interwho liked Rainulf's post in the thread How Do I Use URL Variables?.

    You use $_GET['var1'] there yo. Like this <?php if(isset($_GET['var1'])) { $lol = $_GET['var1']; echo $lol; echo...

    Aug 17, 2010
  3. baris22 liked Rainulf's post in the thread Undefined variable?.

    There is nothing wrong with that, I'm not getting any errors. Try the following: <?php echo $_SERVER['DOCUMENT_ROOT'] . "<br />";...

    Aug 11, 2010
  4. BCRed liked Rainulf's post in the thread Browser Based Redirects.

    That looks like a PHP code. It should be something like this: <?php if (preg_match("/MSIE 8/", $_SERVER['HTTP_USER_AGENT']))...

    Aug 3, 2010
  5. c4gamerz liked Rainulf's post in the thread please help me in fixing Cannot modify header information error!.

    You need to add this at the beginning of your PHP script: ob_start( ); And this at the end of your PHP script: ob_end_flush( );

    Jul 29, 2010
  6. ElitePrime liked Rainulf's post in the thread PHP and MSQL database.

    Run the following SQL command to create 'email' table: CREATE TABLE emails ( email CHAR(50) ); <?php $link =...

    Jul 26, 2010
  7. deemainer liked Rainulf's post in the thread wordpress footer safety?.

    lol the guy encoded this at least 20 times.. This is easy to decode. Just take off the eval command and keep echoing it until you see...

    Jul 21, 2010
  8. imarketing101 liked Rainulf's post in the thread Simple PHP Code To Pass Cookie Variable.

    You definitely need cookies then. Here: <?php ob_start( ); if(isset($_GET['hop'])){ setcookie("cbhop", $_GET['hop'],...

    Jul 20, 2010
  9. sarahk liked Rainulf's post in the thread Image Resizing ?.

    Let me google that for you

    Jul 19, 2010
  10. tobydawson13 liked Rainulf's post in the thread Need help with javascript popup?.

    You mean something like this? <script type="text/javascript"> function populate( ) { var value = prompt("Please enter the URL of...

    Jul 7, 2010
  11. K-Z liked Rainulf's post in the thread Problem in passing variables between PHP pages.

    haha I see, that is quite troubling. I think I know where you went wrong. You need to put relation between user ID and post ID.. Here's...

    Jul 5, 2010