Likes Received By durango
-
piniyini liked durango's post in the thread Help with php generated atom feed?.
Looks like its because you're calling mysql_fetch_array twice right after each other. Once in the while condition, and then a couple of...
Nov 6, 2005 -
ian_ok liked durango's post in the thread OR command with NOT EQUALTO help.
You should then use AND instead of OR. This way if Any of the 3 tests fails, meaning YES/NO/DON'T KNOW is found, it will not fall into...
Nov 4, 2005 -
exam liked durango's post in the thread register_shutdown_function and unset.
Here's a nasty one. If you create an instance of a class and use register_shutdown_function to clean up the class at the end of the...
Oct 20, 2005 -
uca liked durango's post in the thread php script problem.
Might want to try something like this: $images = array( 1 => 'http://www.xxx.yyy/zzz.jpg', 2 => 'http://www.xxx.yyy/zzz.jpg',...
Oct 19, 2005 -
mnemtsas liked durango's post in the thread $_POST problem.
Looks like your str_replace parameters are in the wrong order. try: $note_text = str_replace("'","''",$note_text);
Oct 18, 2005 -
sarahk liked durango's post in the thread $_POST problem.
Looks like your str_replace parameters are in the wrong order. try: $note_text = str_replace("'","''",$note_text);
Oct 18, 2005 -
TheHoff liked durango's post in the thread Google seems to be dancing.
Something strange is definitely happening. One of my sites was consistently ranking between 11-20. Here's a sampling: Datacenter -...
Oct 16, 2005