Sending and recalling data to/from MySql
Moderators: tjay, seadap, Rogue4ngel, matthewhayashida
Sending and recalling data to/from MySql
Ok, still new to this programming to MySql. I am making a comic store pull list, there is company name, comic name, issue number and how many needed set up in a form. I understand the php side mostly on building the component, just the sql stuff is messing up. I am collecting the username/real name in the form. How can i store the info to a table called pulllist and then be able to recall it based on username. thanks for the help!
			
									
									remember pillage...then burn.
						- moijafcor
- Joomla! Apprentice 
- Posts: 6
- Joined: Thu Mar 02, 2006 9:41 am
- Location: Santo Domingo, Dominican Republic
- Contact:
Re: Sending and recalling data to/from MySql
This resource http://dev.joomla.org/component/option,com_jd-wiki/Itemid,/id,framework:database_part1/ can be useful for you.
Saludos.
			
									
									Saludos.
Nicht mehr!
Los acentos en castellano omitidos intencionalmente. | Les accents et les signes en français omis intentionnellement.
http://bio.moisesjafet.com
						Los acentos en castellano omitidos intencionalmente. | Les accents et les signes en français omis intentionnellement.
http://bio.moisesjafet.com
Re: Sending and recalling data to/from MySql
Hmm, sorry, I'm working on th joomla 1.0.x series.
			
									
									remember pillage...then burn.
						Re: Sending and recalling data to/from MySql
Most of that document will still work, but:
instead of $db =& JFactory::getDBO()
put:
global $database at the top of your function.
And then substitute $database for $db.
Ian
			
									
									instead of $db =& JFactory::getDBO()
put:
global $database at the top of your function.
And then substitute $database for $db.
Ian
Help test my Component XML Generator Tool!
http://extensions.joomla.org/component/option,com_mtree/task,viewlink/link_id,1997/Itemid,35/
All feedback appreciated!
						http://extensions.joomla.org/component/option,com_mtree/task,viewlink/link_id,1997/Itemid,35/
All feedback appreciated!




