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...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 2375 - 2404 of 3262   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2375
HI, I have worked with pgsql long back ago. Please check the link http://www.joot.com/dave/writings/articles/php/ This may help you Ninad Panday sasi kumar...
ninad panday
ninadpanday
Offline Send Email
Apr 3, 2006
5:27 am
2376
We are a small US based software company. We are proposing to open an office in Coimbatore and we are in need of two experienced php programmers for our web...
subash_23
Offline Send Email
Apr 5, 2006
4:53 am
2377
Hi All, I have a record details fetched on a page for update and I update the record successfully and remains on same page.I want to fix simple pagination in...
mkumarpatil
Offline Send Email
Apr 5, 2006
4:53 am
2378
Hi All, I am working on Admin section.ofcourse,there will be many links on single page.For security purpose I am using "FORMS" at every link for passing...
mkumarpatil
Offline Send Email
Apr 5, 2006
5:19 am
2379
Hello Mr. Patil, From where i see, You want to post your form to different pages depending on the link you click. Is that right? If right then just 1. use only...
anand tarey
whoelse_anand
Offline Send Email
Apr 5, 2006
6:37 am
2380
Hello Group, Is there some way i can know country name without using IPtoCountry table? Plz reply ASAP. Can also reply at my personal yahoo id. Thanks, Anand ...
anand tarey
whoelse_anand
Offline Send Email
Apr 5, 2006
6:39 am
2381
Hi all, I've a project where i need to display the result of a query in a table.The result of a query is 1263 rows but it is not displaying.Is php or mysql or...
Ramachandra Kiran
ramu_rp2005
Offline Send Email
Apr 6, 2006
4:21 am
2382
Hello Anand, Thank you for respose. I dont want to submit any form by clicking on link but instead of links I am thinking to use forms to carry info which I am...
Milindkumar Patil
mkumarpatil
Offline Send Email
Apr 6, 2006
5:55 am
2383
Dear Php Community, 1. We have a Linux shared host as the Production Server. 2. We have a LInux Apache Server as the Test Server. 3. We want to have a forgot...
pannet1@...
pannet1
Offline Send Email
Apr 6, 2006
6:28 am
2384
Hello Milind, As far as I understand you want to perform different actions in the same page i.e. edit, update, delete and view. So you must be having different...
Madhuvanti Athawale
madhuvanti_a...
Offline Send Email
Apr 6, 2006
7:07 am
2385
Hi Karthick, ... You will have to take the username entered in the form, do a query on db for the email address, and then send an email out with the password...
Nirav Mehta
vrmaster_2000
Offline Send Email
Apr 6, 2006
8:22 am
2386
Hi, You can use sessions if possible. Put the variables in sessions. Some what like this. 1) Ask values from user using forms, 2) store the values in session...
M Krishna Srikanth
mandaksk
Offline Send Email
Apr 7, 2006
4:34 am
2387
hi Karthick you have to implement the mail sending script this can be done by many ways as i have done it with smtp make smtp configured into php ini then use...
narendra rajput
dream_nandy
Offline Send Email
Apr 7, 2006
4:34 am
2388
hi, you have to fetch the data by row and give it in to a while loop so that it can be repeated till the whole data is not display in the table.the td part is...
narendra rajput
dream_nandy
Offline Send Email
Apr 7, 2006
4:35 am
2389
How to send SMS using SMPP Protocol....
ganesh400
Online Now Send Email
Apr 8, 2006
1:21 am
2390
Hi, I have designed a mass mailing program in php for my company, which will send html mails along with attachments. I have tested it using yahoo mail, gmail,...
M Krishna Srikanth
mandaksk
Offline Send Email
Apr 8, 2006
4:59 am
2391
Dear Nandy, Many thanks for your below reply. The problem is i used a shared webhost for my site and I do not have the control over the php.ini file. the web...
pannet1@...
pannet1
Offline Send Email
Apr 9, 2006
2:36 pm
2392
... mkumarpatil> Please tell me proper way to carry information on the mkumarpatil> next page using links and forms.Or any other method mkumarpatil> as far as...
Balaji Narayanan
lists@...
Send Email
Apr 9, 2006
2:38 pm
2393
base64_encode and decode. You can pass variables in this form : $str = "var1=somevalue&var2=someothervalue&var3=34"; $encode = base64_encode($str); To decode: ...
Gaurav Arora
nubknacker2k
Offline Send Email
Apr 10, 2006
4:54 am
2394
If you want to carry few variables from one page to another then you might use form eg: <html> <body> <form action=abc.php method=post > <input type=hidden...
dost malik
himanshuggc
Offline Send Email
Apr 10, 2006
4:55 am
2395
Dear All, Do you want to work for a world class company or build a world class company? Do extreme tech challenges drive you? If yes, we are looking for you! ...
Nirav Mehta
vrmaster_2000
Offline Send Email
Apr 11, 2006
10:49 am
2396
... Yes yes yes!! Ah! this sounds so good that even I am tempted to apply but then I have a lifetime contract with my current CEO ;) Folks - this is a good...
Dr. Tarique Sani
tariquesani
Offline Send Email
Apr 11, 2006
10:56 am
2397
Hi all, Can any body guide me, how can pass the get parameter while mod redirecting the url. Ex. if am requesting some thing like...
SANTHOSH GANDHE
santhosh_gandhe
Offline Send Email
Apr 11, 2006
3:33 pm
2398
Hi all, What are all the possible ways of making an http request from a php page.? I tried in 2 ways. By opening a socket to the remote server and putting the...
SANTHOSH GANDHE
santhosh_gandhe
Offline Send Email
Apr 11, 2006
3:35 pm
2399
I've been working with ajax for sometime now and it's always bothered me that while my scripts were doing their "thing", the user had no indication of what was...
Gaurav Arora
nubknacker2k
Offline Send Email
Apr 11, 2006
3:35 pm
2400
Hi! all, Anyone aware of any comprehensive guide for writing secure php applications. Need to prescribe such guide to couple of college students. regards VK ...
vivek khurana
khuranavivek_in
Offline Send Email
Apr 12, 2006
4:43 am
2401
... See if this is available in Indian Edition http://phpsecurity.org/ HTH Tarique -- ============================================================= PHP...
Dr. Tarique Sani
tariquesani
Offline Send Email
Apr 12, 2006
5:07 am
2402
... SANTHOSH> Hi all, Can any body guide me, how can pass the get SANTHOSH> parameter while mod redirecting the url. SANTHOSH> Ex. if am requesting some...
Balaji Narayanan
lists@...
Send Email
Apr 12, 2006
5:14 am
2403
Hi Balaji, with the code what u sent ...the url is redirected but the parameters are not passing. they just sent as empty values. Can u plz check this suggest...
SANTHOSH GANDHE
santhosh_gandhe
Offline Send Email
Apr 12, 2006
10:06 am
2404
Dear All, Do you want to work for a world class company or build a world class company? Do extreme tech challenges drive you? If yes, we are looking for you! ...
Nirav Mehta
vrmaster_2000
Offline Send Email
Apr 13, 2006
4:06 am
Messages 2375 - 2404 of 3262   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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