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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 2251 - 2280 of 3262   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2251
<head> <script type="text/javascript"> <!-- function setOpt(){ alert (form1.sections.options.length); sections.options[i].selected = true; } submit(); } --> ...
bhavin_s18
Offline Send Email
Mar 1, 2006
9:10 am
2252
... <SELECT NAME="sections[]" MULTIPLE> Try that name. Peace, Shoan....
Shoan Motwani
lucky_luke_24
Offline Send Email
Mar 1, 2006
10:47 am
2253
Bhavin, Please try this out <?php if(isset($_REQUEST['Submit'])) { $Array = $_REQUEST['sections']; print_r($Array); } ?> <head> </head> <body> <form...
Surajit Koly
chan_suro
Offline Send Email
Mar 1, 2006
11:05 am
2254
Hi Most of the web sites offer a downloading options ( As we see in most of the CMS ). On selecting a file, it asks where to download the file. I have tried...
Adithya Radha
adithya_radha
Offline Send Email
Mar 2, 2006
4:51 am
2255
Hi All I have some old paradox DB for which I am developing fronthand on php. Is it possible to use paradox as backend and php as frontend?? or Is it possible ...
Kanak Changela
patelkanak
Offline Send Email
Mar 2, 2006
4:51 am
2256
<SELECT NAME="sections[]" MULTIPLE> Just make [] after the select name and it will work for u... ... -- Thanks, Anurag. [Non-text portions of this message have...
anurag rathod
anurag_rathod
Offline Send Email
Mar 2, 2006
4:52 am
2257
Hi, do this echo ini_get('disable_function'); and tell if you see *readfile* in the list. ... [Non-text portions of this message have been removed]...
Shoeb Surya
shoeb_surya
Offline Send Email
Mar 2, 2006
5:34 am
2258
hi hope this code whould help. <? $fileextension = explode(".",$_GET['file']); $file =$_GET['file']; $filepath="../uploads/$file"; ...
SomaSundaram .N
mathan_nss
Offline Send Email
Mar 2, 2006
7:35 am
2259
hi folks, I need to provide a worldpay gateway, for a online exam reservation, i need to take the user as soon as his payment is over. How best can I integrate...
Sreeni.A
iaminlovewit...
Offline Send Email
Mar 2, 2006
8:22 am
2260
Hi adithya, this is the code we have to use. give the ?file=<filename> you wnat to dwnload ... <?php $filename = $_GET['file']; // required for IE, otherwise...
Sreeni.A
iaminlovewit...
Offline Send Email
Mar 2, 2006
10:45 am
2261
Hi Friends, I have a query : We are using MySQL as the backend for our projects. We have to update a database, on the internet server from local server. on the...
Vijay Barve
vjaybarve
Offline Send Email
Mar 2, 2006
12:12 pm
2262
hi if u have shell access u can use some linux commands ... -- Thanks, Anurag. [Non-text portions of this message have been removed]...
anurag rathod
anurag_rathod
Offline Send Email
Mar 3, 2006
3:30 am
2263
hello anurag your these links are very helpful. if u have any idea abt the script used in it thanks Anurag's <anuragbhatia@...> wrote: Hi...
Vivek Narula
narula_vivek
Offline Send Email
Mar 3, 2006
3:31 am
2264
In my view you can upload the sql files in batches. have a script on server, that will receive the upload and update the database Ninad Panday Vijay Barve...
ninad panday
ninadpanday
Offline Send Email
Mar 6, 2006
4:25 am
2265
this is really gr8 how abt MSN and aol ?? ... [Non-text portions of this message have been removed]...
Shoeb Surya
shoeb_surya
Offline Send Email
Mar 6, 2006
4:25 am
2266
Well there is one way, but this is not efficient way and no one will suggest, i know but still i think it will help you. Can u export your local server records...
Bhavin Shashikant Shah
bhavin_s18
Offline Send Email
Mar 6, 2006
4:26 am
2267
Hi, I ve gone thru requirements and done it already. Using .sql file its really time consuming and may hang up system. You get a remote host name and use it in...
neeraj thakur
neeraj_th
Online Now Send Email
Mar 6, 2006
5:30 am
2268
There are three ways to go about it: 1) Use a PHP script like everyone has suggested. The advantage of using this method over an import through phpmyadmin is...
Gaurav Arora
nubknacker2k
Offline Send Email
Mar 6, 2006
7:05 am
2269
Hi All, Can anybody help me ..? In my website I need to invoke a php on every day change.(12 'o clock in the night). I don't have access to the server and its...
SANTHOSH GANDHE
santhosh_gandhe
Offline Send Email
Mar 6, 2006
9:42 am
2270
Hi Vijay, I think you Should Use PHPMyAdmin to Upload the file and transfer the data!! But it seems that there is a possibility that it times out so you can...
Anurag's
abhatia6feb
Offline Send Email
Mar 6, 2006
9:42 am
2271
Hi Santhosh, 1 thing you can do is write the php code that you want to invoke into the main page of your website (index.php/ login.php /...which is most...
Viral Patel
bond291982
Offline Send Email
Mar 6, 2006
11:07 am
2272
<SELECT NAME="sections" MULTIPLE> Must Name Should be Array <SELECT NAME="sections[]" MULTIPLE> Catch in PHP $a=new array(); $a=$_POST['sections']; You will...
nitin jain
sagar_nitin123
Offline Send Email
Mar 7, 2006
4:33 am
2273
hello Nitin It was working fine. how array get pass from javascript to PHP Post ? -thanks nitin jain <sagar_nitin123@...> wrote: <SELECT NAME="sections"...
~Sameer~
sa_kelkar
Online Now Send Email
Mar 7, 2006
5:28 am
2274
In our Company we have a seperate Department for PHP Development! Our Team of 5 guys do different Projects! Now we are facing Problem that One make changes and...
Anurag's
abhatia6feb
Offline Send Email
Mar 7, 2006
8:20 am
2275
... http://www.sanisoft.com/cvs.html an article on CVS that I wrote years ago Read just the initial part and then head over to http://subversion.tigris.org/ ...
Dr. Tarique Sani
tariquesani
Offline Send Email
Mar 7, 2006
8:28 am
2276
Hi Friends, I have developed one database driven website, it has admin user login page. I am facing one problem that when any one first time does the login it...
Nandan Warnekar
nandanwon
Offline Send Email
Mar 7, 2006
8:34 am
2277
dear, please check that both the html part and validation script of php are not mixed in to each other so this give a call to second time. Nandan Warnekar...
narendra rajput
dream_nandy
Offline Send Email
Mar 7, 2006
9:06 am
2278
Hi I dont have much information about CVS but u can use visual basic source safe. Many co use this tool only. If a person is using a file other person cannot...
simranjot singh
simranjots
Offline Send Email
Mar 7, 2006
9:30 am
2279
... This is the precise reason to use CVS - the Concurrent part of Concurrent Versioning System is indeed a blessing. CVS allows more than one programmer to...
Dr. Tarique Sani
tariquesani
Offline Send Email
Mar 7, 2006
10:29 am
2280
hai to all, Suppose if we select country from a select box.we have to display related state name in another select box.In this case the page will refresh when...
kondapa naidu
kondapa_m
Offline Send Email
Mar 7, 2006
11:33 am
Messages 2251 - 2280 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