View Full Version : php code for sale
poodledog6
01-06-2008, 02:03 PM
ii am sellingg this
<?php
print"hello my name is poodledog6";
?>
that is just a prveiw the really one will have more prints
Curtis
01-06-2008, 02:13 PM
Is this a joke?
dashundpuppy3
01-06-2008, 02:14 PM
Is this a joke?
Who knows. She had a stolen image up earlier and she is young so I think so.
Kitty
01-06-2008, 02:14 PM
o_o I really can't think of anything to say. That's not really worth selling...
poodledog6
01-06-2008, 02:16 PM
no its really i took 2 hours making this dont make fun of me
poodledog6
01-06-2008, 02:18 PM
then you dont need to bid if yuo dont lkie it
dashundpuppy3
01-06-2008, 02:19 PM
I wasn't but here you won't match the competition of some of other programmers
poodledog6
01-06-2008, 02:23 PM
i no but its my frist code
compaq_xp
01-06-2008, 02:40 PM
<?php
if ($username == "poodledog6") {
echo ("Is joking i hope, because it's not worth 2 cents");
}
else if ($username == "anyone else"){
echo ("Don't buy this");
}
?>
Someone correct me if I did that wrong:)
(Only took 10 secs)
Andrew
01-06-2008, 03:59 PM
<?php
echo "Try learning more php things then try again later..";
function for_example() {
echo "Try learning if, else, and else if statements. <br / >";
echo "Learn functions. And If you want to try selling things possibly provide a working demo.";
}
for_example();
?>
Now, I don't want to seem harsh at all. But i'm barley selling my programming. Don't take this the wrong way. No one is going to want just print and echo statements. Sorry, but try learning more. Your getting alot of people sort of 'annoyed' at you...
Roguos
01-06-2008, 03:59 PM
I rofl'd so hard when I say this.
<?
require_once "includes/thisisajoke.php";
if ($code < 2c) {
echo "This code isn't worth very much.";
} else {
echo "This code is worth more";
}
?>
Sorry but your code doesn't really compete with the other coders here.
Taowie
01-06-2008, 04:13 PM
They seriously have points though D= Your one line of code is compeltely useless to all that's here. Since you're new to programming, don't be so much in a haste to sell your creations D= Consiintly improve on your knownledge until you can program something people can actually use, then sell it to us.
require($suto_root_path . "class_trade." . $php);
require($suto_root_path . "functions_item." . $php);
$trade = new TradePost();
$trade->initialize();
if( $mode == "create" )
{
$template->assign_block_vars('trade', array());
$s_submit_value = "Create My Lot!";
$page_title .= "Create A Lot";
}
else
{
$trade->get_trade_data($_POST['id']);
if( !$trade->trade_data )
{
$trade->error_msg = "The trade you selected no longer exists";
global_message($trade->error_msg, "Invaild Trade", true);
}
elseif( $trade->trade_data['user_id'] == $userdata['user_id'] )
{
$trade->error_msg = "You cannot make an offer on your own trade";
global_message($trade->error_msg, "Invaild Trade", true);
}
Learning how to program can be an easy and fun experience, but all good things come with time and dedication. From reading other posts, you seem to be at a bad start here >w<
Viral
01-06-2008, 04:15 PM
Please use the trading post on VPL for serious use only.
vBulletin® v3.7.2, Copyright ©2000-2009, Jelsoft Enterprises Ltd.