guyz
this is an sos mail
i need a hand with my system design
if anyone outthere knowz uml for web and can spare me sum time id be
eternally gratefull .
i no ur all really buzzy n deep into work :(
n ill understand .. (A)
thnx a mill guyz
toby .
dash u there
this is the error I get
"Security Alert! The PHP CGI cannot be accessed directly.
This PHP CGI binary was compiled with force-chi-redirect enabled. This means
that a page will only be served up if the REDIRECT_STATUS CGI variable is
set, a.go. via an Apache Action directive.
For more informa
thank you very much for your contribution, but as I had said before im new
to PHP all together and do not fully understand your step 4
"4. Once the setup is done, go into your IIS Server Manager and drop down
to the website that you wish to install PHP for. Set it up as you would
under a IIS5 ser
php-windows Digest 4 Feb 2003 02:50:14 - Issue 1571
Topics (messages 18322 through 18343):
Re: Looping through the mysql_field_name function
18322 by: Cam Dunstan
18339 by: Davy Obdam
script not allowing login after generating new password
18323 by: Beach, Jim
I found out that '\n' does work but "\n" does. Very Strange!
"Brett Greiner" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> When I'm writing some text to a file I want to add a carriage return to
the
> file. I've tried \n and \n\r and all that does is echo the
When I'm writing some text to a file I want to add a carriage return to the
file. I've tried \n and \n\r and all that does is echo the \n\ and \n\r into
the file.
Any ideas?
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
There`s no such thing as a stupid question - unless of course we are trying
to dramatically reduce the number of posts on this list.
Jim, just echo the password before and after it gets inserted and
before/after comparison and you`ll soon see where you going wrong.
Echo - the greatest debugging
RE: [PHP-INST] php not executed, mime type problem?Thats okay. I'm glad that it helped
you out. I know how annoying it is getting these things working!
Stephen
- Original Message -
From: Boutelle, Jonathan
To: 'Stephen Edmonds' ; Zavier Sheran ; Boutelle, Jonathan
Sent: Monday
Thanks Cam,
That was what i was trying to figure out i just didnt see it
Best regards,
Davy Obdam
mailto:[EMAIL PROTECTED]
Cam Dunstan wrote:
Davy
put this into a script and run it ...
$dbase = "somedatabase";// change this to suit !!
$db = mysql_connect("localhost", "root"
"Norbert GrüTtner" <[EMAIL PROTECTED]> schrieb im Newsbeitrag
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
I doubt that differences in file permission are the reason for the problem,
because I managed to the script running just by changing the way it was
called.
the scenario is as follows
lo
Here's a step-by-step howto on configuring IIS6.0 to work with CGI PHP
http://www.rtfmnewbie.com/php-iis6.txt
I'll post an article on how to configure ISAPI within a couple of days.
Regards,
Nick H.
[EMAIL PROTECTED]
- Original Message -
From: "pingywon MCSE" <[EMAIL PROTECTED]>
To:
Well Iam at work right now and wont have time to play with this stuff till
about Weds..
I thank you both for your for all your help. to clear things up a little
with the Win3kServer issue ...yes I am running IIS 6 which will ship with
Server 2003. I didn't expect the "avg" person to be able t
thnx max
i really appriciate this
thnx a zallion :)
toby
--- Maxim Maletsky <[EMAIL PROTECTED]> wrote: >
> OK, Toby, I think I got it - you need to display the PHP logo
> within your
> project for differeciating PHP amoung the other languages in a list
> of
> code/scripts/resources. Correct
:$
:D
yup . u got it .
i tried my best u cudnt but u clever u u actually got it
paron me im losin it here . :'(
im doomed .
:'(
sucidal dreeemz
toby ..
--- Maxim Maletsky <[EMAIL PROTECTED]> wrote: >
> So, in short, is your question stays in whetehr
hay shaggy
2 solutions
1. risk turn ur registerglobals on in ur php.ini since its off
by default
2. on the page where ur catching ur variable
vatdh it as
if ($_GET['site'])
$site="events";
shaggy if u dont change ur code now and keepgoin with register
globals off u ll end up in a mess .
So, in short, is your question stays in whetehr or not you could use the
PHP logo for the "thin client we application" or whatever your project
is?
I am not sure why, but I stil doubt I understood you right ... :)
--
Maxim Maletsky
[EMAIL PROTECTED]
toby z <[EMAIL PROTECTED]> wrote... :
>
>
plzzz any help is appreciated =(
"Shaggy" <[EMAIL PROTECTED]> schrieb im Newsbeitrag
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hi there =D;
>
> i got the following problem:
>
> When i want to use variables in URLs
> for example:
> http://192.168.0.1/Treff/index2.php?site=events
>
> i got this
well max ill try to explain what i can :$
as i rote in my first mail im making an scentcil of my own in ms
visio for uml design for a thin client web application (i add)
i have this book by booch and 2 more people ... designing web
applications with uml and it has these artifacts of abondy ob
please, explain yourself better. Use what? Add what? ..to what?
--
Maxim Maletsky
[EMAIL PROTECTED]
toby z <[EMAIL PROTECTED]> wrote... :
> thnx guyz a billion
>
> but do tell me anothrthingg while we are at it
> cant i uze sumthing of my own n then later in the appendex d
thnx guyz a billion
but do tell me anothrthingg while we are at it
cant i uze sumthing of my own n then later in the appendex declare a
stereotype deffination . with all its declaration, defination and
constraints and all ?
this is a doccumentation for my masters d
i have running apache very well since 2.0.39 on a win2k server
and apache 2.x should always be prefered before 1.3x
Wade wrote:
01302007 1410 CST
I couldnt get 2.0.43 to run on W2k either. Just use 1.3.26. Its stable
and it just works. Unless you absolutly need something in 2.0.43 or just
wan
Hi,
I suppose 'ex' is the excel object in your code. Then you should
use ex->Quit to get rid of it.
That is - any unsaved altered Workbook produces a warning dialog
and when you use an excel instance that has been opened by the
user you can't close it anyway. But you wrote your clients machine
First of all, you can make sessions automaticly turn on by setting
"session.auto_start" in your php.ini file. Alternatively, you can set
"output_buffering" to something... to buffer your response before
sending it along.
Now, that error message you are getting is probably because you are
try
Stupid question: Are you returning the encrypted string to the "user"?
> -Original Message-
> From: Beach, Jim [mailto:[EMAIL PROTECTED]]
> Sent: Monday, February 03, 2003 4:46 PM
> To: [EMAIL PROTECTED]
> Subject: [PHP-WIN] script not allowing login after generating new
> password
>
>
>
Hi, I'm new in this list and to PHP and MySQL. I'd welcome any help you
can give.
I'm working on a simple application where a registered user submits a
"forgot my password" form. The script is supposed to generate a random
new password, write it to the database, and send it to the user. Then
th
Davy
put this into a script and run it ...
$dbase = "somedatabase";// change this to suit !!
$db = mysql_connect("localhost", "root"); // change this also!!
mysql_select_db($dbase,$db);
$result = mysql_list_tables($dbase);
$rowcount = mysql_num_rows($result);
for ($j = 0; $j <
php-windows Digest 3 Feb 2003 13:28:35 - Issue 1570
Topics (messages 18306 through 18321):
php/mysql query
18306 by: Anthony Ritter
Re: PHP on Windows.net Server
18307 by: pingywon MCSE
PHP .Net and a boat load of questions !!!
18308 by: pingywon MCSE
18309
Yeah, but remember also to read the copyrights. Design property is not
GPL, but can be often used with the permission. Read the license on
php.net.
--
Maxim Maletsky
[EMAIL PROTECTED]
Luis Ferro <[EMAIL PROTECTED]> wrote... :
> In the site www.php.net there is a faveicon in the site that can
> -Original Message-
> From: Henrik Hornemann [mailto:[EMAIL PROTECTED]]
> Sent: Monday, February 03, 2003 2:04 PM
> To: '[EMAIL PROTECTED]'
> Subject: SV: [PHP-WIN] two questions: error_log and timeout
>
>
> Hi,
>
> > -Oprindelig meddelelse-
> > Fra: Svensson, B.A.T. (HKG) [mail
> From: Luis Ferro [mailto:[EMAIL PROTECTED]]
>
> Svensson, B.A.T. (HKG) wrote:
>
> >Q&A 1: Have you checked the file in a hex editor/viewer?
> >
> >
> Another solution is to open the file with wordpad instead of notpad...
> (wordpad knows what are unix delimited files, and notepad doesn't)...
Hi,
> -Oprindelig meddelelse-
> Fra: Svensson, B.A.T. (HKG) [mailto:[EMAIL PROTECTED]]
> Sendt: 3. februar 2003 13:03
> Til: Henrik Hornemann; [EMAIL PROTECTED]
> Emne: RE: [PHP-WIN] two questions: error_log and timeout
>
>
> Q&A 1: Have you checked the file in a hex editor/viewer?
>
Wo
> Is there a way to force line breaks in the error log?
write your own error_log wrapper. I usually do something like this:
function error ($msg) {
error_log(sprintf('[%s] %s %s', date('d-m-Y H:i:s'), $msg, "\r\n"), 3,
'D:/path/to/error.log');
}
> CGI Timeout
> The specified CGI applicati
Svensson, B.A.T. (HKG) wrote:
Q&A 1: Have you checked the file in a hex editor/viewer?
Another solution is to open the file with wordpad instead of notpad...
(wordpad knows what are unix delimited files, and notepad doesn't)...
Cheers,
Luis Ferro
Teladigital.net
---
[This E-mail scanned f
Q&A 1: Have you checked the file in a hex editor/viewer?
Q&A 2: Three solutions
1) speed optimize your queries (check all full table scans etc)
2) increase the time out limitation
3) get faster hardware
In addition you might want to check weather this always happens
for single specific queries.
Hi all,
I hope you can help me.
I'm running php 4.3 as ISAPI under IIS on Windows 2000, SP3 MS-SQL Server
2000, SP2.
I have these two problems that has been bugging me for some time:
I'm logging php errors and warnings to a log file. But mostly there are no
line breaks in the resulting file, whi
In the site www.php.net there is a faveicon in the site that can be used
as such:
http://www.php.net/favicon.ico
Cheers,
Luis Ferro
Teladigital.net
toby z wrote:
hi guys
im at designing my project i couldnt find any free tools so im making
my own stencil in ms visio
i have got a list of
hi guys
im at designing my project i couldnt find any free tools so im making
my own stencil in ms visio
i have got a list of uml articrafts from this book with icons for asp
and java pages and scripts, but what i dont see there is an icon for
a php page
can and will anyone pleez tell me what a p
1) Cant get the PHP visible on the net (under win Server 2003) added a
service extension "php" and pointed it to my c:\php\php.exe all I get it a
security error. any ideas there ?
What is the web server you are using? There are diferent install
procedures for each mainstream web server... I'
PHP3 is long since out of date (though I suspect some legacy sites still
use it). Afaik it does not havve DOM support so you must mean PHP4. Check
the latest version of the manual for the correct function names - but
beware of version changes :
Try to use at least PHP4.2.3 for DOM support.
You
Well, you were right - it *is* a rather large boatload of questions -
I'll try to address each enough for you to get the gist of things. I'm
new to the list myself, but I've been doing this for a while so perhaps
I won't make too big a fool of myself.
1) Security error ? Errr... I think we'll n
40 matches
Mail list logo