User Profile

Collapse

Profile Sidebar

Collapse
cognition
cognition
Last Activity: Jun 12 '13, 11:09 AM
Joined: May 17 '13
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • @Oralloy & Rabbit, Hi, thank you guys for last time, i was able to solve my problem with you help, please check, i posted a new issue.

    Thank you.

    Cognition
    See more | Go to post

    Leave a comment:


  • my data is not inserting in my phpmyadmin database table

    my data is not inserting in my phpmyadmin database table, please kindly help,
    this is my code:
    Code:
    <?php
    
    $first_name = $_POST['firstname'];
    $last_name = $_POST['lastname'];
    $email = $_POST['email'];
    $when_it_happened = $_POST['whenithappened'];
    $how_long = $_POST['howlong'];
    $how_many = $_POST['howmany'];
    $alien_description = $_POST['aliendescription'];
    $what_they_did = $_POST['whattheydid'];
    ...
    See more | Go to post

  • Thanks for your concern guys, I'll take a time off, just one day will do to cool my relax my neuron a bit, then, I will come back cracking this logic. I appreciate all your efforts and I am going to come back with more details, whether I am able to solve it or not.

    Thanks once gain,

    Cognition
    See more | Go to post

    Leave a comment:


  • does the below make sense to you guys? is that the log? i altered on the token and data basename and table.

    Code:
    127.0.0.1 - - [20/May/2013:14:58:28 +0100] "GET /phpmyadmin/js/messages.php?lang=en_GB&db=prodatabase&token=cdc0ae7492ee487da85 HTTP/1.1" 200 16647
    127.0.0.1 - - [20/May/2013:14:58:28 +0100] "GET /phpmyadmin/js/get_image.js.php?theme=xxhomme HTTP/1.1" 200 6263
    127.0.0.1 - - [20/May/2013:14:58:28
    ...
    See more | Go to post

    Leave a comment:


  • @Rabbit - Do you mean, I need to register a domain name, and I needed an internet connection each time I'm working on my localhost server?

    Sorry for my dump questions and thanks for you patience, but, I think, you can try to be more comprehensive in your response to me.

    Waiting to hear from you again,

    Thanks,

    Congnition
    See more | Go to post

    Leave a comment:


  • @Orally, welcome back, I understand all that you said and I want to assure you that all my test pages for Apache, PHP, MySQL and phpMyAdmin was successful after each installation, isn't that a possible way to be sure that my installation and configurations of each was OK?

    I have reviewed each "httpd.conf , php.ini and config.inc.php" configuration settings several times, made necessary adjustment and as well as restarting my...
    See more | Go to post

    Leave a comment:


  • and if i use this http://www.website.com , this is the error i get below:

    Error: Host Not Accessible
    The web host www.alienabduct.html is not accessible.
    Possible sources of this error:
    The host name is invalid
    There was a DNS error
    The web site may be unavailable
    You may not be connected to the internet
    Please edit the URL, or search for it using Google.
    Google Web Accelerator version...
    See more | Go to post

    Leave a comment:


  • @Rabbit - this is what I did recently, i used this: http://127.0.0.1/path/domain.html . the page displayed well, but when i filled the form and click on submit, this is what i get as a feedback in new page: "Error Code 500 (Internal Server Error)" without the quote. I explicitly understand it is an internal error, but how do i specifically fix this?
    See more | Go to post

    Leave a comment:


  • Hhmm! interesting!! @Rabbit - I appreciate your patience, sure, it is on the same computer, but, can you pls be little more specific, how do i apply "viewing it through localhost" I mean steps to get this done.
    Thank you once again,
    See more | Go to post

    Leave a comment:


  • @Rabbit - sorry, except if I am violating the rules, I'd like to sound raw, to get easy help. I am working on a personal project and needed help as soon as I can. thank you for your understanding.
    See more | Go to post

    Leave a comment:


  • since i am not using a website such as (www.example.com) I am accessing it from my localhost server, as in :(file:///D:/My%20Websites/alien_abduction/alienabduct.htm l) in my browser, then after filling the form, I will click Submit instead of a confirmation page of data i entered in the form in I'll rather get : <?php
    $dbc = mysqli_connect ('localhost', 'servername', 'password', 'aliendatabase' ) or die('Error connection to MySQL server.');...
    See more | Go to post

    Leave a comment:


  • OK, this is what I did recently and still it did not work, I added this:

    Code:
    #PHPIniDir "C:/Apache/PHP/"
    LoadModule php5_module "C:/Apache/PHP/php5apache2_4.dll"
    AddHandler application/x-httpd-php .php
    
    # configure the path to php.ini
    PHPIniDir "C:/Apache/php"
    to my Apache "httpd.conf file and got this response after restarting my Apache server "The requested...
    See more | Go to post
    Last edited by Rabbit; May 18 '13, 06:29 PM. Reason: Please use code tags when posting code.

    Leave a comment:


  • here also is the html form post other:
    Code:
    ...
    ...
    <form method="post" action="reportdb.php">
    <fieldset id="contact">
      <legend>Contact us</legend>
    ...
    ...
    See more | Go to post
    Last edited by Rabbit; May 18 '13, 06:29 PM. Reason: Please use code tags when posting code.

    Leave a comment:


  • @Oralloy - can you see the code?
    See more | Go to post

    Leave a comment:


  • here is my code:
    Code:
    <?php
    $dbc = mysqli_connect ('localhost', 'servername', 'password', 'aliendatabase') or die('Error connection to MySQL server.');
    
    	$query = "INSERT INTO aliens_abduction (first_name, last_name, email, when_it_happened, how_long, how_many, alien_description, " ."'what_they_did, fang_spotted, what_you_want, message) " ."VALUES ('Sally', 'Jones', 'tubext@msn.com', '3 days ago', '1
    ...
    See more | Go to post
    Last edited by Rabbit; May 18 '13, 06:29 PM. Reason: Please use code tags when posting code.

    Leave a comment:


  • My Browser gives back my php code instead of form inputs

    Hi guys, can anyone help?
    I use Windows 7, I installed Apache, php, MySQL and phpMyAdmin all tested OK, but my Browser give me back the same php code in my (.php) file instead of form inputs. Can any one help?
    See more | Go to post
No activity results to display
Show More
Working...