I do believe you want the first version...
"Peter Misun" <[EMAIL PROTECTED]> skrev i meddelandet
news:[EMAIL PROTECTED]
>
> need help:
> what do you suggest to use:
>
> $mc = new myclass();
> or
> $mc = &new myclass();
>
> because in any tutorial I can see the first form, but on page "what
refe
Change your + against . everywhere...
"Stephen Rivas Jr" <[EMAIL PROTECTED]> skrev i meddelandet
news:[EMAIL PROTECTED]
> Again, looking in PHP.net for help - unable to proceed.
>
> I'm trying to add a variable string, to another literal string and store
it
> in that variable again. I know it can
You could always checkout AceHTML 5 from visicommedia.com.. It's avaible as
freeware, one main feature is removed, but that should matter when you use
PHP... Also, there's a FTP client that integrates well into AceHTML named
AceFTP...
"Eppack" <[EMAIL PROTECTED]> skrev i meddelandet
news:[EMAIL PR
$result = `batfile.bat`;
Would do the trick... Notice that it's ` (backtic), not single quote '
<[EMAIL PROTECTED]> skrev i meddelandet
news:[EMAIL PROTECTED]
> Hello all,
>
> I would like to run a batch file in the background, using PHP and Apache
on
> Win2k Server. I use ANALOG to generate u
register_globals in php.ini should be set to On in order for that to work...
"Jeremy" <[EMAIL PROTECTED]> skrev i meddelandet
news:[EMAIL PROTECTED]
> I am having an issue with my server. I'm relatively new to PHP, so I've
> been looking over a lot of tutorials and articles lately. One common
the
Hmm... I think the first part of foreach should be an array... So, more
like
foreach($GLOBALS as $photo)... Unless photo is an array containing photos...
However, how to make a variable become global, I'm not sure of...
"Mike" <[EMAIL PROTECTED]> skrev i meddelandet
news:[EMAIL PROTECTED]
> When r
You'll have to create your own object for that I think...
"Reuven Nisser" <[EMAIL PROTECTED]> skrev i meddelandet
news:[EMAIL PROTECTED]
> Hello,
> I am trying to convert an ASP script to PHP. The script is using COM
objects
> and passes them 3 parameters: Request, Response & Session.
>
> When the
Oh, I think you have the register_globals problem... Search the manual for
'register_globals' for more info...
"Dj Dust" <[EMAIL PROTECTED]> skrev i meddelandet
news:[EMAIL PROTECTED]
> hiya
>
> I've been tearing my hair out for 2 days now trying to get this to work
and
> I'm sure the answer has go
Assuming it's not a downloaded script that is...
"Dash McElroy" <[EMAIL PROTECTED]> skrev i meddelandet
news:[EMAIL PROTECTED]
> daz,
>
> This should be easy enough. First, have you checked to see if
> register_globals is on or off on your local machine? It defaults to off,
> so $DOCUMENT_ROOT woul
It's your PHP.ini... You must set error_reporting to like E_ALL & ~E_NOTICE
or something like that... You might also want to check register_globals,
most likely you want this to be On instead of Off which is default...
"Jorge L." <[EMAIL PROTECTED]> skrev i meddelandet
news:[EMAIL PROTECTED]
> I bo
he scripts that needs security, you can use $_POST and $_SESSION and so on,
but for things like "Enter two numbers to see which one is biggest", it
feels quite silly to disable it... The reason for that example is that books
often have very silly examples like that...
// DvDmanDT
&q
hat he bought it before 4.2.0...
Anyway, today is the last day I'm here to discuss this (going on a camp for
three weeks, no comp there)... So, post quickly or send me a mail in cc: or
something if you are going to reply, please...
// DvDmanDT
"Per Lundberg" <[EMAIL PROTECTED]>
Try $_SERVER["DOCUMENT_ROOT"]...
--
// DvDmanDT
MSN: [EMAIL PROTECTED]
Mail: [EMAIL PROTECTED]
"Marc Tricou" <[EMAIL PROTECTED]> skrev i meddelandet
news:[EMAIL PROTECTED]
> Hi,
>
> If have Apache 2 running and installed PHP 4.3.2 normally. It's good
>
1. I assume you are using 4.3.1, not 4.31... Not that it really matters
though...
2. It's in your PHP.ini, I think you are used to have error_reporting =
E_ALL & ~E_NOTICE, but you have E_ALL only... This displays Notices...
--
// DvDmanDT
MSN: [EMAIL PROTECTED]
Mail: [EMAIL PROTECTE
It's not really fixed, more like hidden..
--
// DvDmanDT
MSN: [EMAIL PROTECTED]
Mail: [EMAIL PROTECTED]
"David Adade" <[EMAIL PROTECTED]> skrev i meddelandet
news:[EMAIL PROTECTED]
> Thanks
> The cured the problem. It is now working.
>
>
> "Dvdmandt&quo
That you are supposed to include "top1.php" WITHOUT
"http://www.whatever.com/"; as that is what screws up...
--
// DvDmanDT
MSN: [EMAIL PROTECTED]
Mail: [EMAIL PROTECTED]
"Krishna Murali-A19032" <[EMAIL PROTECTED]> skrev i meddelandet
news:[EMAIL PROTECT
I'd use VC++ and compile it... I think I can do it if you send the source...
Not sure though, never compiled myself before... HMm.. Yes, I have...
Well...
You make a project and compile I think...
--
// DvDmanDT
MSN: [EMAIL PROTECTED]
Mail: [EMAIL PROTECTED]
"Ika Oscaos" &l
Would you mind sharing that solution with us? I'm kinda intrested in that...
--
// DvDmanDT
MSN: [EMAIL PROTECTED]
Mail: [EMAIL PROTECTED]
"Ignatius Reilly" <[EMAIL PROTECTED]> skrev i meddelandet
news:[EMAIL PROTECTED]
> I found the solution to my problem
Are you sure you mean /r/n? I think you mean \r\n which is a windows
line-end..
--
// DvDmanDT
MSN: [EMAIL PROTECTED]
Mail: [EMAIL PROTECTED]
"Toby z" <[EMAIL PROTECTED]> skrev i meddelandet
news:[EMAIL PROTECTED]
> hay guyz
>
> im stuck with substr now
>
>
I really doubt it is.. Why not check? Hmm... CVS latest update 5 weeks
ago... License in headers... Seems like the one before that was 10 months
ago... So... I don't think so... To bad, I want this extension... It's sooo
cool...
--
// DvDmanDT
MSN: [EMAIL PROTECTED]
Mail: [EMAIL
7;s a later
problem)
pwd returns I'm in the 'compiling' folder, in the php script, I chdir() to
get into that folder...
Can anyone help, please? Security is not a concern, it's private, and it's
for learning purposes mostly... I use winXP home... I can install stuff like
$sql="insert into $table set Name = '".$_POST["elementName"]."'";
or even better:
$sql="insert into ".$table." set Name = '".$_POST["elementName"]."'";
But the method both Jake and Bao suggested will also wo
I use AceHMTL 5 to save -> switch window to IE -> F5...
--
// DvDmanDT
MSN: [EMAIL PROTECTED]
Mail: [EMAIL PROTECTED]
"Alan McDonald" <[EMAIL PROTECTED]> skrev i meddelandet
news:[EMAIL PROTECTED]
> It seems that the popular IDE's assume that you are running agai
To display errors or not (if they show up that is)... The @ will disable
error-reporting...
--
// DvDmanDT
MSN: [EMAIL PROTECTED]
Mail: [EMAIL PROTECTED]
"Alan McDonald" <[EMAIL PROTECTED]> skrev i meddelandet
news:[EMAIL PROTECTED]
> I've searched but cannot find in
That depends on if you use the globals or not And if you don't, no use
to have it turned on...
--
// DvDmanDT
MSN: [EMAIL PROTECTED]
Mail: [EMAIL PROTECTED]
<[EMAIL PROTECTED]> skrev i meddelandet news:[EMAIL PROTECTED]
> Just out of curiosity, if I was to work with register_
ideas?
--
// DvDmanDT
MSN: [EMAIL PROTECTED]
Mail: [EMAIL PROTECTED]
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Check your hosts file
(C:\windows\system32\drivers\etc) and see if something is wrong with it...
--
// DvDmanDT
MSN: dvdmandt¤hotmail.com
Mail: dvdmandt¤telia.com
##
Please, if you are using windows, you may be infected by Swen. Please go
here to find out more:
http://us.
XP home.. :p
Should be same thing though...
--
// DvDmanDT
MSN: dvdmandt¤hotmail.com
Mail: dvdmandt¤telia.com
##
Please, if you are using windows, you may be infected by Swen. Please go
here to find out more:
http://us.mcafee.com/virusInfo/default.asp?id=helpCenter
Ok, can you give me one difference? I have setup servers and PHP on both
home and professional, as well as connections and firewalls and I haven't
noticed any difference.. :s
--
// DvDmanDT
MSN: dvdmandt¤hotmail.com
Mail: dvdmandt¤telia.com
##
Please, if you are
I could not find a single log.. :s Anyway, if you solve it, please let me
know.. If you didn't install using an installer, chances are the 'mysql' db
isn't setup, causing mysql to crash...
--
// DvDmanDT
MSN: dvdmandt¤hotmail.com
Mail: dvdmandt¤telia.com
#
in php.ini, change the extension_dir variable, then uncomment
';extension=php_gd2.dll' (remove the ; at the beginning of the line)...
--
// DvDmanDT
MSN: dvdmandt¤hotmail.com
Mail: dvdmandt¤telia.com
##
Please, if you are using windows, you may be infected by Sw
oreach ( $y as $xcell )
print "$xcell ";
print "\n";
}
print "";
}
}
$test = new table( array("a", "b", "c") );
$test->addRow( array(1,2,3) );
$test->addRow( array(4,5,6) );
$test->addRowAssocArray (array ( b=>0, a=>6, c=>
extension_dir (or is it path?) should be C:\PHP\extensions I think, unless
you did something wierd with it.. :s
--
// DvDmanDT
MSN: dvdmandt¤hotmail.com
Mail: dvdmandt¤telia.com
##
Please, if you are using windows, you may be infected by Swen. Please go
here to find out
rstand why the devs are pissed, although, I think they overreact some...
--
// DvDmanDT
MSN: dvdmandt¤hotmail.com
Mail: dvdmandt¤telia.com
##
Please, if you are using windows, you may be infected by Swen. Please go
here to find out more:
http://us.mcafee.com/virusInfo/defa
isn't it just to do a $new=imagecreatetruecolor(50,50) , and use
imagecopyresampled($new,$orginal,0,0,$cordinate_from_flash_app_x,$same_but_y
,50,50,$flash_end_x,$flash_end_y);
imagecopyresampled($new,$orginal,0,0,100,120,50,50,300,320);
--
// DvDmanDT
MSN: dvdmandt¤hotmail.com
Mail: dvd
s
settings or the sapi version...
--
// DvDmanDT
MSN: dvdmandt¤hotmail.com
Mail: dvdmandt¤telia.com
##
Please, if you are using windows, you may be infected by Swen. Please go
here to find out more:
http://us.mcafee.com/virusInfo/default.asp?id=helpCenter&hc
echo "document.voteForm.{$tempVar}[0].checked";
echo 'document.voteForm.'.$tempVar.'[0].checked';
--
// DvDmanDT
MSN: dvdmandt¤hotmail.com
Mail: dvdmandt¤telia.com
"Ron Herhuth" <[EMAIL PROTECTED]> skrev i meddelandet
news:[EMAIL PROTECTED]
I ha
ignored even though it's a notice saying 'Check the archives
before posting a question, chances are it has already been asked and
answered a few times.' This question has been answered just about a million
times before..
--
// DvDmanDT
MSN: dvdmandt¤hotmail.com
Mail: dvdmandt¤telia.
Hello everyone!
Does anyone have a copy of PHP 1.0? Today I managed to get PHP 2 working,
and I already had 3, 4 and 5 on my system.. So I want 1.0, just to have them
all.. So, anyone? Please? I really want it..
Any pointers / comments / files appriciated!
--
// DvDmanDT
MSN: dvdmandt
iconv functions or something like that... It's caused by different
charsets...
--
// DvDmanDT
MSN: dvdmandt¤hotmail.com
Mail: dvdmandt¤telia.com
"Tim" <[EMAIL PROTECTED]> skrev i meddelandet
news:[EMAIL PROTECTED]
> Hi,
>
> I'm running shell_exec on a command t
I do beleive you mean short_open_tag.. :) I doubt you ment short_quotes
anyway.. :)
--
// DvDmanDT
MSN: dvdmandt¤hotmail.com
Mail: dvdmandt¤telia.com
"David Felton" <[EMAIL PROTECTED]> skrev i meddelandet
news:[EMAIL PROTECTED]
> The first option is faster, although thi
Did you try with PHP 4.3.4 (I think some earlier version was buggy)? It
worked, and created something like a black/white palette or something, and
the number '2' at the bottom, 24x466 px.. :)
Just used this:
echo base64_decode($image_data);
--
// DvDmanDT
MSN: dvdmandt¤hotmai
Sounds like you have both Apache and IIS, and that IIS is catching the
requests instead of Apache.. :p
If that's not the case, try to check the DocumentRoot in httpd.conf.. This
seems to be an Apache error rather than something to do with PHP..
Hope you solve it..
--
// DvDmanDT
MSN: dvd
You have installed PHP 'the wrong way'.. Install as module instead.. :p
Increases performance, and reduces ram usage, as well as should get rid of
that problem you are having..
--
// DvDmanDT
MSN: dvdmandt¤hotmail.com
Mail: dvdmandt¤telia.com
<[EMAIL PROTECTED]> skrev i meddela
I was thinking about this a while ago accutually.. It does seem like you can
use ticks to get a multithreaded server, with multiple connections, but I
can't say for sure.. :p
--
// DvDmanDT
MSN: dvdmandt?hotmail.com
Mail: dvdmandt?telia.com
"Comex" <[EMAIL PROTECTED]> skr
Yes, you must edit the service in the administative tools, to allow
interaction with desktop.. OR run the script from commandline...
--
// DvDmanDT
MSN: dvdmandt¤hotmail.com
Mail: dvdmandt¤telia.com
"B.A.T. Svensson" <[EMAIL PROTECTED]> skrev i meddelandet
news:[EMAIL PROTECTED]
Since it has 0% to do with PHP, I assume you code it wrong..
1. Maybe it has to do with frames or domains
2. Maybe filenames
But it's definitly not PHP's fault..
--
// DvDmanDT
MSN: dvdmandt¤hotmail.com
Mail: dvdmandt¤telia.com
"S.Gultom" <[EMAIL PROTECTED]> skrev
Personally, I'd suggest getting mod_l33t, and just modify the config file..
But you'll need a domain name setup which allows for this in that case..
Well, you'll need that anyway so.. Try to find mod_l33t.. Google for like
mod_l33t-1.0.tar.gz...
--
// DvDmanDT
MSN: dvdmandt¤h
It's done the lazy way.. If the whole expression can't return true, it's not
nessecary to evaluate the right side of the && operator.. In other words,
my_bool_function will never be called...
See the manual for more..
--
// DvDmanDT
MSN: dvdmandt¤hotmail.com
Mail: dv
Support for windows 95 has been dropped.. Maybe that error is why..
Although, you are not supposed to like doubleclick php.exe or something,
cause that gives error for me too..
--
// DvDmanDT
MSN: dvdmandt¤hotmail.com
Mail: dvdmandt¤telia.com
"Bobo Wieland" <[EMAIL PROTEC
wouldn't
get a complete set of headers (which it's complaining about)...
Add this at the end of your command: 2 > &1, like this:
$ListDir = "dir $Dir\\*.$pattern 2>&1";
Also, I think this would be even better:
$ListDir = "dir \"$Dir\\*.$pattern\" 2&
Personally, I'd suggest an upgrade to Apache 1.3.29.. While Apache 2 works,
it doesn't work as well as 1.3 does.. I've tried them both, several times,
and I keep going back to 1.3 after a while..
Well, good luck..
--
// DvDmanDT
MSN: dvdmandt¤hotmail.com
Mail: dvdmandt¤telia.
ll have to get it from pecl or snaps.php.net..
Also, shouldn't you use some hWnd? 0 seems a bit bad... :p But anyway, I
don't really have any idea what I'm writing about..
Oh, and you might wanna try other PHP versions.. I had code working in 4.2.*
and maybe even 4.3.0, that doesn'
Maybe the files are damaged even before they get to the php script?
--
// DvDmanDT
MSN: dvdmandt¤hotmail.com
Mail: dvdmandt¤telia.com
"Ron Herhuth" <[EMAIL PROTECTED]> skrev i meddelandet
news:[EMAIL PROTECTED]
I am dying here. I'm on a deadline and I can't get
attac
if all 1's in the dynamic string has a match in the static
one, but not if the static one has a 1 that the other doesn't have..
Correct?
--
// DvDmanDT
MSN: dvdmandt¤hotmail.com
Mail: dvdmandt¤telia.com
"Ron Herhuth" <[EMAIL PROTECTED]> skrev i meddelandet
news:[EMAIL PRO
You use the meta-tag-style in PHP as well, or a javascript..
--
// DvDmanDT
MSN: dvdmandt¤hotmail.com
Mail: dvdmandt¤telia.com
"Sudeep sarath" <[EMAIL PROTECTED]> skrev i meddelandet
news:[EMAIL PROTECTED]
> Hi friends,
>
> Is there any function in php that keeps re
replace $check with mysql_escape_string($check);
--
// DvDmanDT
MSN: dvdmandt¤hotmail.com
Mail: dvdmandt¤telia.com
"Sudeep sarath" <[EMAIL PROTECTED]> skrev i meddelandet
news:[EMAIL PROTECTED]
> Hi friends,
>
> I have a 'textarea' in my php page and i ne
Umm..
I think you want the global keyword...
function getparams()
{
global $smenu;
...
}
--
// DvDmanDT
MSN: dvdmandt¤hotmail.com
Mail: dvdmandt¤telia.com
<[EMAIL PROTECTED]> skrev i meddelandet news:[EMAIL PROTECTED]
> Hi, I have an application I'm transferring
> to php. Rig
GET and server
specific variables, there has to be some kind of communication..
The easiest way to solve it would probably be to use the cli version...
--
// DvDmanDT
MSN: dvdmandt¤hotmail.com
Mail: dvdmandt¤telia.com
"Hankj" <[EMAIL PROTECTED]> skrev i meddelandet
news:[EMAIL PROTE
Maybe you forgot the enctype="multipart/form-data" in the tag?
--
// DvDmanDT
MSN: dvdmandt¤hotmail.com
Mail: dvdmandt¤telia.com
"Ron Herhuth" <[EMAIL PROTECTED]> skrev i meddelandet
news:[EMAIL PROTECTED]
I'm trying to do a file upload using PHP. I am using thi
/manual/en/function.include.php#AEN5536
--
// DvDmanDT
MSN: dvdmandt¤hotmail.com
Mail: dvdmandt¤telia.com
"B.A.T. Svensson" <[EMAIL PROTECTED]> skrev i meddelandet
news:[EMAIL PROTECTED]
> You should have a closer look at the concept of a function.
>
> A function are suposed to retu
If he rename the file he tries to include to .txt,
it will work as he want it to..
http://php.net/manual/en/function.include.php - Example 11-7, and the text
right above it..
--
// DvDmanDT
MSN: dvdmandt¤hotmail.com
Mail: dvdmandt¤telia.com
"B.A.T. Svensson" <[EMAIL PROTECTED]>
Sounds like it has nothing to do with GD or PHP.. Probably a badly
configured Apache..
--
// DvDmanDT
MSN: dvdmandt¤hotmail.com
Mail: dvdmandt¤telia.com
"Arno Muhren" <[EMAIL PROTECTED]> skrev i meddelandet
news:[EMAIL PROTECTED]
> Hi everyone,
>
> I have a Windows 2003
Pretty much exactly what I wrote.. It does work, it works as it should and
it nothing wrong with it really..
--
// DvDmanDT
MSN: dvdmandt¤hotmail.com
Mail: dvdmandt¤telia.com
"B.A.T. Svensson" <[EMAIL PROTECTED]> skrev i meddelandet
news:[EMAIL PROTECTED]
> What is the poi
Try to replace the ? with a space.. But I really have no idra.. Make sure
you use latest version, cause I think this was changed to work better in
latest version.. Although, I would recommend to use the CLI version instead
of the CGI..
--
// DvDmanDT
MSN: dvdmandt¤hotmail.com
Mail: dvdmandt
Try
$com->GenerateSigningKeys(&$privkey,&$pubkey); and enable
allow_calltime_pass_by_reference or whatever it's called..
--
// DvDmanDT
MSN: dvdmandt¤hotmail.com
Mail: dvdmandt¤telia.com
"Steven Kidd" <[EMAIL PROTECTED]> skrev i meddelandet
news:[EMAIL PROTECTED]
What I did (working) was to just place libmcrypt.dll in the system32
folder.. To test, use the examples at php.net/mcrypt
--
// DvDmanDT
MSN: dvdmandt?hotmail.com
Mail: dvdmandt?telia.com
"Phpdiscuss - Php Newsgroups And Mailing Lists" <[EMAIL PROTECTED]>
skrev i meddela
urlencode or rawurlencode.. The first one is what your browser user I
think..
--
// DvDmanDT
MSN: dvdmandt¤hotmail.com
Mail: dvdmandt¤telia.com
"Ross Honniball" <[EMAIL PROTECTED]> skrev i meddelandet
news:[EMAIL PROTECTED]
> Hi All,
>
> I'm just trying to link
e zip file..
php4apache.dll is located in the sapi folder.. php4ts.dll which is another
important file is located in the root folder of your php installation.. You
might need to move that one to a better place.. Read manual for more info..
http://php.net/manual/en/
--
// DvDmanDT
MSN: dvdmandt¤hotmai
I'd lookup virtual()...
--
// DvDmanDT
MSN: dvdmandt¤hotmail.com
Mail: dvdmandt¤telia.com
"Trevor Gryffyn" <[EMAIL PROTECTED]> skrev i meddelandet
news:[EMAIL PROTECTED]
The problem is that the web server looks at the file type and determines
what to do with it before it
Are you sure you have installed GD?
--
// DvDmanDT
MSN: dvdmandt¤hotmail.com
Mail: dvdmandt¤telia.com
"Rafael Soares" <[EMAIL PROTECTED]> skrev i meddelandet
news:[EMAIL PROTECTED]
> This is what happens:
>
> "Call to undefined function imagecreatefromjpeg() in
>
It's not.. It exists in other SAPIs as well unless I'm misstaken (there was
discussion on it anyway), including ISAPI which IIS uses unless PHP is
installed as cgi.. Not sure at all about this though..
--
// DvDmanDT
MSN: dvdmandt¤hotmail.com
Mail: dvdmandt¤telia.com
"Mikey&quo
T there
is also mod_mono..
--
// DvDmanDT
MSN: dvdmandt¤hotmail.com
Mail: dvdmandt¤telia.com
"Dvdmandt" <[EMAIL PROTECTED]> skrev i meddelandet
news:[EMAIL PROTECTED]
> It's not.. It exists in other SAPIs as well unless I'm misstaken (there
was
> discussion on it anyw
be able to doubleclick a .php file and get the results shown in explorer)..
I think I succeded somehow though..
--
// DvDmanDT
MSN: dvdmandt¤hotmail.com
Mail: dvdmandt¤telia.com
"Danielb" <[EMAIL PROTECTED]> skrev i meddelandet
news:[EMAIL PROTECTED]
> How easy is it to set
down.. So, maybe
we should all just stick to java or flash when it comes to those things?
--
// DvDmanDT
MSN: dvdmandt¤hotmail.com
Mail: dvdmandt¤telia.com
"[EMAIL PROTECTED]" <[EMAIL PROTECTED]> skrev i
meddelandet news:[EMAIL PROTECTED]
Hello,
Why not write an php-gtk plugin for brow
You are not supposed to use php.exe, use php-cgi.exe.. php.exe doesn't
generate any HTTP headers like cgi's are required to, therefore the error...
--
// DvDmanDT
MSN: dvdmandt¤hotmail.com
Mail: dvdmandt¤telia.com
"George Broyles" <[EMAIL PROTECTED]> skrev i meddela
to have as module is the one you will likely use the most..
Doesn't matter all that much though..
Hope that helps..
--
// DvDmanDT
MSN: dvdmandt¤hotmail.com
Mail: dvdmandt¤telia.com
"Bobo Wieland" <[EMAIL PROTECTED]> skrev i meddelandet
news:[EMAIL PROTECTED]
Hi all!
I'm
All I get is an 500 response, meanin something is wrong in the IIS config..
--
// DvDmanDT
MSN: dvdmandt¤hotmail.com
Mail: dvdmandt¤telia.com
"Zac Korpi" <[EMAIL PROTECTED]> skrev i meddelandet
news:[EMAIL PROTECTED]
Hi,
I've installed PHP manually on W2K server -
hink it's due to the fact that PHP is installed as Apache
module, running as system service.. I can access the files from explorer..
So.. Any ideas? Anyone?
--
// DvDmanDT
MSN: dvdmandt¤hotmail.com
Mail: dvdmandt¤telia.com
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscr
Maybe it's for the wrong PHP version or something..
--
// DvDmanDT
MSN: dvdmandt¡èhotmail.com
Mail: dvdmandt¡ètelia.com
"Yuegong" <[EMAIL PROTECTED]> skrev i meddelandet
news:[EMAIL PROTECTED]
> Hi;
>
> My system is win2000+php5.03cgi , other extensions like
Errm.. I did search accutually.. But didn't find anything.. Partly cause I'm
running home edition.. There's no security tab there.. And the folders are
shared.. Apache is running as SYSTEM, and I'm as User or something like
that.. Any more ideas?
--
// DvDmanDT
MSN: dvdma
Apache 1.6? Errmm.. Still on 1.3.. :p
--
// DvDmanDT
MSN: dvdmandt¤hotmail.com
Mail: dvdmandt¤telia.com
"SargeTron" <[EMAIL PROTECTED]> skrev i meddelandet
news:[EMAIL PROTECTED]
> I'm looking for this solution aswell... but I would rather it was
something
> that woul
d for home users), and it seems like
it needs to have a password to work (couldn't get it to login without a
password)..
3. Test..
--
// DvDmanDT
MSN: dvdmandt¤hotmail.com
Mail: dvdmandt¤telia.com
"Armando" <[EMAIL PROTECTED]> skrev i meddelandet
news:[EMAIL PROTECTED]
> It w
nyway..
--
// DvDmanDT
MSN: dvdmandt¤hotmail.com
Mail: dvdmandt¤telia.com
"Mikey" <[EMAIL PROTECTED]> skrev i meddelandet
news:[EMAIL PROTECTED]
>
> Yoiks!!!
>
> > I accutually got it working.. Here's the steps for anyone with the same
> > problems:
>
> >
k files as well..
If you need security, don't even consider XP, and even more not home.. Now,
if you can tell me a security hole I've opened (apart from network access
which was my goal with this), I'll take back my suggestion..
--
// DvDmanDT
MSN: dvdmandt¤hotmail.com
Mail: dvdm
I don't think you could get it to run under dos.. You could recompile it
ofcorse, but I doubt it would work anyway.. I think it uses some
functionality that wouldn't be possible under dos.. But it's only a guess..
--
// DvDmanDT
MSN: dvdmandt¤hotmail.com
Mail: dvdmandt¤telia.com
t, but it uses stuff that I
doubt exists in dos..
--
// DvDmanDT
MSN: dvdmandt¤hotmail.com
Mail: dvdmandt¤telia.com
"Jean-Philippe Palha" <[EMAIL PROTECTED]> skrev i meddelandet
news:[EMAIL PROTECTED]
> Try PHP CLI, it's the command line version of PHP
> (look at the CLI
ry managed the same way as in newer versions of Windows?
Probably not.. 2 apps can't really run at the same time in dos (not like in
windows anyway), so shared memory probably isn't even a part of the OS..
--
// DvDmanDT
MSN: dvdmandt¤hotmail.com
Mail: dvdmandt¤telia.com
<[EMAIL PROTECT
I think it means you have a } at the wrong place..
{
print << skrev i meddelandet
news:[EMAIL PROTECTED]
> Parse error: syntax error, unexpected $end in
> c:\wamp\www\php_excercises\schedule.php on line 81:
>
> line 81 is all the way at the bottom.
>
> Here is my code:
>
> "-//W3C//DTD XHTML 1.0
Ermm.. Change
to
as well.. otherwise you'll have
in your result..
--
// DvDmanDT
MSN: dvdmandt¤hotmail.com
Mail: dvdmandt¤telia.com
"The Disguised Jedi" <[EMAIL PROTECTED]> skrev i meddelandet
news:[EMAIL PROTECTED]
> it means php was looking for the end of file mark
.. What exactly are you trying to do? If you are trying to decrypt user
input, then no, it's not going to work.. You'll have to read the input
first, then pass that to mcrypt_decrypt, then write that to your outfile..
--
// DvDmanDT
mail: dvdmandt¤telia.com
msn: dvdmandt¤hotmail.
Not unless you can force all users to install PHP and the ActiveScript SAPI
module.. Then I think you could do it.. But I haven't tried it..
--
// DvDmanDT
mail: dvdmandt¤telia.com
msn: dvdmandt¤hotmail.com
"Panos Laganakos" <[EMAIL PROTECTED]> skrev i meddelandet
news:[E
You should only run console applications, not gui apps.. Also, by default
Apache is installed as a system service, and in that case it doesn't make
sense to run graphical apps..
--
// DvDmanDT
mail: dvdmandt¤telia.com
msn: dvdmandt¤hotmail.com
"Brian Stakes" <[EMAIL P
Just check why it fails.. mysql_error() returns a string with the last error
message..
--
// DvDmanDT
mail: dvdmandt¤telia.com
msn: dvdmandt¤hotmail.com
"Alf Stockton" <[EMAIL PROTECTED]> skrev i meddelandet
news:[EMAIL PROTECTED]
> SMITHT wrote:
>> INSERT INTO U
94 matches
Mail list logo