Jump to content

Scheudle


Artjom

Recommended Posts

Hallo

I have a Flight SU517.  I will add Airbus and Boeing into the flight!

I want that many planes add in one flight, and not just one were added!

I've create this code, but it isn't work.

<?php

	foreach($allaircraft as $aircraft)
	{
		if($aircraft->registration == $schedule->registration)
			$sel = 'selected';
		else
			$sel = '';

		echo '<input name="aircraft" type="checkbox" value="'.$aircraft->id.'" '.$sel.'>'.$aircraft->name.' ('.$aircraft->registration.')';
	} ?>

When I save, in flight display one plane is added only!

That it is necessary to make that it was added two planes?

Link to comment
Share on other sites

As of now, you can't. But pilots can use any aircraft they wish to use, there's no restriction

It isn't so good, I will ask the friend of the programmer that it is possible to make if we find decisions that as to establish it I will lay out vessels on site!  Sorry for my Englisch.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...