Translate

Tuesday, January 29, 2013

Courses offered in PravySoft Kerala

Andriod
Andriod Application Development
 

Basic Computer training
Computer Basics
Software Installation
Internet & Email
Social Networking
Computer Maintenance
MS Excel
MS Office
MS Outlook
MS Word
computer course
Desktop Publishing (DTP)
 

C C++
Advanced C C++
C Programming
C C++ Projects
C | C++
C Sharp
 

Final Year Projects
Acadamic Projects
ASP final year Projects
Electronics Projects
Embedded Final Year Projects
IEEE final year Projects
IT Projects
J2ME Final Year Projects
Java Final Year Projects
MCA Projects
Mech Projects
Mini Projects
Msc Projects
Networking Projects
Academic Projects
PHP final Year Projects
 

GATE Exam
GATE exam Preperation
CSIR NET
 

IT Security & Ethical Hacking
Desktop & Server Security
Malware Analysis
Network Security
Firewall Security
Internet Security
Scanning Fingerprinting
Computer Forensics
ISO27001 & ISO27002 Lead Auditor
Cloud Security
Penetration Testing
Application Security
Cryptography Stagnography
Cyber Forensics
Security Auditing
CISM Certification
 

JAVA J2EE
Advanced JAVA
Core JAVA
DAO
Hibernate
J2EE
J2EE Projects
J2ME
J2ME Projects
Java Certification
Java projects
Java Script
JSP
RMI
Servlet
Spring
Struts
Web Services
Weblogic
Websphere
XML Webservices
liferay
Eclipse
 

Linux
Linux Administration
Linux Basics
RedHat linux
Unix
 

MCSE
MCSE Win 2000
Micorsoft MCSE
 

MS SQL
Crystal Reports
MS SQL Administration
MS SQL Certification
MS SQL Development
MS SQL General
MS SQL Integration
MS SQL Reporting
Performance tuning Projects
SQL Programming
 

MySQL
MySQL Certification
MySQL Cluster
MySQL Consultant
MySQL DBA
MySQL Development
 

Networking
CCNA Certification
CCNP Certification
CCSA Certificaiton
CCSE Certification
MCSE Certification
Networking General
Novell CNA
RHCE Certification
 

Oracle BPM 10G
BPM 10G
 

PHP
Advanced PHP
Php AJAX
Joomla
JQuery
MySQL
OsCommerce
PHP
PHP Realtime Projects
PHP Web 2.0
Smarty
WordPress
Moodle
Drupal CMS
CodeIgniter Framework
Zend Framework
CakePHP
Magento eCommerce
PHP CMS
Tquery
jQuery
 

Project Management
Project Mangement Institute
PRINCE2
Microsoft Project
Primavera
PMI-Agile ACP
Agile
Scrum master certification
Kanban
Lean Manufacturing
Balanced Scorecard
CCPM
CompTIA Project+
 

Real time Projects
ASP .Net Live Projects
Embedded Projects
IEEE Live Projects
Informatica Live Projects
J2ME Realtime Projects
Java Live Projects
Networking Certification
Oracle Projects
Other Projects
Peoplesoft Projects
PHP Live Projects
SAP Projects
Siebel Projects
 

Software Testing
Software Testing Certification
ISTQB
Load Runner
Manual Testing
Mercury
Automation Testing
QTP
Rational Rose
Win Runner
Telecom Testing
 

Web Designing
Advanced Web Designing
CSS
Dreamweaver
Dynamic Websites
Flash
HTML
Website Scripting
Logo Design
PhotoShop
Static Websites
Template Desging
Web 2.0
Web Designing
XHTML
HTML5
ColdFusion
Perl CGI
 

WebLogic
Weblogic Developer
WebLogic Administrator
 

XML
XML

Wednesday, January 23, 2013

Send SMS from JSP ASP and PHP projects

EASY Way to sens message (SMS) from your project

In this post I would like to explain how you can send sms from your web project. You can use any programming language. The method successfully worked out using PHP, JSP and ASP Platforms.






PravySoft SMS senter

Please do following steps

1)First you need an 160by2.com account. 
You will get free 160by2 account from this website
 http://160by2.com

2) Writedown your  username and password
 Normally username would be your Mobile Phone number

3)From your project call this web link with your username password and message as shown below

http://pravysoft.eu5.org/sms.php?username=xxx&password=yyy&button=1&to=zzz&msg=abcd


Please replace
XXX with your username
YYY with password
ZZZ with Mobile number of the recipient
ABCD with your msg.


Example PHP script

This is a simple code for demonstration of the method. Please use url encode function and POST method (to hide username password from url) for implementation.

<?php
$username="your username";              // username you got from 160by2.com website
$password="your password";             //your password
$to="99956xxxxx";                           //Phone number to send msg
$msg="TEST";                //Message to  send you can use url encode function if space exist in your message
echo('<a href="http://pravysoft.eu5org/sms.php?username='.$username.'&password='.$password.'&button=1&to='.$to.'&msg='.$msg.'">SEND SMS</a>');
?>


You can send sms (Text messgaes) using JSP and ASP using similar way.

If you want to know more or need codes please ask to me

info.pravysoft@gmail.com

or visit