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 2983 - 3012 of 3262   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2983
Thanks I will try these ! ... -- Thanks Anurag Bhatia , (c) (c) (c) (c) (c) (c) (c) (c) (c) (c) (c) (c) (c) (c) (c) (c) (c) (c) (c) I have deposited LOVE AND...
Anurag's
abhatia6feb
Offline Send Email
Jan 1, 2007
8:37 am
2984
I will rephrase my Question! I want to transfer XML to MySQL DB! Any Suggestions .. ?? Please .. Thanks in advance ... -- Thanks Anurag Bhatia , (c) (c) (c)...
Anurag's
abhatia6feb
Offline Send Email
Jan 1, 2007
11:12 am
2985
Hi, I guess you need to know how to parse XML and put the values in the DB. If this is so, then Look for any XML PArser (Simple XML) that comes with PHP Using...
ninad panday
ninad.panday
Offline Send Email
Jan 2, 2007
10:08 am
2986
Hello ninad, Yes I have tried a Script which parses the XM L into an Array! But the Issue is the Array can be 3d and even 4d or 5D , how to store that into a...
Anurag's
abhatia6feb
Offline Send Email
Jan 3, 2007
7:00 am
2987
See, if you need to store the data contained by XML to DB, then I guess you don't need array. But if still, you need to store the XML data in array and finally...
ninad panday
ninad.panday
Offline Send Email
Jan 4, 2007
5:52 am
2988
Hi al I have created a checkbox in drupal using CCK. I need that box to be selected by default - any idea how and where i can do that?? TIA Suchi Garg...
sug_holtec
Offline Send Email
Jan 5, 2007
5:46 am
2989
Thanks Ninad, Okay i will try Serialize function! How to suggest XML to DB without Arrays? ... -- Thanks Anurag Bhatia , (c) (c) (c) (c) (c) (c) (c) (c) (c)...
Anurag's
abhatia6feb
Offline Send Email
Jan 6, 2007
7:00 am
2990
IF you mean to store the XML file to DB, then I think you can very well use TEXT column in DB. Just add the XML to the DB Then whenever required, get the XML...
ninad panday
ninad.panday
Offline Send Email
Jan 7, 2007
6:32 am
2991
Hi friends, I have XAMPP server in my computer. Its working fine with firefox but not working with Internet Explorer. What should I do? Do I have to change in...
Ravi Kachhawaha
ravi_kachh
Offline Send Email
Jan 8, 2007
12:03 pm
2992
Dear Ravi , Just don't ask telling that "its not working". Rather provide some details on what makes you think its not working. May be the error messages or...
Krishna Srikanth
krishna.srikanth@...
Send Email
Jan 8, 2007
1:10 pm
2993
check connection options... should be bypass for local in case you are using proxy OR do auto detect... ... -- Best Regards, Shoeb Surya [Non-text portions of...
Shoeb Surya
a_accilies
Offline Send Email
Jan 12, 2007
8:05 am
2994
Check your connections settings for IE.You should set the settings of IE same as Firefox. Example if you are using proxy server then bypass proxy server for...
himanshu
himanshuggc
Offline Send Email
Jan 13, 2007
1:32 am
2995
These tips might be useful to some of you working on PHP and MSSQL. (Please note: These tips are authored by me and not copied from any website or some other.)...
Krishna Srikanth
krishna.srikanth@...
Send Email
Jan 18, 2007
5:59 am
2996
Hi, Though many of us know what Open source is. we might not have concrete knowledge on its definition. Go through this link to know what open source is all...
Krishna Srikanth
krishna.srikanth@...
Send Email
Jan 19, 2007
7:25 am
2997
can anyone please help me , how to hide the file name of .php extension? the url has to show like this www.example.com/?act='delete' intead of this ...
ravi chandran
jravi_13
Offline Send Email
Jan 25, 2007
5:25 am
2998
you can use .htaccess file with url overrides definations.. Cheers, Sumit ... http://groups.yahoo.com/group/in-phpug/files/guidelines.html ... ...
Sumit Mittal
pra_mittal123
Offline Send Email
Jan 25, 2007
5:57 am
2999
i think this link will help http://corz.org/serv/tricks/htaccess2.php?page=all cheers, sumit ... http://groups.yahoo.com/group/in-phpug/files/guidelines.html ...
Sumit Mittal
pra_mittal123
Offline Send Email
Jan 25, 2007
6:03 am
3000
Hi Ravi, You can try it to hide file or it's extension. If you want to do this for a single file, add -> <Files login> ForceType application/ x-httpd-php ...
Rishindra Namdeo
rishindra_n
Offline Send Email
Jan 25, 2007
6:20 am
3001
Hi all, I want to upload a huge data (30,000 rows with 30 columns) using php. Can anybody help me regrading this problem. I am generating the insert query...
Kazi Mizanur
kazimizanur
Offline Send Email
Jan 25, 2007
8:40 am
3002
Use the funda of .htaccess file of apache. You have to write the RewriteRule create a new file put in the root dir of your folder go to file save it as...
Ankur Dave
dave.ankur
Offline Send Email
Jan 25, 2007
8:44 am
3003
Hello Kazi, Why dont you save the file which is coming from the other DB into a CSV files! Then use the following LOAD DATA LOCAL INFILE '$input_file' INTO...
Anurag's
abhatia6feb
Offline Send Email
Jan 25, 2007
11:13 am
3004
How abt breaking the process into 2 parts. 1) select the date from DB1 and save it as a CSV file. 2) Upload this file to the server using ftp 3) use...
Suchi Garg
sug_holtec
Offline Send Email
Jan 25, 2007
11:17 am
3005
Dear Kazi, ... Can anybody help me regrading this problem? Get the data in a CSV file, then use the MySQL LOAD DATA INFILE syntax to load the data. Make sure...
Nirav Mehta
magnet_web
Offline Send Email
Jan 25, 2007
11:19 am
3006
If it is a timout issue.. then can be used set_time_limit(0); This will make your php not to timeout. Now the real thing is if you are taking data from other...
Sumit Mittal
pra_mittal123
Offline Send Email
Jan 25, 2007
11:28 am
3007
If you use PHPMYADMIN then there are chances of timeout error. Why dont you try enterprise DB manager for MySQL ? ... -- Best Regards, Shoeb Surya [Non-text...
Shoeb Surya
a_accilies
Offline Send Email
Jan 25, 2007
12:05 pm
3008
Carried with care coated with pride dipped in love fly in glory moments of freedom in shades of joy JAI H JAI HIN JA JAI HIND JAI HI JAI HIND JAI H JAI HIND...
Rishindra Namdeo
rishindra_n
Offline Send Email
Jan 27, 2007
4:20 am
3009
Hi experts, I need a help regarding to transform a XML document with applying XSLT on the server. Is there any php script/example to transform XML doc via XSL....
Rishindra Namdeo
rishindra_n
Offline Send Email
Jan 30, 2007
1:02 pm
3010
Hi, You try using the XSL extension functions in PHP. The XSL extension uses the libxslt. For using this you need to have the XSL funxction enabled(available) ...
ninad panday
ninad.panday
Offline Send Email
Feb 1, 2007
9:20 am
3011
Hi, Has any one worked on error redirecting page for IIS "subsites". In apache, we use .htaccess to declare error pages, 404, etc. Can we do it for IIS...
Krishna Srikanth
krishna.srikanth@...
Send Email
Feb 2, 2007
6:35 am
3012
Hi friends, Intended page contains list of links in tabular form with other scripts (javascript).Each link carries query sring incorporating id of description...
mkumarpatil
Offline Send Email
Feb 3, 2007
8:39 am
Messages 2983 - 3012 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