Posts
 
Reputation
Loading chart. Please wait.
Joined
Last Seen
Ranked #4K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
79% Quality Score
Upvotes Received
8
Posts with Upvotes
8
Upvoting Members
7
Downvotes Received
2
Posts with Downvotes
2
Downvoting Members
2
4 Commented Posts
~45.7K People Reached
About Me

IT Consultant

PC Specs
Windows 7
Favorite Tags

52 Posted Topics

Member Avatar for karthik_ppts

> Sending sms using http gateway in php <?php $url = "http:///index.php?username=john@smith.com&password=randompassword&to=9876543210&message=testmessage"; $send_sms = file_get_contents($url); ?>

Member Avatar for swatisharma08
0
1K
Member Avatar for Kawaljeet

Dear **Kawaljeet** It's more simple to start Bulk SMS Service in india. > **Step1 : Finding best gsm modem ** You need **GSM Modem** for sending **SMS** Message using **SIM Card** Find the types of modem [here](http://promarket.in/p24557-16port-bulk-sms-gsm-gprs-modems.html) According to your requirement there are several gsm modems available in the market. …

Member Avatar for williamwalker
2
891
Member Avatar for london-G

Use `z-index:1000;`. it will only work for an element that containing `position:absolute;` or `position:relative;`

Member Avatar for JorgeM
0
114
Member Avatar for adityamadhira

Where did you moving your file ? If you want to download uploaded file first you have to move uploaded file to a folder in your hosting `move_uploaded_file($_FILES['imagefile']['tmp_name'], "uploads/".$fileName)` function will move your file to uploads/ directory. After that you can download your file `<a href='uploads/$fileName'>Download</a>`

Member Avatar for TonyG_cyprus
0
147
Member Avatar for rey00795012

No absolutely not ! Nothing free in this world. Once you try to send a message with SMSManager that request will forword to your sim card operator. Obiously your operator will charge for the sms. If you want to send free messages you can use SIP Technology.

Member Avatar for rayidi
0
90
Member Avatar for rayidi

I'm dealing with a SOAP client response for a flight booking application, I successfully got the response, See the response below: <arzoo__response> <Response__Depart> <OriginDestinationOptions> <OriginDestinationOption> <FareDetails> <ChargeableFares> <ActualBaseFare>4850</ActualBaseFare> <Tax>4267</Tax> <STax>31</STax> <SCharge>0</SCharge> <TDiscount>0</TDiscount> <TPartnerCommission>0</TPartnerCommission> </ChargeableFares> <NonchargeableFares> <TCharge>0</TCharge> <TMarkup>0</TMarkup> <TSdiscount>0</TSdiscount> </NonchargeableFares> </FareDetails> <FlightSegments> <FlightSegment> <AirEquipType>321</AirEquipType> <ArrivalAirportCode>DEL</ArrivalAirportCode> <ArrivalDateTime>2013-05-20T08:00:00</ArrivalDateTime> <DepartureAirportCode>BOM</DepartureAirportCode> <DepartureDateTime>2013-05-20T06:00:00</DepartureDateTime> <FlightNumber>601</FlightNumber> <OperatingAirlineCode>AI</OperatingAirlineCode> <OperatingAirlineFlightNumber>601</OperatingAirlineFlightNumber> …

Member Avatar for diafol
0
8K
Member Avatar for rayidi

I'm curremtly working on a project "Flight search" with SOAP and PHP. I'm new to this SOAP Technology. I've to send the XML over POST Request and get the response: <Request> <Origin>BOM</Origin> <Destination>DEL</Destination> <DepartDate>2013-05-20</DepartDate> <ReturnDate>2013-05-21</ReturnDate> <AdultPax>1</AdultPax> <ChildPax>0</ChildPax> <InfantPax>0</InfantPax> <Currency>INR</Currency> <Clientid>*********</Clientid> <Clientpassword>**************************</Clientpassword> <Clienttype>ArzooFWS1.1</Clienttype> <Preferredclass>E</Preferredclass> <mode>ONE</mode> <PreferredAirline>AI</PreferredAirline> </Request> to the URL: > …

Member Avatar for rayidi
0
3K
Member Avatar for rayidi

I'm looking for a process I don't know weather it will work or not. I want to connect a computer to a website using `HTTP Protocol`. Is this possible ? How we can communicate a system having a `static IP Address` from a `HTTP Protocol` ? Is there any way …

Member Avatar for JorgeM
0
326
Member Avatar for rayidi

