Current Page: 1 of 1
Results 1 - 3 of 3
9 years ago
Kobus
Hello to all out there in the internet cosmos. Here is my code. <?php $name = $_FILES['file']['name']; $size = $_FILES['file']['size']; $type = $_FILES['file']['type']; ?> <html> <form action="upload.php" method="POST" enctype="multipart/form-data"> Select a File to Upload <input type="file" name="file"><b
Forum: WampServer English
9 years ago
Kobus
Thank you and God Bless. How do we close it?
Forum: WampServer English
9 years ago
Kobus
I can't get to understand why the query doesn't update the registration record. Also how can I change the message displayed by Apache, Wampserver to English? I have added, or inserted a record but my update doesn't work. my $sql variable displays ... UPDATE members WHERE id = '1' SET firstname = 'Kobus', lastname = 'Dippenaar', idno = '5407115049084', cellno = '0823469098' and then somet
Forum: WampServer English
Current Page: 1 of 1