Im running xampp and i see the Pear folders in the php subdirectory. I have the html_quickform folder but i dont know where to place it?
Do i place it in the first Pear folders or the next Pear folders? I created a HTML folder on the first Pear folder to place it in but im getting this error:
**index.php**
require_once('HTML/QuickForm/...
i have the following code ]
connection.objectEncoding = ObjectEncoding.AMF0;
connection.connect("http://localhost/test/test.php");
var responder = new Responder(recvdata,recverror);
connection.call("test.test",responder);
but no connection established what is the reason behind not know help required and one more thing XAMPP is insta...
hello
i am working on AMFPHP and i had this problem
-> i am using XAMPP server with AMFPHP gate way for flex and this is working well for returning values from PHP
->the problem is how can i get the object in php which i passed to the pap class using flex code is here:-
connection.objectEncoding = ObjectEncoding.AMF3;
...
I am facing same problem to the thread. I've gone through all the suggestions provided in the solution. I've searched all possible solution but nothing gonna workout.
"http://stackoverflow.com/questions/817745/localhost-not-working-on-xampp-both-service-apache-mysql-are-fine"
I've ensured :
1. Xampp is successfully started (in log) bu...
Hi,
I have a web server running xampp. I have two domain names lets call them www.domain1.com and www.domain2.com. I have updated the dns settings of domain1 to point to my server which is working fine, (i.e the files for domain1 are in the htdocs folder and when i go to www.domain1.com in a browser i get the index file of these files.)...
Hi,
I am running windows vista and recently installed xampp lite 1.7.3 to do some web development.
I don't know if it is related to the install or something else, but now navigating to the page "www.pastebin.com" redirects me to my localhost.
The url redirects to "www.pastebin.com/xampp" on my local hosts.
I tried deleting my hosts f...