Jump to content

tapupartforpres

Members
  • Posts

    72
  • Joined

  • Last visited

    Never

Contact Methods

  • Website URL
    http://www.eprintingonline.com/

Profile Information

  • Gender
    Male

tapupartforpres's Achievements

Member

Member (2/5)

0

Reputation

  1. Hello. I checked around for some script help, but most of what I found is most of them are written for a password and login. I was wondering if someone could direct me in the right direction. I basically need a script that would upload 1 - 5 files to my server. No password. But it just needs to upload and not download anything. Any ideas. Thank you.
  2. Try this site to test in all browsers http://browsershots.org/
  3. It looks screwy in Firefox and Opera (Mac) as well. The featured items are down at the bottom right.
  4. Thanks man. Sorry about being vauge. I got it to work with some javascript. Thanks though. I would use some help on another post labeled "email form". Thanks
  5. I got it to work in with some javascript. Thanks though.
  6. Hello got a basic email form. In one field I am pulling a read only javascript to show the current date (plus a bunch of other fields). <input id="tDate" readonly="readonly" name="tDate" type="text"></td> All the fields are coming across in email and is processing correctly except this field. <?php $SendFrom = "DUKE"; $SendTo = "email@email.com"; $SubjectLine = "Database Change Request"; $Divider = "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"; $tDate = $_REQUEST['tDate'] ; $New_Message = "Date Verified:_______________________"; $MsgBody = "\n$tDate\n"; $MsgBody = "\n$New_Message\n"; foreach ($_POST as $Field=>$Value) $MsgBody .= "$Field: $Value\n"; $MsgBody .= "$Divider\n" . $_SERVER["HTTP_USER_AGENT"] . "\n"; $MsgBody = htmlspecialchars($MsgBody); mail($SendTo, $SubjectLine, $MsgBody, "From: $SendFrom"); $msg_cbc = "Thank you filling out all the information correctly. You will be contacted to verify this information shortly."; ?> Any ideas on how I can get the date to come over in the email? Thanks
  7. I search the site and found nothing. I have an HTML form with a day, month and year drop down. What is the best and easiest way to to auto populate the date on the dropdown? I tried one and it didn't work. Any help? Thanks.
  8. Hello. Sort of a newbie here. I have a form (that is send via email) and is not using a SQL database. I have a drop down with month, day, and year so a salesmen can select the date he submits the form. How to I automatically grab todays date and populate the drop down list? Any other ideas? Thanks!
  9. Hello. Question. I am putting together a plan for a site. It is for a printing company. What I need this site to do is when someone orders say a postcard, they select their paper, and size, etc. What I need done is I need this information to be written to a "hotfolder" in XML in a local folder here on our servers. Is is easy to map certain fields to be written to XML? Sorry sort of a beginner here. Just hoping someone could give me a basis on what needs to be done. Thanks
  10. Hello. Have a question. I have a basic background in .php and SQL. Basic form posting, email, etc. I work for a printing company that i will be redesigning their website. Here are the questions. 1. I have customers that want to pick some of their printing templates online. Then place the order with quantity. Then they would be able to type in their name, address, phone, etc and be merged onto the printed piece. What I would like to happen after that is after the file is uploaded it will be placed in an FTP folder. At that point I would like it to automatically send to our digital presses. 2. Can that file, that is taken from the FTP folder be automatically impositioned and data be added to that file. 3. I have worked for a company that did this in the past, where they would fill out form fields online (Acrobat) and then would be printed to a press. Just don't know how to do it? Does anyone have any experience in this type of processing? Any suggestions would be helpful. Thanks
  11. Gevans, it worked like a charm. I appreciate it. I will be making a donation next week in your honor. Thanks!
  12. Hey G. Here is what I have in the index file (the form) <input name="last" type="text" id="last" tabindex="1" size="31" maxlength="66"> If you go here http://www.cbcmagazine.com/subscriber_paid/ and fill out some bunk information you will see what you get.
  13. Hey gevens. Yes you are correct. Perfectly stated, sorry if I was a bit vague.
  14. Hey gevans. I think I'm mixed up. I don't think it's correct. I see what you did and is starting to sink in. 1. I would need it to check the subscriber data and if they are not in the data it would show "you are not a member.." 2. If their last name does match the data it will display in a table (you commented this out) to make sure it is correct. 3. After they read over their information, they hit submit, then it sends it to the other database. Thanks
  15. Sorry people, I didn't mean that to come off like that. I was frusturated with previous posts like "pick up a book". Not this post, I should of been clearer on that, my bad. Didn't mean it for the people who really help like you guys. I know you do this on your free time and really do appreciate it. Any help would be appreciated.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.