User Profile

Collapse

Profile Sidebar

Collapse
sarah89
sarah89
Last Activity: May 14 '12, 03:21 PM
Joined: Feb 28 '12
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • sarah89
    replied to why "header" does not work in my code?
    in PHP
    ^^
    i mean the error in the code!
    what i should change in my code to make this error msg stop!!
    See more | Go to post

    Leave a comment:


  • sarah89
    replied to why "header" does not work in my code?
    in PHP
    thank you so much ^^ :*

    but, what kind of error?
    i review the code many times and couldn't find it!

    if you can help me more and see the code:
    Code:
    //Create query
    	
    	$qry="SELECT * FROM user WHERE username='"$un"' AND pw='"$pw"';";
    	$result=mysql_query($qry);
    	
    	//Check whether the query was successful or not
    	if($result) {
    ...
    See more | Go to post

    Leave a comment:


  • sarah89
    started a topic why "header" does not work in my code?
    in PHP

    why "header" does not work in my code?

    hello ^^


    i used header in my codes, and it was working fine in the local server. but when i upload it to the public server i keep get the following error:

    Warning: Cannot modify header information - headers already sent by (output started at /home/movc/public_html/dbconnector.php :23) in /home/movc/public_html/loginaction.php on line 31


    in dbconnector.php :
    i connect to the server...
    See more | Go to post

  • thank you so much ^^
    i am really thankful for your help <3333
    See more | Go to post

    Leave a comment:


  • How to retrieve a text from my DB and display it in textarea

    Hi all ^^

    i want to display a text that i have in my DB in textarea, so, i use a query to select that text from the database and it work fine.
    then i use the following statment:

    Code:
     Print " <textarea name='bio' maxlength='370'  id='bio' rows='10' cols='44' name='bio' value=".$info['bio'] ." > </textarea> ";
    but it dose not work!! and i get the textarea empty!:(((...
    See more | Go to post
No activity results to display
Show More
Working...