The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Special Forums > Web Programming, Web 2.0 and Mashups
.
google unix.com



Web Programming, Web 2.0 and Mashups Discuss Web Programming and Web Server Administration, including LAMP, Apache, MySQL, Flash, HTML, SEO, Mashups and other Web APIs and topics.

More UNIX and Linux Forum Topics You Might Find Helpful
Thread Thread Starter Forum Replies Last Post
wh inode index starts from 1 unlike array index (0) sairamdevotee UNIX for Dummies Questions & Answers 1 08-17-2008 04:04 AM
why the inode index of file system starts from 1 unlike array index(0) sairamdevotee Filesystems, Disks and Memory 0 08-17-2008 03:50 AM
Code page in Unix braindrain Shell Programming and Scripting 2 07-06-2006 11:18 AM
Insert page breaks into .csv file welsht Shell Programming and Scripting 2 02-04-2005 02:39 PM
Which comand to show the source code on a web page? fundidor UNIX for Dummies Questions & Answers 11 01-02-2004 11:56 AM

 
English Japanese Spanish French German Portuguese Italian Dutch Swedish Russian Norwegian Hungarian Hebrew Danish Bulgarian Greek Powered by Powered by Google
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
Prev Previous Post   Next Post Next
  #1 (permalink)  
Old 09-21-2009
metalfreakbr metalfreakbr is offline
Registered User
  
 

Join Date: Aug 2009
Location: Brazil
Posts: 8
Question I can't open my index.php page after insert php code

Hello guys,
Does anyone can help me?
I've just made my simple index.php without any code, but after insert session code to check if any user is authenticated, my index.php doesn't work anymore.
Any fresh eyes could help me to see what and where the code is wrong?
Code:
<?
                    if ($_POST['entrar']=='Entrar!')
                       {
                        @session_start();
                        $result = mysql_query('select log_nome,senha from usuarios where log_nome="'.trim($nome).'";',$conexao);
                        if (mysql_num_rows($result)>0)
                        {
                         $usuSenha = mysql_result($result,0,senha);
                        else
                        {
                         $usuSenha = 'notuser';
                        }
                         if ($result and ($senha==$usuSenha) and ($usuSenha<>'notuser'))
                         {
                          @session_register($nome);
                          echo '<p align="center">';
                          echo '<font style="Tahoma" size=4>';
                          echo $nome.'</font><BR>';
                          echo '<font style="Tahoma" size=2>';
                          echo 'Você está on-line</font>';
                          echo '</p>';
                         }
                         else
                         {
                          echo 'Usuário não autorizado';
                         }
                        }
                        else
                        {
                         echo '<form method="post" name="logar" action="">
                         <font style="Tahoma" size=1>
                               Nome: <input type="text" name="nome" value="" size="15"><BR>
                               Senha: <input type="text" name="senha" value="" size="15"><BR>
                         </font>
                         <p align="center">
                         <input onmouseover=this.style.cursor="hand" type="submit"
                         name="entrar" value="Entrar!" STYLE="border:0; height:18;
                         width=50; background:#E8F3FD">
                         </p>
                               </form>';
                        }
                    ?>
I'll apreciate any kind of help.
Thanks
 

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




All times are GMT -4. The time now is 05:59 AM.


Powered by: vBulletin, Copyright ©2000 - 2006, Jelsoft Enterprises Limited. Language Translations Powered by .
vBCredits v1.4 Copyright ©2007 - 2008, PixelFX Studios
The UNIX and Linux Forums Content Copyright ©1993-2009. All Rights Reserved.Ad Management by RedTyger

Content Relevant URLs by vBSEO 3.2.0