Archive for the ‘Uncategorized’ Category

SQL Query

I need to get a particular column ‘value’ where it has alot of characters looks like a short paragraph, now i want a string Pretest_Score=25 i.e., it should display 25 in my table. How could be this done?. Please kindly help me with exact sql query. SELECT TRIM(‘value’) FROM mdl_sample

PHP,MySQL

I inserted a single link to database with a single field ‘addlink’, likewise i inserted again & again and now totally i have 5 rows. How can i get all the rows from database and update them. Please help with this. /*——————-Inserting working Successfully */ echo ‘<font size=”4px” face=”verdana”><b>Add a New Link</b></font><br><br>’; if($_SERVER['REQUEST_METHOD']==’POST’) { $add1 [...]

PHP Object Based

I need a dynamic template file for the pictures that will be pulled from the database. a.     I need a location for them to be stored and code that designates where to place the pictures that were uploaded or taken from facebook. This is going to be object based PHP and  I want each module [...]

Fckeditor Configuration File

The editor comes with a rich set of configurations that makes it possible to customize its appearance, features and behavior. The main configuration file is named “fckconfig.js“. You can find this file in the root of the FCKeditor installation folder.

Event Registration Joomla

Following is the link to list of components for Event Registration in Joomla. http://extensions.joomla.org/extensions/calendars-a-events/events-registration

Javascript Validation for uploading files

The below javascript funtion checks the browsing file. For example, If the uploading file should accept only excel and word documents like that, then in that scenario, we can use this function.

Joomla Podcast Suite

Podcast Suite. A component, module, and mambot designed to bring podcasting capabilities to Joomla. Support for iTunes.

Oscommerce reference guide

Following is the link to Oscommerce basic. Reference PDF

selecting value from a 3tables

assume 6th class  is a category assigned to a user 1 which is having three sub-categories maths,physics,chemistry. 7th class is also a category assigned to a user 2 which is having three sub-categories english,biology,science but when  i need  to display userids  with their  category names………but iam getting output+sub-categories of another category……. ex:   1   6th class  [...]