Edited by webdew, 21 May 2009 - 01:03 PM.
User Input Tag Cloud
Started by webdew, May 20 2009 08:14 PM
8 replies to this topic
#1
Posted 20 May 2009 - 08:14 PM
DONE
|
|
|
#2
Posted 20 May 2009 - 08:49 PM
if(strlen(trim($_POST['text']))==0) {
#3
Posted 21 May 2009 - 12:14 AM
i get the following errors now.
Warning: arsort() expects parameter 1 to be array, null given in C:\server\xampp\htdocs\tags\index.php on line 51
Warning: array_values() [function.array-values]: The argument should be an array in C:\server\xampp\htdocs\tags\index.php on line 57
Warning: Wrong parameter count for max() in C:\server\xampp\htdocs\tags\index.php on line 57
Warning: array_values() [function.array-values]: The argument should be an array in C:\server\xampp\htdocs\tags\index.php on line 58
Warning: Wrong parameter count for min() in C:\server\xampp\htdocs\tags\index.php on line 58
Warning: Invalid argument supplied for foreach() in C:\server\xampp\htdocs\tags\index.php on line 70
Warning: arsort() expects parameter 1 to be array, null given in C:\server\xampp\htdocs\tags\index.php on line 51
Warning: array_values() [function.array-values]: The argument should be an array in C:\server\xampp\htdocs\tags\index.php on line 57
Warning: Wrong parameter count for max() in C:\server\xampp\htdocs\tags\index.php on line 57
Warning: array_values() [function.array-values]: The argument should be an array in C:\server\xampp\htdocs\tags\index.php on line 58
Warning: Wrong parameter count for min() in C:\server\xampp\htdocs\tags\index.php on line 58
Warning: Invalid argument supplied for foreach() in C:\server\xampp\htdocs\tags\index.php on line 70
#4
Posted 21 May 2009 - 03:09 AM
You cannot sort "nothing". You need to use Blaine's test to avoid attempting to sort a null list.
#5
Posted 21 May 2009 - 06:21 AM
DONE
Edited by webdew, 21 May 2009 - 01:03 PM.
Please use code tags when you're posting your codes!
#6
Posted 21 May 2009 - 07:34 AM
It means you probably got the wrong name for "TagCloud" check the file and see if its right or not.
#7
Posted 21 May 2009 - 07:50 AM
DONE
Edited by webdew, 21 May 2009 - 01:02 PM.
#8
Posted 21 May 2009 - 10:43 AM
DONE
Edited by webdew, 21 May 2009 - 01:01 PM.
#9
Posted 21 May 2009 - 02:10 PM
isn't it kinda strange to delete the questions when you get them answered? how would others get any help on the same matters then?
__________________________________________
I study Information Systems at Karlstad University when I'm not on CodeCall
I study Information Systems at Karlstad University when I'm not on CodeCall


Sign In
Create Account

Back to top










