Current Page: 1 of 1
Results 1 - 16 of 16
16 years ago
edocphp
Thank you all for your responce. All will be considered.
Forum: WampServer English
16 years ago
edocphp
Does any one have any positive or negative information on this CMS. Use it . Dont bother. Any feedback is appreciated.
Forum: WampServer English
16 years ago
edocphp
Thank You very much.
Forum: WampServer English
16 years ago
edocphp
Is any one better than the next. Is Zend one of the best out there ?
Forum: WampServer English
16 years ago
edocphp
else { line is the beginning of the next error message. Thinking this could have something to do with the SESSION portion under the statement ?
Forum: WampServer English
16 years ago
edocphp
Thank you !! Parse error: syntax error, unexpected T_ELSE Got past one error. However for some reason it does not like the else part of the ....if else.
Forum: WampServer English
16 years ago
edocphp
Parse error: syntax error, unexpected T_ELSE
Forum: WampServer English
16 years ago
edocphp
<?php $con = mysql_connect("localhost", "user","password" or die('Could not connect to server') ; mysql_select_db("database",$con) or die('Could not connect to database'); $userid = $_POST['userid']; $password = $_POST['password']; $query = "SELECT userid FROM users WHERE userid = '$userid' and password = PASSWORD('$password')"; $res
Forum: WampServer English
16 years ago
edocphp
Best Direction ? CCS ,AJAX or something else.
Forum: WampServer English
16 years ago
edocphp
Thank you both. This is the only portion I questioned.
Forum: WampServer English
16 years ago
edocphp
<?php if (!isset($_REQUEST['content'])) include("main.inc.php" else { $content = $_REQUEST['content']; $nextpage = $content . ".inc.php"; include($nextpage); } ?>
Forum: WampServer English
16 years ago
edocphp
Thank you for the verification.
Forum: WampServer English
16 years ago
edocphp
If the SESSION_start () is in the index file. All other files are php.inc files. Reference in the index file. Do you still need to place SESSION _start on the other pages with a SESSION ?
Forum: WampServer English
16 years ago
edocphp
You are correct. New error however. Unable to verify user because:You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'WHERE userid = 'user' AND password = ...very long password encypted string.
Forum: WampServer English
16 years ago
edocphp
Added Session start to this page. I believe, this was your point of reference. New error: Parse error: syntax error, unexpected T_VARIABLE in line 4. This is the $con line. Does not seem right.
Forum: WampServer English
16 years ago
edocphp
Session start in Index.php. This is part of php.inc. Cannot figure out why I get the error on the query. I would appreciate any help. <?php $con = mysql_connect("localhost", "user", "password" or die('Could not connect to server'); mysql_select_db("table", $con) or die('Could not connect to database'); $userid = ($_POST['userid']); $
Forum: WampServer English
Current Page: 1 of 1