User Profile

Collapse

Profile Sidebar

Collapse
ramanagosu
ramanagosu
Last Activity: Mar 16 '09, 01:53 PM
Joined: Mar 6 '09
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • please give an idea how to send sms to any mobile using php

    Hi all,


    i am new to php please provide me how to send sms to any mobile using php
    with gateways and without gate ways

    thanks in advance

    cheers,
    Ramana
    See more | Go to post

  • ramanagosu
    replied to how to write Video script in css file
    in PHP
    ok fine ,please tell me how to implement video script in php
    See more | Go to post

    Leave a comment:


  • ramanagosu
    replied to send sms using php script
    in PHP
    if i am avoid the "ri.irisme. net" is it working fine
    tell me any modifications
    See more | Go to post

    Leave a comment:


  • ramanagosu
    replied to how to write Video script in css file
    in PHP
    ok fine,
    is there any way to configure video script in (style sheet) please tell me
    See more | Go to post

    Leave a comment:


  • ramanagosu
    started a topic send sms using php script
    in PHP

    send sms using php script

    Hi, any one help me

    here i am attaching source code to send sms using php code it show the message "message sent successfully " but message is not delivered

    code:

    Code:
    <?
    # 10 digit number .. can get it from a form using post method
    
    
    $from="91xxxxxxxxxxxx@ri.irisme.net";
    
    # convert it to an email format
    $to="91xxxxxxxxx@ri.irisme.net";
    ...
    See more | Go to post
    Last edited by Markus; Mar 13 '09, 11:34 AM. Reason: Added [code] tags.

  • ramanagosu
    started a topic how to write Video script in css file
    in PHP

    how to write Video script in css file

    Hi,
    I am new to php please give me an idea how to manage video script in css file using php

    cheers
    Ramana.
    See more | Go to post

  • java script not supported in my mozilla browser

    HI everybody
    I am writing java script code it's working fine in IE browser and not working fine in Mozilla
    code:
    Code:
    <SCRIPT LANGUAGE="JavaScript">
    	function verify() {
    		var themessage = "You are required to complete the following fields: ";
    		if (document.form.title.value=="") {
    		themessage = themessage + " - Class Title";
    		}
    		//alert
    ...
    See more | Go to post
    Last edited by numberwhun; Mar 7 '09, 05:27 AM. Reason: Please use code tags!!!

  • ramanagosu
    started a topic countdown timer ajax using php
    in PHP

    countdown timer ajax using php

    hi please help me,

    I am doing project on online bidding using php it display's product details like image,price (in dollers ) and bidder name ,time seconds(00h:00m :00s),
    if bidder bid that product (before the time seconds 00:00) the time increased seconds automatically set to 20 seconds and redispaly the username who bid that product .
    if the time go to (00:00) the product alloted to last bidder who bid that product...
    See more | Go to post

  • ramanagosu
    started a topic problem on php login file
    in PHP

    problem on php login file

    Hi
    any one help me

    logincheck.php
    ----------------------

    Code:
    <? 
    	if($cookie_user_id=='') {
    		$page = "index.php";
    		header("Location: $page");	
    	}
    ?>
    i am using this file in another php file using following code
    <? include("loginc heck.inc"); ?>
    i got following error
    Undefined variable: cookie_user_id ....
    See more | Go to post
    Last edited by Markus; Mar 6 '09, 09:53 AM. Reason: Added [code] tags.
No activity results to display
Show More
Working...