User Profile
Collapse
-
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 -
Codegreen relax there buddy. Go take a pill. Already taken care of without your code!Leave a comment:
-
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..Leave a comment:
-
Can I email u my complete script.? Im so close to finishing this :(Leave a comment:
-
Name<input type="text" name="inputName " value="<?php echo $person['Name']; ?>" /><br />
thats line 13. it is echoed?Leave a comment:
-
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...Leave a comment:
-
Thanks! Unfortunately I have spent 12 hours today on this and want to just finish it up since not much is left ... txs againLeave a comment:
-
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 helpLeave a comment:
-
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">
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
Leave a comment: