Search the web
Sign In
New User? Sign Up
in-phpug · Indian PHP User Group
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 2707 - 2736 of 3194   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2707
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...
Anurag's
abhatia6feb
Offline Send Email
Aug 2, 2006
8:58 am
2708
Hi, eZPDFParser will return Metadata ... __________________________________________________________ Yahoo! India Answers: Share what you know. Learn something...
rama singh
rama_singh75
Online Now Send Email
Aug 2, 2006
9:54 am
2709
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...
Anurag's
abhatia6feb
Offline Send Email
Aug 2, 2006
10:09 am
2710
I don't know about ezpdf classes ,but that can be done by using the fpdf classes. for further reference visit http://www.fpdf.org. Srivi Anurag's...
sree vidya
sreevidya_sa...
Offline Send Email
Aug 2, 2006
10:20 am
2711
Hi, I just gone through the ezpdf classes ,i think this function will do ur work addinfo(label,value) for more info...
sree vidya
sreevidya_sa...
Offline Send Email
Aug 2, 2006
10:30 am
2712
Yes It looks this is what i was looking for! I will try it and surely let you know Thanks a lot! ... -- Thanks Anurag Bhatia , ...
Anurag's
abhatia6feb
Offline Send Email
Aug 2, 2006
11:33 am
2713
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...
Gulmohar
gulmoharsont...
Offline Send Email
Aug 5, 2006
4:05 am
2714
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...
M Krishna Srikanth
mandaksk
Offline Send Email
Aug 5, 2006
5:10 am
2715
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...
Gulmohar
gulmoharsont...
Offline Send Email
Aug 5, 2006
5:47 am
2716
Why in the world do you need the form name? ... [Non-text portions of this message have been removed]...
Gaurav Arora
nubknacker2k
Offline Send Email
Aug 5, 2006
12:43 pm
2717
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 ...
Surajit Koly
chan_suro
Offline Send Email
Aug 8, 2006
4:45 am
2718
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...
saurabh_juneja1
Offline Send Email
Aug 8, 2006
8:12 am
2719
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...
Gulmohar Sontakke
gulmoharsont...
Offline Send Email
Aug 8, 2006
8:13 am
2720
Hi Surajit, Not sure what exactly is the reson behind this but if you want to send HTML template based emails, i suggest you take a look at ...
accilies
shoeb_surya
Offline Send Email
Aug 8, 2006
8:13 am
2721
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...
dharma raj
dharmacse
Offline Send Email
Aug 8, 2006
8:14 am
2722
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...
accilies
shoeb_surya
Offline Send Email
Aug 8, 2006
10:45 am
2723
Did you make sure the form encoding was correct? ... [Non-text portions of this message have been removed]...
Gaurav Arora
nubknacker2k
Offline Send Email
Aug 10, 2006
12:25 pm
2724
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...
Kalhan Deepak
saajankalhan...
Offline Send Email
Aug 10, 2006
12:25 pm
2725
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. ...
Murali
bmk_srgm
Online Now Send Email
Aug 14, 2006
9:08 am
2726
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...
Rohan Prabhu
rohan_gnome
Offline Send Email
Aug 14, 2006
9:43 am
2727
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. ...
pavithran
pavithransss
Offline Send Email
Aug 15, 2006
12:52 am
2728
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...
M Krishna Srikanth
mandaksk
Offline Send Email
Aug 15, 2006
1:03 pm
2729
Hi Krishna, http://in.php.net/eval Maybe you are looking for this. Regards Vinay ... -- Regards Vinay Mob: 9422113939 ... Vinay Yadav vinayRas Infotech ...
Vinay Yadav
vinayras
Offline Send Email
Aug 16, 2006
4:52 am
2730
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...
Gaurav Arora
nubknacker2k
Offline Send Email
Aug 16, 2006
4:53 am
2731
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...
Sreejan
sreejan_pv
Offline Send Email
Aug 16, 2006
4:55 am
2732
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...
Sreeni .A
iaminlovewit...
Offline Send Email
Aug 17, 2006
3:59 am
2733
... 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...
Rohan Prabhu
rohan_gnome
Offline Send Email
Aug 17, 2006
10:24 am
2734
Can anyone help me about Prado 3?...
akuratan
Offline Send Email
Aug 30, 2006
5:23 am
2735
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...
ninad panday
ninadpanday
Offline Send Email
Aug 31, 2006
4:21 am
2736
Hello, We are developing an application which takes input from a scanner. The scanning operation will be controlled through the application. Can we developo...
Nandan Warnekar
nandanwon
Offline Send Email
Sep 7, 2006
11:38 am
Messages 2707 - 2736 of 3194   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2007 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help