Current Page: 1 of 1
Results 1 - 7 of 7
6 years ago
darkroomsource
I haven't used Oracle client before, but yes, I did install the latest version of oracle client and got the same results, I restarted the computer just to be sure that the install and path "took" but no joy.
Forum: WampServer English
6 years ago
darkroomsource
I have been using WAMP on this computer for 5+ years, but never updated the version. Last week I had to rebuild this machine. I downloaded and installed new wamp server. I can no longer connect to existing Oracle database(s) on other servers. Apache/2.4.23 (Win64) PHP/5.6.25 - Port defined for Apache: 80 I have access to the regular www\index.php file, and it outputs all the "normal&q
Forum: WampServer English
13 years ago
darkroomsource
If it's for testing, what I do is one of two things, when $_SERVER["SERVER_NAME"]=="localhost", either 1) display to the screen, or 2) append to a file So I have an intermediary function that handles mail, kind of like this (this code is not perfect, but you should get the idea): function fc_mail($to,$subject,$text,$from){ $headers=fc_headers($from); if($_SERVE
Forum: WampServer English
13 years ago
darkroomsource
For any who've got the same situation as me, I'm developing on WAMP, but uploading to an ISP where I can NOT change the configuration of PHP / MYSQL / Apache. Nor can I run the Mysql command line. Open the import file in your favorite text editor, and break it up into pieces. If you break between tables, you just save each section, and import each section separately. If you have to break it
Forum: WampServer English
13 years ago
darkroomsource
I don't know if you've figured this out yet. It looks to me like you have not defined $intCount You have a while loop that looks like this: while ($hh <= 10){ echo "<p>Iteration $intCount</p>"; $hh++; } And maybe you meant it to look like this: while ($hh <= 10){ echo "<p>Iteration $hh</p>"; $hh++; } and eve
Forum: WampServer English
14 years ago
darkroomsource
perdon si cette problemme est couvert mais je'ne suis tres bien avec francais. tout le message cest en englais ou suivant de mon tratte d'explice en francais. j'ais cette message quand je tratte d'ouvrir un URL. Warning: fopen(ht tp://www.hughescomputerconsulting.com/database/show.php?type=comment&realm=darkroomsource&pageid=/Darkroom Source/index.shtml) : failed to open stream:
Forum: WampServer Francais
14 years ago
darkroomsource
Sorry if this has already been covered, can't find search function, so I waded through several hundred messages and did not see it. I am getting the following error when I try to open a URL on a remote server Warning: fopen(ht tp://www.hughescomputerconsulting.com/database/show.php?type=comment&realm=darkroomsource&pageid=/Darkroom Source/index.shtml) : failed to open stream: HTTP r
Forum: WampServer English
Current Page: 1 of 1