Hi Guys and Gals, I am in a Scoop... I am using PHP 4.3 and MySQL. The Issue is that I have to parse txt file as big as 100MB. I am able to upload. The problem...
... Interesting. :-) ... Is this a csv? ... Why no consider splitting the file into multiple parts for the parsing? Your requirement sounds a little wierd,...
HI ALL, COULD ANYONE TELL ME IF THERE IS ANY FREE WEBSITE HOSTING FOR MYSQL AND PHP. THANKS. REPLY SOON. ... Yahoo! India Matrimony: Find your partner now. ...
Well Buddy As far as i know there is no such free service. ... From: vivek narula To: in-phpug@yahoogroups.com Sent: Monday, October 03, 2005 10:23 PM Subject:...
First of all don't use file() function instead use fread() functions. I think you should deploy the split-script technique. Its different from splitting your...
You can get it for atleast 500 to 600 bucks/year. then why go for some free service like www.freeservers.com, where more than contents, the space will be...
Well thats a nice work around. You can surely try this i too believe that you can get your stuff working by this but only problem is the over head. The script...
I think the best website for PHP hosting is http://www.lifelesspeople.com Although the service is free but you have to earn points by posts, which is not very...
The subject line says it all! Next mail which comes with just "Help" or "Help Needed" as the subject line gets deleted without any explanation Dr. Tarique Sani...
Well The file is a txt file which i need to parse to make it a CSV. But it involves lots of calulations in between. like for eg.. Input file timestamp1 a1 b1...
hi try on host.sk, it's php with mysql support ... http://groups.yahoo.com/group/in-phpug/files/guidelines.html ... __________________________________ Yahoo!...
To extend the above requirement further I have already split the (100MB) into 10+ files but still one of the file is still very large (80MB) and after...
hi everyone, i upgraded from php 4.3 to php 4.4.0 and from apache 2.0.40 to apache 2.0.54. now when i log into the event management that we are using it says...
there are websites which give hosting freely they will provide space u can put ur website in that personel use not commercial i donot remember site name i...
Hi, Well now i have been observing this discussion for quite a long time. Just not 100MB but you can process file more than that size in PHP. The thing is that...
Hi Thanks for so much help!! But the Issue remains the same!! It has though increased the time it works on the data. I am also interested to know if there is...
Hi, ... You know the answer already! Don't store so much of data in arrays! Use as less RAM as you can! See if you can store subsequent results into an array...
Hello All, I have one query. Is it possible in php to make a URL non case sinsitive. I.e. If i access www.mydomain.com/MY_SUB_DIRECTORY it should access ...
Hi All, I dont know what we can call it as "Dynamic text transfer" or something else.Kindly suggest the name if possible. I want to know how to transfer text...
Hello, Well Milind you just seems to be a starter or new kid on the block in the Web Developer World. If u could have searched google for it, u could have got...
Well Anand, It all depeneds on your web server. IIS is not case sensitive, but linux is. Talk 2 ur webmaster, there might me a way out in the way your server...
Hi, you can convert into string lower so you will get all lower case letter.. you search for stringlower function in PHP Manual .. ok bye.. muralidhar.. ......
Hi Patil, Here is the code in javascript, this function will copy the text from one textbox to another. <script language="javascript"> function copy_text() { ...
Well Anurag, Well did u tried using the FireFox, Netscape OR did u executed it using putty/telnet. Also if u think its because array cant manage it in a loop,...
Hi Nilesh, I have been using all 3 browser of late!!( IE6,FF,Opera) comparing the three FF is the Best!! Surely using Putty it is faster but my requirement is...
Hi Anand, You might have heard about the error page(401 page). You can write a customized 401 page and in that you can modify the URL according to your need...