Jump to content

dragonusthei

Members
  • Posts

    46
  • Joined

  • Last visited

    Never

Everything posted by dragonusthei

  1. Hello I have built a shopping cart the only problem is that it writes prices like $6.70 as $6.7 How can i correct this?
  2. Hi Whats wrong with this DELETE * FROM shopping_cart WHERE cart_date < 18292829 Error given is: #1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '* FROM shopping_cart WHERE cart_date < 18292829' at line 1 any help greatly appriciated
  3. Hi, I need to get SSL for my site But do i need to buy SSL from my host or can i buy it from any where and apply it to my domain? How does it work can i easly select whitch parts of my site i want the SSL to apply to?
  4. Hi How would i go about removing all mysql entrys that where entered into the database more than 24 hours ago? any example code or databases VERY appriciated.
  5. how do i put a session id though the URL? and make it work like it was passed normally
  6. Whitch of the 2 would be better when programming a shopping cart?
  7. nvm this was really stupid i wasnt using any FROM
  8. SELECT id, option_name, option_price WHERE p_id=1 && option_stock > 0 what am i missing? it returns an error
  9. Hello, How do i sent html emails through a PHP form? When ever i add tags useing mail(); they are just recived as the tags in the message
  10. urm.. i would just get the number of horses from the database then do a for loop with the number of horses adding each horses score together
  11. Hello Im currently programming an online store i just need some advice some of the items in store will have size options some wont. some of the items will go in more than one catagory here my current database plan, could some one tell me if this looks good for what im trying to do or is there a better way? [b]Table 1 - products[/b] id name f_price stock trade_price image_html desc_html se_title se_keywords se_desc [b]Table 2 - cat_in[/b] id cat_id p_id [b]Table 3 - p_options[/b] id p_id option_name option_price option_weight
  12. Hello, How do you crawl/visit some ones website with php. Like they would with a script that checked for a link back to there site.
  13. Im really more looking for something about building more applications i have done alot aobut strings, arrays all the basics of programming. I have also done cookies , sessions, mysql all that stuff. I have also worked with encription addslashes get magic quotes etc so its really more about building applications that im looking for and something to bridge the gap between what i know and more advanced things.
  14. Hello, Im finding learning any new PHP really difficult. I have learned the basics. members applications and things that use mysql. Im at a point now tho where anything i find as in tutorials is just either to easy to far to hard. So does any one have any suggestions for books etc around this level. Thank you [img src=\"style_emoticons/[#EMO_DIR#]/smile.gif\" style=\"vertical-align:middle\" emoid=\":smile:\" border=\"0\" alt=\"smile.gif\" /]
  15. How do you make folders using php?
  16. Hello I was just wondering if someone could explane some php for me In the following: $action = isset($_GET['action']) ? $_GET['action'] : ''; What would the ? mark do? what does a question mark do in PHP? What would the : do what does : serve to do in PHP? Thank you [img src=\"style_emoticons/[#EMO_DIR#]/smile.gif\" style=\"vertical-align:middle\" emoid=\":smile:\" border=\"0\" alt=\"smile.gif\" /]
  17. Hello, I was wondering if anyone knew of any tutorials or even an explanation of how files are made in PHP im looking on the lines of how a WIKIPEDIA page is made. Is wiki for example made by writing files to the server or are they made dynamicly from a database? Does any one know any good tutorials on making good static pages with PHP i have done some work with basic files html etc but would like to see more advanced uses of PHP writing files. Thank you
  18. Hello, I have been doing PHP about one month i had some programming experience before starting php. I have got the basic concepts and some of the php fuctions down. I dont know where to go from here tho. Begginer books are just not good enough and non-begginer books seems way to hard. Does any one know of any books in the middle ground?
  19. I made a login system that uses session ids to determin whos logged in etc but when cookies are off it just fails every single time. How do i make it so when cookies are turned off the session id is visible in there URL field and session ids are passed that way?
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.