Hello guy, I have a little bit of problem again. I modified a peice of code given 2 me by jpadie to use else where but I can't seem to figure out why the code is not doing what it is supposed to. It is a login page which simply checks if a user is in the db if so sends them to a page else...
Hi, I am trying to insert three fields from my form into a mysql db but for some reason It dosn't give my errors and yet it dosn't insert it into the db, any suggestions please?
<?php require_once('Connections/Connection.php'); ?>
<?php
$submit = $_POST['submit'];
$destination =...
Hi, anyone have any idea why my date is being displayed as 1110288534 in my page. I checked the DB and the date looks fine there but when I echo it out it shows like this
1110288534
here is the echo code
while (!$Recordset1->EOF) {
$maindates = $Recordset1->Fields("maindate");
echo...
Hi, can somebody please help. I am trying to insert into an access db using the following sql statement
$rs = $conn->Execute("Insert into commentTable(topic, comment, user, date) values('$topic', '$comment', '$user', NOW())");
but the line is giving a parser error. Now I have debug it down...
Good Afternoon,
Is it possible for anyone out there to spot our why this piece of code is NOT carrying or the sql statement even though the cookie does exist? please Help
if (!$conn = new COM("ADODB.Connection"))
exit("Unable to create an ADODB connection");
$user =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.