I think I chose a good name for my boat: What do you think?

rs2k

Chief Petty Officer
Joined
Aug 2, 2008
Messages
486
I design and run websites for a living. For my twin engine cabin cruiser I think I will name it:

<?php echo 'Boat'; ?>

This won't make sense unless you know about programming.
 

EddiePetty

Lieutenant Junior Grade
Joined
Aug 25, 2008
Messages
1,008
Re: I think I chose a good name for my boat: What do you think?

I design and run websites for a living. For my twin engine cabin cruiser I think I will name it:

<?php echo 'Boat'; ?>

This won't make sense unless you know about programming.

U R Right.....it surely doesn't make any sense to me !!!!!

I can just hear it now on the radio: "Coast Guard...Coast Guard. This is "<?php echo 'Boat'; ?>" Mayday, Mayday" . Coast Guard reply...FTW !!!!!

Ed in 'ol Virginny:D:D
 

rs2k

Chief Petty Officer
Joined
Aug 2, 2008
Messages
486
Re: I think I chose a good name for my boat: What do you think?

Hahaha, very good. I pronounce it P-H-P echo boat. :D

php is a type of programing language. The <?php is the beginning tag and ?> is the engine tag. To echo something means to print it on the screen.

The code <?php echo 'Boat'; ?> will display as


Boat


on your computer screen.

Maybe <?php echo $boat; ?> is better. At least the dollar sign might make it mean something to other people. We all know money and boats go together far better than boats and water.
 

allpoints360

Petty Officer 1st Class
Joined
Jul 23, 2009
Messages
342
Re: I think I chose a good name for my boat: What do you think?

I thought it looked like the way they curse in the comics? Like *%#!& boat!
 

vegasphotoman

Lieutenant
Joined
Jul 13, 2009
Messages
1,411
Re: I think I chose a good name for my boat: What do you think?

hmm not bad...
how bout
elseif (function_boat(ie.my.twin_watercraft))
:)

or

<?php function (break_time!)>

or maybye an easy one for all <SOURCE CODE>

how bout

404 NOT FOUND :D
 

rs2k

Chief Petty Officer
Joined
Aug 2, 2008
Messages
486
Re: I think I chose a good name for my boat: What do you think?

I like this one:

$my_sql_query = dp_sql("Select distinct fish_type, max(fish_size) from table_ocean");

$fish_array = db_fetch_array($my_sql_query);

for each ($fish_array as $yummy_fish) {
catch_clean_and_eat ($yummy_fish['fish_type']);
}




That might be a bit long to fit on the back of the boat.
 

rs2k

Chief Petty Officer
Joined
Aug 2, 2008
Messages
486
Re: I think I chose a good name for my boat: What do you think?

Actually, I'd be happy with:

$my_sql_query = db_query("select fish_gps_position from table_ocean where distance_in_miles < 5 and fish_weight_in_lbs > 50 and sport_fish = true and hungry_fish = true");

the problem is when I run this query I keep getting no results found.
 

WAVENBYE2

Lieutenant Commander
Joined
Apr 28, 2007
Messages
1,636
Re: I think I chose a good name for my boat: What do you think?

I'd keep looking!!:D
 

Ben Diss

Recruit
Joined
Sep 28, 2009
Messages
3
Re: I think I chose a good name for my boat: What do you think?

I was going to put 'INT 21h' on my license plate but it was already taken.
 

Knightgang

Lieutenant
Joined
Oct 6, 2003
Messages
1,428
Re: I think I chose a good name for my boat: What do you think?

We all know money and boats go together far better than boats and water.

Only in the sense that Boats seperate people form their money...
 

vegasphotoman

Lieutenant
Joined
Jul 13, 2009
Messages
1,411
Re: I think I chose a good name for my boat: What do you think?

ok now youre gettin silly

<404 NOT FOUND> gotta keep it short ;-)
 

SeanT

Senior Chief Petty Officer
Joined
Jul 8, 2009
Messages
661
Re: I think I chose a good name for my boat: What do you think?

10 Print Myboat
20 Goto 10
 
Top