Jump to content
MakeWebGames

brianjw

Members
  • Posts

    7
  • Joined

  • Last visited

    Never

brianjw's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Re: Need help with creating a php/mysql powered page. Floydian, your code was helpful but I am not smart enough to turn it into something I want and am too poor to pay...
  2. Re: Need help with creating a php/mysql powered page. Calm down... I know places where they do complimentary things for free so I am going to stop by there. :)
  3. Re: Need help with creating a php/mysql powered page. Ok, well thanks for what you gave me. I'll go look for some free support...
  4. Re: Need help with creating a php/mysql powered page. Floydian, I have deleted the phpinfo.php file for now but when I get some free time on my hands I will put it back up and password protect it. :) As for the code you provided ~ Could you please provide me with a query that would get me started with adding items to the list? Thanks. :) Also, could you provide me with a page that I can submit items to the list (outside of the database) so basically I can add an item with a url by going to add.php which will of course be password protected.
  5. Re: Need help with creating a php/mysql powered page. killah, I am not looking for a shopping cart script. I am looking for something that only I can add a list of things to. Floydian, All of my php info, mysql info, and additional info can be retrieved from http://www.gamerzgarage.com/phpinfo.php No, I don't have the code that connects me to the database. I need it as well. :) Thanks, brianjw (sorry for taking long to respond)
  6. While the topic title is vague, I will describe with detail what I want. I am trying to make a wishlist page on my site which would pull the list from the database with the item name and a source (source meaning the URL where this could be bought or read about in more detail). Anyway, I have read many of the faq's/docs you guys have here as well as many docs at mysql and the php site and I am just not advanced enough to get into it. How could I basically make a layout like this with this (only the actual data will be in the database not the title: Except the [click here] would be the url that is placed in the source field. Then, the reason I am doing this... An add form. The page would be of course blocked by htaccess unless password is entered (which I know how to do myself), all I need is help getting a form up that would add another item through the internet. It would look like. [ & ] being form values and ___ being text boxes. Of course I can make this page on my own except for getting it to submit it to mysql and adding it. For a noob like me, could someone please explain in detail or give me a sample code that is exactly what I am trying to do. Thank you so much. :) brianjw
×
×
  • Create New...