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)...
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...
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...
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...
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...
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)...
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...
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...
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@...
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...
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...
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@...
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@...
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 ...
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 ...
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 ...
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...
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...
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...
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...
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...
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...
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...
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...
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....
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) ...
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@...
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...