Current Page: 1 of 1
Results 1 - 7 of 7
18 years ago
dEUS101
Is anyone else experiencing this when opening a webpage with a form that was made in DreamWeaver 8 or is it just me? I open a webpage containing a form and APACHE crashes instantly... I expect Dreamweaver not to contain any flaws, since it was so expensive :p so the problem must lie with WAMPServer (or PHP5 and MySQL5)... dEUS Post Edited (12-11-06 16:30)
Forum: WampServer English
18 years ago
dEUS101
Well, www.codingforums.com is a very good forum Quote*offtopic* does any1 know a good php&javascripting forum? All the ones ican find have very little users.
Forum: WampServer English
18 years ago
dEUS101
Ok, here's the code: Quote<?php virtual('config.php'); ?> <?php function GetSQLValueString($theValue, $theType, $theDefinedValue = "", $theNotDefinedValue = "" { $theValue = (!get_magic_quotes_gpc()) ? addslashes($theValue) : $theValue; switch ($theType) { case "text": $theValue = ($theValue != "" ? "'" . $theValue
Forum: WampServer English
18 years ago
dEUS101
Well, I just ran it on my other server, a paid host, and it worked over there. It did gave a "headers already sent" error though... Should i use Output Buffering or somehting?
Forum: WampServer English
18 years ago
dEUS101
1.6.6 and 1.6.5... Tried them both. I'm now using 1.6.5 I also use Dreamweaver to set up connections, make forms etc. Post Edited (12-02-06 19:17)
Forum: WampServer English
18 years ago
dEUS101
My APACHE server crashes every time i visit a page with a form on it. Why is this happening? Lousy code or a bug in WAMPServer? Thanks dEUS101
Forum: WampServer English
18 years ago
dEUS101
You should set your second vhost to port 81. There cannot be two websites with the same port ( Be sure to forward port 81 aswell...) If you use multiple websites, set the ports the server has to listen to. I.E.: now open up your httpd.conf file in notepad. find Listen 80 below it add: Listen 81 (From the tutorial by Yfastud) I suggest you read this tutorial @ Cheers, dE
Forum: WampServer English
Current Page: 1 of 1