Forum: PHP Jan 30th, 2009 |
| Replies: 4 Views: 1,094 thank u tommybs
its work now ..... |
Forum: PHP Jan 30th, 2009 |
| Replies: 4 Views: 1,094 it's just display the first image and stop.
i think the loop stop after display the first image |
Forum: PHP Jan 30th, 2009 |
| Replies: 4 Views: 1,094 <?php
header('Content-type: image/JPG');
$username = "root";
$password = "";
$host = "localhost";
$database = "image";
@mysql_connect($host, $username, $password) or die("Can not connect to... |
Forum: JavaScript / DHTML / AJAX Dec 4th, 2008 |
| Replies: 1 Views: 582 <script>
function asd(){
var msg = document.getElementById('email');
alert(msg);
}
</script>
<form>
<input type='text' id="email"/> |
Forum: Java Nov 28th, 2008 |
| Replies: 2 Views: 1,428 public void send(String conn,String msg){
try {
System.out.println("addres");
ClientSession cs = (ClientSession) OBEXConnector.open(conn);
... |
Forum: Java Nov 28th, 2008 |
| Replies: 0 Views: 1,625 hello
os=sc.openOutputStream();
os.write("hello".getBytes());
os.close();
sc.close();
i used these to send message form mobile to pc
but it not work from pc to phone |
Forum: Java Jun 17th, 2008 |
| Replies: 5 Views: 1,280 import de.avetana.javax.obex.*;
import de.avetana.obexsolo.*;
public static void main(String[]args){
try {
String adr ="btgoep://000E6D80ABBE:9" ;
System.out.println("addres");
... |
Forum: Java Jun 15th, 2008 |
| Replies: 5 Views: 1,280 yes i have bluetooth device and work with BlueSoleil stack
then what i can do |
Forum: Java Jun 14th, 2008 |
| Replies: 5 Views: 1,280 that is code to send file from pc to phon but it dont run and throw
that exception
java.io.IOException: Device not discovered
i dont know what is the problem
try {
String adr... |
Forum: Java May 25th, 2008 |
| Replies: 6 Views: 787 hi ......
how to send files over obex protocol if using bluetooth via j2me code |
Forum: Java May 19th, 2008 |
| Replies: 6 Views: 787 the problems is still runing
i want some solution |
Forum: Java May 18th, 2008 |
| Replies: 6 Views: 787 how i can send file in j2me over bluetooth
i cant use the protocol OBEX to do that
any one help me...... |
Forum: Java May 8th, 2008 |
| Replies: 2 Views: 715 thank s but i cant understand so that is my code
and can you explain the solution for me
import java.io.InputStream;
import java.io.OutputStream;
import java.util.Vector;
import... |
Forum: Java May 8th, 2008 |
| Replies: 2 Views: 715 i wont to send message to another mobile by that code :
public void send(){
try {
String add = ((RemoteDevice) de.elementAt(l.getSelectedIndex())).getBluetoothAddress();
... |
Forum: Java May 7th, 2008 |
| Replies: 2 Views: 561 that is my j2me server application
i wonna do it in java program
import java.util.Vector;
import javax.bluetooth.DeviceClass;
import javax.bluetooth.DiscoveryAgent;
import... |
Forum: Java May 7th, 2008 |
| Replies: 2 Views: 561 hi there
how i can make a java application to descover for bluetooth devices and send message to it |