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...
User Profile
Collapse
-
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 }
-
-
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? -
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... -
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... -
this might be a stupid question but can tomcat and apache run simultaneously?...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....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 -
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 ... -
trigger a java class using php
is it possible to trigger a java class stored in my local server through php?
thanks -
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...Leave a comment:
-
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... -
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....
No activity results to display
Show More
Leave a comment: