Jump to content

tables in php/html [php]


nblackwood

Recommended Posts

I'm sure this is something simple i've overlooked, but I am trying to figure out how to post a user's  non-sensitive information directly to a table on a profile page using php code, rather than having to save to a database then echo it. I know it can be done, just not sure how to do it. Using Dreamweaver CS4. By the way, I want them to be able to also directly edit the information in that table. Help is obliged.

Link to comment
https://forums.phpfreaks.com/topic/173383-tables-in-phphtml-php/
Share on other sites

I also am trying to figure out md5 encryption. I know how to open the md5 function, but I'm stuck after that.

$text = 'secret password';
$hash = md5($text);
echo 'Hashed password = '.$hash;

There's really not much to it.

So what's the problem?

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.