Search found 5 matches
- Tue Sep 17, 2002 1:12 pm
- Forum: PHP - Code
- Topic: How to reach other pages in my website with php
- Replies: 2
- Views: 695
How to reach other pages in my website with php
I have written a php script that takes data from a form and places it in a database. At the end of this script, after successfully putting the data in the database, I want to take the person directly to another/next page on my website. I can create a link that has to be clicked on, but this is unnec...
- Tue Sep 03, 2002 9:00 pm
- Forum: PHP - Code
- Topic: Setting up PHP with PWS on my computer
- Replies: 1
- Views: 1384
Setting up PHP with PWS on my computer
If this is not the best place to get help, I would appreciated being pointed in a different direction. I am trying to set up PHP, MYSQL using PWS as the server on my computer with Windows ME. PWS seemed to load correctly as did PHP. However when I tried to test the installation, I got the following ...
- Sat Jun 08, 2002 10:59 pm
- Forum: PHP - Code
- Topic: fopen - Can't get it to do what I want
- Replies: 2
- Views: 1113
fopen - Can't get it to do what I want
From my home page I go to a registration page/form. The form data is put into a database with a php program. After a successful registration, I want to go to another page where additional data will be entered. I am on a host server. It should be easy to go to another page in the same dir, but I can'...
- Wed Jun 05, 2002 8:43 pm
- Forum: PHP - Code
- Topic: How to make mysql_insert_id work
- Replies: 1
- Views: 1124
How to make mysql_insert_id work
I am inserting data into one table where an auto_increment id is formed. I want to place this same id into a second table. I have tried using mysql_insert_id and last_insert_id but always get a "0". The first table is incrementing as it should, but I can't seem to capture this value. Any t...
- Thu May 16, 2002 4:36 pm
- Forum: PHP - Code
- Topic: New PHP User Simple Questions
- Replies: 1
- Views: 2952
New PHP User Simple Questions
I created a website using Dreamweaver. I am wanting to use PHP/MySQL to store and retrieve data. I have moved a few files to the host. I have changed their file type to php. I can get to index.php, but when I try to go to the next page Home.php. I get a HTML 404 error (file not found. I moved the ph...