Greetings from the windy city, here is my question, i am fairly new to php and mysql. But first the scenario, so i dont get punked out for not explaining myself!
1)I have my index.php file with two include() funcions that calls a header.php and my leftnavbar.php files (remeber in my leftnavar.php i escape php so it may spit out a table that holds all my <a href> links. (THESE 3 FILES ARE IN MY PUBLIC_HTML FOLDER)
So far okeedokee up to hereWorks nice
http://www.vzccorp.com/boletin.php
2)I then created a another directory called myphp
where i have lets say, my.php, your.php, her.php, ect.
HINT: IN each php file i used the two functions to call my header and navbar and this is where i am having HUGE PROBLEMSBECAUSE:
--------------------------------------------------------
When i do step 1:
When i place all the php files in the DIRECTORY PUBLIC_HTML it works fine, (all files in same directory)please click on the first link AHORROS, yet i can't get that money sign image to land where i want.
http://www.vzccorp.com/ahorros.php
------------------------------------------------------------
When i do step 2:
It kills me, I cant get a single link to work, i am very new to else if statemente, requests, include, links with id, can someone please assist.
Again, have inde.php that calls header and navbar(which holds links) how can i make other php files land in the area that i wish for them to land, not wherever the heck they want![]()
Thanks so much


Works nice
BECAUSE:
