[PHP] Signing (hand-written signature) pdf document

2009-10-13 Thread nashrul
Hi... I'm thinking about a document management system that can put user signature on the created digital document. Here's the app-flow I can imagine ... My php application creates a pdf document. The pdf document is displayed to user. Using the digital pen, the user will put his/her signature on t

[PHP] is there a better way to know from which php file the request comes from ??

2009-08-17 Thread nashrul
This is a newbie question... Let's say there are 3 php files, page1.php, page2.php and page3.php. Form submission from page1.php or page2.php will take user to page3.php. I know that we can use parameter that is appended in the action attribute of the form (e.g ) But I think, appending this parame

Re: [PHP] Displaying user data and picture

2009-08-12 Thread nashrul
e... I don't know how to escape these html tags.. "nashrul" wrote in message news:24839092.p...@talk.nabble.com... > > I am new to php... > I try to make a php page that displays form submitted data and image. There > are 3 php files, > tampil_tamu_admin.php, edit_tamu

[PHP] Displaying user data and picture

2009-08-05 Thread nashrul
I am new to php... I try to make a php page that displays form submitted data and image. There are 3 php files, tampil_tamu_admin.php, edit_tamu.php and display_img.php. The user lists are displayed in the tampil_tamu_admin.php, and when the user clicks one record, it shows edit page (edit_tamu.p