Did you copy the php library over?
And second.. are you actually going directly to the php script OR.. is it
named index.php and you are only going to the directory?
-Tanya
On Mon, 12 Mar 2001, Luis wrote:
> Hello all I new to the php . I was wondering
> if anyone could help me out with a
err not the library.. but php.ini
-Tanya
On Mon, 12 Mar 2001, Luis wrote:
> Hello all I new to the php . I was wondering
> if anyone could help me out with a little problem
> that I'm having. I download the new version of
> php. I installed mysql , apache (new version) and
> php.
>
> What i'
How can one get the next record to compare two fields... I want to check if
the date of the first record matches the date of the next record with the
least amount of code...
David Smith
Indy Web Design
http://www.indywebdesign.com
--
PHP General Mailing List (ht
> How can one get the next record to compare two
> fields... I want to check if the date of the first record
> matches the date of the next record with the least amount
> of code...
You are going to have to work with row pointers. If you are
using mySQL, look at the function:
mysql_res
Umm if you are talking about records in the sense of a table.. you could
do something like "SELECT record_id,record_date FROM table" and then go
through the array and compare the dates. You only do one query from the
database and then you know which records match by hanging onto their
record_id.
Tanya Brethour wrote:
> Did you copy the php library over?
>
> And second.. are you actually going directly to the php script OR.. is it
> named index.php and you are only going to the directory?
>
> -Tanya
>
> On Mon, 12 Mar 2001, Luis wrote:
>
> > Hello all I new to the php . I was wondering
cmv Mon Mar 12 11:30:56 2001 EDT
Added files:
/php4/pear/Net Dig.php
Log:
A nice friendly OO interface to dig
Index: php4/pear/Net/Dig.php
+++ php4/pear/Net/Dig.php
http://www.php.net/license/2_02.txt. |
// |
if one wants to recompile php (to add support for something that was missed
during the first compile) is there a step I need to complete that will
remove the earlier version of php, or do i just recompile over the old php
and not worry about it?
thanks
colin olkowski - [EMAIL PROTECTED]
cell 917
I would assume that you need to 1) make sure you install it in the same
place :) 2) if you already compiled a Apache binary you need to copy the
new binary over.. or do another make install.
I would just follow the steps you did when you first installed it.. and it
should overwrite everything yo
I am trying to set my script up so that when a person clicks on the link, that
the page will prompt for a download w/ the filename in the File Name field in
the Save As prompt.
I can get this to work in Netscapse but when I try to do it with Internet
Explorer I encounter problems. It either says t
Please help me !
My problem is that I can't load PHP scripts (.php extension) with my personal server.
My OS is Windows 95B (but MSIE 5 update), and I use PWS for Win 95 (not 4.0 for Win
98). My PHP version is: 4.0.4pl1 for Win32
I've already done this instructions, I've found in the manual:
A few people seem to have this PWS problem - and the only cure seems to be
to reinstall PWS. The symptoms seem to be something like PWS is ignoring the
scriptmap directive and no end of fiddling around with the registry will
make it behave.
You could always ditch PWS and use Xitami if you have a
I am not sure if there is a way to do this. The only thing you could do is
determine level of encryption by browser version. This might work in some
cases.. but obviously if they have an old browser version (whose
encryption level is low by default) and they install like an
encryption_pack (IE e
I'm trying preg_match with no success.
I'd like to search inside the text file for my name, then pull all the info
from that point till the next name which is Fred.
The text file would be called names.txt
So I'm trying to
preg_match("Peter",names.txt,$myname)
then do the same for Fred, and
Hello,
I do that with this piece of code. ( This will close the window, so open a
new one and put this code inside)
header("Content-disposition: attachment; filename=\"$fileName\"");
header("Content-type: application-download");
header("Pragma: no-cache");
header("Expires: 0");
$fn=fopen($FileNa
[quotes returned to bottom-posting, for clarity]
In article
<[EMAIL PROTECTED]>,
[EMAIL PROTECTED] (Peter Benoit) wrote:
> In article
> <[EMAIL PROTECTED]>,
> [EMAIL PROTECTED] (Peter Benoit) wrote:
>
> > I've got a bit of a task where I need to poll a text file for several
> lines
> > of t
cmv Mon Mar 12 11:35:28 2001 EDT
Modified files:
/php4/pear Makefile.in
Log:
Forgot to add it here
Index: php4/pear/Makefile.in
diff -u php4/pear/Makefile.in:1.72 php4/pear/Makefile.in:1.73
--- php4/pear/Makefile.in:1.72 Thu Mar 1 23:52:56 2001
+++ ph
From: "Boget, Chris" <[EMAIL PROTECTED]>
> > HomeSite is great. www.allaire.com
> > - not totally free I'm afraid, but there is an eval version.
> > - runs under Windows yes
> > - supports syntax highlighting for lots of languages
> > including HTML, PHP,
> > Perl, SQL, ASP (VB/JS).
> > - can edi
Very good info, but this text is located in a text file. How can I
reference it this way?
-Original Message-
From: CC Zona [mailto:[EMAIL PROTECTED]]
Sent: Monday, March 12, 2001 3:36 PM
To: [EMAIL PROTECTED]
Subject: Re: [PHP] search a text file
[quotes returned to bottom-posting, for
In article
<[EMAIL PROTECTED]>,
[EMAIL PROTECTED] (Peter Benoit) wrote:
> I'd like to search inside the text file for my name, then pull all the info
> from that point till the next name which is Fred.
>
> The text file would be called names.txt
>
>
> So I'm trying to
>
> preg_match("Peter
Yes I use it with NT and run into occasional memory management problems as
well. It is a great editor but has small issues that really can annoy a
person. Also the FTP engine blows. It can be most unpredictable.
Chad
-Original Message-
From: Simon Garner [mailto:[EMAIL PROTECTED]]
Sen
uw Mon Mar 12 12:22:13 2001 EDT
Modified files:
/php4/pear/Experimental/HTMLMenu.php
Log:
- made the URL check independend from $PHP_SELF
- removed homepage specific code
Index: php4/pear/Experimental/HTML/Menu.php
diff -u php4/pear/Experim
> > Has the worst memory management of any software I've ever used.
> > I have to reboot at lest 10 times a day when I use it. The support
> > forum on their site is filled with complaints on this issue. Their
> > response to this issue was not to fix the memory leak (or whatever
> > it is) but
In article
<[EMAIL PROTECTED]>,
[EMAIL PROTECTED] (Peter Benoit) wrote:
> Very good info, but this text is located in a text file. How can I
> reference it this way?
Get the contents of the text file--for example, using fopen() with
fread()--into a variable. Then use that variable as the se
Hello,
This is the URL of the link that I use.
http://www.sitename.com/pizzeria.php3?pizzeria=aldentes
Here is the code from the script.
$file_path = "menus";
$file = $pizzeria . ".pdf";
$full_file = $file_path."/".$file;
$filesize=filesize($full_file);
header("Content-disposition: attachment;
Hello,
I use editplus. It has a feature that lets you add in auto completion files,
syntax files. It does have an eval version, and it is not that expensive.
http://www.editplus.com
Regards,
Edgar
-Original Message-
From: Boget, Chris [mailto:[EMAIL PROTECTED]]
Sent: Monday, March 12, 20
Yes, zip the pdf. Search the MSKB for more info.
-Original Message-
From: James R. Edgar [mailto:[EMAIL PROTECTED]]
Sent: Monday, March 12, 2001 3:50 PM
To: 'Pierre-Yves Lemaire'
Cc: [EMAIL PROTECTED]
Subject: RE: [PHP] Need to download files in IE
Hello,
This is the URL of the link t
> I use editplus. It has a feature that lets you add in auto
> completion files, syntax files. It does have an eval version,
> and it is not that expensive.
The main feature I need of any editor is project management.
Of all (and there have been *alot*) the editors I've looked at,
Homesite is t
Hello al!
Is it possible to have two frames updated when cliking on one link? I have a
page that is broken into 4 parts:
master title
section title
d section screen
i
r
.
what I want is that when a link is clicked on in the directory (the left
column), I'd like to update t
> It does have a project feature.
Yup. It sure does. However, it doesn't work as we need
it to. When I looked at EditPlus last time, it had a flat
project structure. Meaning that you could add files to a
project, but when you opened that project, all you would
see is a list of all the files.
I dont believe so.
-Tanya
On Mon, 12 Mar 2001, Michael George wrote:
> Hello al!
>
> Is it possible to have two frames updated when cliking on one link? I have a
> page that is broken into 4 parts:
> master title
> section title
> d section screen
> i
> r
> .
>
> what I wan
Yes you can.. use Javascript
Look here.. http://www.virtualgeoff.com/junkyard/frames/multiple/
Chad
-Original Message-
From: Michael George [mailto:[EMAIL PROTECTED]]
Sent: Monday, March 12, 2001 3:06 PM
To: [EMAIL PROTECTED]
Subject: [PHP] update two frames at once?
Hello al!
Is it
Hello!!!
Please, assume I have the following mysql query:
function get_products() {
$result = mysql_query("select * from products");
while ($row = mysql_fetch_array($result)) {
$prod_id = $row["prod_id"];
$prod_name = $row["prod_name"'];
Well in straight/plain html frames.. I dont believe you can.
-Tanya
On Mon, 12 Mar 2001, Angerer, Chad wrote:
> Yes you can.. use Javascript
>
> Look here.. http://www.virtualgeoff.com/junkyard/frames/multiple/
>
> Chad
>
> -Original Message-
> From: Michael George [mailto:[EMAIL PR
>Their website talks extensively about a merger with a 'Network 1' company
>and now a buyout and a chapter 11 filing. The buyout, or "merger" press
>release says: "CyberCash Internet Payment Processing Service to Continue
>without Interruption."
>
>Is this incorrect? When you say that it 'died',
Not that I am a php expert.. but it doesnt look like you ever assign
products to anything.
Shouldnt you be doing something like $products["$prod_id"] =
$row["prod_id"]
Also.. if you have more than one rows.. it would overwrite the array. Do
you want a 2-d array?
-Tanya
On Mon, 12 Mar 2001, [
By saying straight/plain html frames if you mean strictly HTML and no
outside scripting language then you are right you cannot. But I don't think
anyone is strictly limited to just HTML.
Chad
-Original Message-
From: Tanya Brethour [mailto:[EMAIL PROTECTED]]
Sent: Monday, March 12, 200
> Hello!!!
>
> Please, assume I have the following mysql query:
>
> function get_products() {
>
> $result = mysql_query("select * from products");
> while ($row = mysql_fetch_array($result)) {
> $prod_id = $row["prod_id"];
> $prod_name = $row["prod_name
I mean straight html. And people still using just plain html. I was just
clearing up my answer.
-Tanya
On Mon, 12 Mar 2001, Angerer, Chad wrote:
> By saying straight/plain html frames if you mean strictly HTML and no
> outside scripting language then you are right you cannot. But I don't thi
uw Mon Mar 12 12:30:44 2001 EDT
Modified files:
/php4/pear/Experimental/HTMLMenu.php
Log:
- made 'tree' the default redering type
Index: php4/pear/Experimental/HTML/Menu.php
diff -u php4/pear/Experimental/HTML/Menu.php:1.2
php4/pear/Experimenta
If you are worried about your payment processor going down (which to
me would be a very serious concern) you might want to look at
www.opayc.com which is a standardized way to talk to about 30 or so
payment processors. So say C$ goes under, instead of having to redo
integration to your app, y
On Mon, 12 Mar 2001 17:04:13 -0500, Russ Cobbe ([EMAIL PROTECTED])
wrote:
>If you are worried about your payment processor going down (which to
>me would be a very serious concern) you might want to look at
>www.opayc.com which is a standardized way to talk to about 30 or so
>payment processors.
I just reformatted my computer and reinstalled:
Apache 1.3.14 Win32 r2
PHP 4.03pl1
mySQL 3.23.34 - Win
I copied over my mySWL database and my PHP files and I get the following
error:
Warning: Undefined variable: Titlesearch in
d:\apache\htdocs\bkhtml\movies.php on line 22
This is line 22 of mo
> Warning: Undefined variable: Titlesearch in
> d:\apache\htdocs\bkhtml\movies.php on line 22
>
> This is line 22 of movies.php:
>
> print " action=\"movies/mysql_moviedb_search.php?Titlesearch=$Titlesearch\">\n";
are you sure your variable is capitalized previously?
>
> I also get this erro
> On Mon, 12 Mar 2001 17:04:13 -0500, Russ Cobbe ([EMAIL PROTECTED])
> wrote:
> >If you are worried about your payment processor going down (which to
> >me would be a very serious concern) you might want to look at
> >www.opayc.com which is a standardized way to talk to about 30 or so
> >paymen
Yeah I am pretty sure it is right, it was working fine before I reinstalled.
And thanks for the !$link that worked.
jb
> Warning: Undefined variable: Titlesearch in
> d:\apache\htdocs\bkhtml\movies.php on line 22
>
> This is line 22 of movies.php:
>
> print " action=\"movies/mysql_moviedb_se
Hi,
you can't close it :)
If the connection is persistent pg_close() instructions are ignored
(this is also true for other persistent connections and their respective
close() instructions).
You can do it in the shell sending USR1 to httpd (killall -USR1 httpd)
or by restarting apache (apachec
Hi,
just
./configure
make
and you'll get a php binary rwxr-xr-x :)
(do not pass --with-apache or --with-apxs to ./configure)
Regards,
Nuno
Alexandre Hautequest wrote:
> Hi all.
>
> How do i use php to build "shell scripts"? Please send me the compiler-time
> options or the link to the page
Hi all,
i'm appreciating any comments on this idea:
I'm about to create a completely database driven site (mySQL).
Almost all of the output is generated from database data.
A big part of the data is rather static of nature, eg. updated once a month.
A smaller part is quite dynamic, e.g. content
At 11:19 PM +0100 3/12/01, Joachim Maier wrote:
>To create the HTML-cache page i need to build the whole HTML-page content in
>memory, instead of echoing it back to the user's browser, and finally write
>it to disk. That means, i have to write all HTML in php-code. I can't just
>embed php-parts in
On Mon, 12 Mar 2001 17:34:14 -0500, Russ Cobbe ([EMAIL PROTECTED])
wrote:
>> On Mon, 12 Mar 2001 17:04:13 -0500, Russ Cobbe ([EMAIL PROTECTED])
>> wrote:
>> >If you are worried about your payment processor going down (which
>>to
>> >me would be a very serious concern) you might want to look at
>>
uw Mon Mar 12 14:03:51 2001 EDT
Modified files:
/php4/pear/Experimental/HTMLMenu.php
Log:
- removed a typo
- added the Isomenu feature "use which fits best" for the search of the selected item
Index: php4/pear/Experimental/HTML/Menu.php
dif
At 2:32 PM -0800 3/12/01, Mark Maggelet wrote:
>I'm leaning towards verisign/payflow pro. has anyone had trouble with
>these guys?
no. it's good stuff. Verisign is not going out of business anytime
soon. and it's flat rate. you can't beat it.
-aaron
--
PHP General Mailing List (http://www
Does anyone know if it is possible to override the php.ini setting for
magic_quotes_sybase, using the ini_set() function? I have tried both of the
following without success:
ini_set("magic_quotes_sybase",1);
and
ini_set("magic_quotes_sybase","On");
I am trying to enable it for a particular app
Check out HTML-Kit
http://www.htmlkit.com
This is free and has everything you described plus 1000s of features and
plugins.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list admini
zeevMon Mar 12 14:26:18 2001 EDT
Modified files: (Branch: PHP_4_0_5)
/php4 configure.in
/php4/main php_version.h
Log:
Start 4.0.5 release process...
Index: php4/configure.in
diff -u php4/configure.in:1.221 php4/configure.in:1.221.2.1
--- php4/
Hi,
I have a site that performs insertions into a database, then
uses header to redirect the user to a certain page. If the
user hits the back button, then the submit button again, the
information will be inserted twice. How can I prevent this?
Thanks
Corey Mosher
I'm running 4.0.4 with two patched files from CVS to
fix the gzhandler memory leak.
I'm using 'output_handler = ob_gzhandler' in my php.ini
to compress output, however I notice that it usually
doesn't work.
I'll load a page, which will be uncompressed.. then reload
it and it comes back compresse
On Mon, 12 Mar 2001, Zeev Suraski wrote:
> zeev Mon Mar 12 14:26:18 2001 EDT
>
> Modified files: (Branch: PHP_4_0_5)
> /php4 configure.in
> /php4/mainphp_version.h
> Log:
> Start 4.0.5 release process...
Did you see my message about PCRE problem?
At 00:31 13/3/2001, Andrei Zmievski wrote:
>On Mon, 12 Mar 2001, Zeev Suraski wrote:
> > zeev Mon Mar 12 14:26:18 2001 EDT
> >
> > Modified files: (Branch: PHP_4_0_5)
> > /php4 configure.in
> > /php4/mainphp_version.h
> > Log:
> > Start 4.0.5 release
[EMAIL PROTECTED]
about #9712
On Tue, 13 Mar 2001, Zeev Suraski wrote:
> At 00:31 13/3/2001, Andrei Zmievski wrote:
> >On Mon, 12 Mar 2001, Zeev Suraski wrote:
> > > zeev Mon Mar 12 14:26:18 2001 EDT
> > >
> > > Modified files: (Branch: PHP_4_0_5)
> > > /php4 conf
uw Mon Mar 12 15:26:16 2001 EDT
Modified files:
/php4/pear/Experimental/HTMLMenu.php
Log:
- extended "prevnext" mode to show the previous, up and next item (up is new)
Index: php4/pear/Experimental/HTML/Menu.php
diff -u php4/pear/Experimental/HT
Aaron,
i would love to believe what you say.
But i couldn't find any buffering functions in the online docs.
Could you please gimme a pointer on where i can find these functions
and what's their name. Are they available in php3?
Thanks a lot,
Joe
-Ursprungliche Nachricht-
Von: Aaron Tul
http://www.php.net/manual/en/ref.outcontrol.php
Regards,
Andrew
On 3/12/01 6:40 PM, "Joe Maier" <[EMAIL PROTECTED]> wrote:
> Aaron,
> i would love to believe what you say.
> But i couldn't find any buffering functions in the online docs.
>
> Could you please gimme a pointer on where i can fin
I'm having an interesting problem. I'm running on an NT machine. I'm
using the function:
system("F:/full/path/program");
I've tried it using all kinds of forms of forward and back slashing,
doesn't seem to matter... oddly enough, if I copy the text out from
between the quote and paste it into a
Agreed. Their test server could be more reliable, but I can't recall ever
having problems with their live transaction server.
On Mon, 12 Mar 2001, Aaron Tuller wrote:
> At 2:32 PM -0800 3/12/01, Mark Maggelet wrote:
> >I'm leaning towards verisign/payflow pro. has anyone had trouble with
> >the
Mark Maggelet wrote:
> On Mon, 12 Mar 2001 17:04:13 -0500, Russ Cobbe ([EMAIL PROTECTED])
> wrote:
> >If you are worried about your payment processor going down (which to
> >me would be a very serious concern) you might want to look at
> >www.opayc.com which is a standardized way to talk to abo
On Tue, 13 Mar 2001 05:08, Brandon Orther wrote:
> Hello,
>
> I want to take one element out of an array, is there a way to remove an
> element and have the array resorted so there isn't a blank spot where I
> remove the elements? Here is an example if the above text made no
> sense.
>
> Example:
What are the main differences of running PHP as a DSO Module or as CGI?
I had some problems running as DSO, cuz I need the mssq70 extension and
everytime I ran a script it caused a GPF in php4ts.dll. So I switched back
to CGI and the error disapeared.
I wanna know if I'm loosing something with
On Tue, 13 Mar 2001 08:46, Jason Bouwmeester wrote:
> Yeah I am pretty sure it is right, it was working fine before I
> reinstalled.
>
> And thanks for the !$link that worked.
>
> jb
>
>
>
> > Warning: Undefined variable: Titlesearch in
> > d:\apache\htdocs\bkhtml\movies.php on line 22
> >
> > Th
When a client bails out of a http connection and apache shuts down that
thread process, is there something or a way so that php can call some sort
of destructor? My problem is if a client bails out right in the middle of a
financial transaction I need some way of canceling a pending order.
Nathan
register_shutdown_function() should do the trick for you...
Zeev
At 22:34 12/3/2001, Nathan Cassano wrote:
>When a client bails out of a http connection and apache shuts down that
>thread process, is there something or a way so that php can call some sort
>of destructor? My problem is if a clien
First File - index.php
Problem detected!" .
"Your browser does not support cookies!" .
"Enable cookies and try again.");
die;
}
else {
$page = "login.php";
header("Location: $page");
}
}
?>
Second File - login.php
Forecast Tool - ATL Key Account
Login:
Password:
Everything works
We had NASTY problems with cookies on different servers. I've even seen code
work on one linux/apache machine and not another. This is usually due to the
fact that the server's clock is off from the browsers clock (or vice versus)
and the browser sees that the cookie has passed and destroys it wi
uw Mon Mar 12 16:18:39 2001 EDT
Modified files:
/php4/pear/Experimental/HTMLMenu.php
Log:
- added the PPHP licence text
- final structure, seems to be bug free
- usage example missing, I'm writing on a german language tutorial, will add the
usage
On Mon, 12 Mar 2001 19:41, Peter Sabaini wrote:
> On Mon, Mar 12, 2001 at 11:59:37AM +1030, David Robley wrote:
> > On Mon, 12 Mar 2001 11:54, Thomas Anderson wrote:
> > > Ok, I've tried time and time again to unsubscribe from php.net's
> > > mailing list unisubscribe instructions but it doesn't w
Hi
I had the same problem, and I did not find an answer this way, the only way is
with javascript .
Rene
Michael George wrote:
> Hello al!
>
> Is it possible to have two frames updated when cliking on one link? I have a
> page that is broken into 4 parts:
> master title
> sect
In the index page (change cols amounts to suit your layout):
Put the menu in menu.html (duh), but here come the fun part. In
section.html:
Then in the menu frame, to update the section frames: , and put a frameset pointing
to separate title and content pages in the sectionframeset.
There are already some caching packages out there, I'm not sure how they
perform with CGI (look into Squid). Having each page check for a cached
version of itself sounds like a complicated approach. Another idea is to
generate portions of your site as that don't change often from perl scripts,
a
Doing multiple frames and forms with JavaScript is not really a good idea.
Debugging the code for this can become a nightmare...
-Original Message-
From: Rene Maldonado [mailto:[EMAIL PROTECTED]]
Sent: Monday, March 12, 2001 6:59 PM
To: Michael George
Cc: [EMAIL PROTECTED]
Subject: Re: [P
These are normally already stored as variables in PHP for you.
Run the phpinfo(); function and it will display a list of the current
variables and values...
-Original Message-
From: Dream [mailto:[EMAIL PROTECTED]]
Sent: Monday, March 12, 2001 4:00 AM
To: [EMAIL PROTECTED]
Subject: [PHP]
I can't get to the php archives... every time i try a search of the
mailing list, I get nothing... :-(
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMA
php-general Digest 13 Mar 2001 01:50:28 - Issue 563
Topics (messages 43464 through 43593):
Re: Mailing List
43464 by: Jens Nedal
43466 by: Peter Sabaini
43587 by: David Robley
(doubt)PHP console run
43465 by: Celestino Roberto Alejandro
PHP Book
434
Does anyone out there read Linux Journal ? Just wondering because i have a
question about a issue
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PRO
opaquedave Mon Mar 12 17:57:39 2001 EDT
Modified files:
/php4/ext/ming ming.c php_ming.h
Log:
changed scalar args and returns to doubles, added Ming_setScale function,
added SWFTEXTFIELD_HTML flag, fixed SWFTextField_setIndentation glitch
Index:
There is not too much science involved. The trick is to know what language
encoding your browser support. Most of the browsers supports
multi-languanges.
If you look at the header of the HTML for the site, you will find the
following:
This will instruct to display the correct language encodings
Hi All,
Am trying to use this function which in the manual is defined as working
in versions of php > 4.02 -- well, I qualify - but the feature does not
work. Anyone know what is going on?
TIA,
Nicole
--
Nicole Lallande
[EMAIL PROTECTED]
760.753.6766
#
- Original Message -
From: "Kubol" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, March 13, 2001 12:48 AM
Subject: Re: [PHP] fscanf
> 01-03-13 05:00:01, "Yasuo Ohgaki" <[EMAIL PROTECTED]> wrote:
>
> >I think fscanf() is line oriented in C, isn't it? (I haven't used fscanf()
f
Sheesh - I forgot - the function is wordwrap()
Nicole Lallande wrote:
>
> Hi All,
>
> Am trying to use this function which in the manual is defined as working
> in versions of php > 4.02 -- well, I qualify - but the feature does not
> work. Anyone know what is going on?
>
> TIA,
>
> Nicole
I am looking for a simple way to include a file and not have it parsed.
But I also do no want to strip out the html and php. Is there a way
to do a nice and simple include and set parsing to false?
Right now I use a fopen and fgets to read from the file.
include() will parse it and execute it.
"Corey Mosher" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hi,
> I have a site that performs insertions into a database, then
> uses header to redirect the user to a certain page. If the
> user hits the back button, then the submit button again, the
> inf
Hello,
My company currently undergo a project to develop Internet e-mail system
using PHP and Unix OS.
I wondering what do i needed to understand before working on this project
or any sample that i can download
thank you
--
--
Any
On Tue, 13 Mar 2001 13:45, Rick St Jean wrote:
> I am looking for a simple way to include a file and not have it parsed.
> But I also do no want to strip out the html and php. Is there a way
> to do a nice and simple include and set parsing to false?
>
> Right now I use a fopen and fgets to read
My MySQL insert statements is returning errors when a field has an
apostrophe in it. (I.E. Ken's) is there a way to get around that without
using the \ in front of the apostrophes??
I've never had this problem before, in the past (on different servers) when
a variable is inserted, it just accept
How embarassing... I read about that and forgot about it.
It is a matter a getting aquainted with new syntax.
Thanks.
Rick
At 01:52 PM 3/13/01 +1030, David Robley wrote:
>On Tue, 13 Mar 2001 13:45, Rick St Jean wrote:
> > I am looking for a simple way to include a file and not have it parsed.
>
I'm slightly confused as to why you would not want it parsed and
executed...or I should say...what would be the differences in using the
include function vs. reading it in like a file??
Chris
-Original Message-
From: Rick St Jean [mailto:[EMAIL PROTECTED]]
Sent: Monday, March 12, 2001 10
Maybe you can use this function. I don't use MySQL, I use Oracle, and I
build this function for Oracle, but I think the basic problem (and solution
is the same). I think basically you need to escape ' by adding another '.
Thus "Ken's" should become "Ken''s".
function format_mysql_string($stri
In mysql you can either enclose the string in double quotes, ie:
"ken's \"trucks\" aren't as good as bob's"
or you use the backslash:
'ken\'s "trucks" aren\'t as good as bob\'s'
either way, you'll be using the backslash for one or the other quote. pretty
sure mysql doesn't support the standard
hiya,
I'm tranfering mysql data base onto a unix machine, can i just copy the
database directories across from my WinNT machine to the
/usr/local/mysql-data directory?
Peter
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-
No.
Check box and radio buttons are not set, though.
Regards,
--
Yasuo Ohgaki
""stas"" <[EMAIL PROTECTED]> wrote in message
026001c07cc4$aeaa6250$9701a8c0@snewdel">news:026001c07cc4$aeaa6250$9701a8c0@snewdel...
Hello,
Is it that correct that only non-empty variables get inserted into
HTTP_POS
101 - 200 of 225 matches
Mail list logo