Current Page: 1 of 1
Results 1 - 12 of 12
15 years ago
dbnavan
Just noticed 'Have fun' is part of your signature, read some of your other posts, so I apoligise if i mistoke it for you being a smart a$$, even if your reply was less then helpful.
Forum: WampServer English
15 years ago
dbnavan
Well obviously the default has been changed, ;-) Next Suggestion Einstein??
Forum: WampServer English
15 years ago
dbnavan
Hi all, I have wamp on my installed and running fine on my PC, but I dont need it at the moment how do I prevent the services from autostarting and only let them run when I want them too?
Forum: WampServer English
16 years ago
dbnavan
if i get all the data onto my laptop I am happy to work on it there all the time, I just got everything working ie the WWW folder and wamp server, just working on moving the databases
Forum: WampServer English
16 years ago
dbnavan
The situation is I am working on a project on my desktop, and will be using my laptop on way to college, buses trains etc. I had this set up before and now for some reason cant remember how i did it. Recently lost all data on laptop and trying to set it all up again
Forum: WampServer English
16 years ago
dbnavan
Think question was misunderstood, i just want to be able basically to copy my wamp folder to my laptop, so I can work on my project when not on my desktop, not when they are networked
Forum: WampServer English
16 years ago
dbnavan
I have wamp running on my desktop with sql database/php the works, is there anyway I can sync with wamp which is on my laptop and networked for working on the project on both pc's, what files must i copy?
Forum: WampServer English
16 years ago
dbnavan
is it possible to upgrade and keep my config, mysql files etc?
Forum: WampServer English
16 years ago
dbnavan
Layout of my wamp folder is different to instructions, I am using version 1.7.3 think I will upgrade it might help. Thanks, sorry if I showed frustration, I did come accross similiar instructions somewhere earlier to i did change the php.ini accordingly but it is located at c:\wamp\apache2\bin\php.ini does this make difference.
Forum: WampServer English
16 years ago
dbnavan
yfastud Wrote: ------------------------------------------------------- > After installing PEAR, you should test to make > sure your PEAR is running; you should google for > some command to test your pear ;-) Obviously if I stated I am a newbie, google may have taken me here, just spent the three hours (on google) trying to figure this out. thought I might get some useful help here
Forum: WampServer English
16 years ago
dbnavan
Yes but am not sure that it is installed correctly, finding it confusing, I am a newbie
Forum: WampServer English
16 years ago
dbnavan
I have created the following file <?php require_once 'DB.php'; PEAR::setErrorHandling(PEAR_ERROR_DIE); $db_host = 'localhost'; $db_user = 'user'; // demo purposes $db_pass = 'password'; // demo purposes $db_name = 'name'; // demo purposes $dsn = "mysql://$db_user:$db_pass@unix+$db_host/$db_name"; $db = DB::connect($dsn); $db->setFetchMode(DB_FETCHMODE_OBJECT)
Forum: WampServer English
Current Page: 1 of 1