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
~346 People Reached
Favorite Tags
Member Avatar for careless_monkey

I'm just starting out on my Networking Assignment and I'm already stuck. Assignment asks me to check a the user provided website for links and to determine if they are active or inactive by reading the header info. So far after googling, I just have this code which retrieves the …

Member Avatar for masijade
0
187
Member Avatar for careless_monkey

I'll try my best to explain what it is. I have two tables 'regularplanets' and 'moons'. Idea is, regularplanets can have many moons and moons can have 1 planet. I have included the required variables 'hasMany' and 'belongsTo' in regularplanets and moons model. What I want to do is this …

Member Avatar for careless_monkey
0
101
Member Avatar for careless_monkey

I'm building a database of solar system for a course. Here's what I have problem with: I have a 'regularplanet' model which has 'regularplanets' controller. When I go to /htdocs/solar/regularplanets, my page lists all the planets (Earth, Venus, etc.). Beside every planet I want to have a link 'Attribute' which …

0
58