Forum: PHP Jun 17th, 2007 |
| Replies: 4 Views: 1,051 i found the problem. because like all good problems 2 mins after you post it you solve it yourself.
it was the config files. they contain conecxtion deatils for two diffrent dbs and if you look... |
Forum: PHP Jun 17th, 2007 |
| Replies: 4 Views: 1,051 well here is the part of my script that is malfuctioning.
require "config2.php";
require "config.php";
$result = mysql_query( "SELECT `sum` FROM `subs`" );
$sq = mysql_fetch_assoc($result); |
Forum: Existing Scripts Jan 27th, 2006 |
| Replies: 136 Views: 75,391 im on 3.5.3 and when i look in functions.php i cant find the code you said and i did look at your 3rd post and i dont think i quite undrstand i see global_complete in the functions.php file but im... |