XAMPP is a cross-platform Apache distribution bundled with MySQL, PHP and Perl.
0
votes
1answer
15 views
set a password for phpmyadmin using xamp
I'm really tired to solve this problem this is because that i edit my config file to set a password to database
this is my config.inc.php
<?php
/*
* This is needed for cookie based ...
1
vote
1answer
21 views
Arabic strings from php to MySQL tables
I have an array of Arabic strings, and I want to add them to my tables in MySQL. I can display the strings using the php print normally, however, when I add this string to the table using PDO, in ...
0
votes
2answers
30 views
How to Set user name and Password of phpmyadmin
how to set username and password of phpmyadmin
I am using xampp software for localhost and I want to lock my phpmyadmin page
when I open this link `
localhost/phpmyadmin
its opening direct ...
0
votes
0answers
10 views
XAMPP server hosting 2 web site
i have 2 website once is in default htcdoc and another in c:/test1/
Then i googling some and found that i need to do is virtual host.
After setting i found it useful but it is just on the localhost ...
0
votes
2answers
11 views
Apache won't start on XAMPP in windows xp
I have installed Xampp and am trying to start the apache server but it doesen't work. When I click on the start button on XAMPP control panel then the following message is appear::
4:24:48 AM ...
0
votes
2answers
12 views
Including files from include path not working as expected
When I run this code in a php file:
get_include_path();
I get this result:
.:/Applications/XAMPP/xamppfiles/lib/php:/Applications/XAMPP/xamppfiles/lib/php/pear
So shouldn't all files from ...
0
votes
0answers
6 views
Xampp WARNING terminating worker thread 0 Apache started [port 80] in windows
Xampp WARNING terminating worker thread 0 Apache started [port 80]
Microsoft Visual C++ 2008 SP1 Redistributable Package (x86)
is what is needed so:
...
0
votes
1answer
15 views
Cannot connect to MySQL via XAMP
It has been headache for me to connect to MySQL.
Background:
OS: Windows 7 (64 bits)
I have been trying to connect to the MYSQL. I am using XAMPP control panel v3.1.0.
The Apache is working fine ...
0
votes
2answers
33 views
simple form tutorial, php method doesnt invoke
i'm doing some simple tutorial from jQuery and as for now i have problems with php script, sending data from the input form...
My input form looks like follows:
<form method="post" ...
0
votes
1answer
16 views
where on server is upload file stored
I'm attempting to upload a file to XAMPP for the Mac with the help of the following two files, html and php, respectively
upload.html:
<pre>
<html>
<body>
<form ...
0
votes
0answers
25 views
Error opening pem file in php function openssl_pkcs7_sign
I'm trying to sign an iOS passbook in php using PKPass class with Xampp (PHP 5.4.7, OpenSSL 1.0.1c).
The result signature file is empty and the php log shows the message :
"PHP Warning: ...
0
votes
2answers
26 views
Possible issue with PHP config?
I got a new laptop and installed a new version of XAMPP. I moved over a system I'm working on and it isn't functioning properly on this computer.
First issue I recognized was it doesn't include files ...
0
votes
0answers
16 views
XAMPP connects remotely, not locally
I've got weird problem. My friend can connect to my localhost XAMPP server without problem. I can't. Chrome says "This webpage is not available". My IP was changed couple days ago. It was working ...
-1
votes
0answers
13 views
Error: Database connection “Mysql” is missing, or could not be created. bake on Windows
So i have a xampp v3.1.0 server on my windows 7 64bit and i am trying to bake using CMD. Now i set the path for cake and it works properly with "cake bake" command. but when i want to start it gives ...
0
votes
0answers
21 views
MongoDb php extension not loading
I'm trying to load the MongoDb extension for php on a Windows 7 64 bit PC, running XAMPP with Apache 2.0 and PHP 5.3.5, compiler version VC6. I started out with this tutorial, and have also tried the ...