remove break; from the loop :)
Download Simple HTML DOM And the code would be like this (not tested) : require '/simple_html_dom.php'; $html =...
@Alastair Gilfillan: How secure would you give a random number of credits for a user with a specified id after a specified link was clicked? If...
encrypt those variables in the link with cipher + base64 and no one will be able to manipulate it
I dont see any banner at http://www.totaltraining.com/corp/ but I think you need to put the banner in a position fixed element. <div...
<?php if ( !is_page(array(977,1773,514,177,190,231,321,29,1032,1820,2) )) { ?> HTML <?php } ?> or <?php if (...
<?php if ( function_exists( 'get_smooth_slider' ) && !is_page(array(977,1773,514,177,190,231,321,29,1032,1820,2) )) { ?> <strong>HTML...
Just set the width and height
Just put the content of these unwanted lines into the if statment [....] if($line == 'text1' or $line == 'text2' or $line == 'text3' or...
error_reporting(E_ALL); $file_array = file('/file.txt', FILE_USE_INCLUDE_PATH); foreach($file_array as $k => $line) { $line = trim($line);...
No. You can do this: $index = array_map('htmlspecialchars', $index);
no becouse echo() doesn't return any value. You can do something like this: $foo = 'foo'; echo $bar = $foo; //foo echo $bar; //foo
Separate names with a comma.