Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
Ranked #4K
~2K People Reached
Favorite Forums
Favorite Tags

7 Posted Topics

Member Avatar for maryjane9110024

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. …

Member Avatar for maryjane9110024
0
492
Member Avatar for sgdesain

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;" > ...

Member Avatar for sgdesain
0
139
Member Avatar for maryjane9110024

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 …

Member Avatar for maryjane9110024
0
238
Member Avatar for Bensirpent07
Member Avatar for Asan23

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.

Member Avatar for maryjane9110024
0
296
Member Avatar for iamthwee

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/)

Member Avatar for yessi_1
0
155
Member Avatar for sammy1992

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 …

Member Avatar for maryjane9110024
0
116

The End.