I am using EZPDF Class to create PDFs I want to give Meta Data Information in the PDF ie when we right Click the PDF and see the Properties it Should show the...
Hi, eZPDFParser will return Metadata ... __________________________________________________________ Yahoo! India Answers: Share what you know. Learn something...
I want to fill in the Meta Data Dynamically for each PDF I create! So if my Customer Right CLicks and See the Properties he has all the Details which are...
Hi I came across a condition where , i want to collect the form name in next page, after submitting the form. e.g in login.php I submit a form having name...
you can put the form name as a hiden field in the form itself. i dont think there is a way to retrieve the name otherwise. if the form name is dynamic then set...
Thanks for giving me the reply. In my project the form will come dynamically. And the pages are already coded. so there is no scope to add one more hidden...
Hi all, I need help from you. I need to read a specific portion of a file. I have a predefined begin tag and end tag. The script will identify that tags and ...
Hi Guys, Thanks to approve my request to join your group, I am having a problem with php 5.0.4, i have a form which sends attached file on server. But this is...
Thanks for giving me the reply. In my project the form will come dynamically. And the pages are already coded. so there is no scope to add one more hidden...
hi, you can use ereg_replace method to do this. example code : $string="This is your home page, where you welcome your visitors. It is the perfect place to...
PHP Version 5.1.1 is what i am using and no issues as such. The last time when i was stuck with file uploads was ages back and i happen to remember that i was...
Dear Satish, I am looking for a VPN connectivity through PHP. I have gone through google etc. however i wasn\'t able to find the right way to connect VPN...
Hi all I want to get the Data from Desktop software developed in PowerBasic. I want this data in my PHP file to process. Kindly tell me how to get the value. ...
I can tell you a trick, but note that your desktop software should dump the output stream, i.e it runs, displays some output and quits itself. It may output...
I have written an article on PHP a fastly evolving web development language. I request you to read and comment on it as its a free and open source language. ...
Hi, I have some php snippets (or rather code chunks) which I want to put it in database as plain text. Depending on some criteria I want to dynamically import...
Hi, I have an application where i'll be creating thumbnails, making pictures smaller, etc etc. I'm wondering what to use, imagemagick or GD. Does anyone have a...
One way I found out is writing the code in the DB to a include file (.INC or .PHP) and including it in the original script dynamically. Concurrency ofcourse is...
Most of the PHP comes with the GD support libraries... If not , the other possible of working on images in imagemagick. Quality wise there are several options...
... the same quality depending on the format you choose(like PNG will give u best quality, JPEG and GIF a bit less).. don't know much about the functions they...
Can you please elaborate what type of help you need. As far as the usage of Prado is concerned you can vist the url http://www.xisc.com/ -Ninad akuratan...
Hello, We are developing an application which takes input from a scanner. The scanning operation will be controlled through the application. Can we developo...