User Profile

Collapse

Profile Sidebar

Collapse
Leen
Leen
Last Activity: Dec 19 '11, 08:07 PM
Joined: Aug 14 '10
Location: lebanon
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Leen
    replied to I'm getting a return statement error
    in Java
    the first mistake: u check the first and the last letter in ur string ONLY, for example if u have the word: " lamikal "--> the first letter is ' l ' and the last is 'l', but it is not a palindrome...
    u will increment the leftSide and decrement the rightSide after each check
    See more | Go to post

    Leave a comment:


  • try this please
    if (("quit".equals (inputWord)==fa lse)
    See more | Go to post

    Leave a comment:


  • Leen
    replied to I'm getting a return statement error
    in Java
    maybe this is not the error
    but r u define the 2 fields : leftSide and rightSide??
    See more | Go to post

    Leave a comment:


  • Leen
    replied to connection to sql
    in PHP
    No we don't have to wait to long as we load the page it gives us "The connection was reset"
    also we are working on windows 7
    and the program is WAMP version 2.0
    and we are using Firefox version of mozilla is 3.6.8
    See more | Go to post

    Leave a comment:


  • Leen
    replied to connection to sql
    in PHP
    but my problem is in php not in html..
    See more | Go to post

    Leave a comment:


  • Leen
    replied to connection to sql
    in PHP
    this is reply for "Dormilich" :
    thank u.
    i place form inside body, but this is not here the problem.
    and i use validator.w3.or g, but it doesn't detect the main problem
    See more | Go to post

    Leave a comment:


  • Leen
    replied to connection to sql
    in PHP
    this is reply for "Dormilich" :
    thank u.
    i place form inside body, but this is not here the problem.
    and i use validator.w3.or g, but it doesn't detect the main problem
    See more | Go to post

    Leave a comment:


  • Leen
    replied to connection to sql
    in PHP
    this is my new page
    i have join the 2 pages in one, but also false...why?
    Code:
    <?php
    	include("entete.html");
    ?>
    <html>
    <form method="post">
    <head>
    	<title>Sign Up</title>
    	<Style type="text/css">
    	.text {width:785px;}
    	.F { font-family: "Verdana"; font-size: 20px; text-transform: "capitalize"; align:right;}
    ...
    See more | Go to post

    Leave a comment:


  • Leen
    replied to connection to sql
    in PHP
    now i use firefox.
    yes, signup is different to SignUp.
    but now i get:
    "
    The connection was reset
    The connection to the server was reset while the page was loading.
    * The site could be temporarily unavailable or too busy. Try again in a few
    moments.
    * If you are unable to load any pages, check your computer's network
    connection.
    * If your...
    See more | Go to post

    Leave a comment:


  • Leen
    replied to connection to sql
    in PHP
    thank u
    it return:Success! You can connect to your MySQL database without problems
    that mean it's true. thank u.
    but when i run the page SignUp.php, i get:'internet explorer cannot display the webpage'

    this is the page SignUp.html:
    Code:
    <html>
    <form method="post" action="SignUp.php">
    <body>
    <div align=center>
    <table  cellspacing=15>
    ...
    See more | Go to post

    Leave a comment:


  • Leen
    replied to connection to sql
    in PHP
    thank u verry much
    See more | Go to post

    Leave a comment:


  • Leen
    replied to connection to sql
    in PHP
    i try it but also i get white page.
    i used easy php, but he doesn't work in windows seven, now i use wamp
    thank u verry much for ur help.
    See more | Go to post

    Leave a comment:


  • Leen
    replied to connection to sql
    in PHP
    also i get blanc page
    See more | Go to post

    Leave a comment:


  • Leen
    replied to connection to sql
    in PHP
    i try it.
    when i open this page in "internet explorer", i get blanc page.
    does that mean that there is connection to database??
    See more | Go to post

    Leave a comment:


  • Leen
    replied to connection to sql
    in PHP
    oh sorry here I Write like this ,into my code I write 'mysql_connect ".
    when I open this page nothing happens, but in the other pages as a "sign up" in which includ the page "MySQLConne ct", I get "connection diagnostic problems", ie it does not make a connection tothe data base "school".
    I know this is the easiest page in my project, but I can not detect the problem has
    See more | Go to post

    Leave a comment:


  • Leen
    started a topic multiple input

    multiple input

    I write a form in html.
    but I want the user to insert multiple file at the same time, for example:
    <td><input type=file name="dip1"></td>
    <td><input type=file name="dip2"></td>
    <td><input type=file name="dip3"></td>
    that is to say it the user can insert multiple "dip" in the same input
    how?
    See more | Go to post

  • Leen
    started a topic connection to sql
    in PHP

    connection to sql

    i want connect to sql
    this is my page "MySqlConnectio n.php":
    Code:
    <?php 
    	$cite_school=mysql_connec("localhost","****","****");
    	$cite_bdd=mysql_select_db("ecole");
    	if(!$cite_school||!$cite_bdd)
    	{
    		die("Connexion impossible à la base de données". mysql_error());
    	}
    ?>
    what is the problem?
    See more | Go to post
    Last edited by Dormilich; Aug 25 '10, 09:11 AM. Reason: Please use [code] tags when posting code

  • ur welcome
    i will reply when i solve ur problem
    See more | Go to post

    Leave a comment:


  • Please use [code] tags when posting code!

    thank u for ur help.
    i used session in upper-case. and i simplified this page to the minimum, but now a new problem appeared:
    he said: diagnose connection problems
    why???
    this is my new page:
    Code:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
    <?php
    session_start();
    ...
    See more | Go to post
    Last edited by Atli; Aug 22 '10, 09:28 PM.

    Leave a comment:


  • in this page, the user must specify his username and his password, then it supports d

    in this page, the user must specify his username and his password, then it supports diverse on 'login'. but there is a fault. sentence after the welcome, he said: "Undefined index: prenom, nompere, nom". Why?u can help me...

    Code:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
    <?php
    session_start();
    if(isset($_POST["nom"]))
    ...
    See more | Go to post
    Last edited by Atli; Aug 22 '10, 02:37 PM. Reason: Please use [code] tags when posting code.
No activity results to display
Show More
Working...