Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~270 People Reached
Favorite Forums
Favorite Tags
Member Avatar for CMCDragonkai

I have a problem of how I could echo a certain element of an array. It's easy enough when you know how many keys and what they are. The problem is, even though I know what the keys are, I don't know how many there, I can find out how …

Member Avatar for CMCDragonkai
0
123
Member Avatar for CMCDragonkai

I have a string like this. $function = " array_splice($arr . $arrayimploded, end($index), 1, $data); "; $arr is an array $arr = array(0 => array(0 => "s", 1 => "es"), 1 => array(0 => "ing"), 2 => array(0 => "d", 1 => "ed") ); The $arrayimploded is "[0]" The end($index) …

Member Avatar for CMCDragonkai
0
79
Member Avatar for CMCDragonkai

Hello, I did this site in Dreamweaver, looked fine in my dreamweaver editor, uploaded it and voila everything goes nuts. List of Problems: The Links are not positioned properly, not big enough plus the drop downs to the bottom and not to the right. That was properly my fault since …

Member Avatar for CMCDragonkai
0
68