Ooh ok.
Thanks .
Search found 3 matches
- Sun Sep 23, 2007 9:48 pm
- Forum: Joomla! Coding 101
- Topic: Joomla component Mysql
- Replies: 4
- Views: 1167
- Sun Sep 23, 2007 6:49 pm
- Forum: Joomla! Coding 101
- Topic: Joomla component Mysql
- Replies: 4
- Views: 1167
Re: Joomla component Mysql
Sorry about the briefness of the topic. I have just been trying to figure out how to explain the problem best. Well, i've found that the page fails to actually display if i use the default methods of starting a database connection like above. It might be that the variable is being used or the connec...
- Sun Sep 23, 2007 2:28 pm
- Forum: Joomla! Coding 101
- Topic: Joomla component Mysql
- Replies: 4
- Views: 1167
Joomla component Mysql
Hey, i have the newest Joomla installation and its my first time integrating my scripts into Joomla. 1 big problem however is that i cant ever seem to get Mysql working with it. Seems a bit sudden but i'm just wondering why my component won't work with.... $sql = 'SELECT * FROM schools'; $database->...