Posts Tagged ‘File’

How Can I Replace A Specific Line In Text File Using Php?

July 13th, 2010

how do i replace a particular line in a text file with an array string?
example:
text file contains the following
red,brown,green,black
black,green,red,brown
green,black,brown,red
so if i have $array = “purple,grey,pink,cyan”;
how can i use fwrite to replace line 2 in text file which is green,black,brown,red with $array
i want to replace the whole line 2 with the arrray string.

Is There A Php Function That Returns The Script’s File Name? If So What Is Its Effect In Included Php Scripts?

July 13th, 2010

As in, if you have a file ‘main.php’ which includes ‘included.php’, and this function was called in included.php, what would be returned?

How To Do I Run A Php File On My Localhost On A Mac?

February 27th, 2010

how to do i run a php file on my localhost on a mac , im cant be bothered uploading to my hosting space, but was told that i would be able to run it via dreamweaver but not sure how to do this. any help would be great

How Do I Configure A Php Script To Save Information In A Text File Instead Of Msql.?

February 26th, 2010

Is there any code example to do this. Like saving password and user name in the text file. I really need help!

How To Stop Everything I Download From Being Saved As A Php File On My Mac?

February 21st, 2010

Almost all of the things i download are coming up as text files instead of pictures, or applications
Anyone know how to fix this?

How Do I Download Joomla With The Setup File?

February 13th, 2010

when I download it from their website a get a zip folder with lots of
weired files

How To Use Dsn Connectionstring In Asp.net Config File ?

February 8th, 2010

Hello,
I am working on asp.net application. I want to use DSN connectionstring in asp.net and want to store that string in web.config file..
I have also one other problem that whether asp:sqldatasource can use DSN based connectionstring ??
Please reply me soon….
Thanks in advance..
Hardik B.

How To Make Link For User To Download My Pdf File In Joomla 1.5.5?

February 5th, 2010

i use joomla 1.5 and i want my user download my pdf file but i don’t know how. i have search in the internet but i can’t find any qlue…please help e… :)

I Do Freelance Web Design Work. As Of Right Now About $2,000-$5,000 A Year. Can I File Quarterly Tax Returns?

February 5th, 2010

I want to avoid having to hoard money until the following tax season. Would I be better off getting an LLC for my freelance services?

How Can I Run The Simple Php File On Xp, Without Installing Any Thing(or Intalling The Minimum Possible Thing)?

February 2nd, 2010

Following is my first PHP code

Please help me to run it on the Windows XP machine with installing the minimum softwares or without installing any thing
Thanks