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: 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: The last question is easy, IIS would be the easiest solution, and not even a bad one. You got a hell of a Server Management Application don't you thin...
Summary: DrS- No...If going to the URL places a cookie on the user's computer, then the PHP way I mentioned won't work. This is because the server is the one ...
Summary: Hi everyone, I have begun to write a simple script for a guest book as I want to improve my PHP skills a bit. Right now, it's rather simplistic in tha...
Summary: Right now I have a website written in php, and the website is using mysql database, but my website has so many traffic everyday. I want to know if i c...
Summary: Hmm... Don't know of any tutorials about specific characters. But, by far the most useful site for me is php.net. I'll give you a little info though. ...
Summary: You can use the file functions in PHP: http://nl3.php.net/manual/en/ref.filesystem.php Be aware that the storage of data in files isnt real save, unle...
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: Colin, I think you are misunderstanding how this all works. HTML is the code that is used to display a page on the internet. Every page you view on th...
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: Hi i' new C# programming and i am trying to create an SQL command viewer same as ISQL * Plus using Visual Studio 2005 in C# Baicially querying a gridv...
Summary: I see that this is sort of an old post, but maybe I can still help out... If all you are trying to do is make sure that 'sZipCode' is 4 numerical digi...
Summary: Hy, I have a PHP raport and I'm using a MySQL database. That raport have to show me information from database. These information from database I only ...
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 everyone, I have been trying to write a simple code that reads and RSS feed from yahoo! website and parses it and writes the contents on a new p...
Summary: Hello, I have a question about music on a webpage. I am making a page for a friend and he wants people to be able to chooses songs from his sight and ...
Summary: Hmmm. That did work, thanks! I swear I read over fread() on php.net, but I guess not. Had a slew of websites that said to use a big number (in the m...
Summary: I've run in to a problem with the ereg_replace feature in php. I want to replace a variable in a string with a value in a constant. I've got it to sea...
Summary: ok, im a major newb in php (i know basically nothing) and i have this thing where i need to have a php website send data to a server. im using this al...
Summary: I think the problem is in your use of the variable $page. You are using it correctly in the comparrison part of your if statement, but it is not corre...
Summary: I started to learn asp.net recently having a trouble displaying a dynamic content. If I want to display a content depending on a passed variable in PH...