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.
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 1819 - 1848 of 3262   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1819
Hi all, I am passing huge data through query string in the form of arrays. for eg. example.php?arrayone=$arrayone&arraytwo=$arraytwo&...... There are six to...
mkumarpatil
Offline Send Email
Sep 5, 2005
4:58 am
1820
... Most likely ... Don't pass them around :) just pass references to them instead... lots of ways to achieve the same result - DB, session, Cookies - pick ...
Dr Tarique Sani
tariquesani
Offline Send Email
Sep 5, 2005
9:55 am
1821
Hi all!! How is every thing goin on I have a query regarding the Bandwidth calculation for one of my application. Our development team don't know how to...
pravin wankhade
pidiwankhade
Offline Send Email
Sep 5, 2005
12:13 pm
1822
http://www.apacheref.com/ref/http_core/LimitRequestLine.html http://support.microsoft.com/default.aspx?scid=kb;en-us;260694 check those...and try if they help...
thotakura ravi chandu
t_ravichandu
Offline Send Email
Sep 6, 2005
6:32 am
1823
hello you can do one thing just give the whole array as session variable by registering it on your your page and access the variable on your next page in the...
adil khan
adil_rauf
Offline Send Email
Sep 6, 2005
7:15 am
1824
http://www.apacheref.com/ref/http_core/LimitRequestLine.html http://support.microsoft.com/default.aspx?scid=kb;en-us;260694 check those...and try if they help...
thotakura ravi chandu
t_ravichandu
Offline Send Email
Sep 6, 2005
9:02 am
1825
Can anyone tell me what are the main bugs in PHP version 5.0.4 over PHP Version 4 series.How can we rectify those bugs?.Also what are the main concepts...
Anbalagan
irtt_anbu
Offline Send Email
Sep 8, 2005
5:36 am
1826
Hi, Check this: http://www.php.net/ChangeLog-5.php#5.0.4 Aditya ... PHP Version 4 series.How can we rectify those bugs?.Also what are the main concepts...
Aditya Mooley
aadityamooley
Offline Send Email
Sep 8, 2005
5:55 am
1827
Hi all, is it possible to capture the Properties of a Microsoft Word Document into a Database record. If yes how can this be done. Any help will be greatly...
Srinivas P
psreeinfo
Offline Send Email
Sep 9, 2005
9:52 am
1828
Hi, I need help in the following code. index.php <?php inlude_once('menu.php?fldGroupID=14'); ?> menu.php <? php echo "The groupID is:...
Mathew Paret
mathewparet
Offline Send Email
Sep 10, 2005
10:15 am
1829
... to make this work you will have to open the file over http <?php inlude_once('http://yourdomain.com/menu.php?fldGroupID=14'); ?> HTH Tarique -- ...
Dr Tarique Sani
tariquesani
Offline Send Email
Sep 10, 2005
10:33 am
1830
I tried this but still did not work. ... -- Regards, Mathew Paret. [Non-text portions of this message have been removed]...
Mathew Paret
mathewparet
Offline Send Email
Sep 10, 2005
12:34 pm
1831
Hi All, I have written script so that I am able to open pop up window on clicking on that specific item for edit purpose. After editing information, I update...
mkumarpatil
Offline Send Email
Sep 10, 2005
12:36 pm
1832
Prepare parent window object & try to write in it using innerHTML. so that parent window get updated. -thanks Hati Ghyal Te Tadis Nya ... Yahoo! for Good Watch...
~Sameer~
sa_kelkar
Online Now Send Email
Sep 11, 2005
5:50 am
1833
If the data on the parent page is coming from database then when you refresh the parent page from the popup after updating the data then automatically the...
Abbas Ali
abs_1980
Offline Send Email
Sep 12, 2005
12:51 pm
1834
Hi Friends, Our company Talash Infosoft Pvt. Ltd. located at Ahmedabad has following openings: Designation: PHP/ASP/ASP.Net Developer No. of Post: 5 ...
Talash Infosoft
talashinfo
Offline Send Email
Sep 13, 2005
4:28 am
1835
Hi All This is an exciting moment to share with you all that our company, an offshore services company based at Chandigarh, is currently looking for a large...
iTeam India
myindiateam
Offline Send Email
Sep 13, 2005
8:20 am
1836
THANKS ALL THE GROUP MEMBERS. WE HAVE RECEIVED AN EXCELLENT RESPONSE. WE NOTICED THAT THE WORKSHEET ATTACHMENT WAS NOT THERE IN THE EMAIL. ALL THOSE INTERESTED...
iTeam India
myindiateam
Offline Send Email
Sep 14, 2005
11:03 am
1837
This is the url to download the site code and know about the site functionlities http://www.claroline.net [Admin] Claroline is a free application based on PHP...
nisith panda
nisith03
Offline Send Email
Sep 15, 2005
10:09 am
1838
Hi all How can I mark CC mail with in a PHP script. Below is what I have written the script. <?php $name = $_POST['name'] ; $address = $_POST['address'] ; ...
Kanak Changela
patelkanak
Offline Send Email
Sep 17, 2005
5:22 am
1839
... $cc = "example@..."; $header.="From: $recepient\r\nCC: $cc\r\n"; Peace, Shoan....
Shoan Motwani
lucky_luke_24
Offline Send Email
Sep 18, 2005
6:39 am
1840
Dear all: You can reference PHP:mail - Manual as follows: to marking CC & Bcc in your mail header <?php // multiple recipients $to = 'aidan@...' . ',...
cllee819@...
cllee819
Offline Send Email
Sep 19, 2005
4:52 am
1841
See this code it might help U <?php /* recipients */ $to = "mary@..." . ", " ; // note the comma $to .= "kelly@..."; /* subject */ $subject =...
Rupak Dum
rupakdum
Offline Send Email
Sep 19, 2005
7:32 am
1842
See this code it might help U <?php /* recipients */ $to = "mary@..." . ", " ; // note the comma $to .= "kelly@..."; /* subject */ $subject =...
Rupak Dum
rupakdum
Offline Send Email
Sep 19, 2005
10:14 am
1843
hi, can anyone please let me know....how do i upgrade from php 4.2.2 to php 4.4.0 or php 4.3; do i just download and install the newer versoin on top of the...
roshan_rsk
Offline Send Email
Sep 21, 2005
5:35 am
1844
Hi Roshan, Yes, just get the new version and install as usual. No extra pains. :) Happy upgrading. Aditya -- Moderator, in-phpug http://adityamooley.net ...
Aditya Mooley
aadityamooley
Offline Send Email
Sep 21, 2005
6:01 am
1845
Hello, I would to like to combine two image files into 1 image file by PHP. Has anyone done that..? or do u have any leads how to do it. thanks dibakar ...
Dibakar Datta
dibakar_datta
Offline Send Email
Sep 21, 2005
7:59 am
1846
Hi, Try ImageMagick....http://www.imagemagick.org/script/index.php Dibakar Datta <dibakar_datta@...> wrote: Hello, I would to like to combine two image...
Teena Pandya
tips_tp
Offline Send Email
Sep 21, 2005
9:03 am
1847
Hello All, We at Vishwa Technologies urgently require a PHP-MySQL programmer for a new and challenging project. We are located in Vishrantwadi,Pune. The...
Mrunal Vishwasrao
mrunal_vishw...
Offline Send Email
Sep 22, 2005
4:56 am
1848
Hi I am having a strange problem as: I am using client side xml transformation using xsl stylesheet which displays a form and some data. i have included the...
vivek bolajwar
bolvivek
Offline Send Email
Sep 23, 2005
5:16 am
Messages 1819 - 1848 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