User Profile

Collapse

Profile Sidebar

Collapse
brandon slakter
brandon slakter
Last Activity: Feb 11 '11, 11:51 PM
Joined: Jan 17 '11
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • brandon slakter
    replied to Why MySQL won't update via php?
    in PHP
    Im no where near a programer. I came here to ask for help because of it. Like I said, I took this code from youtube and it did not work. Thanks to you, you fixed something that was not on this code in the first place. This was the first time I have ever touched php,mysql...so instead of giving up like most I came to this website.. I can see from your point of view but again..... this was my first time ever touching php and mysql
    See more | Go to post

    Leave a comment:


  • brandon slakter
    replied to Why MySQL won't update via php?
    in PHP
    Codegreen relax there buddy. Go take a pill. Already taken care of without your code!
    See more | Go to post

    Leave a comment:


  • brandon slakter
    replied to Why MySQL won't update via php?
    in PHP
    yeah unfortunately I wouldn't even know what to do next as I took this code from someone that already completed it.. and i'm way to new.. I've tried the things you shown above in the examples above yet still does not work..
    See more | Go to post

    Leave a comment:


  • brandon slakter
    replied to Why MySQL won't update via php?
    in PHP
    Can I email u my complete script.? Im so close to finishing this :(
    See more | Go to post

    Leave a comment:


  • brandon slakter
    replied to Why MySQL won't update via php?
    in PHP
    Name<input type="text" name="inputName " value="<?php echo $person['Name']; ?>" /><br />

    thats line 13. it is echoed?
    See more | Go to post

    Leave a comment:


  • brandon slakter
    replied to Why MySQL won't update via php?
    in PHP
    Let me give you my whole modify.php code. it looks like when I view the webpage on localhost it doesnt display an error. but when i look elsewhere it says that line 13 has a undefined variable, and other stuff. here is the code below. I thought i had everything right?? let me know if you guys can help on this one.. thanks!


    <?php
    include "connection.php ";
    if (!isset($_POST['submit'])) {
    $q...
    See more | Go to post

    Leave a comment:


  • brandon slakter
    replied to Why MySQL won't update via php?
    in PHP
    Thanks! Unfortunately I have spent 12 hours today on this and want to just finish it up since not much is left ... txs again
    See more | Go to post

    Leave a comment:


  • brandon slakter
    replied to Why MySQL won't update via php?
    in PHP
    I pretty much got the code off youtube. Could you give me another option on how do make this update how things already are? Im still very new to all this. Thank you again for all your help
    See more | Go to post

    Leave a comment:


  • brandon slakter
    started a topic Why MySQL won't update via php?
    in PHP

    Why MySQL won't update via php?

    Everything is working on my website from it showing the details when i click modify from the database.. BUT when i try and change something, then click submit. BAMM. shows a windows cannot be displayed and wont do anything NOR update.. here is the final code i believe is having an issue while posting.


    Code:
    <h1>modify info</h1>
    <form action="<?php echo $_SERVER['PHP_SELF']; ?>" method="post">
    ...
    See more | Go to post
    Last edited by Niheel; Jan 18 '11, 10:19 AM. Reason: Don't beg "PLEASE HELP" and please use code tags to display code
No activity results to display
Show More
Working...