Richard Quadling wrote:
> OK, so far so good.
>
> Now create a simple PHP script which you can run at the command line
> which you think will cause the issue.
>
> If you can produce a simple test case, then allow us to run it to see
> if it is reproducible.
>
Okay, found the problem; it's with
Richard Quadling wrote:
> 2009/7/24 Brad Waite :
>> Richard Quadling wrote:
>>
>>> What happens if you try to run PHP from the command line?
>>>
>>> php -v
>> PHP 5.2.10 (cli) (built: Jun 17 2009 16:16:57)
>> Copyright (c) 1997-2009 The PHP Gro
Richard Quadling wrote:
> What happens if you try to run PHP from the command line?
>
> php -v
PHP 5.2.10 (cli) (built: Jun 17 2009 16:16:57)
Copyright (c) 1997-2009 The PHP Group
Zend Engine v2.2.0, Copyright (c) 1998-2009 Zend Technologies
with Zend Debugger v5.2.15, Copyright (c) 1999-200
've seen are dupes or
mis-configurations, but I also haven't found anyone else experiencing this
issue with recent builds.
Any suggestions?
Thanks,
Brad Waite
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Can I be l33t too?
My server needs l33t to run properly... it just doesn't work if it doesn't
have l33t installed...
"Dvdmandt" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Personally, I'd suggest getting mod_l33t, and just modify the config
file..
> But you'll need a domain name
I say you should take two aspirin, take the week off work, close all your
windows, shut off your engine and start again.
"B.A.T. Svensson" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> On Wed, 2004-03-17 at 02:50, S.Gultom wrote:
> > why my java script always error, when i run my p
Thanks Hubo,
When I make a page with that code ... it always says 'New Session'. No
matter what I do the 'Session Variable Saved' never shows up.
Brad
"Hubo" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> The code shown below is a comple
Thanks Hubo,
Where would I nsert that coding? The coding should be fine though as the
page works flawlessly on a Linux Server?
Brad
"Hubo" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> To be sure that there is no coding error, just try this simple code:
&g
the php.ini file as many have suggested fixes the
problem but it hasn't made a difference for me.
Thanks
--
Brad Lawryk
Williams Lake TimberWolves
www.wltimberwolves.com
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
I'm trying to upgrade from PHP 4.0x to 4.3.3. I get the following error
when trying to run a script in my browser:
The procedure entry point_persist_alloc could not be located in the
dynamic link library php4ts.dll.
I'm running Apache 1.3.x (CGI) on Win 2k. I've copied php.ini-dist and
all d
Windows 2K server with Apache. Added the SNMP module (now i don't get bad
function calls!).
Seems when I try to use the functions it trys to get to the router, but
doesn't return information.
Getting "no response" :
Warning: snmprealwalk(): No response from escr1e in C:\WebDoc\snmpinfo.php
on line
Added the IMAP extension..
when i try to use it, it seems that it isn't even trying to get to the host
(no hang, timeout).
it responds IMMEDIATELY with the message:
Warning: imap_open(): Couldn't open stream {imap.xyssx.com:143}MAIN in
xxx.php on line 76
of course the subsequent calls fail as the
a parameter in the URL.
Then we take the basename of the current script pathname (ie /foo/bar.php
becomes bar.php)
append the question mark for the query string onto it, and then finally the
query string values
Brad
"Rotsky" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED
You can, you just need to use the $this variable, so $this->a($y)
"Olafsson" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Hello
>
> I´ve a small problem. I´ve created a class with serveal functions but
when
> I try to make a recursive function within the class it generates an err
Hi
Firstly, I would like to point out that programming with register_globals on
is a bad move, in sense of security.
Secondly, I'd suggest using isset for checking if there is anything in the
$_FILES superglobal. (If you're using post 4.1, of course.)
"Stephen K Knight" <[EMAIL PROTECTED]> wrote
will not work in PHP5.
HTH
Brad
"Jim Beach" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
I imagine there are some people with opinions on this list so I'd really
appreciate some commentary and philosophy on this subject if you want.
Deride me if you must.
in message
news:3778154770.2002133930@;inbox.ru...
> Hi Brad,
>
> Monday, November 11, 2002, 1:23:52 PM, I've got:
>
> BT> Eradicating the world of people who use MSWord to create webpages.
>
> BT> *happy sigh at the thought*
>
> BT> HTH
> BT> Brad
>
Eradicating the world of people who use MSWord to create webpages.
*happy sigh at the thought*
HTH
Brad
"Steel" <[EMAIL PROTECTED]> wrote in message
news:4818722902.20021110141715@;inbox.ru...
> Hi php-windows,
>
> Does anybody knows, what regexp can help me remove almo
Hi
It sounds like magic_quotes_gpc is set to On in your php.ini file.. change
this value to Off if you wish to handle escaping of characters yourself.
Secondly, it's advisable to research nl2br()
HTH
Brad
"News.Php.Net" <[EMAIL PROTECTED]> wrote in message
news:200211010
ck[$check]) {
> $error .= "Missing $dcheck[$check]";
> }
>
>
>
> Thanks!
>
> Luke :)
> }
>
>
This is due to a setting in your php.ini file
register_globals: off
If this is the case, variables that come from a form need to be accessed by
the superglob
Haha.
I rock :)
HTH
Brad
"Mark A. Nichols" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
Here's a code snippet. I haven't tried this yet.
http://www.phpbuilder.com/mail/php-general/2000101/1850.php
-----Original Mess
I would think the only way you could connect to an Access Database
without a DSN set would be through the use of COM, maybe?
We did a little bit of ASP in TAFE last term and we connected to an Access
DB without setting
a DSN .. so maybe it could follow a bit of the same path.
HTH
Brad
I got it figured out. I needed $PHP_SELF instead.
Brad
Brad Harriger wrote:
> I'm trying to create a simple script that logs access to several pages
> on a site I'm working on. I want to capture the date and time, address
> of the PC accessing the page, and the name
r the line "lineOut .= $SCRIPT_NAME;"
The value of $SCRIPT_NAME is always the path to the PHP executable, not
the script that contains the code. How do I correct this problem. I'm
running PHP 4.06 under Apache 1.3.22 on a Win 2000 PC.
Thanks in advance,
Brad
--
PHP W
ot;\"","",$string);
> str_replace("\'","",$string);
>
> Please help.
>
> Thanks,
> Ron
I think you need to refer to addslashes() / stripslashes()
http://www.php.net/manual/en/function.addslashes.php
http://www.php.net/manual/en/f
for ($a = 1; $a < $fields; $a++)
{
echo "" . mssql_field_name ($a) . "\n";
}
echo "\n";
echo "\n";
?>
Hope this helps, I've just converted how I do it in MySQL to the functions
for mssql.
Brad
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
"Kit Kerbel" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> I would like to convert 2002-04-02 00:00:00 to the format,
> 04-02-2002or m/d/Y
>
> How would I do this?
>
> Thanx in advance,
> Kit
>
>
>
> ___
To answer the 3 questions:
1.) These includes are located on the same server.
2.) Yes, all the other includes do work. They are pointing to .htm files.
3.) Yes, we would have considered it, but we looked at the proposition of
changing everything over to php and using the SSI seemed to be the cl
I have several pages that contain includes pointing to .htm pages. I have
one include that points to a .php include. We recently switched from
Netscape WebServer 3.0 to Microsoft IIS 4.0 on a Win NT 4.0 OS. The .php
include worked before the switch, but doesn't afterward. If I go directly
Hello.
To shut down apache, you need to make the apache window active, and press
the Ctrl + C keys.
Hope this helps.
Brad
"Jerry" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hello! I just setup Apache 1.3 on Win98 using Triad.
I am also ignoring this.
BT <..>
http://hellkeeper.hostbet.net/
"Then" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> pls ignore this
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
<[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Dear all,
>
> I installed mysql for windows and had to copy some databases (including
> mysql standard databases), that I have to use for my php-project. I also
> installed the Apache server 1.3 ...
>
> My problem
"Ross Fleming" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> It is after 6am, I am just going to bed after several friends have left my
> flat after copious amounts of vodka consumed. Just thought people might
be
> interested to hear and share any similar st
"Sanjuroe" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> I am looking for a light-weight editor which supports PHP tag
> highlighting and indenting.
>
> Which editor do you recommend?
>
> Sanjuro
>
Edit
> > Warning: MySQL Connection Failed: Can't connect to MySQL server on
> > 'localhost' (10061) in c:\program files\apache
> > group\apache\htdocs\db_connect.php on line 3
This error means the MySQL server isn't running.
Try starting the server and try again.
--
PHP Windows Mailing List (htt
quot;w");
.
.
.
while(!feof($fp))
{
$linein = fgets($fp,4); /* **THIS IS LINE 53** */
if (!$linein)
{
echo "Reading a line";
}
fwrite($fp1, $linein);
}
.
.
.
fclose($fp1);
fclose($fp);
Thanks in
t; to my php script (as "referer" in perl script)
> I'm using Apache webserver on win98 OS.
> If any one know the code to be written plz send it to me as soon as
> possible.
>
> Thanks a lot
>
>
>
Hi.
I believe the variable you are looking for is $HTTP_REFERER
Is it possible to have more than one file open at a time using fopen?
--
PHP Windows 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]
way if any to do that without having to do a bunch of
extra coding before every sql statment just to addslashes? Thanks!
Angie
Set variables?
$alt_spelling2 = addslashes ($alt_spelling);
$description2 = addslashes ($description);
Brad
--
PHP Windows Mailing List (http://www.php.net/)
T
Yes!
I've got this exact same problem
I think it has something to do with the format of a text file not recording
file break positions
But that doesn't really explain why notepad can display them perfect :(
"John Asendorf" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROT
solve this issue?
Thanks,
Brad
--
PHP Windows 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]
"Brad Thomas" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> IMHO I've found MySQL better
>
> <[EMAIL PROTECTED]> wrote in message news:3B896921.25275.3BAA1C@localhost...
> > How would I go about making a
"Goodluckmo" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> you must not correct install php.
> "Craig" <[EMAIL PROTECTED]> wrote in message
> [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> > Hi
> >
> > I'm trying to set up hlstats which users hlstats.php but e
IMHO I've found MySQL better
<[EMAIL PROTECTED]> wrote in message news:3B896921.25275.3BAA1C@localhost...
> How would I go about making a Login system? and should I should
> Flat file or MySQL?
>
> Let me know
> Thanks
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail:
44 matches
Mail list logo