User Profile

Collapse

Profile Sidebar

Collapse
aswathip
aswathip
Last Activity: Oct 24 '09, 12:10 PM
Joined: Jan 19 '09
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • I changed the path as

    $path = "http://192.168.60.26:8 1/sm/Org/testWebService. php";
    $client = new soapclientNusoa p($path,false);

    and the problem was solved. But this path may change latter. So i am looking for a better solution
    See more | Go to post

    Leave a comment:


  • thanx Dormilich. I tried it but the error remained.
    See more | Go to post

    Leave a comment:


  • aswathip
    started a topic Error un invoking a PHP Webservice using PHP itself
    in PHP

    Error un invoking a PHP Webservice using PHP itself

    I am doing a Webservice in PHP for the first time. I have a service named as testWebService. php and testclient.php that consumes the service. Below is my testclient.php

    Code:
    <?php
    require_once 'includes/nusoap.php';
    $params = array('CardId' => 'sm_stu_id_001', 
    				'DeviceIp' => '192.168.60.68'
    			   );
    $client = new nusoap_client('testWebService.php',false);
    //+++++++++++++++++++++++++++++++++++++
    ...
    See more | Go to post

  • aswathip
    replied to https for login page
    Sorry for that .

    My company want to make one of its product site Login page into HTTPS based communication. I read that i will have to use Open SSL for this.
    How can i do this. What will be the changes to be done on the server.
    See more | Go to post

    Leave a comment:


  • aswathip
    started a topic https for login page

    https for login page

    I have a login page. I have been asked to make https based.
    How can i do that

    thanks
    See more | Go to post

  • aswathip
    replied to debugging PHP using ZendStudio
    in PHP
    thanks i will do that
    See more | Go to post

    Leave a comment:


  • aswathip
    started a topic debugging PHP using ZendStudio
    in PHP

    debugging PHP using ZendStudio

    I am using Zend studio for the first time.
    Every thing works fine with my php and html. But once i do submit the output pane just goes blank and bebugging stops. The code behind the submit is
    Code:
    <?php
    		if(isset($_GET['button1']))
    		{
    			opentable();
    			echo "Inside isset";			
    			$tot=0;
    			for($i=0;$i<10;$i++)
    			{
    			 	echo "$i+";
    			  	$tot=$tot+$i;
    ...
    See more | Go to post

  • How to decide the language and technology to be used?

    If I want to develop an application and I have the full freedom to choose the language and technology to be used; How do i decide it?
    Whether PHP or C# with ASP.NET?
    See more | Go to post

  • aswathip
    started a topic Delay in loading Menu

    Delay in loading Menu

    My web application is developed in PHP.
    The Stylesheet for my Menu is written in a php file and CSS in javascript.

    When i access a page it shows the menu as such without any style.
    • Main Menu
      • sub menu1
      • sub menu2
      • sub menu3
    • Main Menu2
    • Main Menu3
    • Main Menu4


    Once the page loading is complete the style is applied. I am working with IE7
    Is there any way to load menu along with its style at first....
    See more | Go to post

  • aswathip
    started a topic Schema_Excel() and Excel sheets

    Schema_Excel() and Excel sheets

    I am trying to read Excel sheets using C# ASP.NET .
    I read successfully. Now i want to validate the header for the order of the columns.
    I came to know that i will have to use Schema_Excel class and schemaTable classes for that. But i don't know which namespace to be included for this.Can anyone please help me with this?
    See more | Go to post

  • aswathip
    replied to Including multiple php file using include
    in PHP
    Thanks for those replies

    I tried my best to clear that error. I tried with echo also.
    Now what i did is,
    the function that i wanted from categorization_ total.php i included in this page also. This avoided the necessity to include that page. And i am sure that this is never a good coding technique.
    See more | Go to post

    Leave a comment:


  • aswathip
    started a topic project topics for BioInformatics

    project topics for BioInformatics

    I am searching for some web apllication project topics using C# ASP.NET.
    The project topics should be suitable for MSc BioInformatics students.

    Can anyone please share some information over this?

    thank you
    See more | Go to post

  • aswathip
    started a topic Including multiple php file using include
    in PHP

    Including multiple php file using include

    When i tried to include multiple files using include() it didn't work as expected.

    catagorization. php includes the following code
    Code:
     include("ajax_catagorization.php"); 
     include("categorization_total.php");
    This way it does not work. But if only one file is included it works properly

    Can anybody please help me to solve this?

    thanks
    See more | Go to post

  • aswathip
    replied to fsockopen fails to connect to a valid URL.
    in PHP
    Hi,

    In the code fragment there is one statement that prints the url being accessed.

    echo $out;

    This prints that URL correctly. When I copy that URL and directly give it in the address bar SMS is getting send immediately.

    Thank you.
    See more | Go to post

    Leave a comment:


  • aswathip
    replied to fsockopen fails to connect to a valid URL.
    in PHP
    thanks for your reply.
    we r trying find it out.
    We got the same output now. But SMS is not getting send. All Admin seetings are correct. Can u please help this further?

    thanks once again for that fast reply
    See more | Go to post

    Leave a comment:


  • aswathip
    started a topic fsockopen fails to connect to a valid URL.
    in PHP

    fsockopen fails to connect to a valid URL.

    I am new to sockets and fsockopen(). I am trying to send SMS using a gateway. But the fsockopen always shows the following error.

    Warning: fsockopen() [function.fsocko pen]: unable to connect to alertbox.in:80
    (A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. ) in C:\wamp\www\pro \SendSMS.php on...
    See more | Go to post
    Last edited by Atli; Jan 19 '09, 10:10 AM. Reason: Changed the thread title.
No activity results to display
Show More
Working...