- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
7 Posted Topics
I have a form which a user fills out and submits. This will take the user to a review page where they can then either go back and make changes or submit their information. The user is then taken to a confirmation page. I used FPDF to create the pdf. … | |
Re: Did you try flipping your double quotes and single quotes in your second snippet? For example: echo '<form><textarea name="BBCode" style="width:592px; height:120px;" > ... | |
I'm not sure what is going on. I specified for the 2nd cell to go to the next line but it is attaching to the end of the first line. Here is my code: <?php require_once('/fpdf/fpdf.php'); $pdf = new FPDF(); //var_dump(get_class_methods($pdf)); $pdf->AddPage(); $pdf->SetFont('Arial', 'B', '20'); $pdf->cell(0,10, 'Mobile Home Poperty Tax … | |
| |
Re: Here is the URL for the video. [Click Here](http://www.kaltura.com/index.php/kwidget/cache_st/1300108489/wid/_584771/uiconf_id/14048132/entry_id/0_jpnvzoa2) Use the <video> tag (or previous version of) and link directly to it. | |
![]() | Re: Here's some more information on breadcrumbs and some examples too. [Click Here](http://www.smashingmagazine.com/2009/03/17/breadcrumbs-in-web-design-examples-and-best-practices-2/) |
Re: you can use the input tag for username and password. something like... Username: <input type="text" /> Password: <input type="password" /> Make sure to wrap in form tags and include a submit button. Also going to need an option for the user to register and a forgot password so they can … |
The End.