- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 3
- Posts with Downvotes
- 1
- Downvoting Members
- 3
12 Posted Topics
Re: Hi there Mohamed when you say OWN SMS GATEWAY API it does mean that the software that the gateway is to run will be on your server and that other websites can access your gateway through an API on the Internet ? If so may I suggest Kannel [url]http://www.kannel.org/[/url] or … | |
I am trying to add a button to outlook's tool bar using a Macro.The problem is that the button appears but on clicking it nothing happens,I suspect I am supplying parameters wrongly to the OnAction method. The call[CODE]Call AddToolbarButton("My very own button", "Click here", "!<Sub/UserForm>")[/CODE] The method it's self: [CODE]Function … | |
Hi all, My used Toyota came with an addzest multi-access dvd navigation system NAX010 series.The problem is that the DVD that accompanied the system-labeled road explorer dv6.0. Only has a map of Japan whereas I need a Map of Kenya where I live. Both clarion and addzest websites do not … | |
A friend of mine sat on his ipod nano(4 gb silver model) and now it won't turn on.Any help highly appreciated as I am clueless about apple devices. | |
I am trying to call a php script through a shell script.The script is to be called as the run on receive directive of gammu-smsd.My php script executes as expected when I call it using[CODE]/opt/lampp/bin/php myvarsreader.php[/CODE].However on trying to run my script(From terminal): [CODE]#!/bin/sh PROGRAM=/opt/lampp/bin/php myvarsreader.php eval "$PROGRAM \"\${SMS_${i}_NUMBER}\" \"\${SMS_${i}_TEXT}\"" … | |
My HP dc5000 suddenly turned it's self off while i was browsing the Internet using it.It was running ubuntu 10.04.When I try to turn it back on the power LED does not light up but the one indicating hard disk activity does,the led on the mother board also blinks!After this … | |
I am running Windows xp service pack 2. I recently got a broad band connection via Wimax,I want to share this connection with 3 computers on my LAN I have already installed the extra NIC and configured it to(IP 192.168.0.1 gateway:blank dns:Same as the one given by my ISP).The computer … | |
Re: I am no networking guru but to my understanding Intranet is the private part of the Internet meaning you have to be connected to the Internet first then LOG IN to your company's intranet or do you mean to say that your work place does not allow access to the … | |
Hi all I'm trying to learn php by myself I got as far as creating my first data base and table using the following code: [code=php]$con = mysql_connect("localhost","root",""); if (!$con) { die('Could not conect: '.mysql_error()); } //Create database if (mysql_query("CREATE DATABASE FATBYTES",$con)) { echo "Database created"; } else { echo … | |
I am trying to set up a LAN using three HP dc5000 desktops,I have installed windows and have set up the UTP cables and the hub connection.the problem is that the machines cannot "see each other",they dont show the Network icon on the tray .I thought this was supposed to … | |
I am trying to populate an MS Access table using VB.Net through a connection string everything else seems to work except when I try to add a new row. I get this error: OleDbException was unhandled Syntax error in INSERT INTO statement Here is the code [code=vbnet] [Dim MaxRows As … | |
Helllo people I am trying to use vb.net to update an Excel spread sheet.I was doing well until I tried to output the contents of the cells in an input box.Apparently there is a problem with converting the data to type String so that the input box can output it.This … |
The End.