Adobe Dreamweaver 0
Adobe Muse 0
ASP.net 0
.htaccess 6
CSS 5
Perl 0
PHP 57
PHP - User System 79
HTML 11
Java 0
Javascript 13
Ruby on Rails 0
General Web Development 4
Operating Systems
Video & Audio Editing
Adobe After Effect 0
Adobe Audition 0
Adobe Premiere 0
Final Cut 0
FruityLoops 0
iMovie 0
Windows Movie Maker 0
App Development
Hardware
Miscellaneous
Here the edited editprofile.php of the tutorial. of course, change all *yourfield* to your field name
add the new field to the db before you're running the files. now it should go like planned.
if(isset($_GET['update'])){
$email = addslashes(htmlspecialchars($_POST[email]));
Then add in a new line
$*yourthing* = addslashes(htmlspecialchars($_POST[*yourthing*]));
for all new entries.
After that search for
$update = mysql_query("UPDATE `members` SET `email` = '$email', `sex` = '$sex',
and so on...
Now put in:
`*yourthing*` = '$*yourthing*',
Look for the "," don't doublepost it there
I entered the code exactly as stated on this tutorial but it goes blank after updating it.