Jump to content

Five360

Members
  • Posts

    7
  • Joined

  • Last visited

Five360's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Could the mod/admin who moved the topic please justify the decision to move a help related topic to the third party application forum? ROFL.
  2. I don't quiet understand how a preview and a download link to the complete code isn't enough to help me. I guess I came to the wrong forum for PHP help... Thanks anyways guys.
  3. Yes, but how does that help a PHP newbie? If someone could actually give me some quality help I would really appreciate it. Here is a link to the PHP code I am using: http://www.dyn-web.com/code/order_form/example2.php
  4. Thanks, I am half way there now. I just need to learn how to make it bigger? And also remove the text "array" from the box.
  5. Yeah, that changes the horizontal length. I am trying to make it vertically bigger.
  6. Could you please look at the demo? I could post the rest of the code.
  7. Hey guys, I am new the forum and generally PHP itself. I am using a modified version of a webpage I found for a project of mine. I have the following code: $tbl->addRow(); $tbl->addCell('Shipping Address: ', 'label'); $tbl->addCell( $frm->addInput('text', 'address', '', array('size'=>36) ) , null, 'data', array('colspan'=>3) ); $tbl->addRow(); $tbl->addCell('Titles: ', 'label'); $tbl->addCell( $frm->addInput('text', 'title', '', array('size'=>36) ) , null, 'data', array('colspan'=>3) ); Now what I have done is essentially copied the email input and pasted it twice and re-named it Shipping Address & Titles. Now this works and everything when submitted, but for the user it still shows a box small enough for just the e-mail. I was wondering how I could re-size the text area for shipping and titles so that they fit appropriately. Thanks in advance, Five 360 PS. I am not trying to advertise whatsoever, I just feel it would be MUCH easier to understand what I am talking about if you could see for yourself. Therefore I have added a link to the page below: <spam removed>
×
×
  • 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.