I have tried this 3 different ways and none of them worked...
I am trying to get javascript to generate a popup, with a variable passed along in the
url.
echo"";
this doesn't work, neither does stopping PHP and then restarting...
Blah, any advice on how to embed javascript?
here is my code
$Query = "SELECT Last_Login and Current_Login from Security where PM_ID=$_SESSION[ID]";
$Getdates = odbc_do($link, $Query);
while(odbc_fetch_row($Getdates))
{
$Last=odbc_result($Getdates, 1);
$Now=odbc_result($Getdates, 2);
Now I get an error that tells me that #2 is out
Hello,
I am having issues after I upgraded from 4.0.5 to 4.3
Alot of my link pages were based in www.something.com/phptest.php?foo=9323
Now that I have upgraded, I get foo errors.
It says that it no longer gets the foo value...
how can I fix this?
THanks
-T
Hello folks,
I was wondering if anyone had anyluck with empty fields in Access.
Basically, I have an update page, and sometimes items are left blank on purpose.
but when I click to update, it gives me an error, as some fields are left blank.
Is this an access thing, or can I code around it. Th
Parse error: parse error in C:\apache\htdocs\tsadbatest.php on line 148
Its the line after the html ends
- Original Message -
From: "1LT John W. Holmes" <[EMAIL PROTECTED]>
To: "Todd Barr" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Monday, Febru
I am having difficulty putting results into an form
Once the query runs, I have this for my output
print "";
This results in an HTML error
being apache finds an error AFTER the tag
Any ideas?
Hello all
I am having issues passing vars in the url
example
here is my url
http://localhost/tsatest.php?Sub_Task=2
and here is my code
$link = odbc_connect( 'TSA','','');
$Query = "SELECT * from projects where sub_task='$Sub_Task'";
$Result = odbc_do($link, $Query);
All this returns is a blan
Hello,
I am having an issue. I am using an access database, where the names have
whitespace.
Now, when I try to generate a link within the php script I get just their
first name
But in the link itself I get the whole name
so the html link looks something like this
http://www.whatever.com/dave
I was just checking to see if the connection was working
This one lacked a sql statment
- Original Message -
From: "Paul Roberts" <[EMAIL PROTECTED]>
To: "Todd Barr" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Tuesday, January 28, 2003 11:57
I have it connected, now I am getting the following error
Warning: SQL error: , SQL state 0 in SQLConnect in c:\program files\apache
group\apache\htdocs\test.php on line 7
Any ideas?
Hello,
I have figured out how to connect it, I think
But now I get this error
Access
Does anyone here have any idea how to connect access to PHP?
Thanks
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Okay...I am now having difficulty with putting things INTO the database.
The form is on another page, and links to this one.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
I am a PHP newbie, and I am having difficulty in getting my records to display
here is my code
\n");
print ("\n");
print ("\n");
print ("Calender
\n");
print ("\n");
print("$result[meeting_name]\n")or die ("you suck");
mysql_close ($Link);
?>
any help?
14 matches
Mail list logo