-
Content Count
25 -
Joined
-
Last visited
Community Reputation
2 NeutralAbout Techneut
-
Rank
Newbie
- 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
-
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.
-
All you can install xampp and then configure the mercury mail server with php.
-
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; } }?>
- 8 replies
-
- array_push
- array
-
(and 2 more)
Tagged with:
-
Really, then go to w3schools and learn php first
-
are you trying to setup the file independently, or in a package like xampp or mamp
-
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.
- 11 replies
-
- PHP website
- Header of PHP
- (and 2 more)
-
the source codes will be needed if you want help.
- 11 replies
-
- PHP website
- Header of PHP
- (and 2 more)
-
ayd you will hear from me.
-
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.
-
The password is not hashing because $pass is an undefined variable; You can define $pass = $_POST['pass']; then password is $password = md5($pass);
-
YH I AGREE WITH FOXY MOD
-
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.
-
@Fox Mody I am also aspiring to be a web developer. I'm using an asus X550CA core i5 processor.
-
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.