having trouble with php in a frame set

Status
Not open for further replies.

oregonsv

New Member
Messages
43
Reaction score
0
Points
0
Hello every ones,
this time i have a problem with a php page.
well, i have a frame set with page(top,left,main) in the left one i have the menu and in the main, its display all the pages the menu makes referense, but in the menu option i have a link to a php page(dinamic), whene i execute it, it pop up the design page in dreamweaver and not in web explorer.
can you tell me please how can it works..
thank u so much.


Atte,

Oregon SV
El Salvador C.A;)
 

DefecTalisman

Community Advocate
Community Support
Messages
4,148
Reaction score
5
Points
38
You are doing this all locally right ?
If you are you would need an apache server to allow the script to be read and processed.
 

oregonsv

New Member
Messages
43
Reaction score
0
Points
0
Yes, i'm doing this locally, and i have the WAMP5(Wampserver) that it has the Apache.
when i run the php page by it self it does not give me any trouble, but this problem happend when i make the link from the frame.

thank u
 

oregonsv

New Member
Messages
43
Reaction score
0
Points
0
Yes i do.
This is the line of the code.
<p><a href="catsv.php" target="pagina_3" title="Login">Login</a></p>

i want to tell you that i tryed in the web and its works, but not locally.

thank u.
 
Status
Not open for further replies.
Top