Likes Received By kreoton
-
egdcltd liked kreoton's post in the thread Fatal error, PHP5 problem.
Try change loop to this: for( $i = 0; $i < count($item_list); $i++ ) { $recipe_item .= '<option value =...
Feb 4, 2008 -
srobona liked kreoton's post in the thread How can i do this?.
<?php $counter = 0; foreach ($yourlinks as $link) { echo $link.'<br />'; $counter++; if ($counter%5 == 0) echo...
Jan 28, 2008 -
bigrollerdave liked kreoton's post in the thread Preg Match.
function check_back_link($remote_url, $your_link) { $match_pattern = preg_quote(rtrim($your_link, "/"), "/"); $found = false;...
Jan 25, 2008 -
nickharper liked kreoton's post in the thread Batch Field Editing?.
forgot to mention if you want to change value permanently use not SELECT but UPDATE statement
Oct 11, 2007 -
rami liked kreoton's post in the thread weblog design.
Please review my weblog design. http://www.kreoton.net
May 30, 2007 -
shamess liked kreoton's post in the thread Sessions ending after first page load.
i think you must first start session, and then check session id ;)
Jul 1, 2006