Jump to content

hi2you

Members
  • Posts

    12
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

hi2you's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. I want to hide those code from the user.
  2. Just a thought, is it possible to "echo" all the javascript code and it becomes PHP??
  3. Hello, Does anyone know how to convert javascript code to PHP code?? Thanks
  4. Thanks, I see how it works now, but what if the box is unchecked and I dont want the value of the unchecked into $text?? your example will String up all checked as well as the unchecked values right?
  5. Hello, I have a list of check box <form name="form" action="test.php" method="POST"> <input type="checkbox" name="option1" value="a"> a<br> <input type="checkbox" name="option2" value="b" > b<br> <input type="checkbox" name="option3" value="c"> c<br> </form> and in test.php, I have a String varible $text, and if a and b are checked, then $text = "ab". if a, c are checked, then $text becomes "ac". How to do so?? Thanks!!
  6. Hi all, Is there any way to auto open a web page in a new window when I reach a certain page?? Thanks
  7. Hello all, is there any possible way to make the email sent by mail() not junk?? Because everytime I use this function and the email spam filter blocked it. Please help. Thanks!!
  8. Hello, I have some data from mysql and displayed on the screen with a HTML table, I would like to create a button or link and when I click on it, it automatically email out the contents on the screen (the table + the data on the table), anyone can help me out?? Thanks P.S.: I have tried the mail(), but does not know how to do this.
  9. hi2you

    problem

    hi, i am new to php. just wrote a visitor counter ,but when it runs, on the bottom of the page it says "Warning: Unknown: Your script possibly relies on a session side-effect which existed until PHP 4.2.3. Please be advised that the session extension does not consider global variables as a source of data, unless register_globals is enabled. You can disable this functionality and this warning by setting session.bug_compat_42 or session.bug_compat_warn to off, respectively. in Unknown on line 0" how to solve this?? please help, thank you.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.