Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~772 People Reached
Favorite Tags
Member Avatar for hassal

Hello, I'm developping a new joomla component, so i want to store pictures in database table in field type : blob. i'm wondery how to proceed to do this. I'm using this to get file from the form : $file = JRequest::getVar( 'img2', null, 'files', 'array' ); jimport('joomla.filesystem.file'); $filename = …

Member Avatar for hassal
0
193
Member Avatar for hassal

Hello all, I've a problem on displaying an image which come from a blob field in my sql joomla database table. My used code is : in my controller.php file : [code] function showImage() { $connexion = mysql_connect("localhost", "root", "123456") or exit (mysql_error()); $database = mysql_select_db("joomla")or exit (mysql_error()); $idMatche = …

Member Avatar for pritaeas
0
158
Member Avatar for hassal

I have a problem to retrieve the user id logged on joomla 1.5 from an external php script, I tried the following code but the problem is that sometimes it works very well and sometimes not work anymore : define( '_JEXEC', 1 ); define('JPATH_BASE', dirname(__FILE__).'/../..'); define( 'DS', DIRECTORY_SEPARATOR ); require_once( …

Member Avatar for sourcebits
0
166
Member Avatar for hassal

Hello, Using visual studio 2008 environment, i would like to change a classic windows application design, so i'm wondering if there is an idea a bout this. i've find some skins like irriskins ([url]www.sunisoft.com[/url]), but i'ts not what i'm looking for. is anyone have any idea, any help will be …

Member Avatar for kvprajapati
0
255