hi guys ..
ok see i want the user to add their name and pick a number then click get it and it prints the name on top and the number bellow it on a t-shirt i just cant seem to get this rite i have no clue how to go about doing this please can you help me this is what i have so far Code: <?php
$ShowBookmark = "False";
include 'Include/Header.php';
if (Get_QString('Post') == "True") {
Get_image();
} else {
Show_Form();
}
function Show_Form() {
echo '<div class="hd2"><center><font color=#666666><strong>Soccer Kit Gen</strong></font></center></div>
'."n";
echo ' Name: <input type="text" name="name" /><br />'."n";
echo ' <form method="post" action="test.php?Post=True">'."n";
echo ' Number: <select name="number">'."n";
echo ' <option value="0" selected="selected">0</option>'."n";
echo ' <option value="1">1</option>'."n";
echo ' <option value="2">2</option>'."n";
echo ' <option value="3">3</option>'."n";
echo ' <option value="4">4</option>'."n";
echo ' <option value="5">5</option>'."n";
echo ' <option value="6">6</option>'."n";
echo ' <option value="7">7</option>'."n";
echo ' <option value="8">8</option>'."n";
echo ' <option value="9">9</option>'."n";
echo ' <option value="10">10</option>'."n";
echo ' <option value="11">11</option>'."n";
echo ' <option value="12">12</option>'."n";
echo ' <option value="13">13</option>'."n";
echo ' <option value="14">14</option>'."n";
echo ' <option value="15">15</option>'."n";
echo ' <option value="16">16</option>'."n";
echo ' <option value="17">17</option>'."n";
echo ' <option value="18">18</option>'."n";
echo ' <option value="19">19</option>'."n";
echo ' <option value="20">20</option>'."n";
echo ' <option value="21">21</option>'."n";
echo ' <option value="22">22</option>'."n";
echo ' <option value="23">23</option>'."n";
echo ' <option value="24">24</option>'."n";
echo ' <option value="25">25</option>'."n";
echo ' <option value="26">26</option>'."n";
echo ' <option value="27">27</option>'."n";
echo ' <option value="28">28</option>'."n";
echo ' <option value="29">29</option>'."n";
echo ' <option value="30">30</option>'."n";
echo ' <option value="31">31</option>'."n";
echo ' <option value="21">32</option>'."n";
echo ' <option value="22">33</option>'."n";
echo ' <option value="23">34</option>'."n";
echo ' <option value="24">35</option>'."n";
echo ' <option value="25">36</option>'."n";
echo ' <option value="26">37</option>'."n";
echo ' <option value="27">38</option>'."n";
echo ' <option value="28">39</option>'."n";
echo ' <option value="29">40</option>'."n";
echo ' <option value="30">41</option>'."n";
echo ' <option value="31">42</option>'."n";
echo ' <option value="30">43</option>'."n";
echo ' <option value="31">44</option>'."n";
echo ' </select>';
echo ' </td></tr>'."n";
echo ' <tr><td colspan="2" align=center>
<input type="submit" value="Get It!" name="Submit"></td></tr>'."n";
echo ' </table>'."n";
echo '</form>'."n";
Show_Buttons("True", "index.php?Cmd=100");
}
function Get_image() {
$number = GetPost('number');
$name = GetPost('name');
header("Content-Type: image/jpeg");
$im = ImageCreateFromGif("soccer-kit.png");
$black = ImageColorAllocate($im, 255, 255, 255);
$start_x = 10;
$start_y = 20;
Imagettftext($im, 12, 0, $start_x, $start_y, $black, 'verdana.ttf', "$name");
//Creates the jpeg image and sends it to the browser
//100 is the jpeg quality percentage
Imagejpeg($im, '', 100);
ImageDestroy($im);
include 'Include/Footer.php'; Log_Hit("soccerkitgen");
?>
Help with echo()
I'm having some problems with this code:Code: echo ' <A
Calender Not Opening
The following code is not loading the javascript calender in another window. It's not doing anything.Code: <td class="row3"><input type="text"
Loop column after 2 results
Hello All.Here is what I have:Client ID Company name Client ID Company nameI then need a script to echo 2 results per row then start a new row.I've tried many
New Search Engine problem
Hey everyone,I have a ZIP Code Radius search engine already functional. it displays all of the ZIP codes within a specified mileage around a central ZIP code.I have an auction site that the client
Beginner PHP code help
Hi I'm new to php but if someone could please read the question below and help it would be great.a)create an html page to enter a row number (1-6) in a textbox to choose a list of student records.b)
Rand() help needed
Hi all,Can someone explain and give me a quick example of how I would go about this?I have 100 values in a database with colum headings of t_val and t_name. If I wanted to update all 100 of these
Developing Ajax-enabled ASP.Net applications for the iPhone
I would like to develop Ajax web applications using Visual Studio that are optimized for the iPhone. There are a few resources on the web showing how this can be done. However, these tend to be
Material xxx does not exist in plant xxx
Dear All,
Problem in back link
I have page where i have given javascript back link but when i click on it browser give a messageWebpage has expired
preg_match logical error
Code: <?php$s = file_get_contents("page.html");preg_match('/<div class="brown_box main_ge_page vertically_spaced"><div