Re: [PHP] Re: textfile??????

2001-07-31 Thread Muhv
I have Apache 1.3.20 + PHP4.0.6 + Windows NT 4.0! Is this problem, that I use Windows and not Linux??? File formats??? Muhv > I tried it and it works good! > > "Muhv" <[EMAIL PROTECTED]> wrote in message > [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... &g

[PHP] textfile??????

2001-07-31 Thread Muhv
Hi Why this code will make empty line between each text line??? $linkFile='link.txt'; $links=file($linkFile); $fs=fopen($linkFile,'w+'); for ($i=0; $ihttp://www.mp3.com,MP3 Site,Official mp3 site,0 http://www.winamp.com,Winamp,Winamp - MP3 Player,0 ---

Re: [PHP] Compution of Fibonacci

2001-07-30 Thread Muhv
Hi, Remove the ; after while! With ; while will loop only this line Muhv > my code: > > $i=0; > $a=0; > $b=0; > $c=0; > while ($i < 17); > { > print ""; > print "$i"; > $a=$c+$b; > print "$a";

Re: [PHP] Mysql

2001-07-03 Thread Muhv
Simplest and quickes way prompt: mysql -u root -p < dumb.sql after -u put your mysql username, after that it will ask password and little pause and all is done! This works both, on Linux and Windows versions. Muhv > How to run mysql batch program im mysql terminal. > for example in