This topic is locked

Script for accessing databases.

5/10/2008 10:07:18 AM
PHPRunner General questions
D
dankel8 author

[size=2][size=1]Most of my files have been created on Dreamweaver. I have created two forms with PHPRunner. One for adding information to my database and the other for retrieving that information. The first form to add information is located in : Project1 > output > info_add.php. The second form to retrieve that information is located in: Project2 > output > info_list.php.

I have the php script to add in order to create a database connection, but I am not sure where and in what files, to paste the script. Do I add it only to the info_add.php and the info_list.php or do I have to add it to other files? And where do I paste it?
You can email me here [email=dankel8@aol.com]Dankel8@aol.com[/email]
I would be grateful for some help.

Dankel8 [/size][/size]

R
ringlis1 5/10/2008

I am just a user here, so I am sure an admin can give you better support.
If you want to use a php page, the easiest would be to just add a button to your website to go to the php page and then you can set up for the script to return to that page after it updates the database.
Otherwise, if you take a page out of the phprunner, you will have to change the config script and other areas of the script.

J
Jane 5/12/2008

Hi,
you need to copy all generated files to the server.

To link PHPRunner pages and your custom pages add link to the PHPRunner application on your website.