Search found 94 matches
- Mon Jun 25, 2007 2:30 pm
- Forum: PHP - Code
- Topic: turning database fetched values into $variables?
- Replies: 60
- Views: 18583
being rude? asking a question , only to get jumped by as many as can pile on for humiliation frenzy. L O L i felt that was pretty rude in my opinion. but feel free. Interpretation of my state of mind , i wasnt being rude. and 'looking at watch' comment. that was a joke. But it appears some o nthe fo...
- Mon Jun 25, 2007 2:13 pm
- Forum: PHP - Code
- Topic: turning database fetched values into $variables?
- Replies: 60
- Views: 18583
Forget it, I've figured it out myself. It was a simple line of code that for some reason I was so caught up in other bigger code, that i was brain farting on it. The code i was looking for was quite simply. $_SESSION['quantity'] = $row['quantity']; uhh... thanks for your 'help' in remembering that o...
- Mon Jun 25, 2007 2:07 pm
- Forum: PHP - Code
- Topic: turning database fetched values into $variables?
- Replies: 60
- Views: 18583
- Mon Jun 25, 2007 12:12 pm
- Forum: PHP - Code
- Topic: turning database fetched values into $variables?
- Replies: 60
- Views: 18583
I'm not the type of person that likes things to be done for me. : ) so technically, I dont want you typing my code. I'm a bit of a control freak programmer , I like to do the programming and do it in a way that makes sense to me, not to someone else. But there are times when youre missing something,...
- Mon Jun 25, 2007 11:27 am
- Forum: PHP - Code
- Topic: turning database fetched values into $variables?
- Replies: 60
- Views: 18583
- Mon Jun 25, 2007 11:11 am
- Forum: PHP - Code
- Topic: turning database fetched values into $variables?
- Replies: 60
- Views: 18583
- Mon Jun 25, 2007 10:42 am
- Forum: PHP - Code
- Topic: turning database fetched values into $variables?
- Replies: 60
- Views: 18583
- Mon Jun 25, 2007 10:17 am
- Forum: PHP - Code
- Topic: turning database fetched values into $variables?
- Replies: 60
- Views: 18583
Great, thats the purpose of my question. and how do i pass that? as I assumed that since it was placed into SESSION it would store it on that reload if its using an if(isset). If i knew what that line of code was to pass that variable, I'm assuming i wouldnt be here asking. Is there a way to make th...
- Mon Jun 25, 2007 10:07 am
- Forum: PHP - Code
- Topic: turning database fetched values into $variables?
- Replies: 60
- Views: 18583
I know there isnt any select menu names 'quantity1' but there is a variable. $quantiy1 = $quantity; the variable $quantity1 exists because im using it on my page 1 and its echoing out. quantity1 is obviously a newly created variable , but its value is dynamic because its set by the user selections. ...
- Mon Jun 25, 2007 9:31 am
- Forum: PHP - Code
- Topic: turning database fetched values into $variables?
- Replies: 60
- Views: 18583
- Mon Jun 25, 2007 9:14 am
- Forum: PHP - Code
- Topic: turning database fetched values into $variables?
- Replies: 60
- Views: 18583
- Mon Jun 25, 2007 9:04 am
- Forum: PHP - Code
- Topic: turning database fetched values into $variables?
- Replies: 60
- Views: 18583
- Mon Jun 25, 2007 8:35 am
- Forum: PHP - Code
- Topic: turning database fetched values into $variables?
- Replies: 60
- Views: 18583
Thats a select menu . a specific type of select menu that saves the user selections if they come back to the page or when page reloads. When they select an option within that 'product_main' select menu, it them uses the value of that option as the database ID number to a product. it then only fetche...
- Mon Jun 25, 2007 8:25 am
- Forum: PHP - Code
- Topic: turning database fetched values into $variables?
- Replies: 60
- Views: 18583
- Mon Jun 25, 2007 8:01 am
- Forum: PHP - Code
- Topic: turning database fetched values into $variables?
- Replies: 60
- Views: 18583