thing made any
difference. I sent them to myself and they sure look like valid email
messages to me. Does anybody else have this problem? What did you do about it?
Thanks,
Steve
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e
"Steve Kenshalo" <[EMAIL PROTECTED]> wrote:
> I am working on a PHP script for an e-commerce site that mails out calling
> card pin numbers after somebody purchases them online. Turing testing I
not
> noticed that aol users were not receiving the messages. AOL seems t
quot;Products";
Then use $SCRIPT_URL or a similar environment variable to display the proper
label in the "location bar".
If you have a large number of pages (especially dynamically generated
"virtual" pages) or sublevels to your site you'll probably want to use a
m
ile
(($count <= 10) && print 'Number is '.$count++." \n")
{}
will work too. As will - using alternate while syntax -
$count = 0;
while ($count <= 10):
echo 'Number is '.$count++." \n";
endwhile;
Se
Table() function, use
$this->attributes[] = array("border", "0");
$this->attributes[] = array("cellpadding", "0");
otherwise, PHP thinks $attributes is a variable local to that
function, rather that a class variable.
-steve
&g
4pl1 on Red Hat 6.2 (I hate redhat, but the
bossman says its better supported than slakware. bah.))
Thank you all for your help.
steve
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact
It also seems you have a semicolon in your query, mysql_query()
specifically states not to have on at the end of your queries, so I am
guessing this may be a factor...
Steve
Joe Stump wrote:
>
> You need to remember a few things when it comes to joins:
>
> the joined fields must
turned on or off.
I presume you could use the
php_value disable_functions phpinfo
syntax in your httpd.conf or .htaccess (you might need to use
php_admin_value instead of php_value). This is available in php
4.0.4; I don't know about availability in earlier versions. I d
; address --- city --- austin
> address --- state --- Texas
> somthing --- somthing_else --- blah1 --- some_value1
> somthing --- somthing_else --- blah1 --- some_value1
var_dump($arr) or print_r($arr) --- see
http://www.php.net/manual/en/function.var-dump.php
above. Incidentally, the above regexp also removes leading spaces from the
tag. Eg, < font style="unreadable"> becomes . If you don't want,
that user the regexp
'<([[:space:]]*[[:alnum:]]+)[^>]*>'
instead.
- steve
>---
>Outgoi
use a
library like PHPLIB (phplib.netuse.de).
-steve
>Jack
>[EMAIL PROTECTED]
>"There is nothing more rewarding than reaching the goal you set for yourself"
--
+--- "They've got a cherry pie there, that'll kill ya" --+
| Steve Edber
;
>Rick
That would be 'stacked request handlers'...not possible, AFAIK, with
any of the 1.x versions, but supposedly Apache 2.0 can do it. Check
out httpd.apache.org; v2.0 is still alpha.
- steve
>
>At 11:28 PM 3/11/01 -0500, Michael Kimsal wrote:
>>You'
ingle file.
For anyone who has used Cold Fusion, you'll know what I mean by how this
should work. This would be a MAJOR improvement for making debugging during
development easier. Thanks.
Steve
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
that are called but
rather sort of merges it in memory into one file to run it seems.
Steve
"Don Read" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
>
> On 17-Mar-01 Steve Wardell wrote:
> > I didn't know where else to
Hi Guys,
I really have a stupid problem but I don't see it :).
I wanted to implement authentification with PHPLIB but it seems I am not
able to get it working.
What happens:
If I want to access a page which needs authentification I first get the
loginform, so far so good, but when I enter a use
Can it be that my Apache server is not well configured?
I think you have to allow methods like GET and POST ?
-Original Message-
From: Steve Haemelinck [mailto:[EMAIL PROTECTED]]
Sent: maandag 19 maart 2001 10:26
To: PHP Mailing Listl (E-mail)
Subject:[PHP] PHPLIB and
-Original Message-
From: Steve Haemelinck [mailto:[EMAIL PROTECTED]]
Sent: maandag 19 maart 2001 11:52
To: 'Steve Haemelinck'
Subject:RE: [PHP] PHPLIB and Auth
It has certainly got something to do with my config.
I just tried a simple form with POST
And i
Anybody got an idea on how to check if a url really exists ?
--
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 PROTECTED]
st make sure you don't indent the closing marker or the parser will miss
it!
STOP;
?>
--
Steve Werby
President, Befriend Internet Services LLC
http://www.befriend.com/
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands,
counts
'coffecoffe' as TWO words, not zero. If that's the behavior you want,
then it's fine. Now I'm intrigued...I want to find a single regular
expression that will NOT match 'coffecoffe'. Perhaps preg_ functions
(available on PHP >= 3.0.9).
And, I
ot zero. If that's the behavior you want,
then it's fine. Now I'm intrigued...I want to find a single regular
expression that will NOT match 'coffecoffe'. Perhaps preg_ functions
(available on PHP >= 3.0.9).
And, I tried things like
split('[^[:alnum
Sheesh! No one should let me reply to email without sufficient
caffiene! Now, I actually just read and grokked your question...
I haven't tested this. And, I included a line that removes
apostrophes (eg; "steve's" becomes "steve"). You can comment that
line out i
Hi all is it possible to protect your javascripts from being downloaded by
visitors ?
--
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 PROTECTED]
t it would also match
www.blah.com?sloginthemud
www.blah.com?login0
So, a little regular expression twiddling might be in order.
For more info, see:
http://www.php.net/manual/en/language.variables.predefined.php
http://www.php.net/manual/en/ref.regex.php
http://www.php.net/manual/en/ref.pc
Content-type: text/html"
>
> Is there any way we can suppress that message?
In php.ini change:
expose_php = On
to
expose_php = Off
--
Steve Werby
President, Befriend Internet Services LLC
http://www.befriend.com/
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe,
#x27;s AliasMatch directive which allows me to
redirect most of the pages on the site to a single PHP file (I call it
template_1.php) which uses regular expressions to parse a page's URL and
include the proper content. If you want to see it in action take a look at
http://www.sexcriminals.com/
Sup,
In the newer versions of mySQL, you can get random results like
SELECT id FROM table ORDER BY rand() LIMIT 0,1
SL.
- Original Message -
From: "James, Yz" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, April 17, 2001 2:55 PM
Subject: [PHP] SQL - Select rand() ?
>
icks (like `ls -1
$prefix*`) to read the files within the directory containing the database.
--
Steve Werby
President, Befriend Internet Services LLC
http://www.befriend.com/
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e
ckbox variables using:
$checkbox_fields = array( 'age_bracket', 'weight', 'gender', 'occupation' );
And then loop through as follows:
while( list( , $val ) = each( $checkbox_fields ) )
{
// may have to set as $$GLOBALS[$val] if within a function or declare
exist in
future releases of PHP? I prefer to give variables a meaningful name, but
since I spend a fair amount of time working with other people's code and
clients who sometimes insist on things that aren't preferable, it would be
nice to know.
--
Steve Werby
President, Befriend I
hat matches the ID from link_sites and then only
show records where there isn't a matching record in link_stats (in which
case it's NULL).
--
Steve Werby
President, Befriend Internet Services LLC
http://www.befriend.com/
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-
"Augusto Cesar Castoldi" <[EMAIL PROTECTED]> wrote:
> Is there any function in PHP that I could use to know the number of the
> ASCII table of letter "A" for example?
It's chr() or ord(). I don't recall which (one is the inverse of the other)
s
from the original value to
get the decimal component and use substr() to return everything, but the
first character. Clearly, the first method is cleaner, but I posed the
second option (which I'd never use) just to demonstrate there are plenty of
solutions for most situations.
--
Steve Werby
Pre
insert statement?
>
>$query = "INSERT INTO $table VALUES ('$menu_id', '$server',
> '$menunumber', '$menuname')";
>
> $result = mysql_db_query($dbname, $query);
Add two more sets of statements like those you have for the first query
ould be covered in the manual pages or --help
output of the program.
--
--
Steve Werby
President, Befriend Internet Services LLC
http://www.befriend.com/
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PR
'new_string' filename" and you can call it using one of the
program execution functions or by enclosing it within backticks.
--
Steve Werby
President, Befriend Internet Services LLC
http://www.befriend.com/
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail:
e only contains the fields that are pertinent to the search.
Trying to work around that by using the '%' wildcard and including all
possible fields in the WHERE clause could greatly increase the time
necessary to run the query *and* it's not helping you learn how to program
efficiently
Personally, I hate trailing {'s
I think this
function blah()
{
switch( $bob )
{
case 1:
$var = "whatever";
break;
}
}
Is much easier to read and follow. As for the exiting question...
The "proper" way is to use the breaks. "They" say that multiple returns in
any
Hey,
Well, I would write two scripts. One to pregen a reference database and
one to search using that database.
The pregen could use the readdir function that Matthew Luchak suggested.
You could use the fopen command to get the pages.
fopen("http://localhost/name-of-file") will return the re
Sup,
You have to make the output write to a file.
Like
lynx http://www.page.come > /home/me/bleh.htm
SL.
- Original Message -
From: "Bertjan Schrader" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, April 19, 2001 4:15 AM
Subject: [PHP] Starting PHP script with crontab
HY the connect
failed other than not using the '@' and seeing what the mysql_connect
error message does. In PHP4, you might be able to catch that message
using the output buffering functions, then format that the way you
want. See
http://www.php.net/manual/en/ref.outcontrol.ph
evant messages found there, post lines from
config files, etc. If Sendmail previously worked on the box, let us know
what has changed recently about the setup.
--
Steve Werby
President, Befriend Internet Services LLC
http://www.befriend.com/
--
PHP General Mailing List (http://www.php.net/)
To
le to take advantage of some of the nice
features of your MLM that you should really use for a list this large. FYI,
there are also methods for accessing SMTP directly (which avoids the mail()
function completely). I know there's a class at
http://phpclasses.upperdesign.com/ and there are other
to get into (and the DB being used was never
stated).
--
Steve Werby
President, Befriend Internet Services LLC
http://www.befriend.com/
--
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 PROTECTED]
No, you won't.
PHP is has very similar syntax to c/c++ and perl but the concepts are
extremely different.
SL.
- Original Message -
From: "Jason Caldwell" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, April 20, 2001 3:10 PM
Subject: [PHP] PERL vs. PHP
> If I know PHP will
just update the form object lines(e.g. Text,
Radio, Check...)
Any guidance would be greatly appreciated,
Thank,
Steve
__
Do You Yahoo!?
Yahoo! Auctions - buy the things you want at great prices
http://auctions.yahoo.com/
--
PHP
Sup,
PHP will automatically free results after the script finishes.
But, PHP has a memory cap, I think the default is 8megs -- check php.ini.
Anyway, so lets say you wanted to pull 2 large results sets. You may get a
memory error. So you could pull 1 result, do the necessary calculations,
Yea, I got a solution.
Choose a flavor of linux, format your HD, install, and run the that server
like it was meant to run.
Apache is not even 100% on NT much less the XP beta, it's like your running
a beta on a beta...That's why it's not working.
Here is a good quote from apache.org: "Please
Why not just store the filename?
SL.
- Original Message -
From: "Keyur Kalaria" <[EMAIL PROTECTED]>
To: "php" <[EMAIL PROTECTED]>
Sent: Saturday, April 21, 2001 9:52 AM
Subject: [PHP] problem with storing & displaying image in db
> Hello everybody,
>
> I am facing a strange problem whi
This brings up a question that I always wondered.
Does Access have server functionality? Where do you configure these
settings ?
Thanks,
Steve
On Sat, 21 Apr 2001, Andrew Hill wrote:
> The Access native driver IS an ODBC driver.
> That is, I believe, your only option.
>
>
e the main include files in the same place. So the
include directory (inc) is parallel to my web docs directory. The parent of
both is a directory called 'production', which has directories parallel to
it called 'development' and 'staging' which allows me to run
I just deleted a post that I wanted to reply to.
Try reading the FAQ on apache.org
Click here or go here -> http://httpd.apache.org/docs/misc/FAQ.html#POSTnotallowed
Hope this helps,
Steve
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTEC
d by root check it for entries
from a cron job and run the commands if entries are found.
--
Steve Werby
President, Befriend Internet Services LLC
http://www.befriend.com/
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mai
Sup,
It can be done...but it will be complicated. First off. You should
check out the extract() php command.
http://php.net/extract
This function makes entries in an array into local variables. Let's say
your row array has 2 columns, title and duration.
You can do:
while( $row = mysql_f
Sup,
I made this and have been using it for about 6 months without problem.
mt_rand() is 4 times faster than normal rand(), remember to use mt_srand()
to seed. The 8 in the while controls how long the $password will be...
$count = 0;
mt_srand( (double) microtime() * 100);
while( $coun
Doh, I shoulda thought of that, a temp table is the best way to do it.
Altho, I don't see why you have a spot_id as a key for that table. Your are
probably never going to access that table via that arbitrary number. If
anything, you should make item_id the key. The id on your other tables
shoul
Sup,
Adding "explain" before the select query will show you how long it will
take, along with some other info, but it won't actually give you the
results.
I use a the function microtime (http://php.net/microtime) to figure
execution time. When called, microtime will return a string with
mili
e's probably a tutorial on zend.com or phpbuilder.com that
discusses saving images in a MySQL DB and pulling them out to display on a
webpage using PHP so find one of those articles and look near the end.
--
Steve Werby
President, Befriend Internet Services LLC
http://www.befriend.com/
--
PHP
I think the question should be what's wrong with
Windows? :)
Sorry, I can't give you more of an intelligent answer
Steve
On Thu, 26 Apr 2001, Mig wrote:
> Hello, I can't understand the reason apache server running locally on my
> Win98 machine delays so much to
;w=2
Here are links to other similar threads I've replied to - read all of each
thread for the full picture.
http://marc.theaimsgroup.com/?l=php-general&m=98754380108909&w=2
http://marc.theaimsgroup.com/?l=php-general&m=96578812203470&w=2
--
Steve Werby
President, Befrien
script which selects description, price and quantity from a mysql
> table.
>
> i have displayed the results on a page in the form of description, price,
> quantity but I was wondering how best to go about calculating a total
total,
> ie. sum of quantitys multiplied by sum
age displayed is the one of the other
user unless he refreshes the page.
I thought this was because the page might be cached, but when I set the
header("cache-control: no-cache") & the meta tag http-equiv="Expires"
content="-1" it still produces the same effect.
How can I
effect. How can I solve this
problem?
Haemelinck Steve
Personal:
Haemelinck.be - Developers Unite :)
Junior WebDeveloper
http://www.haemelinck.be:8080/
[EMAIL PROTECTED]
Work:
MCT IT Consulting - Take consulting 2 the next level
Junior IT Consultant
http://www.mct.be/
[EMAIL PROTECTED]
--
PHP General
"Randy Johnson" <[EMAIL PROTECTED]> wrote:
> how do access arguments if I run a script from the command line
>
> example
> php myscript.php arg1, arg2
They'll be located in the global array $argv[]. Include
in your script to see how to access them.
--
Steve W
"Walgamotte, David" <[EMAIL PROTECTED]> wrote:
> Is LDAP support default or are there any ./configure options I need to
know
Take a look at './configure --help'. You need to configure --with-ldap.
--
Steve Werby
President, Befriend Internet Services LLC
http:
"$sql");
Add 'echo $sql;' here (no quotes) and look at the output. If the RHS of
quantity= is zero, then $quantity passed to modify_quantity is zero and
that's the problem.
> if there is a value in the db field "quantity" then after the statement is
> execute
after installing CURL first. You can also use
fsockopen().
--
Steve Werby
President, Befriend Internet Services LLC
http://www.befriend.com/
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact t
quot;\n" but it didn't worked.
"\n" works for me. Perhaps you should post some of your code. Be sure "\n"
is within double quotes; if it's in single quotes it won't work. Here's a
line of code from a script I wrote that works.
fwrite( $fout, "Da
Try using the $HTTP_RAW_POST_DATA array.
--
Steve Meyers
[EMAIL PROTECTED]
""PHP"" <[EMAIL PROTECTED]> wrote in message
9clmgq$2fc$[EMAIL PROTECTED]">news:9clmgq$2fc$[EMAIL PROTECTED]...
> Hi,
>
> I'm trying to the MSXML DOM 3 from Visual Bas
7;%foo bar%'
Perhaps you should ask on the mysql list.
List-Subscribe: <mailto:[EMAIL PROTECTED]>
--
Steve Werby
President, Befriend Internet Services LLC
http://www.befriend.com/
--
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 PROTECTED]
er since he is correct in saying these
methods aren't the best. An analogy is like leaving a bike unattended on a
crowded city street, but typing it up in string. Anyone with time and half
a clue can ride the bike away. The Zend compiler is worth looking at.
--
Steve Werby
President
Hi All
Anybody got an idea how I can get an XML file through a proxy.
I tried fsockopen with a a GET request but this does not give me what I want
:)
Thx
Haemelinck Steve
Personal:
Haemelinck.be - Developers Unite :)
Junior WebDeveloper
http://www.haemelinck.be:8080/
[EMAIL PROTECTED]
Work
gt;
> Or do I have to resort to javascript for such things?
Yes, use JS. PHP is server-side.
--
Steve Werby
President, Befriend Internet Services LLC
http://www.befriend.com/
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional comm
ht be
turned off, but it should be on by default.
Hope this helps,
Steve Maroney
[EMAIL PROTECTED]
On Sun, 6 May 2001, biscut wrote:
> How can i check to see if PHP has been enabled, I enabled the modules etc
> after they were compiled and i have managed to get Apache working properly
>
wadie
~~~
Steve Wade
Youth Outreach Coordinator
Fusion Australia Ltd (Sydney North)
ABN 26 001 273 105
+61 2 9477 1110
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To co
DF source and a test script ./pdftest that creates a test
PDF file. Can you get the test file to work?
--
Steve Werby
President, Befriend Internet Services LLC
http://www.befriend.com/
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional comm
ks heaps :-)
swadie
~~~
Steve Wade
Youth Outreach Coordinator
Fusion Australia Ltd (Sydney North)
ABN 26 001 273 105
+61 2 9477 1110
~~~
Steve Wade
Youth Outreach Coordinator
Fusion Australia Ltd (Sydney North)
ABN 26 001 273 105
+61 2 9477 1110
-Original Message-
From: Rares [mailto:[EMAIL PROTECTED]]
Sent: Thursday, 10 May 2001 21:33
To: [EMAIL PROTECTED]
Subject: Re: [PHP] Newbie redirect/variable question
hey
Ahh - thanks - that's helped :-) (Line 9 was the http_referrer line)
Now the only trouble is, it seems to still treat $fred as null.
The passing line is from index.php:
test link
Should this work?
Thanks,
Steve
~~~
Steve Wade
Youth Out
Thanks - hmm - doesn't seem to do it though.
My current code is:
which gives an error msg:
Parse error: parse error, expecting `T_STRING' or `T_VARIABLE' or
`T_NUM_STRING' in /home/swadie/public_html/redirect.php on line 6
~~
shopping carts written in PHP. I don't know of a message
board or mailing list dedicated to shopping carts.
http://www.theexchangeproject.org/
http://www.fishcart.org/
--
Steve Werby
President, Befriend Internet Services LLC
http://www.befriend.com/
--
PHP General Mailing List (http://w
ame WHERE approved='yes'
> GROUP BY folder ORDER BY folder;
You lost me. Where is the field "folder"? Can you output the results of
"DESCRIBE tablename" for the table and a few records?
--
Steve Werby
President, Befriend Internet Services LLC
http://www.befriend.com/
looping through each row
it can be compared to $group so that you only display the group name when it
doesn't match the $group of the previous row. I think this is what you
wanted. If I misinterpreted what you were trying to do let me know.
--
Steve Werby
President, Befriend Internet Serv
:-) :-)
Got it working - thanks heaps everyone :-)
Out of interest - here's my current redirect.php...
and the updated referring code...
http://www.fusion.org.au";>test link
Whew! Now to work on the hits counter bit...
swadie
~~~~
Thanks - the hassle is - my isp doesn't use mysql - so i have to use text
files I reckon :-)
swadie
~~~
Steve Wade
Youth Outreach Coordinator
Fusion Australia Ltd (Sydney North)
ABN 26 001 273 105
+61 2 9477 1110
-Original Message-
Hi all - just wondering if anyone knows of a function like fputcsv - that
is, writes a line to a csv file - opposite of fgetcsv.
Any help would be appreciated :-)
swadie
~~~
Steve Wade
Youth Outreach Coordinator
Fusion Australia Ltd (Sydney North
v)
swadie
~~~
Steve Wade
Youth Outreach Coordinator
Fusion Australia Ltd (Sydney North)
ABN 26 001 273 105
+61 2 9477 1110
-Original Message-
From: Jason Murray [mailto:[EMAIL PROTECTED]]
Sent: Monday, 14 May 2001 14:19
To: 'Steve Wade';
Hmm - seems clear to me that PHP *is* some form of drug - judging by the way
it seems to affect some people's lives... *grin*
~~~
Steve Wade
Youth Outreach Coordinator
Fusion Australia Ltd (Sydney North)
ABN 26 001 273 105
+61 2 9477
Any easy way to make the file pointer go up one line in a text file?
(I am thinking of using ftell(), then working out the length of the line,
and then fseek()?)
Thanks :-)
swadie
~~~
Steve Wade
Youth Outreach Coordinator
Fusion Australia Ltd
e
> number of seconds the machine's processes have been idle.
I have a function I wrote that displays uptime and takes arguments of time
units and decimal places. Have fun.
http://www.befriend.com/code_gallery/php/get_uptime/
--
Steve Werby
President, Befriend Internet Services LLC
http://ww
gt; consequently it would be desirable to work free-of-charge. Beforehand
> thank.
Give http://www.sourceforge.com/ a try. There are thousands of projects
listed there and I bet a few could use some help.
--
Steve Werby
President, Befriend Internet Services LLC
http://www.befriend.com/
--
x27;t match. Then
use fwrite to write to a temporary file and copy that file over the
original.
--
Steve Werby
President, Befriend Internet Services LLC
http://www.befriend.com/
--
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 PROTECTED]
the code within the braces or $date and
$hour aren't returning the values you expect. Try echoing them before the
if statement to verify they contain the values you expect.
--
Steve Werby
President, Befriend Internet Services LLC
http://www.befriend.com/
--
PHP General Mailing List (http://w
P_POST_VARS into completely new variables, but nothing seems to work.
Has anyone else encountered anything like this? Any suggestions of where I
should look to fix this?
Cheers for any help ;-)
.steve
--
http://www.cookstour.org/
http://www.wapwarp.com/
http://www.wap-dev.net/
--
PHP Gener
Sorry for the OT, but im trying to figure out something with mysql and
need some help.
Does anyone know how set the auto_increment value to some other number
than 0. I have an order_number coloumn and I want to start it at 1000.
So the first record would 1001.
Thank you,
Steve Maroney
need something like Perl's Format features but not sure.
Any advice ?
Thank you,
Steve Maroney
--
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: [
AFAIK, it will reread the .ini file every time only if you're running PHP
as a CGI, as opposed to an Apache module (or ISAPI or NSAPI module, but I
don't think either of those are industrial strength yet). SO, yes, the .ini
file will be reread each time PHP is called by IIS.
-steve
h the
error_log = ... option.
-Steve
On Wednesday, January 2, 2002, at 05:11 AM, [@-!-%] wrote:
>
> Hello everyone!
>
> I'm having issues with my php pages. When I have errors, Instead of
> crashing or showing errors, the browser shows a blank page.
>
> For example, if I
results[2] \n");
print("all results: ");
print_r($results);
?>
-Steve
On Thursday, January 3, 2002, at 12:15 PM, Jim Lucas [php] wrote:
> I have seen this question reposted for the past week. now why don't you
> just work with the entire thing.
>
> get the
Well, I'll chime in as well. I'd recommend doing all your calculations
in timestamps in seconds, then convert the results into days, dates, or
whatever. If you only have a date to start with then convert to a
timestamp, do the calculation, and convert back. You could wrap it in a
function like
601 - 700 of 1688 matches
Mail list logo