Re: [Fwd: Re: [PHP-DB] phptotext]]

2005-09-22 Thread zengpu zhang
Yui Hiroaki 写道: > Thank you for your quick reply. > > I succesfully get text from pdf. But this text include error messages. > I do not want these error messages. How can I ignore these error. > I knew it is font problem. Do you know how to retrieve error using > pdftotext option? my platform is d

[PHP-DB] Re: insert error for mysql

2005-09-22 Thread Frank Flynn
What is causing this is a single quote in the string you're trying to insert. You should use: $yourString = mysql_real_escape_string ( $yourString ); before you try to insert it. Also it looks like you have named your table 'view' and I suggest you don't do this, in the new version of my

RE: [PHP-DB] what is the value of session_register

2005-09-22 Thread Norland, Martin
(top posted because the subject says it all) "session_register -- Register one or more global variables with the current session " It's pretty much deprecated in favor of the $_SESSION superglobal. It's recommended not to mix the two, and it functioning properly depends on register_globals being

Re: [PHP-DB] what is the value of session_register

2005-09-22 Thread Larry E. Ullman
Is there any values to this function? I'm looking over some code where this is a done a bunch of time and I don't see any value to it. Maybe I'm naive about the internals but... I'm not certain as to what exactly you are asking, but prior to PHP 4.1, I believe (possibly 4.2), session_regis

[PHP-DB] what is the value of session_register

2005-09-22 Thread jonathan
Is there any values to this function? I'm looking over some code where this is a done a bunch of time and I don't see any value to it. Maybe I'm naive about the internals but... -jonathan -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DB] A question with php.ini

2005-09-22 Thread balwant singh
You have to do following settings in php.ini A) if your using windows system [mail function] ; For Win32 only. SMTP = (name or ip address of smtp sever) smtp_port = 25 ; For Win32 only. sendmail_from = (your email id) B) if your using linux system ; For Unix only. You may supply arguments as