Likes Received By hogan_h
-
spycraft liked hogan_h's post in the thread Please Help Me With Very Simple PHP Fix.
No guarantee, but try this: <div class="comment-meta commentmetadata"> <?php edit_comment_link( __( '(Edit)', 'twentyten' ), ' ' ); ?>...
Feb 15, 2011 -
srisen2 liked hogan_h's post in the thread C# sql issue.
Do you have using System.Data.SqlClient; at the top of your script file?
Feb 14, 2011 -
tobydawson13 liked hogan_h's post in the thread Why isn't this working? php rename().
Try using trim() $word = trim($words[0]);
Jan 28, 2011 -
Nintendo liked hogan_h's post in the thread Making SOAP API calls to MaxBounty..
Ok, that's good :) This is probably your problem. You are calling the getTodaySubIDDetails with wrong params. The correct signature is...
Jan 21, 2011 -
slaydragon liked hogan_h's post in the thread need some simple php help.
$str = '[\CODE\][\B\][\SIZE=2\]For those of you who had watch Proposal Daisakusen drama, you will be really excited to see...
Apr 18, 2008 -
JEET liked hogan_h's post in the thread Someone help with this function please.
I don't know if it's 100% reliable, but you could try this: $str= "this is my text!"; $result = preg_replace('/[^A-Za-z0-9]/', "_",...
Apr 17, 2008 -
komirad liked hogan_h's post in the thread Need to use PHP CURL to get a source's data into a variable.
PM sent ;)
Apr 13, 2008 -
explorer liked hogan_h's post in the thread $5 for adding a small piece of working javascript.
You're wellcome and keep the money, just give me some rep for the answer, that's all ;) The code could eventually be further optimized,...
Jan 4, 2008 -
crazyryan liked hogan_h's post in the thread SimpleXML - Not so simple for a newbie.. haha.
In that case, i guess you could access the title of the first item element like this: echo $xml_doc->channel->item[0]->title; This...
Dec 31, 2007 -
khalid liked hogan_h's post in the thread Sorting the order in a textbox.
Hi Khalid, here is the code from the top of my head, i didn't test it, consider it as "pseudo" code with no error handling: <select...
Dec 30, 2007 -
vlad230 liked hogan_h's post in the thread javascript and php.
I don't think there is such limitation, because something like this works fine, even though more than 2k chars are being used inside the...
Dec 29, 2007 -
Alam liked hogan_h's post in the thread Sending variable using HTTP_REFERER.
What exactly do you want to achieve? You could use something like this, but it just doesn't make sense why would you want it this way:...
Dec 27, 2007 -
nick-a liked hogan_h's post in the thread Quick SQL problem.
Well, if you don't want to take over phpmyadmin concats, happy error hunting then :)
Dec 27, 2007 -
Hades liked hogan_h's post in the thread Displaying Date Using PhP in wordpress.
Try wrapping a strtolower call around the_time function, something along this lines: <?php echo strtolower(the_time("M")); ?> Try it...
Dec 26, 2007 -
misohoni liked hogan_h's post in the thread Small Problem - Phpechos showing up after 2nd Reload....
With setcookie('lang', $la); you are sending the cookie header and setting the language, but that cookie will only be read on subsequent...
Dec 26, 2007 -
MetaTitan liked hogan_h's post in the thread Problematic MySQL Query.
Usually when i'm having issues like this, i echo "query" statement, copy it and paste it into phpmyadmin and try to see what errors are....
Dec 23, 2007 -
xxKillswitch liked hogan_h's post in the thread Anyhelp with this javascript function?.
You can call that javascript function with link like this: <a href="#" onClick="delete_section(argument);return false;">Click me</a>...
Dec 21, 2007 -
killaklown liked hogan_h's post in the thread php and .htaccess rewrite..
Did you try this: RewriteEngine On RewriteRule ^category/([^/]+)?$ index.php?category=$1 You can call url then with...
Dec 18, 2007 -
tarponkeith liked hogan_h's post in the thread Maximum files per folder?.
I can tell you that for example my ftp client (flashfxp) doesn't list more than 2000 files per folder. It depends on the file system...
Dec 16, 2007 -
nkiegrea liked hogan_h's post in the thread Quick Help for Rep++.
The operator is wrong, it should be '==' instead of '=' and i would include some additional brackets, ie:...
Dec 15, 2007