Summary: I am trying to write to a directory using PHP5. The commands I am using are : $fp = fopen("$DOCUMENT_ROOT/../orders/orders.txt", "ab"); $fp = fopen("$...
Summary: Any ideas on how to take a htm with forms and use the form action to input the data to a text file? I thought it was easy until I can't find a script ...
Summary: I am attempting to get something like this: $url = "a href=" $link "imdb/a"; to work ( only I can't include the < and >s here). It seems that if I ...
Summary: it is possible... but not in real time. you just have to output the information to a text file. in linux, use the ps command.. like ps > ps.html.. y...
Summary: Yes, but it is not without some potential problems. Using a flat file for data such as this should not be done with caution. If two people were trying...
Summary: please see the attached logo5.swf and flash.txt at http://rapidshare.com/files/5837158... logo5.swf reads the variable values from flash.txt and both ...
Summary: ok, that was a lot of what i was looking for, but a little too indepth. i just need a copy and paste type of thing. yours did copy, but it copied EVER...
Summary: Okay. I'm trying to set my cursor to a certain point using fseek, and it isn't working. I'm grabbing data from a form, and writing to a file. Not too ...
Summary: Thank you so much for your time and effort in responding to my queries. I know not many fans from my site are aware that one can get the pages through...
Summary: I'll give you some suggestions and a little code examples, but you shuld at least attempt it. Then ask for help when you hit a wall. When trying to de...
Summary: I'm just geting started w/ PHP, but I'm almost sure it would lend itself well to your needs. Someone else with far better experience will help you ...
Summary: Hello everyone, My .pdf file is created by a servlet and opens just fine in the opened .jsp page on windows, but in linux (on Tomcat) I get a pdf view...
Summary: Since you are wanting to open an HTML page and not a PHP page I am assuming you are not passing any form data to it. If that is the case you do not ne...
Summary: Im trying to make a logon script in PHP. When I run the webpage i get an error that says: [error] mysql_numrows(): supplied argument is not a valid My...
Summary: Hi, I've just set up IIS with FP extensions on my XP Pro machine to test some pages and forms I've created with Frontpage 2003. I have been testing a ...
Summary: the only thing i can think of is setting up a page in php whereby: 1. you can login at anytime 2. there is a form replicating your table ie. use text ...
Summary: Your problem is that you are displaying a text file in the iframe. If you display another html file in the iframe, just change the background color o...
Summary: Hi all, I am new to this group and PHP programming. I have a very simple question. I have a database where I want to store and display all images. ...
Summary: This is the code I'm currently using, to display pictures. Pictures are stored in directories depending upon their content in the form yyyyy (x).jpg w...
Summary: Hi, How would you create a basic php sctript to save a value entered on a website into a plain text file on the server? For instance, if a user enters...
Summary: Hello, I am a little new to writing PHP, but stumbled my way to this point. I got a script that is supposed to add the file name to my database, and t...