An excellent resource for all these questions is the documentation found at http://www.php.net/docs.php. Below, I've provided some links to the specfic docs for each question.

1- MD5 with PHP values.
http://www.php.net/md5

2- Random values in PHP.
http://www.php.net/manual/en/function.rand.php

3- Inserting values to mySQL DB by PHP and importing from them also to send echo. (For example : after MD 5some strings in PHP I want to insert them into the database also then to echo these MD5 strings).
http://www.php.net/manual/en/ref.mysql.php

4- How to echo something.
http://www.php.net/manual/en/function.echo.php

5- How to make some GET values like : http://www.mysitename.com/test.php?username=abc then insert them to the database.
http://www.php.net/manual/en/language.variables.predefined.php
http://www.php.net/manual/en/reserved.variables.php#reserved.variables.get
http://www.php.net/manual/en/language.variables.external.php


Hope that helps! -Ben

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to