Skip to content
  • Register
  • Login

LT BYTES

Learn Tech Bytes

  • Home
  • AWS
  • PHP
Posted inUncategorized

mysql command line windows

by SuryaJune 13, 20100

It is working for me like this Set the path in command line to mysqlbin i.e (in which directory mysql is installed) For eg: (I … mysql command line windowsRead more

Posted inAll / Php

Generate random unique value in php

by SuryaJanuary 30, 2010December 3, 20230

<?php function random_code() { $string = “ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz0123456789″; $randval = ” ; for($i = 0;$i <= 10;$i++) { $num = rand() % 62; $tmp = substr($string, … Generate random unique value in phpRead more

Posted inUncategorized

wordpress mu installation in localhost

by SuryaDecember 25, 20090

I have installed the wordpress mu in localhost. I am using Appserv. Copy the wordpress-mu folder in your root directory with some name as “wpmu”. … wordpress mu installation in localhostRead more

Posted inUncategorized

Phpbb3 admin login problem

by SuryaNovember 21, 20090

Admin Login Page For Phpbb3: To Login into admin section you have to re-authenticate for admin account First you have to login from frontend with … Phpbb3 admin login problemRead more

Posted inUncategorized

check value exist or not in php array

by SuryaNovember 21, 20090

$os = array(“Novmber, 2009”, “NT”, “Irix”, “Linux”); if (in_array(“Novmber, 2009”, $os)) {echo “You found that value”;}

Posted inUncategorized

Htaccess tutorial for beginners

by SuryaOctober 11, 20090

Note: Before using this you have to take backup for that code, I am not responsible for any problem occurred to your site.I am explaining … Htaccess tutorial for beginnersRead more

Posts navigation

Previous 1 … 5 6

Recent Posts

  • Deploying AWS Lambda with Docker & Serverless Framework
  • Create and Update SNS Subscription Filter Policy using Python Boto3
  • Turn on errors in PHP
  • Php coding standards
  • WordPress plugin to save contact information to database

Recent Comments

No comments to show.

Archives

  • February 2025
  • January 2024
  • December 2023
  • March 2013
  • December 2012
  • April 2012
  • August 2011
  • April 2011
  • February 2011
  • January 2011
  • October 2010
  • July 2010
  • June 2010
  • January 2010
  • December 2009
  • November 2009
  • October 2009

Categories

  • All
  • AWS
  • Javascript
  • Joomla
  • Php
  • Python
  • Sql
  • Uncategorized
  • Wordpress
Copyright © 2026 LT BYTES.
Powered by WordPress and BNM.
  • Home
  • AWS
  • PHP