Likes Received By maiahost
-
prilep liked maiahost's post in the thread Simple thing that i dont know!.
probably cause your query needs to be something like: $query = "SELECT * FROM news_posts ORDER BY date DESC LIMIT 2";
Jan 24, 2007 -
venetsian liked maiahost's post in the thread SEO World Championship.
I think it will take some time ... google did go twice through some of the new domains but no results yet... I envy the people that...
Jan 16, 2007 -
TheSyndicate liked maiahost's post in the thread Please recommend me a template 3 row I give green :).
I'll probably get red as well but : http://themes.wordpress.net/ There's plenty of 3 row themes there.
Jan 8, 2007 -
swollenpickles liked maiahost's post in the thread phpBB forum error 500 internal.
OK a couple of quick questions : Does the forum work when you have only the forum rewrite rules in htaccess ? Did you do the...
Jan 1, 2007 -
scart3r liked maiahost's post in the thread Need help with a bit of code....
Let's see : first part : put this where you want the login form <table border="0" id="table8" class="wsft_grid"> <form...
Dec 26, 2006 -
explorer liked maiahost's post in the thread wp_list_cats into an html homepage - how?.
Well right now I have a WP MU with a bit different database but something like this : <?php //remember to include db_connection and...
Dec 22, 2006 -
fatabbot liked maiahost's post in the thread Mod rewrite domain.com to www.domain.com, how ?.
RewriteEngine On RewriteBase / RewriteCond %{HTTP_HOST} !^www\.domain\.com RewriteCond %{SERVER_PORT} ^80 RewriteRule (.*)...
Dec 16, 2006 -
GFX^^ liked maiahost's post in the thread What is wrong with this?.
"select * from webs where category='$category' ORDER BY id"
Dec 1, 2006 -
T0PS3O liked maiahost's post in the thread MySQL Datetime Query Help.
Not sure if this will work but : You can do something like SELECT count(*) FROM table where date_part('hour', timestamp) in (10,...
Nov 30, 2006 -
kojakfilth liked maiahost's post in the thread Cant make work seo tools script.
find this code : include '../header.php'; //at the beginning include 'source-info.php'; include '../footer.php'; //at the...
Nov 27, 2006 -
check liked maiahost's post in the thread Take out a section of code..
OK here goes : in order to get the content every time you'll need to use a regular expression. I am not the best when it comes to it...
Nov 16, 2006 -
falcondriver liked maiahost's post in the thread how to remove array2 from array1?.
you can use <?php $arr1 = array("one", "two", "three"); $arr2 = array("one", "three"); foreach ($arr2 as $value) {...
Nov 11, 2006 -
Lpspider liked maiahost's post in the thread User-select template change - help.
I think it's the stylesheet. Is the php showing <link rel="stylesheet" href="stylex.css" type="text/css"/> correctly - i.e. changing...
Oct 31, 2006 -
LazyD liked maiahost's post in the thread PHP Str_Replace & Fwrite questions....
OK I know why you have that problem. You are reading and writing the same file. The code however confuses me a bit. Let me see : Just...
Oct 30, 2006 -
BRUm liked maiahost's post in the thread PHP 4 to PHP 5 woes.
Php 4 to 5 migration is usually no problem and we had to rewrite (change a bit) only one script on our server. I don't think this is a...
Oct 28, 2006