Jump to content

Techneut

Members
  • Posts

    25
  • Joined

  • Last visited

About Techneut

  • Birthday 11/14/1996

Previous Fields

  • Languages
    HTML, CSS, PHP, MYSQL

Contact Methods

  • Website URL
    http://www.thetechemiretus.com
  • Skype
    gideon.charles2

Profile Information

  • Location
    Kumasi-Ashanti Region, Ghana.
  • Interests
    Coding, reading, music and playing adventure games

Techneut's Achievements

Newbie

Newbie (1/7)

2

Reputation

  1. Storing images in a database is not recommended. This can cause more server load on the database's server. But you can store the paths of the the images in respect of their users or uniqueness in the database.
  2. All you can install xampp and then configure the mercury mail server with php.
  3. 1. Make sure you check for the existence of the input field with <?php if (isset($_POST['var']) { $var = $_POST['var']; function addIntoArray($var) { global $map; if (!empty($var)) { $map[] = $var; echo $var." succesfully added to the array!"; } return; } }?>
  4. Techneut

    Contact Form

    Really, then go to w3schools and learn php first
  5. Techneut

    variable variables

    What is your problem actually? Because it seems you are not asking any question.
  6. Techneut

    Mysql Configure

    are you trying to setup the file independently, or in a package like xampp or mamp
  7. i would advice that echoing all this html files out can slow down you application either relevantly or not, try putting your php codes first on the page and then build your html.
  8. ayd you will hear from me.
  9. send me the source code and let me write some php codes for you but do well to study from w3schools for text tutorials or http://thenewboston.com for free video tutorials. Email. gideonappoh@gmail.com. Let me know your required fields and others.
  10. Techneut

    hash in PHP

    The password is not hashing because $pass is an undefined variable; You can define $pass = $_POST['pass']; then password is $password = md5($pass);
  11. Techneut

    Uploader Error

    I have noticed an error in your move_uploaded_file function. It is coded as move_uploaded_file (a, b ); where a - is the temporary location of the uploaded file on the server ($_FILES['uploadedfile']['tmp_name']) - Which you didn't specify and b - is the target location of your uploaded file.
  12. @Fox Mody I am also aspiring to be a web developer. I'm using an asus X550CA core i5 processor.
  13. Hello, everyone, i am new to programming and want to get a new laptop. But now I'm wondering which is the best laptop for programming, AMD A8 or Intel I5.
×
×
  • Create New...