Pramod T P

Search
Skip to content
  • Home
  • PHP
  • WordPress
  • Linux
  • Magento
  • My SQL
  • Profile
  • comments

Monthly Archives: April 2011

Linux, My SQL

MySQL command to modify password – Linux

April 30, 2011 Pramod T P Leave a comment
mysqladmin -u root -p password Newspassword
LinuxMySQL
Linux, My SQL

MySQL command to show list of tables – Linux

April 30, 2011 Pramod T P Leave a comment
show tables;
LinuxMySQL
Linux, My SQL

MySQL command to show list of databases – Linux

April 30, 2011 Pramod T P Leave a comment
show databases;
LinuxMySQL
My SQL

How to connect to MySQL Database server using command line

April 30, 2011 Pramod T P Leave a comment
mysql -h localhost -u root -ppassword
LinuxMySQL
Linux, My SQL

How to connect to my MySQL Database server using command line

April 30, 2011 Pramod T P Leave a comment
mysql -h localhost -u root -ppassword
LinuxMySQL
Joomla

Load tinymce editor on client side – Joomla

April 28, 2011 Pramod T P Leave a comment
 <?php
  $editor =& JFactory::getEditor();
  echo $editor->display( 'story', $story , '600', '300', '5', '2' );
 ?>
JoomlaPHP
Joomla

How to get prefix of tables in Joomla site

April 28, 2011 Pramod T P Leave a comment
<?php
 $dVar=new JConfig();
 echo $dVar->dbprefix //jos_
?>
JoomlaPHP
Joomla

How to check whether the user is logged in or not – Joomla

April 28, 2011 Pramod T P Leave a comment
<?php
 $user = & JFactory::getUser();
 if($user_id=$user_id=$user->get('id'))
 	echo "Logged in user"
?>
JoomlaPHP
Joomla

Find out the user id of the logged in user – Joomla

April 28, 2011 Pramod T P Leave a comment
<?php
 $user = & JFactory::getUser();
 echo $user_id=$user_id=$user->get('id');
?>
JoomlaPHP
PHP

How to decode the data – PHP

April 28, 2011 Pramod T P Leave a comment
<?php
  $enData	=base64_encode("First");
  echo base64_decode($enData);//First
?>
PHP

Posts navigation

← Previous 1 2 3 4 … 12 Next →

Zend | Magento Certified PHP | eCommerce Architect

For Latest Updates
Visit phpcodez.com

Categories

Recent Posts

  • Regular expression
  • preg_match
  • Redirect root domain to a subdomain .htaccess
  • Redirect root domain to a subfolder .htaccess
  • Force SSL htaccess
April 2011
M T W T F S S
 123
45678910
11121314151617
18192021222324
252627282930  
« Mar   May »

Recent Comments

togel online's avatartogel online on How to terminate the current s…
business funding's avatarbusiness funding on compare two strings – ja…
unsecured loans uk's avatarunsecured loans uk on Function to add an element int…
treating back pain's avatartreating back pain on Submit HTML form to pop up pag…
Pura Cleanse's avatarPura Cleanse on Add the block "Based on y…
  • RSS - Posts
Create a free website or blog at WordPress.com.
Pramod T P
Blog at WordPress.com.
Privacy & Cookies: This site uses cookies. By continuing to use this website, you agree to their use.
To find out more, including how to control cookies, see here: Cookie Policy
  • Subscribe Subscribed
    • Pramod T P
    • Already have a WordPress.com account? Log in now.
    • Pramod T P
    • Subscribe Subscribed
    • Sign up
    • Log in
    • Report this content
    • View site in Reader
    • Manage subscriptions
    • Collapse this bar
 

Loading Comments...