User Profile

Collapse

Profile Sidebar

Collapse
watusiboy
watusiboy
Last Activity: Mar 2 '08, 12:51 PM
Joined: Jan 23 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • watusiboy
    replied to textarea adds unwanted spaces
    in PHP
    hi, i figured this out too a while a go. it turned out the i coded the ff:
    <texarea>
    <?php echo $comments; ?>
    </textarea>

    so, that explained the spaces. thanks for the reply...
    See more | Go to post

    Leave a comment:


  • watusiboy
    started a topic textarea adds unwanted spaces
    in PHP

    textarea adds unwanted spaces

    Code:
    <TEXTAREA NAME="comments" ROWS="10" COLS="50">
    		<?php  echo $comments; ?>
    </TEXTAREA>
    
    this is a very simple question. the textarea above automatically adds three tab spaces at the beginning. as a result, when i try to check it using javascript: 
    
     if(theform.comments.value == "")
         {
               //some code here
         }
    ...
    See more | Go to post
    Last edited by ronverdonk; Mar 2 '08, 11:14 AM. Reason: code tags

  • yes i checked the bulk mail, it isn't there...
    See more | Go to post

    Leave a comment:


  • watusiboy
    started a topic mail() function sends to gmail but not to yahoo
    in PHP

    mail() function sends to gmail but not to yahoo

    i created a website that is suppose to email users once their account is created. the mail function works perfectly fine the email address is gmail. it doesn't work if it's a yahoo account. what could be wrong?
    See more | Go to post

  • has anyone tried the shining light openssl for windows?

    i have downloaded and installed shining light openssl (particularly Win32 OpenSSL v0.9.8g Light on their website http://www.slproweb.co m/products/Win32OpenSSL.ht ml).so after the installation, i am clueless as to what to do next. i tried typing https://localhost/[mypage], and nothing happened. are there things to compile? what needs to be done in order to run it?
    i am also open to other methods of installing openssl in windows. i have tried...
    See more | Go to post

  • has anyone tried the shining light openssl for windows?

    i have downloaded and installed shining light openssl (particularly Win32 OpenSSL v0.9.8g Light on their website http://www.slproweb.co m/products/Win32OpenSSL.ht ml).so after the installation, i am clueless as to what to do next. i tried typing https://localhost/[mypage], and nothing happened. are there things to compile? what needs to be done in order to run it?
    i am also open to other methods of installing openssl in windows. i have tried...
    See more | Go to post

  • watusiboy
    replied to chat in java
    in Java
    this might be a stupid question but can tomcat and apache run simultaneously?...
    See more | Go to post

    Leave a comment:


  • i think i may have solved the problem. i tried using different web browsers so that the session variables will not be shared....
    See more | Go to post

    Leave a comment:


  • php login as different usertype in localhost at the same time

    i've been having problems with my login function. the system that i'm developing has multiple usertypes. i need to login as one usertype in a window and another usertype in a seperate window. but when i do this, the session variable of the first login is being shared with the second login.
    pls help. thnx
    See more | Go to post

  • watusiboy
    started a topic chat in java
    in Java

    chat in java

    i have created a chat application in java. the server listens to clients, receive messages from them, and send these message to other clients. i intend to embed the client program as an applet in a website that i'm developing. i am building this website using apache-php-mysql
    is there a way to trigger the server program (which is a java class) through php. what i want is that as apache starts, the server program is also executed. is this ...
    See more | Go to post

  • watusiboy
    started a topic trigger a java class using php
    in PHP

    trigger a java class using php

    is it possible to trigger a java class stored in my local server through php?
    thanks
    See more | Go to post

  • watusiboy
    replied to yahoo mail classic address book
    in PHP
    the address book is a popup window and will be closed once the user is finished checking all the contacts he/she desires. once closed, the main window will be refreshed and the values are passed. its not like i'll click a link and pass the values via url...
    See more | Go to post

    Leave a comment:


  • watusiboy
    started a topic yahoo mail classic address book
    in PHP

    yahoo mail classic address book

    do you have any idea of how to implement the yahoomail classic address book in php?
    i have created one but there are things i can't figure out:

    the address book(which is a popup window) is searchable, meaning you can search for contacts.
    these checked contacts need to be passed to the main window (i am successful in doing this)
    the problem is i can't pass previously checked contacts (the contacts that i have checked...
    See more | Go to post

  • how to get values of checkboxes from a pop up window to the main window

    i will implement an email program. as any other email program, the user can send messages to multiple contacts. i'm planning to implement this through an address book which will pop up and display all the contacts of the person. this popup window containts checkboxes of the contacts. the user can check multiple check boxes. once finished, the pop up closes.
    what i want to do is to retrieve the value of the checked check boxes in the main window....
    See more | Go to post
No activity results to display
Show More
Working...