[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 this document.
or Using the touch screen, the user will put his/her signature.
The pdf document with the user signature is saved to the db.
Has anyone done this before ??
Thanks
-- 
View this message in context: 
http://www.nabble.com/Signing-%28hand-written-signature%29-pdf-document-tp25884660p25884660.html
Sent from the PHP - General mailing list archive at Nabble.com.


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[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 FORM METHOD=POST ACTION=tes.php?var1=val1)
But I think, appending this parameter is transparent to the user, since it's
visible in the url.
And I think we can also use the hidden field or (form name ??.).
So which one is most secured and better ??
Thanks..
-- 
View this message in context: 
http://www.nabble.com/is-there-a-better-way-to-know-from-which-php-file-the-request-comes-fromtp25003587p25003587.html
Sent from the PHP - General mailing list archive at Nabble.com.


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] Displaying user data and picture

2009-08-12 Thread nashrul

u want help? break down ur question to the point, none is going to downlod
unknown zips searching for the spot.

the reason I put the files zipped is that when I put the code that include
html tags in the message, they are read as html tags by the browser and
displayed not as the code...
I don't know how to escape these html tags..


nashrul anas_a...@yahoo.com 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 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.php) that display user
data
 and picture. (edit_tamu.php file includes img tag that calls
display_img.php
 with user id)
 The problem is the user data is displayed but the image is not
displayed...
 How can I display this image ?

 The codes are attached

 Thanks http://www.nabble.com/file/p24839092/guest-book.rar guest-book.rar
 http://www.nabble.com/file/p24839092/guest-book.zip guest-book.zip
 -- 
 View this message in context:
http://www.nabble.com/Displaying-user-data-and-picture-tp24839092p24839092.html
 Sent from the PHP - General mailing list archive at Nabble.com.




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




-- 
View this message in context: 
http://www.nabble.com/Displaying-user-data-and-picture-tp24839092p24943885.html
Sent from the PHP - General mailing list archive at Nabble.com.


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[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.php) that display user data
and picture. (edit_tamu.php file includes img tag that calls display_img.php
with user id)
The problem is the user data is displayed but the image is not displayed...
How can I display this image ?

The codes are attached

Thanks http://www.nabble.com/file/p24839092/guest-book.rar guest-book.rar 
http://www.nabble.com/file/p24839092/guest-book.zip guest-book.zip 
-- 
View this message in context: 
http://www.nabble.com/Displaying-user-data-and-picture-tp24839092p24839092.html
Sent from the PHP - General mailing list archive at Nabble.com.


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php