Summary: ok, i know a heck of a lot about html (how much is there anyway) and now im off to a new adventure with php, the thing is, i dont know where to start....
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: Hi, I'm helping a friend out with his tab site and trying to get some practice in with php and I think I've come a little unstuck... Basically, I have...
Summary: Here's my situation. I'm trying to run a php based web forum I'm using Apache HTTP server 2.0.51 with php 5.0.1 installed as a module and MYSQL 4.1.5...
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: is there a php code that reads a file until it finds a certain word or line of text or something of the sort and is possible to highlight the text for...
Summary: You did say make, right? The replies above point to actual forum systems written in PHP. If you want to write your own forum, you can but it will take...
Summary: right here is my problem im making a login form, where a user enters thier details in a form, then their details are verified by some PHP code. This w...
Summary: Hey guys another PHP question, I created a contact document that works fine on other sites that I have done but on this particular site it isnt workin...
Summary: I want to be able to have php scripts in my webpages, but i cant get things working... e.g. (saved as test.htm): <html> <head> <title>monkey&...
Summary: Hello, From time to time, I need to read a fileon my website and add some stuff in between other data. Also I need to do it in PHP. Can somebody help ...
Summary: I have a hosting website with 3 hosting options. I need an order form that has the basic fields, such as First name, last name, etc. But at the bottom...
Summary: I would Like to create a form and ensure that the data entered to the form is is viewed in a kind of preview page. How can I achievethat with PHP. the...
Summary: Hi I want to be able to setup a mini web-server to host local pages for an intranet. I want a server that will be based on XP pro but needs to use PHP...
Summary: I am using dreamweaver2000 and am a little confused. I have created a login screen using dream weaver in design view and when I go to code view to in...
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: Hey; I just started learning PHP so this is probably an easy question to you guru's. Im following SAMS PHP in 24 hrs. One of the .php files in the exa...
Summary: hi! im kind of new to php. i know how to create a xml parser, bt how do u create a parser to parse html docs? like, say from a table?Any ideas? ...
Summary: I posted this a while ago regarding PHP multiple file uplaod...here it is again I have a form where multiple files are being uploaded. If the file siz...
Summary: I'm trying to set up a script that will crop a piece of text to make sure it doesn't exceed three lines 350px wide. The only solid way I can think of ...