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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 2540 - 2569 of 3262   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2540
I have a process in place where I can create PDF docs on the Fly on the basis of some condition ! So the PDF is created on the browser with the data in the...
Anurag's
abhatia6feb
Offline Send Email
Jun 1, 2006
12:50 pm
2541
hi friend can anybody tell how to refresh the page on button click using php. i have a problem i write the code for rotating image after rotation it show the...
gurpreet panesar
mintoo_panesar
Offline Send Email
Jun 2, 2006
10:07 am
2542
AJAX is really a great technology and we, web developers can really compete with Desktop applications, it has made some unfeasible stuff possible for any web...
webmaster@...
php_love
Offline Send Email
Jun 2, 2006
11:13 am
2543
Hi, Please use this on click event <META HTTP-EQUIV="refresh" content="0;URL="write url of the page which you wanna to Refresh"> OR You can use header too for...
Gurinder Grewal
gurinder_grewal
Offline Send Email
Jun 2, 2006
12:31 pm
2544
Hi gurpreet, Though your problem isnt clear much, I have a suggestion. Along with using the meta-refresh tag, try using iframe for the ads. In the html page,...
M Krishna Srikanth
mandaksk
Offline Send Email
Jun 3, 2006
4:23 am
2545
... I too agree on this. I am also new to it. But last year I had to use it for one of my clients. This client had a form with four drop down menus showing...
Alka Bhat
alka.bhat@...
Send Email
Jun 3, 2006
4:25 am
2546
Hi there many ways to referesh a page but you may try this on your button click echo"<metahttp-equiv='refresh'content='0;URL=yourpage.php'>"; You can...
alok surati
loverguy124
Offline Send Email
Jun 3, 2006
5:18 am
2547
Hello Eveerybody, My self shrikant,I am from Nagpur.I am trying to find out free dumps for Our PHP-mysql.Do u know any link or site which will provide me free...
s_kinhikar
Offline Send Email
Jun 3, 2006
6:06 am
2548
hi kinhikar, Two of my frnds got ZCE recently, Contact them for furthur info... Praveen - mjrpraveen@... Ramana - ? -Sreeni.A ... [Non-text portions of...
Sreeni .A
iaminlovewit...
Offline Send Email
Jun 3, 2006
7:07 am
2549
I have a small query about arrays and how PHP interprets certain keys. If I have an array say $x, are the two keys, $x[' some_key'] & $x['some_key'] the...
Gaurav Arora
nubknacker2k
Offline Send Email
Jun 4, 2006
2:58 am
2550
http://groups.yahoo.com/group/AJAX_2-0/ "webmaster@..." <php_love@...> wrote: AJAX is really a great technology and we, web developers can...
Gurudatta Raut
gurudatta_p_...
Offline Send Email
Jun 4, 2006
2:59 am
2551
hi, include onClick="history.go(-1)" in button control.this function may solve u problem. Regards, ranjith, Sachi infotech Pvt Limited, HYDERABAD, gurpreet...
bandla ranjithkumar
ranjith_band...
Offline Send Email
Jun 4, 2006
3:12 am
2552
Hai to all, This is Kondapa Naidu.I am using someeditors like SPAW and TinyMce for mail compose.These editors are working in IE6 perfectly but in mozilla and...
kondapa naidu
kondapa_m
Offline Send Email
Jun 4, 2006
3:12 am
2553
hi, include onClick="history.go(0)" in button control.this function may solve u problem. Regards, ranjith, Sachi infotech Pvt Limited, HYDERABAD, gurpreet...
bandla ranjithkumar
ranjith_band...
Offline Send Email
Jun 4, 2006
3:13 am
2554
Hi Friends, I am trying to execute the MySql 5.0 Stored procedure with PHP4 and Apache2 , but i am unable to execute. If any have solution of it. please...
Rishindra Namdeo
rishindra_n
Offline Send Email
Jun 4, 2006
3:24 am
2555
... Rishindra> Hi Friends, I am trying to execute the MySql 5.0 Stored Rishindra> procedure with PHP4 and Apache2 , but i am unable to Rishindra> execute. ...
Balaji Narayanan
lists@...
Send Email
Jun 4, 2006
3:33 pm
2556
Hello, Can any one tell me what are QuadCore coding standards. help needed asap. thanks Mrunal. __________________________________________________ Do You...
Mrunal Vishwasrao
mrunal_vishw...
Offline Send Email
Jun 5, 2006
4:00 am
2557
Hi, You can check this url for some coding standards http://phpforu.com/index.php?name=FAQ&id_cat=1#q5 -- Regards Gobinath Home : http://www.gobinath.com ...
Gobinath M
gobinathm
Offline Send Email
Jun 5, 2006
6:20 am
2558
I have a process in place where I can create PDF docs on the Fly on the basis of some condition ! So the PDF is created on the browser with the data in the...
Anurag's
abhatia6feb
Offline Send Email
Jun 5, 2006
6:42 am
2559
Hi rishi, There are many possibilities. * may be your query is wrong * may be server or php is not configured properly * may be server is not running at all....
M Krishna Srikanth
mandaksk
Offline Send Email
Jun 5, 2006
9:29 am
2560
Use a cron? ... [Non-text portions of this message have been removed]...
Gaurav Arora
nubknacker2k
Offline Send Email
Jun 5, 2006
10:16 am
2561
Yes space matters. try this $aro['some']="no space"; echo $aro['some']; $aro[' some']="with space"; echo $aro[' some']; - Krishna Srikanth ...
M Krishna Srikanth
mandaksk
Offline Send Email
Jun 5, 2006
10:55 am
2562
Hello Friends Can we upload a video file of 100 MB using PHP on linux server? What coud be the consequences of uploading such a big file? Or do i need to use...
imran rahi
imranforphp
Offline Send Email
Jun 6, 2006
9:01 am
2563
Hi Imran, We can upload file of any size, but there are certain things. * you have to set the upload filesize value in .htaccess file to a higher value *...
M Krishna Srikanth
mandaksk
Offline Send Email
Jun 6, 2006
9:44 am
2564
Thanks Krishna I will take care of it Imran Rahi M Krishna Srikanth <mandaksk@...> wrote: Hi Imran, We can...
imran rahi
imranforphp
Offline Send Email
Jun 6, 2006
1:44 pm
2565
writing normal upload file may not work and u need to take care of size, php time out etc... better u make a ftp program using php.. that i have worked for...
Sumit Mittal
pra_mittal123
Offline Send Email
Jun 7, 2006
4:58 am
2566
I have someimages and a form. clicking on the individual image will change a hidden field value in the form. At the same time, the form should be submitted...
M Krishna Srikanth
mandaksk
Offline Send Email
Jun 7, 2006
5:44 am
2567
Dear all, I wanted to know if anyone has an experience of working with php and mapscript. Can any one guide me regarding : 1) How to use php and mapscript...
Gauri Sharangpani
gauri.lokesh@...
Send Email
Jun 7, 2006
8:35 am
2568
Dear all, I wanted to know if anyone has an experience of working with php and mapscript. Can any one guide me regarding : 1) How to use php and mapscript...
Gauri Sharangpani
gauri.lokesh@...
Send Email
Jun 7, 2006
8:36 am
2569
Hi, Ah. so you want to submit the form in a new window, just in form tag add the word target="_blank" like <form action=".........." target="_blank"...
abhishek jain
ejaincom
Offline Send Email
Jun 9, 2006
4:53 am
Messages 2540 - 2569 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