PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
You bet no problem. Ill message you the info. Im going to upload it to my last clients server.
I would have given you the WHOLE site but its about 600MB so Ill just give you what Ive been working with and if you need anything more feel free to ask
One thing I am kind of interested in is since my "prod_quantity" input box has a value of "0" I was wondering if there was such a thing as "focus". Since Im going to college and one of my classes we are doing VB .NET you can setup an input objects to have focus which means if it is a button it will be selected or if its an input box there will be a cursor in it waiting for the user to type something. Is there such a thing in PHP ? If so is it still called focus?
Oh ok well in that case its not that big of a deal. I was more or less just curious. So I will keep my focus on getting my problems I already have to solve and get through this project with at least a little bit of hair left on my head Then ill worry about other things. Which by the way it sound my boss has some ideas of extra "bells and whistles" he wants to add once i get through this...yippy hopefully those "extras" will go smoother but then again I cant realy think of anything more painfull then what I already have done
Well here is a little update for those of you reading.
I have now decided do to simplicity and expandability to kill the sessions stuff and have the "cart" use the db to store. So when I figure that all out I will keep you posted.
All is not lost though. I did some searching about trying to set focus in a php form. You would be suprised but it did take some time and digging to find something I could get to work and then I cam across this little gem. Very simple and strait forward.
Works great. So for those of you who have been wanting to set focus to a form text field and didnt know how, there is something to use now. Ill keep you all posted on further updates.