Results 1 to 2 of 2

Thread: Creating a page on the fly?Take the my newbie challenge

  1. #1
    Join Date
    May 2004
    Location
    Chicago
    Posts
    8

    Default Creating a page on the fly?Take the my newbie challenge

    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 here Works 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 PROBLEMS BECAUSE:
    --------------------------------------------------------
    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

  2. #2
    Join Date
    May 2004
    Location
    New Zealand
    Posts
    600

    Default howdy

    Quote Originally Posted by shogun
    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 here Works 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 PROBLEMS BECAUSE:
    --------------------------------------------------------
    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

    Did you get it working mate, if not I think i might be able to help

Similar Threads

  1. what does it mean ?
    By lewisw in forum v5.x
    Replies: 10
    Last Post: 08-29-2003, 02:05 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •