Jump to content

italiano40

New Members
  • Posts

    6
  • Joined

  • Last visited

    Never

About italiano40

  • Birthday 02/22/1990

Contact Methods

  • AIM
    Ltaliano40
  • Website URL
    http://engine.puffinhost.com/f/imgboard.php

Profile Information

  • Gender
    Male
  • Location
    New York

italiano40's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. i solved it i justed add \" and \" before $replyto and after it and it is working and now javascript looks at it as a string
  2. my php script i want it to echo out a javascript command like this echo "<a href=# onclick=reply(".$replyto.");>#".$row2['id']."</a>"; but my problem is if the $replyto has a string with a space the javascript function fails, so i need to know how insert (") before the $replyto and after so how would i go on doing this?? and i have tried &quote; and &#34; and both have failed ANY HELP WOULD BE GREAT
  3. no when i replace echo with a redirect it works perfectly but i need it to print it to the screen
  4. for some reason it doesn't print to the screen
  5. still doesn't work but it is 2 different files one is html and one is PHP and it works because if i ask it to redirect to other webpages it works but when it tries to print to the screen it doesn't work is their anything else i can do expect print because that doesn't work either.
  6. <html> <head> <title>Welcome please login</title> </head> <body> <body bgcolor="#ff3333"> <form action="login.php" method="post"> <p>Username: <input type="text" name="username" /></p> <p>Password: <input type="password" name="password" /></p> <p><input type="submit"/><input type="reset" /></p> <p><a href="createaccount.htm">Create an Account</a></c></p> </form> </body> </html> <?php if($_POST["username"]=="italiano40" && $_POST["password"]=="mafia2") echo $_REQUEST["username"]; else echo $_REQUEST["password"]; ?> how come it will not print the password and username, i just get a blank page
×
×
  • 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.