Jason FB wrote:
PHP General List,
Regarding my the previous post -- the script had another bug in it which
I felt silly for having posted since it's so obvious at the very top (a
misisng "=" sign).
However, I am still having a problem with this script practically copied
and pasted from the PHP
PHP General List,
Regarding my the previous post -- the script had another bug in it
which I felt silly for having posted since it's so obvious at the
very top (a misisng "=" sign).
However, I am still having a problem with this script practically
copied and pasted from the PHP manual.
The rev
At 23:42 12.03.2003, Pag said:
[snip]
> Your tips were nice, guys, thanks a lot. I tried a few things and i
>decided to go for making all the checks server side, cant go safer than that.
> Just have a doubt on one of the checks, at least so far.
> Your tips were nice, guys, thanks a lot. I tried a few things
and i
> decided to go for making all the checks server side, cant go safer
than
> that.
> Just have a doubt on one of the checks, at least so far.
> I have a check for long words, because the shoutbox is in a
IFRAME,
Your tips were nice, guys, thanks a lot. I tried a few things and i
decided to go for making all the checks server side, cant go safer than that.
Just have a doubt on one of the checks, at least so far.
I have a check for long words, because the shoutbox is in a IFRAME, so if
someone posted a
In a prior post, Rasmus Lerdorf said in response to implementing digest
authentication:
> we do not have digest auth support in PHP yet.
Is it not possible to manually implement digest authentication in PHP? Or
does PHP preprocess the "Authorization" request header such that the
information is
Okay, I somehow fixed it. But to make sure I am clear on this ImageSY Will
give the vertical height of an image and ImageSX will give the width?
Sorry to spam with such a stupid mistake...
Me.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.
If I want to access Reuters using VBA I can do :
Sub Request ()
Rem Initiate a conversation with the IDN Server
ChannelNumber = DDEInitiate("REUTER", "IDN")
Rem Issue a request and place value in cell A1 of the active
sheet
ActiveSheet.Cells(1, 1).For
Michael (and list) --
I've made the adjustment suggested the scripts are below.
What I'm trying todo is pass the "uid" and "mid" to the sales.php script.
It works the first time!! But if I reload sales.html the next record( w/
same uid) isn't added or if I login in as a different id the records a
Sent: Wednesday, December 05, 2001 10:45 AM
Subject: [PHP] FOLLOW UP on "column names not liked by odbc/php/access"
> Hello,
>
> On the same database, this query works:
>
> $SQL_Exec_String = "INSERT INTO Multimedia (Titolo,Descrizione,Logo,Link)
> VALUES ('
Hello,
On the same database, this query works:
$SQL_Exec_String = "INSERT INTO Multimedia (Titolo,Descrizione,Logo,Link)
VALUES ('prova titolo','prova descrizione','.gif','prova link');";
$cur= odbc_exec( $cnx, $SQL_Exec_String );
This one gives this error:
ISQL_exec_String = "Insert Into (Art
11 matches
Mail list logo