Current Page: 1 of 1
Results 1 - 8 of 8
14 years ago
tallberg
Hi I would like to know if it is possible to connect wamp to a database on another sever?
Forum: WampServer English
17 years ago
tallberg
Thanks for this. However it appear i dont have that option in my windows installation.cab33010 wrote: > Go to this link below I uploaded a image of the window. > >
Forum: WampServer English
17 years ago
tallberg
Hi I tryed these instructions and found that “Use simple file sharing (Recommended)” check box was not there. Any ideas? 1. Launch Windows Explorer or My Computer. 2. Click on the Tools at the menu bar, then click on Folder Options. 3. Click on View tab. 4. In the Advanced Settings section at the bottom of the list, uncheck and unselect (clear the tick) on the “Use simple file sharing (Recomme
Forum: WampServer English
17 years ago
tallberg
Yeh when i do that i just changes back to hidden. What to do? Post Edited (02-12-07 22:02)
Forum: WampServer English
17 years ago
tallberg
How do i change dirrectory persmision in the www fold on a windows mashine?
Forum: WampServer English
17 years ago
tallberg
Managed to resolve the issues by replacing: $fh = fopen(uploaded/$myFile, 'w') WITH $fh = fopen('uploaded/' . $myFile, 'w') Thanks for replying anyway
Forum: WampServer English
17 years ago
tallberg
Hi i want to delete file in a certain dir. When i use the following code i am unable to open file in the dir call uploaded. If this is a permision thing, how do i changing the dir and file permissions on a wamp set up on windows? $myFile = "dfd.jpg"; $fh = fopen(uploaded/$myFile, 'w') or die("can't open file" //fclose($fh); //unlink($myFile); This the error message. Warn
Forum: WampServer English
17 years ago
tallberg
How do i add a password to a db? Thanks Post Edited (12-07-06 10:45)
Forum: WampServer English
Current Page: 1 of 1