Jump to content

Scotty13

Member
  • Posts

    59
  • Joined

  • Last visited

Everything posted by Scotty13

  1. I have this message (below) on my main page when members not checked in… Welcome, not a “Ticketed Member” yet? Sign up by “Making A Reservation” and then “Check In” http://www.myglobalpnr.com/index.php When my members do check in, I would like the message to NOT appear. http://www.myglobalpnr.com/ckin.php I cant seem to figure out how my CSS should be set at. Ca anyone help me please? Thanks, Scott
  2. @Andrea I took your advice and just did it all over and now it works in all three browsers. Now I have to figure out how to move my logo over to the left corner and lower my title to align up with the bottom of the globe. You have any idea how to do that in text/css? Thanks Again, Scotty13
  3. http://www.myglobalpnr.com/index.php Thanks, S
  4. My header links work in IE9, however they don’t work in Safari or in Chrome browsers. The weird thing about this is my <?php echo $ckinOptions; ?> (highlighted on the bottom) links work in Safari & Chrome. Here is my script.... <div style="font-size:72px; line-height:1.0em; float:left;margin:-15px;"> <blockquote> <p><a href="http://www.myglobalpnr.com/index.php"><img src="images/mgplogo1.png" alt="Note" title="Go Back Home to My Global PNR" width="150" height="150"hspace="0" vspace="0" border="0" /></a><strong>My Global PNR</strong> </p> </blockquote> </div> <div align="left"> <table width="883" align="left" cellpadding="0" cellspacing="0" > <tr> <td width="1" height="55" valign="top"><div align="right"></div></td> <td width="801"> <div class="headerBtns" style="margin-top:-80px; text-align: center;"> <div align="center"><span class="center" style="text-align: right"> <a href="http://myglobalpnr.com/myworktriptopics/index.php">Work & Trip Forums</a> <a href="http://myglobalpnr.com/tktedmembers_search.php">Search Ticketed Members</a> <a href="http://www.myglobalpnr.com/myvcphotoalbum/index.php">My Vacation Photos</a> </span><span style="text-align: right"><span style="text-align: center"><a href="http://myglobalpnr.com/myvcpostcard.php#">Send A Vacation Postcard</a></span></span><span style="text-align: center"> </span></div> <p align="center"><span style="text-align: center"><a href="http://myglobalpnr.com/myvcbookexchg/index.php">Traveling Book & Guide Exchange</a> <a href="http://www.myglobalpnr.com/myvcorganizer/index.php">My Vacation Organizer</a> <a href="http://myglobalpnr.com/myvchomeswap/testRentalListing.php?controller=Listings&action=add">Rent A Vacation Home</a></span></p> </div> </td> </tr> </table> </div> <div class="editmyresckairmail"> <div align="right" class="center"> <div align="center"><?php echo $ckinOptions; ?></div> </div> Thanks in advance, Scotty13
  5. First, thank you for your help. Second, I like my logo but not my red arrow. The original image is sharp at 101 x 111. And the image size on my website is width="60" height="50". Should I be searching for smaller images and gif images, than add that one to my website? Scott
  6. Never mind, I figured it out. I need to save image as an "Index Transparency" from the drop down transparency menu. Thanks, S
  7. On my website page, I’ve inserted an image in a php scripts and it has a white box around it. Image is saved in my “images” folder in my server. I know how to remove the white back ground (Adobe Fireworks), so you just see the image. What I want to know is now that I have my image with no background, how do I make it were the image does NOT show a white box on my webpage? Thanks in advance, Scotty
  8. body { margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; text-align: center; } .centerStuff{ text-align: center; background-image: center; } .footercenterlinks { text-align: center; } .bluetext { color: #00F; } .greentext { color: #0C0; } .alignRt .brightRed .answerquestion { color: #F00; font-size: 24px; } #locationForm tr td strong { color: #00F; } #websiteForm tr td strong { color: #00F; } #youtubeForm tr td strong { color: #00F; } #bioForm tr td strong { color: #00F; } #locationForm tr td strong { font-size: 18px; } #websiteForm tr td strong { font-size: 18px; text-align: center; } #youtubeForm tr td strong { font-size: 18px; } #bioForm tr td strong { font-size: 19px; } #bioForm tr td strong { font-size: 20px; } #youtubeForm tr td strong { font-size: 20px; } #youtubeForm tr td strong { font-size: 18px; } #locationForm tr td strong { font-size: 20px; font-weight: bold; } .Edityourresdataherefont { font-size: 20px; } .fonteditres { font-size: 19px; } .bluefonteditres { color: #00F; font-weight: bold; } .boldfonteditres { font-weight: bold; } .boldfonteditres { font-weight: bold; } .boldfonteditred { font-weight: bold; color: #00F; font-size: 16px; } .boldfonteditres { font-weight: bold; color: #00F; } .boldfonteditres { font-weight: bold; font-size: 18px; text-align: left; } .alignRt .boldfonteditres { font-size: 16px; } .totheright { text-align: right; } .totheright strong { color: #00F; } .formFields { background-color:#FFFFFF; color:#000; } .smallertext { font-size: 16px; } .smaller { font-size: 12px; } .alignleft { text-align: left; } #last_posts { font-size: 10px; line-height: 1.5; text-align: left; border: 1px solid black; } /* -------------------- What the entire dropdown backround will look like and its positioning ---------------------- */ ul { margin:0; padding:0; } .dc{ display:inline; position: relative; z-index: 0; margin:0; padding:0; text-align:center; } .dc:hover{ background-color: transparent; z-index: 50; } .dc ul{ position: absolute; width:120px; background-color: #999; left: -1000px; list-style-type:none; visibility: hidden; } .dc:hover ul{ visibility: visible; top: 13px; left:-5px; } /* -------------------- What the list items will look like inside the dropdown ---------------------- */ .dc ul li{ margin:0; padding:0; background-color: #EBEBEB; margin:1px; } .dc ul li:hover { background-color: #FFF; margin:1px; } /* -------------------- What the links look like inside the dropdown ---------------------- */ .dc ul li a { display:block; padding:4px; font-size:12px; } .dc ul li a:link { color: #333; text-decoration: none; } .dc ul li a:visited { text-decoration: none; color: #000; } .dc ul li a:hover { text-decoration: none; color: #333; } .dc ul li a:active { text-decoration: none; color: #333; } .rightside { text-align: right; } .instructionsleft { text-align: left; } .style7 div .redtext strong { color: #F00; } .style7 div { font-weight: bold; } .emailcolorblue { color: #00F; } #currentairlineForm tr .center strong { color: #00F; } #previousairlineForm tr .center strong { color: #00F; } #myfirstairlineForm tr .center strong { color: #00F; } .left { text-align: left; } #bioForm tr td { font-weight: bold; font-size: 20px; } .lgtext { font-size: 16px; } .centertitle { text-align: center; } .centerairlines { text-align: center; } .centerworkstatus { text-align: center; } .smtext50kbmax { font-size: small; } .smller { font-size: 18px; } .small50kbmax { font-size: 12px; } #websiteForm tr td strong { text-align: left; } #locationForm tr td div .boldlocation { color: #00F; } #locationForm tr td div .boldlocation { font-weight: bold; } #locationForm tr td div .boldlocation { font-size: 16px; } #locationForm tr td div .boldlocation { font-size: 18px; } .search_results a:link { text-decoration: none; }
  9. <?php include_once("scripts/checkuserlog.php"); ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <meta name="Description" content="Airline Network" /> <meta name="Keywords" content="about, us, my, global, pnr, social, network, airline, employees, around, world, globe, global, my, global, PNR, social, network, about, reservations, locator, depart, ckin, announcing, announce, vacation, photos, dest, postcard, rent, home, blog, forum, books, travel, work, trip, reservation, book, exchange, organizer" /> <meta name="rating" content="General" /> <meta name="ROBOTS" content="All" /> <title>About Us at My Global PNR</title> <link href="style/main.css" rel="stylesheet" type="text/css" /> <link rel="icon" href="favicon.ico" type="image/x-icon" /> <link rel="shortcut icon" href="favicon.ico" type="image/x-icon" /> <style type="text/css"> <!-- .boldtext { font-weight: bold; font-size: 36px; } body { background-image:url('images/bgaboutus.jpg'); background-position:center top; background-repeat:no-repeat; } --> </style> </head> <body> <?php include_once 'mgpheader_template.php'; ?> <table class="mainBodyTable" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td width="836" valign="top"> <div align="right"> <table width="100%" align="right" cellpadding="6"> <tr> <td width="100%"><p align="left">Welcome Aboard, <p align="left"> </p> <p align="left">Won’t you take a few moments to make a reservation on the newest, most exciting new social network on the web? Enjoy the ease of navigating the site’s clever pages and share your love of the airline industry with other ticketed members? - Membership is free, so why not? </p> </p> <p align="left">We'll see you onboard,</p> </p> <p align="left"> </p></td> </tr> </table> </div></td> <td width="160" valign="top"><?php include_once "right_AD_template.php"; ?></td> </tr> </table> <?php include_once "footer_template.php"; ?> </body> </html>
  10. The table is at 100% / center. I’ve even tried right, left, and no change. Im using Dreamweaver CS4 and when I save the file “Save As” it centers it, but when test in my browser, it’s to the right. What is going on? Image attached. Thanks, Scotty
  11. <tr> <td><font size=2 color="#FFFFFF"><b><?php echo "$month_full $year" ; ?></b></font> </td> <td align="right"> <? echo "<a href='index.php?Sec=home&req_month=$prev_month&year=$prev_year'><img src=../images/pmonth.gif border=0></a> "; ?> <? echo "<a href='index.php?Sec=home&req_month=$next_month&year=$next_year'><img src=../images/nmonth.gif border=0></a> "; ?> </td> </tr> </table> Thanks in advance, Scotty
  12. This is like Algebra, its there but I just dont see it. This is what I have... if(!isset($passengerUserName)) {(!isset($passengerUserName)) = (!isset($passengerFirstName;))}
  13. Like this? if(!isset($passengerUserName)){(!isset($passengerUserName)) = (!isset($passengerFirstName));} If so, dosnt work!
  14. I added (!isset($passengerUserName)) on line 362 and it removed the first error(Notice: Undefined variable: passengerFirstName in /home/**************/res.php on line 362) other errors still remain. Thanks for your help, new to all this.
  15. Error: Notice: Undefined variable: res.php on lines 362, 408, 412 (Marked bold below) Notice: Undefined variable: passengerUserName in /home/************/res.php on line 362 Notice: Undefined variable: passengerFirstName in /home/************/res.php on line 362 Notice: Undefined variable: puname in /home/************/res.php on line 408 Notice: Undefined variable: pfname in /home/************/res.php on line 408 Notice: Undefined variable: pcity in /home/************/res.php on line 412 Notice: Undefined variable: pstate_province in /home/************/res.php on line 412 Notice: Undefined variable: pcountry in /home/************/res.php on line 412 $sqlName = mysql_query("SELECT username, firstname FROM myMembers WHERE id='$value' LIMIT 1") or die ("Sorry we had a mysql error!"); while ($row = mysql_fetch_array($sqlName)) { $passengerUserName = substr($row["username"],0,12); $passengerFirstName = substr($row["firstname"],0,12);} 362 if (!$passengerUserName) {$passengerUserName = $passengerFirstName;} // If username is blank use the firstname programming changes in v1.32 call for this if ($i % 6 == 4){ $passengerList .= '<tr><td><div style="width:106px; height:75px; overflow:hidden;" title="' . $passengerUserName . '"> <a href="res.php?id=' . $value . '">' . $passengerUserName . '</a><br />' . $psgr_pic . ' </div></td>'; } else { $passengerList .= '<td><div style="width:106px; height:75px; overflow:hidden;" title="' . $passengerUserName . '"> <a href="res.php?id=' . $value . '">' . $passengerUserName . '</a><br />' . $psgr_pic . ' </div></td>'; } } $passengerList .= '</tr></table> <div align="right"><a href="#" onclick="return false" onmousedown="javascript:toggleViewAllPassengers(\'view_all_passengers\');">View Manifest</a></div> </div>'; // END ASSEMBLE FRIEND LIST TO VIEW UP TO 6 ON PROFILE // ASSEMBLE FRIEND LIST AND LINKS TO VIEW ALL(50 for now until we paginate the array) $i = 0; $passengerArray50 = array_slice($passengerArray, 0, 50); $passengerPopBoxList = '<table id="passengerPopBoxTable" width="100%" align="left" cellpadding="6" cellspacing="0">'; foreach ($passengerArray50 as $key => $value) { $i++; // increment $i by one each loop pass $check_pic = 'tktedmembers/' . $value . '/image01.jpg'; if (file_exists($check_pic)) { $psgr_pic = '<a href="res.php?id=' . $value . '"><img src="' . $check_pic . '" width="54px" border="1"/></a>'; } else { $psgr_pic = '<a href="res.php?id=' . $value . '"><img src="tktedmembers/0/image01.jpg" width="54px" border="1"/></a> '; } $sqlName = mysql_query("SELECT username, firstname, country, state_province, city FROM myMembers WHERE id='$value' LIMIT 1") or die ("Sorry we had a mysql error!"); while ($row = mysql_fetch_array($sqlName)) { $puname = $row["username"]; $pfname = $row["firstname"]; $pcountry = $row["country"]; $pstate_province = $row["state_province"]; $pcity = $row["city"]; } 408 if (!$puname) {$puname = $pfname;} // If username is blank use the firstname programming changes in v1.32 call for this if ($i % 2) { $passengerPopBoxList .= '<tr bgcolor="#F4F4F4"><td width="14%" valign="top"> <div style="width:106px; height:65px; overflow:hidden;" title="' . $puname . '">' . $psgr_pic . '</div></td> 412 <td width="86%" valign="top"><a href="res.php?id=' . $value . '">' . $puname . '</a><br /><font size="-2"><em>' . $pcity . '<br />' . $pstate_province . '<br />' . $pcountry . '</em></font></td> </tr>'; Thanks, Scott
  16. I’m building a member page and when it reaches there anniversary date. I want “Happy Anniversary” to display in red. Currently it displays in black. Code below… <?php /*$sDayMSG = ""; $today = date("Y-m-d");// today would be 2010-10-09 // Query database for user data $seniority = $row['seniority']; if ($today == $seniority) {// Evaluate if they match today $sDayMSG = "Happy Anniversary!"; }*/ // Now convert for display like normal here $seniority = strftime("%b. %d, %Y", strtotime($seniority)); //echo $sDayMSG; // Wherever you need it on the page ?>
  17. In my web page I want members to be able to change there image/picture. Below are to sep. codes in edit_res.php Error on line 83, it’s marked below. _____________________________________________________ <form action="edit_res.php?id=<?php echo $id; ?>" method="post" enctype="multipart/form-data"> <tr> <td width="61"><?php echo $user_pic; ?></td> <td width="521"><input name="fileField" type="file" class="formFields" id="fileField" size="42" /> 50 kb max </td> <td width="56"><input name="updateBtn1" type="submit" id="updateBtn1" value="Update" /> <input name="parse_var" type="hidden" value="pic" /> <input name="thisWipit" type="hidden" value="<?php echo $thisRandNum; ?>" /> </td> </tr> </form> </table> _________________________________________________________ // ------- PARSING PICTURE UPLOAD --------- if ($_POST['parse_var'] == "pic"){ // If a file is posted with the form if ($_FILES['fileField']['tmp_name'] != "") { $maxfilesize = 51200; // 51200 bytes equals 50kb if($_FILES['fileField']['size'] > $maxfilesize ) { $error_msg = '<font color="#FF0000">ERROR: Your image was too large, please try again.</font>'; unlink($_FILES['fileField']['tmp_name']); } else if (!preg_match("/\.(gif|jpg|png)$/i", $_FILES['fileField']['name'] ) ) { $error_msg = '<font color="#FF0000">ERROR: Your image was not one of the accepted formats, please try again.</font>'; unlink($_FILES['fileField']['tmp_name']); } else { $newname = "image01.jpg"; LINE 83: move_uploaded_file( $_FILES['fileField']['tmp_name'], "tktedmembers/$id/".$newname); } } } ERROR: When I try to test in browser. Warning: move_uploaded_file(tktedmembers/33/image01.jpg) [function.move-uploaded-file]: failed to open stream: No such file or directory in /home/*******/edit_res.php on line 83 Warning: move_uploaded_file() [function.move-uploaded-file]: Unable to move '/tmp/php1fgE1Z' to 'tktedmembers/33/image01.jpg' in /home/********/edit_res.php on line 83 Thanks, Scotty13
  18. Sorry, new to all this. So I need to add to myMembers table is u_id, u_name, u_email AND u_loca?
  19. I added a screen shot of my two tables, forum_posts and forum_sections. maybe I'm missing something in my tables, which both test 100%.
  20. Trying to build a forum. My two Tables that I built for this forum are good. When I test in my browsers… I click on a topic from my index.php It goes to section.php?id=36 (script below) If I click on my type="submit" value="Take Off With A Different Conversation" button. I get this “ERROR: You do not exist in the system.” from new_topic.php (script below). I’m following some tuts online and watched them over and over and its just not working, could you PLEASE HELP ME! Sorry for all the script, but I didnt want to leave anything out. ____________________________________________________________________________ section.php __________________________________________ <?php session_start(); include_once ("../wi_class_files/agoTimeFormat.php"); $myAgoObject = new convertToAgo; include_once "../scripts/connect_to_mysql.php"; // Connect to the database // Get the section ID from the url variable coming in if (isset($_GET['id']) && $_GET['id'] != "") { $sid = preg_replace('#[^0-9]#i', '', $_GET['id']); // filter all characters except numbers for security } else { echo "ERROR: Variables to run this script have been removed from the URL."; exit(); } // Query the database for that section id, make sure it exists and get the section title $sql = mysql_query("SELECT * FROM forum_sections WHERE id='$sid' LIMIT 1"); $numRows = mysql_num_rows($sql); if ($numRows < 1) { echo "ERROR: That section does not exist you have tampered with our URLs."; exit(); } while($row = mysql_fetch_array($sql)){ $sectionTitle = $row["title"]; } // Use the section ID to query the "forum_posts" table in the database to get all the threads for this section $sql = mysql_query("SELECT * FROM forum_posts WHERE type='a' AND section_id='$sid' ORDER BY date_time DESC LIMIT 25"); $dynamicList = ""; $numRows = mysql_num_rows($sql); if ($numRows < 1) { $dynamicList = "There are no threads in this section yet. You can be the first to post."; } else { while($row = mysql_fetch_array($sql)){ $thread_id = $row["id"]; $post_author = $row["post_author"]; $post_author_id = $row["post_author_id"]; $date_time = $row["date_time"]; $convertedTime = ($myAgoObject -> convert_datetime($date_time)); $whenPost = ($myAgoObject -> makeAgo($convertedTime)); $thread_title = $row["thread_title"]; $dynamicList .= '<img src="style/threadPic.jpg" width="26" height="18" alt="Topic" /> ' . $post_author . ' - <a href="view_thread.php?id=' . $thread_id . '">' . $thread_title . '</a> - ' . $whenPost . '<br />'; } } ?> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link href="style/style.css" rel="stylesheet" type="text/css" /> <link rel="icon" href="favicon.ico" type="image/x-icon" /> <link rel="shortcut icon" href="favicon.ico" type="image/x-icon" /> <title><?php echo $sectionTitle; ?> Work & Trip Forum</title> <meta name="Keywords" content="Funny, work, coworker, work, today, wow, forum, airline, blog, announcing, announcer, announced, announce, blog, blogging, blogger, travel, tips, heard, tips, suggestions, nightmares, anniversary, retirement, birthday, party, heard, rumor, chat, gossip" /> </head> <body> <div align="center"> <?php include_once("template_header.php"); ?> </div> <table style="background-color: #FFFFFF; border:#069 1px solid; border-top:none;" width="900" border="0" align="center" cellpadding="12" cellspacing="0"> <tr> <td width="731" valign="top"> <div id="breadcrumbs"><a href="http://www.**********.com">Return'>http://www.**********.com">Return Home: **********</a> ← <a href="http://************.com/root/forum/index.php">Return: Work & Trip Topics</a></div> <h1 style="margin-left:12px;"><?php echo $sectionTitle; ?> </h1> <form action="new_topic.php" method="post"> <input name="forum_id" type="hidden" value="<?php echo $sid; ?>" /> <input name="forum_title" type="hidden" value="<?php echo $sectionTitle; ?>" /> <input name="myBtn1" type="submit" value="Take Off With A Different Conversation" style="font-size:16px; padding:8px;" /> </form> <br /><br /> <div style="margin-left:12px; font-size:14px; line-height:1.5em;"><?php echo $dynamicList; ?></div> <br /><br /><br /></td> <td width="189" valign="top"><div style=" width:160px; height:600px; background-color: #F0F0F0; color: #CCC; padding:12px;"> <br /> <br /> _________________________________________________________________________________________ new_topic.php _____________________________________ <?php session_start(); include_once "../scripts/connect_to_mysql.php"; // Connect to the database // Check to see if the user is logged in with session variables if (!isset($_SESSION['userloca']) || $_SESSION['userloca'] == "") { echo "You'll need to check in first before you can post anything on your Work & Trip Forum."; exit(); } else { // Assume they are a tktedmembers because they have a locator session variable set // Check the database to be sure that their ID, locator, and email session variables all match in the database $u_id = mysql_real_escape_string($_SESSION['id']); $u_name = mysql_real_escape_string($_SESSION['username']); $u_email = mysql_real_escape_string($_SESSION['useremail']); $u_loca = mysql_real_escape_string($_SESSION['userloca']); $sql = mysql_query("SELECT * FROM myMembers WHERE id='$u_id' AND username='$u_name' AND email='$u_email' AND locator='$u_loca'"); $numRows = mysql_num_rows($sql); if ($numRows < 1) { echo "ERROR: You do not exist in the system."; exit(); } } // Check to make sure the URL variables of "sid" and "title" are set if (!isset($_POST['forum_id']) || $_POST['forum_id'] == "" || !isset($_POST['forum_title']) || $_POST['forum_title'] == "") { echo "Important variables are missing"; exit(); } else { // Acquire the variables and proceed to show them a form for creating a new topic $forum_section_id = preg_replace('#[^0-9]#i', '', $_POST['forum_id']); $forum_section_title = preg_replace('#[^A-Za-z 0-9]#i', '', $_POST['forum_title']); } $sql = mysql_query("SELECT * FROM forum_sections WHERE id='$forum_section_id' AND title='$forum_section_title'"); $numRows = mysql_num_rows($sql); if ($numRows < 1) { echo "ERROR: That section does not exist."; exit(); } ?> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link href="style/style.css" rel="stylesheet" type="text/css" /> <title><?php echo $sectionTitle; ?>Work & Trip Forum</title> <script type="text/javascript" language="javascript"> <!-- function validateMyForm ( ) { var isValid = true; if ( document.form1.post_title.value == "" ) { alert ( "Please type in a title for this topic" ); isValid = false; } else if ( document.form1.post_title.value.length < 10 ) { alert ( "Your title must be at least 10 characters long" ); isValid = false; } else if ( document.form1.post_body.value == "" ) { alert ( "Please type in your topic body." ); isValid = false; } return isValid; } //--> </script> </head> <body> <?php include_once("template_header.php"); ?> <table style="background-color: #F0F0F0; border:#069 1px solid; border-top:none;" width="900" border="0" align="center" cellpadding="12" cellspacing="0"> <tr> <td width="666" valign="top"> <div id="breadcrumbs"><a href="http://www.**********.com">Return Home: **********</a> ← <a href="http://***********.com/root/forum/index.php">Return: Work & Trip Forum</a> ← <a href="section.php?id=<?php echo $forum_section_id; ?>"><?php echo $forum_section_title; ?></a></div> <h2>Creating a new topic in the <em><?php echo $forum_section_title; ?></em>Work & Trip Form</h2> <form action="parse_post.php" method="post" name="form1"> <input name="post_type" type="hidden" value="a" /> Announcer:<br /><input name="topic_author" type="text" disabled="disabled" maxlength="64" style="width:96%;" value="<?php echo $u_name; ?>" /> <br /><br /> Announcement Title:<br /><input name="post_title" type="text" maxlength="64" style="width:96%;" /><br /><br /> Tell Us What Happen Today... <span class="smtext"> (Use only fictitious names if describing a passenger) </span><br /> <br /> Please type in your topic body:<br /><textarea name="post_body" rows="15" style="width:96%;"></textarea> <br /><br /><input name="" type="submit" value="Post Announcement!" onclick="javascript:return validateMyForm();"/> <input name="fsID" type="hidden" value="<?php echo $forum_section_id; ?>" /> <input name="fsTitle" type="hidden" value="<?php echo $forum_section_title; ?>" /> <input name="uid" type="hidden" value="<?php echo $_SESSION['id']; ?>" /> <input name="uloca" type="hidden" value="<?php echo $_SESSION['userloca']; ?>" /> </form> ________________________________________________________________________________________________________________________________________________ Scotty13
  21. I'm ready to launch my website to the world and I'm looking for advice on an excellent virus program for free or even a yearly fee. I have a Dell PC and using Windows 7. I built my own social network website from scratch with Dreamweaver CS4. Any information and suggestions will greatly be appreciated. Thank you, Scott
×
×
  • Create New...