Dear All, I'm developed an application that can read incoming messages. Upto now all its fine, Now my app crashing sometimes and return `NullPointerException`. Please find my error log below. java.lang.RuntimeException: Unable to start receiver me.radhakrishna.buddyreader.TextMessageReceiver: java.lang.NullPointerException at android.app.ActivityThread.handleReceiver(ActivityThread.java:2146) at android.app.ActivityThread.access$1500(ActivityThread.java:127) at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1208) at android.os.Handler.dispatchMessage(Handler.java:99) at android.os.Looper.loop(Looper.java:137) at android.app.ActivityThread.main(ActivityThread.java:4441) at …

Member Avatar for peter_budo
0
924
Member Avatar for rayidi

Dear All, I'm facing problem with the symbols while getting the data from the table.. My output contains these ( � ) type of symbols i don't know why these coming even i declared <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> Can any one having solution for this ? Thanks in advance..

Member Avatar for pritaeas
0
1K
Member Avatar for rayidi

Dear All, I'm facing a problem when using DISTINCT in mysql. Please refer my database design below. id lang album singer title family writer song hits In my db i want distinct title and the id from the db. I'm trying the following code. But it only fetching the results …

Member Avatar for code739
0
242
Member Avatar for kingsonprisonic

You can try paytm.com for business partner. They are the instant mobile/dth recharge currently working fast & perfect in india. Anyway according to my knowledge recharge from AT commands will not supports.

Member Avatar for rayidi
0
212
Member Avatar for DrChocolate
Member Avatar for Tko_1

<input type="button" id="btn" value="Toggle"> <div id="para1" style="display:none"> blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah …

Member Avatar for Troy III
0
210
Member Avatar for Khav

Dear Khav, Assume that you have a delete icon with the anchor tag `<a href='?del_id=<?php echo $id; ?>'>Delete this</a>` Where del_id refers the post id which you want to delete. <a href='?del_id=<?php echo $id; ?>' onclick='return confirm("Are you sure want to delete this ?");'>Delete this</a> That will open a confirm …

Member Avatar for Khav
0
3K
Member Avatar for <M/>

You can write your redirection code right after mail($to,$subject,$message,$headers); //calling php mail function header("Location: page.php"); that will redirecy after sending the mail

Member Avatar for <M/>
0
3K
Member Avatar for rayidi

I want to store my array into my database using jQuery. Here is my code i'm using serialize(); function. Its storing correctly but when i unserialize(); nothing happening. Please help here is my code. <script> $(document).ready(function(){ $("#save-skills").click(function(){ var skills = $('input[name="skills[]"]').serialize(); console.log(skills); $('#loading').css('display', 'block'); var queryString = "skills=" + skills …

Member Avatar for diafol
0
216
Member Avatar for marvolo1300

On your code you written entire body in head seaction. try to keep seperately. <html> <head> <title>You'r document title here</title> </head> <script> // your script goes here </script> <body> <!-- Content goes here --> <script> // Your script goes here </script> </body> </html> to avoid errors.

Member Avatar for rayidi
0
133
Member Avatar for Rizi004
Member Avatar for archie.herbias
Member Avatar for cigoL..:)
0
234
Member Avatar for Arjun_Sarankulu

Dear Arjun_Sarankulu, Better to write code for inserting mssql using that cron job php file only.. Know how to insert data into mssql using php http://php.net/manual/ru/function.mssql-query.php

Member Avatar for rayidi
0
148
Member Avatar for ratanji

Dear ratanji, You can take the advantage of jQuery. Ofcourse it might possible with only with jQuery or ajax. So follow the steps. > Step 1:- Create a PHP page that can able to search the database for the new post. > Step 2:- Use some interval to call a …

Member Avatar for rayidi
0
703
Member Avatar for andyy121

`$name = $_FILES['myfile'] ['name'];` will assign new name to the uploaded file. where `$tmp_name = $_FILES ['myfile'] ['tmp_name'];` will get the temp name of the uploaded file. Suppose if you upload a file the system will automatically uploaded it to temp folder and it will assign some random code. That …

Member Avatar for andyy121
0
152
Member Avatar for asrsmunna

Step 1: Connecting database `$con = mysql_connect("localhost","munna","abc123");` // Connecting the db host. `$db = mysql_select_db("database_name_here", $con);` // Selecting database. Step 2: selecting the user email addresses $emails = mysql_query("SELECT email FROM user"); while($mail = mysql_fetch_array($emails)){ $user_email = "{$mail['email']}"; // email is the field of the email in the table user …

Member Avatar for rayidi
0
252
Member Avatar for andyy121

@Andyy121 You need to follow the syntax, for a beginer string concatnation is very difficult. Better to use the follow syntax. // Connecting a database host using username & password $con = mysql_connect("host", "username", "password"); // Selecting the database $db = mysql_select_db("database", $con); Now you have to query the db …

Member Avatar for rayidi
-2
321
Member Avatar for rayidi

