Results 1 to 2 of 2

Thread: Need help with PHP site... changing link

  1. #1
    Join Date
    Jun 2012
    Posts
    15

    Need help with PHP site... changing link

    First off, I'm a total noob with PHP... sorry to bother you with such a basic question, but I have to get some changes made.

    The site has a signup page accessed via links on the main page (index.php??) and although charging for signing up was supposedly removed (by someone before me) when you complete the signup form, the site goes to a CC info page (although I don't think it works since i put in dummy CC info to test and it wouldn't validate). If I select a different link on the main page (for free uploading) is puts in a ?pack_id=4 after the href... then it doesn't go to the cc info page after you sign up.
    ex:
    href="http://businesstube.com/signup?pack_id=4" - this works without cc info
    href="http://businesstube.com/signup.php - this brings up cc info after signup page

    I realize there is some coding necessary to fix this problem correctly, but I'm transitioning from C++/JAVA and still don't have a handle on the scripting yet (and how it all fits together). While I'm getting up to speed, I though an easier fix would be to go to where the signup.php references are and replace them with signup?pack_id=4 - which would solve my issue for the moment (I think).

    I can see the references to the code when I view the source (using firebug in FF), but I can't see where I need to change the code on the site itself. I've looked through the index.php , signup.php, functions.php and more. I'm sure it is something not too difficult, I'm just unaware of where to look.

    Thanks for any direction you might be able to provide.

    Kirk

  2. #2
    Join Date
    Jun 2012
    Posts
    15
    Just in case this helps someone, the links I was looking for were in the filename.tpl file.

Similar Threads

  1. changing design of existing php website
    By vvaroczi in forum Web Design, HTML Reference and CSS
    Replies: 0
    Last Post: 25 Jan 2011, 11:06 PM
  2. changing images in php?
    By elli in forum Client & Server Side Scripting (PHP, ASP, JavaScript)
    Replies: 1
    Last Post: 09 Nov 2007, 04:29 PM

Posting Permissions

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