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: I'm trying to learn php for a task at work. What i need to do is pretty much create an employee inventory form that hold certain information about an...
Summary: ok, i need a php script that will copy all of the content of one file so i can paste it into another file. $stuff = "script" kinda like that....
Summary: Hi there PHP geniuses. I've just set up a test MySQL database and have written php pages to upload to it, read the contents of it, edit the contents o...
Summary: Please, does anyone know the html code or java Script for this problem; I want a code that reads and saves to another webpage, any input a user puts i...
Summary: is it possible to save a file straight to a webspace from a website, without saving it to my pc? for example, a picture that is on a website, right cl...
Summary: I want to read our tips and only show one per month. I was hoping to find a script that would read a file in Jan and a differant one in Feb. That way ...
Summary: well i hate frames and thinking that there are only 20 identical pages, i would go for PHP. assuming you have PHP on your host... <?php // make a f...
Summary: Hi, how can I create a hyperlink to a file not on the webserver but on the user's PC? The users of the webpage will all have access to a network drive...
Summary: What I think im asking, is.. - what script opens and reads a file - what script closes a file - what script writes (Saves) a file - what script delet...
Summary: You say, "as it used to before." So, what has changed with your setup since it used to work? Have you restricted access permissions anywhere? Have you...
Summary: i m facing a problem on uploading a file on sever but working on localy properly show error message as- access to the path (file name) is denie...
Summary: Hi, James, You're right. I was assuming you're using html email. Sorry about the misunderstanding. I think, though, that the problem may still be simi...
Summary: No, you didn't do anything wrong. When you move(or save) a file to a different folder, you must allow DW to update the links, unless you are going to...
Summary: to test php: create a file let's say: test.php here's the content: <?php echo "Hello World"; ?> if only Hello World shows when you call that page f...
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...
Summary: I am trying to download a JPG file through a php page. The code is pretty straight forward, it obtains the filename from the query string, reads the f...
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: Hello, does anybody know how I can upload a file from my Apache server to the remote host via PHP? I also have FTP, if that makes any difference. Wh...
Summary: I frequently provide my customers with a file listing of their hard drive. Unfortunately, the text files can be rather large and difficult for a non-...
Summary: Here's a simple hit counter in PHP: <?php //Path to counter file $file = "count.dat"; //Get number of hits at the moment $counter = file_get_conten...
Summary: Hello! Im trying to implement a system where a user can enter some HTML code into a text box, it gets saved to a file, then the file can be see as a ...
Summary: Hello everyone, I'm quite new to the php world so please bear with me! I'm currently working on a webstore using php and its almost finished....I'm tr...
Summary: Hi ramzoid, Hi everyone! I found a free program that can save text and images from websites. But it doesn't save any server-side languages. It only sa...
Summary: Hi I need a PHP script to check a file exists, for example, I have an image called potato.jpg. If it exists, it will print a message saying "well done...