Current Page: 1 of 1
Results 1 - 10 of 10
6 years ago
masaka
Hello Otomatic (Moderator), I have used the mysqli error property of the connection object to go through the SQL INSERT query line by line to find out what is wrong. Basically, it has thrown out two error messages that the data I was inserting in two of my table collumns was longer than the width allowed for in setting up the table. I have madethe two columns longer and the code you you ga
Forum: WampServer English
6 years ago
masaka
Hello Otomatic, Thank you for your response, Uising your sample code, I set up the following SQL query DROP TABLE IF EXISTS users; CREATE TABLE IF NOT EXISTS users ( user_id int(11) UNSIGNED NOT NULL AUTO_INCREMENT, first_name varchar(20) CHARACTER SET utf8, last_name varchar(30)CHARACTER SET utf8, email varchar(50)CHARACTER SET utf8, facebook_url varchar(100) CHARACT
Forum: WampServer English
6 years ago
masaka
A problem with setting up table PRIMARY KEYS in the new version of phpMyAdmin versio 4.7.4 I have tried to set up a table PRIMARY Key with the following : Name : user_id Type:INT Attributes:UNSIGNED IndexRIMARY A_I:AUTO INCREMENT selected NOT NULL I am getting the following error message: #1089-incorrect prefix key;the used key part isnn't a string, the used length is longer than the
Forum: WampServer English
6 years ago
masaka
I have run the following script: <?php require 'PHPMailerAutoload.php'; $mail=new PHPMailer; $mail->setFrom("moses_mirundi@outlook.com" //BRACKETS REQUIRED. $mail->addAddress("moses_mirundi@outlook.com" //BRACKETS are REQUIRED. $mail->Subject="Learn About PHPMailer"; $mail->Body="Hello fellow, are you e
Forum: WampServer English
6 years ago
masaka
My wampserver icon went permanently red after I had done the following : 1. Itried to send emails using the PHP mail function in wampser but I got the following error message- mail() failed to connect to mailserver at &quot,localhost&quot, port 25,verify your &quot----- 2. I then downloaded PHPMailer from the github website. 3. Following the download instructions, I uncommen
Forum: WampServer English
6 years ago
masaka
My wampserver icon in the notifications area is permanently orange. After some research on Google, I have discovered that Apache is not running. This happened after I had installed PHP Mailer software from the website. I need help with fixing this problem i.e. how to get Apache working again. My email is moses_mirundi@o&#
Forum: WampServer English
7 years ago
masaka
I have got the following error message when I attempted to send an email using the PHP mail function: Warning: mail(): Failed to connect to mailserver at &quot;localhost&quot; port 25, verify your &quot;SMTP&quot; and &quot;smtp_port&quot; setting in php.ini or use ini_set() in C:\wamp\www\phppower\proj5\fileincludes\myprocessform.php on line 51 Can someone please help
Forum: WampServer English
8 years ago
masaka
Hello RiggsFolly, Thank you for your help. I will now have to read the manuals to understand what MYIASM and INNDOB databases are because I do not know whether the databases I set up reviously were MYISAM or INNDOB. Regards
Forum: WampServer English
8 years ago
masaka
I have had to re-install my wamp server after getting the message "access denied" when I tried to get into phpMyAdmin to create new tables. I had saved my work on the tables I did previously by saving the folder containing the work I did on a flash drive. . The name of the database I set up before phpMyAdmin crushed appears in the new phpMyAdmin the re-installed wamp server. I have tri
Forum: WampServer English
8 years ago
masaka
I have just installed Wamp Server and set up databases using phpMyAdmin. I have tried to use PHP to connect to the databases and I am getting this error message. "Access denied to user root @localhost using password YES" or "using password NO". I have not used either of these two"passwords" in my PHP script to connect to the server. Research on Google tells me tha
Forum: WampServer English
Current Page: 1 of 1