PHP 4.3.3 and MYSQL:
I am using a multipage member registration system because all of the information is
too long to put on one page. Some example code edited for brevity:
Form regone with hidden field value "personal"
Form regtwo with hidden field value "computer"
Form regthree with hidden fie
Dear all ,
Could anyone help me to use crypt() function on window system ? , I want
to use all libraries that currently not support in PHP like crypt(), but I
want to use it.How could i make it work?
-Original Message-
From: Lang Sharpe [mailto:[EMAIL PROTECTED]
Sent: Thursday, Oct
I would say try single quotes instead of double quotes ... let me know if
that works ...
Regards,
Matt.
- Original Message -
From: "Sean Smitz" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, October 17, 2003 4:32 PM
Subject: [PHP-DB] MySQL Query not working via PHP
> I have
I have a query that works in MySQL but when I try to execute it in PHP I
encounter the following error:
//Generated by the script
Couldn't execute query!
// Generated by MySQL
MySQL reports: You have an error in your SQL syntax. Check the manual that
corresponds to your MySQL server version for t
Setting SourceDB=c:\telefonia\; instead of
SourceDB="c:\telefonia\CDTCTL01.DBF"; solved the problem.
-- bob
> Warning: [S1000][1][Microsoft][ODBC Visual FoxPro Driver]Fox Error 1
> [IM006][0][Microsoft][Administrador de controladores ODBC] Error de
> SQLSetConnectAttr del controlador in
> /var/ww
I'm not fammiliar with internal MySQL architecture and exactly how things
work but I was wondering what is the most effcient way of spliting reports
over multiple pages. Is there a preformance difference between these two
codes, specialy if there are some complex conditions and joins that should
be
I sent a post earlier..and got this in reply...
Hi. This is the qmail-send program at pb1.pair.com.
I'm afraid I wasn't able to deliver your message to the following addresses.
This is a permanent error; I've given up. Sorry it didn't work out.
<[EMAIL PROTECTED]>:
This message is looping: it alre
Ok all of you Oracle experts out there, I've had one heck of a day
wrestling with this oracle stuff. My experience with Oracle is turning
into a greek tragedy.
I'm using PHP/PEAR to execute my queries on an oracle table. I'm trying
to store very long pieces of text into a CLOB field. Curr
Check the Header() function in the manual:
// Tels to the browser the page has caducated and forces to reload..
header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");
// Avoids cahce. It seams it's what you want.
header("Cache-Control: no-cache, must-revalidate");
Gabriel.
"Open-Mind" <[EMAIL PROTE
Hi Jeroen,
If you're going to update the file...the database will be locked...
but if your just going to view it...it should be fine
"Jeroen Verhoeven" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Hi,
>
> I try to acces an access database from a PHP script runnig on an NT
machine
you said it yourself, cut the image up into lots of parts first in photoshop or
whatever, keep at track of the grid refs that go with which bit of the image and only
show the part or parts of the image that you need at anyone time.
-Original Message-
From: Georgescu Vlad [mailto:[EMAIL P
The image is a satellite picture (width="11448" height="16624"). Resizing is
not on option.
I want to make a site in witch the user can "pan" (navigate) this image.
I don't want to resize. I want to cut the picture. I hope this will take
less time/resources.
Any ideas ?
- Original Message ---
Hi all,
After reading your emails I installed ODBTP so I could access my ODBC
server from my linux box, but i'm still getting some errors, this is my
code:
(the first IP is the IP of my ODBTP/ODBC server).
And this is the Error i get:
(part is in spanish, i'm sorry for it)
Warning: [S1000][1
on 17/10/03 3:57 pm, Georgescu Vlad at [EMAIL PROTECTED] wrote:
> i need to replace the using of "imagecreatefromjpeg($jpgpath)" with
> something more faster
>
> PS: the image to load has: 198 MB (208,603,887 bytes)
Why not resize the image using photoshop first? Any app resizing 200Mb
images a
How can I "disable" the use of History(Temporary Internet Files) in a page ? (and
don't tell me: it's easy: Tools->internet options->settings ...;-) ... from script
(htm ?, js ?, php ?) I want to do this ..)
PS: I have a script witch generate jpegs (cuts from a larger one) and sometimes in
i need to replace the using of "imagecreatefromjpeg($jpgpath)" with
something more faster
PS: the image to load has: 198 MB (208,603,887 bytes)
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
i need to replace the using of "imagecreatefromjpeg($jpgpath)" with
something more faster
PS: the image to load has: 198 MB (208,603,887 bytes)
---
Xnet scaneaza automat toate mesajele impotriva virusilor folosind RAV AntiVirus.
Xnet automatica
How can I "disable" the use of History(Temporary Internet Files) in a page ? (and
don't tell me: it's easy: Tools->internet options->settings ...;-) ... from script
(htm ?, js ?, php ?) I want to do this ..)
PS: I have a script witch generate jpegs (cuts from a larger one) and sometimes in
Since this was posted in php.general and php.db, I only ended up correcting
myself to the orginal poster and to php.general.
$table= 'elements';
$Name = mysql_escape_string($_POST['elementName']);
$sql = "INSERT INTO $table SET Name= '$Name'";
>> waste of variable space, and makes what you are do
Hi, a need a problem.
When I try to connect a my DB Sybase from PHP, I have this error.:
Warning: sybase_connect(): Sybase: Server message: Changed database context to
'INTERNACIONAL_CDR'. (severity 10, procedure N/A) in
E:\WWWRoot\internacionalonline\adodb\adodb-sybase.inc.php on line 86
Wh
Hi :) I am new to PHP and new to this mailing list, so I hope I am not asking
something that you tire of answering :)
I am creating my first news posting application and I need a function to convert any
URLS added to the news message into links. I found this snippet:
function insert_links($ne
21 matches
Mail list logo