Current Page: 1 of 1
Results 1 - 9 of 9
14 years ago
twilitegxa
I saved my wamp folder and then reinstalled the WampServer and then just saved the wamp folder's contents (folders within) to the new folders on the new hard drive. That helped me so I didn't have to redo all of my tables and files.
Forum: WampServer English
14 years ago
twilitegxa
The problem does not occur in Internet Explorer...but does in Firefox. Know any solution for Firefox?
Forum: WampServer English
14 years ago
twilitegxa
Here is my form: <?php session_start(); //Access Tracking Snippet //set up static variables $page_title = "fdark_warrior.php"; $user_agent = getenv("HTTP_USER_AGENT" $date_accessed = date("Y-m-d" //connect to server and select database $conn = mysql_connect("localhost", "root", "" or die(mysql_error()); $db = mysq
Forum: WampServer English
14 years ago
twilitegxa
Every time my insert statement is issued, it inserts the data from my from into the table in the database, but it is also inserting an unwanted blank record as well. Can anyone help me out with why and how to fix it? Here is my page with my insert statement: <?php session_start(); //function for determining birth_year function yearOfBirth ($day, $month, $age) { $now = strtotime
Forum: WampServer English
14 years ago
twilitegxa
Nevermind, I think I got it!
Forum: WampServer English
14 years ago
twilitegxa
I recently had to format my computer and then had to reinstall wampserver. I saved all my files from wamp before I formatted, so what I want to now now is, ca I copy those files into the new folder and still have all my tables import into the new database?
Forum: WampServer English
15 years ago
twilitegxa
Is there a Mac version of WampServer or something similar? I had to format my Windows side of my Mac and now I am unable to reinstall it, but I need to install a program like WampServer. Is there a Mac version or a program very similar that anyone can suggest??? Thanks for any help on this!
Forum: WampServer English
15 years ago
twilitegxa
I am receiving this error: Warning: mail() : Failed to connect to mailserver at "localhost" port 25, verify your "SMTP" and "smtp_port" setting in php.ini or use ini_set() in C:\wamp\www\files\sendmymail.php on line 46 How do I need to configure my php.ini file to allow the script to work properly? Here is also my code: <?php if ($_POST != "send&q
Forum: WampServer English
15 years ago
twilitegxa
What format must a text file be in for you to be able to import it into the database? I have a text file that has each field's record separated by commas, but it won't import it. How does it need to be done in order for it to be imported?
Forum: WampServer English
Current Page: 1 of 1