Search results

  1. A

    Tennis Rafah and roger on 22 Dec 2010?

    Hi all i want to go to Maridid to watch Rafah and Roger but i am not sure where i can buy the ticket for this game ? any idea ? Thanks
  2. A

    any idea where is salsa party in Zurich on Tuesday?

    hi i am in Zurich and want to go to salsa party do u know where and which number for bus or tram? i am in (Milchbuck) and do u know any good club that i can go on Tursday? thanks and have a nice day
  3. A

    Consider a binary search tree (BST) that is initially empty. Draw the tree...

    ...that will result if the following n? a)Pre order Traversal b)Inorder Traversal c)Postorder Traversal
  4. A

    Please help with HTML table inside PHP code?

    Hi please note that i have the following code and it's working fine but after entering useranme and password i want to lead to a new page with HTML table so i want to add HTML talbe to the PHP code would you please help with this : <?php $username = $_POST['username']; $password =...
  5. A

    how to write PHP code for the validate usernname & password? please help?

    Hi all, please note that i have the following code: please note that i dont have data base as i have only few people so i want to add them inside the code: I have 2 files the first one is: <body> <html> <form action="userpass.php" method="post"> Username: <input type="text" name="username" />...
  6. A

    How to write a php code for the form username & password and what's the code for the...

    ...username & passowrd file? Hi I'm trying to write the code belwo for the php form: <body> <html> <form action="userandpass.php" method="post"> First name: <input type="text" name="firstname" /> <br /> Last name: <input type="text" name="lastname" /> <br/> <input type="submit" value="submit"...
Back
Top