Hey guys, i'm dng a website with geographic location, i want to track user's city or country with PHP, is it possible ? please help me guys. Thanks in advanse

Member Avatar for chrislim2888
0
349
Member Avatar for visualmonk

try to add this `$pdf->SetY(-25);` after 12th line in your code. Lets try and let me know if it not working.

Member Avatar for rayidi
0
2K
Member Avatar for rayidi

I want to working with login system jQuery ajax and json. I'm facing no problem with success function. I dn't know how to through custom errors like "incorrect login". Here is my code, Please help me. <script> $(document).ready(function(){ $("#login").click(function(){ if($("#defaultEmail").val() == ""){ $("#defaultEmail").addClass("field-err"); $("#defaultEmail").focus(); }else if($("#defaultPassword").val() == ""){ $("#defaultEmail").removeClass("field-err"); $("#defaultPassword").addClass("field-err"); …

Member Avatar for rayidi
0
3K
Member Avatar for rayidi

I have problem with writing csv file using **fputcsv**. Its putting the page html also into the csv file. Whats wrong with my code ? //Excel header header("Content-Disposition: attachment; filename=\"Delivery_Reports.csv\";" ); header("Content-type: application/vnd.ms-excel"); $out = fopen("php://output", 'w'); $flag = false; // $result = mysql_query("SELECT * FROM senderids ") or die('Query …

Member Avatar for ddsuresh
0
4K
Member Avatar for rayidi

Dear All, I'm struglling with one small prblm with my code. // Charecter count $(document).ready(function (){ $('#msgbx').click(function(){ var charLength = $(this).val().length; $('#charcount').html(charLength + ' of 250 characters used'); // Alerts when 250 characters is reached if($(this).val().length > 250){ $('#charcount').html('<strong>You may only have up to 250 characters.</strong>'); }); }); Please help …

Member Avatar for iamthwee
0
185
Member Avatar for ryantroop

Dear ryantroop, you no need to create a div dynamically. First you create div statically set the div style display:none > <div id='preload' style='display:none;'><img src='images/loader.gif'/></div> On the function start you can display this div by setting the style to block. And again on the success response you can hide the …

Member Avatar for Taywin
0
142
Member Avatar for rayidi

Hie all, I'm developing a bulk sms website, there are users and resellers for the site. I want to map my to another ip through A record. Problem is how to identify the ip user / reseller ? Please help me.

Member Avatar for rayidi
0
233
Member Avatar for rayidi

Dear All, I'm developing a Bulk SMS application. I want to send Shedule sms using php. I'm not aware of sheduled Or timing interval things in php. Please help me.

Member Avatar for blocblue
0
115
Member Avatar for rayidi

I have a Query string > { "id": "105201322211272730088", "name": "Rayidi Radha Krishna", "given_name": "Rayidi", "family_name": "Radha Krishna", "link": "https://plus.google.com/105201322211272730088", "picture": "https://lh3.googleusercontent.com/-UTEdowBnUUE/AAAAAAAAAAI/AAAAAAAABd0/FrCv9VX1Pp4/photo.jpg", "gender": "male", "birthday": "0000-09-23", "locale": "en" } I want to convert this Query string to an array. thanks in advance.

Member Avatar for blocblue
0
358
Member Avatar for rayidi

We all know how to open a mailbox using `imap_open`. Here the problem is i'm creating a maill system here. I'm not able to find to create a mail account with `imap/pop3` in `php`. Is it is possible ? Assume suppose my domain is www.studentmug.com. I want to create a …

Member Avatar for ckchaudhary
0
342
Member Avatar for rayidi

Hi firends, hope you all dn well. Here i need one thing ! table1 - Which stores all user's posts ( `id`, `post`, `who` ) table2 - Which stores relations ( `id`, `from`, `to`, `status` ) ( `status` contains `accepted` and `hold` ) here i want to retreve the posts …

Member Avatar for Biiim
0
193
Member Avatar for rayidi

# How to access $_SESSION in jQuery ? # I'm developing a existing chat using jQuery with PHP. here is the code function createChatBox(chatboxtitle,minimizeChatBox) { if ($("#chatbox_"+chatboxtitle).length > 0) { if ($("#chatbox_"+chatboxtitle).css('display') == 'none') { $("#chatbox_"+chatboxtitle).css('display','block'); restructureChatBoxes(); } $("#chatbox_"+chatboxtitle+" .chatboxtextarea").focus(); return; } $(" <div />" ).attr("id","chatbox_"+chatboxtitle) .addClass("chatbox") .html('<div class="chatboxhead"><div class="chatboxtitle"><a …

Member Avatar for pritaeas
0
221
Member Avatar for rayidi

I'm working with a sms gateway thing, now i have to pass a url via GET or POST. i'm tried with fopen("http://api.studentmug.com/bulksms/sms.php?Username=<something>&Password=<something>", "r"); like that. but it didn't worked. Please help me guys. i'm also used curl_init(); it is replying Bad Request. Guys please help me with this. Thanks in …

Member Avatar for Biiim
0
217
Member Avatar for rayidi

I'm Working with register module with xmlHttpRequest. I have checking all. When i was trying to redirect after successfull its displaying the response with in the given div. [CODE] <script type="text/javascript"> function showRegister() { if (window.XMLHttpRequest) {// code for IE7+, Firefox, Chrome, Opera, Safari xmlhttp=new XMLHttpRequest(); } else {// code …

Member Avatar for pritaeas
0
1K
Member Avatar for rayidi

Dear Friends, I'm Currently using php session ( $_SESSION[''] ), I want to use $_COOKIE Because when a user didn't click the logout button and he closed the website. still he is showing Online because i write the code at the logout page. So If we use $_COOKIE it is …

Member Avatar for diafol
0
191
Member Avatar for rajandass65

Hey , You Can Change Your FTP ( File Transfer Protocol ) Username & Password From Your Control Panel.. And Also Change Your control Pannel Passwords Also.. Mr / Ms veedeoo told you as well .

Member Avatar for rayidi
0
138
Member Avatar for rayidi

Dear Friends, I'm developing a website that can show online users, When ever a user logged we can update the status to "Online" On our database. Now i'm using AJAX. Is it possible to show the online users without refreshing a page ? That means timed interval for a ajax …

Member Avatar for rayidi
0
549
Member Avatar for rayidi

Dear Friends, [CODE]<a href="javascript:void(0)" onclick="javascript:chatWith('babydoe')">Chat With Baby Doe</a>[/CODE] Please convert this into regular php expression please. Thanks in advance

Member Avatar for pritaeas
0
131
Member Avatar for rayidi

Dear Friends, I'm developing a website that can show online users, When ever a user logged we can update the status to "Online" On our database. Now i'm using AJAX. Is it possible to show the online users without refreshing a page ? That means timed interval for a ajax …

Member Avatar for makman99
0
172
Member Avatar for rayidi

Hi Friends, Please check this code where i was did wrong ? thanks in advance. [CODE]<button type="button" onclick='showData()'>Edit</button>[/CODE] [CODE] <script type="text/javascript"> function showData() { if (window.XMLHttpRequest) {// code for IE7+, Firefox, Chrome, Opera, Safari xmlhttp=new XMLHttpRequest(); } else {// code for IE6, IE5 xmlhttp=new ActiveXObject("Microsoft.XMLHTTP"); } xmlhttp.onreadystatechange=function() { if (xmlhttp.readyState==4 …

Member Avatar for rayidi
0
2K
Member Avatar for rayidi

echo "<form action='' id='customForm' method='post'>"; echo "<div>"; $mobile = $_SESSION['mobile']; echo "<label for='name'>From : $mobile</label>"; echo "</div>"; echo "<div>"; echo "<label for='name'>Sender Mobile number</label>"; echo "<input type='text' name='recipient' id='mobile' class='error'>"; echo "<span id='nameInfo' class='error'> Mobile number must contain only 10 digits</span>"; echo "</div>"; echo "<div>"; echo "<label for='email'>Message &nbsp; &nbsp; …

Member Avatar for cereal
0
488
Member Avatar for rayidi

Dear Friends, Am trying to builing a social networking site that user can post his update on profile text bat. Once we click on the share button the text field value will pass to the function of xmlHTTP request, but here is not passing a value. Please help me. I …

0
115
Member Avatar for rayidi

Dear Friends, Am developing a sms based website. i bought the gsm modem. problem how to connect the com port through php and querying the gsm modem with AT Commands ?? Please help me out [COLOR="Red"]Modem:- Visontek 82GH USB MODEM It supports at commands. [/COLOR] Note:- Am sending sms and …

Member Avatar for vattana ybm
0
2K
Member Avatar for obimobs

Connect the database useing mysql_connect(), select the database using mysql_select_db(), query the database with the username and password entered by user EG: mysql_query("SELECT * FROM `tbl_stud` WHERE `st_uname` = '$username' AND `st_pw` = '$password'"); where $username and $password is data collected from login fields username and password respectively.. get the …

Member Avatar for leakbali
0
111
Member Avatar for mehrantahir

General Search : mysql_query("SELECT * FROM `products` WHERE `city` = '$city'"); Just Like That Search : mysql_query("SELECT * FROM `products` WHERE `city` LIKE '$city'");

Member Avatar for rayidi
0
168

The End.