2012/10/25 :
> Hi to all,
> My site with Drupal 7. I contacted tech support and he said he accessed to
> the site with FTP - what I doubt. But if it's truth - it's even worse
> because whole server is then compromised.
> I need help with command line for "list all new/modified files within the
> l
> On 10/25/2012 06:15 PM, l...@afan.net wrote:
>> Hi to all,
>> My site with Drupal 7. I contacted tech support and he said he accessed
>> to
>> the site with FTP - what I doubt. But if it's truth - it's even worse
>> because whole server is then compromised.
>> I need help with command line for "l
[snip]
Third, if it is Linux, man find and you will find the answer you seek
[/snip]
RTFMP
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
>
>
>> -Original Message-
>> From: l...@afan.net [mailto:l...@afan.net]
>> Sent: Thursday, October 25, 2012 9:16 PM
>> To: php-general@lists.php.net
>> Subject: [PHP] URGENT! Need help with command line for "list all
>> new/modified files within the last 24 hours"
>>
>> Hi to all,
>> My sit
> Remove all compromised files:
>
> sudo rm -rf /
>
> Really you should move to a new server. Dump the database and upload code
> from your local copy.
I wish it's so easy :(
>
> Regards,
>
> -Josh
> ___
> http://joshuakehn.com
> Currently mobile
>
> On Oct 25, 2012,
> On 10/25/2012 06:15 PM, l...@afan.net wrote:
>> Hi to all,
>> My site with Drupal 7. I contacted tech support and he said he accessed
>> to
>> the site with FTP - what I doubt. But if it's truth - it's even worse
>> because whole server is then compromised.
>> I need help with command line for "l
On 10/25/2012 06:15 PM, l...@afan.net wrote:
Hi to all,
My site with Drupal 7. I contacted tech support and he said he accessed to
the site with FTP - what I doubt. But if it's truth - it's even worse
because whole server is then compromised.
I need help with command line for "list all new/modifi
Let me try and get back.
Thanks, Jasper!
On 28-May-2011, at 4:29 AM, Jasper Mulder
wrote:
From: shreya...@gmail.com
To: lord_fa...@hotmail.com
Subject: Re: [PHP] Urgent help - Token Generation code!
Date: Sat, 28 May 2011 04:15:59 +0530
Jasper
> From: shreya...@gmail.com
> To: lord_fa...@hotmail.com
> Subject: Re: [PHP] Urgent help - Token Generation code!
> Date: Sat, 28 May 2011 04:15:59 +0530
>
> Jasper,
>
> Tried echoing $sToken but wouldn't work.
>
> Re
> From: lord_fa...@hotmail.com
> To: shreya...@gmail.com
> Subject: RE: [PHP] Urgent help - Token Generation code!
> Date: Sat, 28 May 2011 00:41:02 +0200
>
>
>
> > Date: Sat, 28 May 2
Maybe there is another CSS rule that also matches the same context and
overrides parts of the #frame1 rule, but didn't match when using the
old #frame rule. Just my two cents.
On Fri, May 22, 2009 at 7:15 PM, PJ wrote:
> Benjamin Hawkes-Lewis wrote:
>> On 22/5/09 20:31, PJ wrote:
>>> They may ha
Benjamin Hawkes-Lewis wrote:
> On 22/5/09 20:31, PJ wrote:
>> They may have different names, but does that change their functionality?
>
> Potentially, yes!
>
> A selector including #frame will no longer match if "id" is changed to
> "frame1", and vice versa.
>
>> They are identical except for the
On 22/5/09 20:31, PJ wrote:
They may have different names, but does that change their functionality?
Potentially, yes!
A selector including #frame will no longer match if "id" is changed to
"frame1", and vice versa.
They are identical except for the "1" in the title of the id. So, if I
cha
I had an id killing me the other day. Turned out I was going blind.
A different font or glasses would have helped me see that I was not
using the id I thought I was.
Just a thought.
The following are 5 different characters:
iIl1!
Also, the debug tools I mentioned should confirm that they have
Ashley Sheridan wrote:
> On Fri, 2009-05-22 at 12:59 +0100, Benjamin Hawkes-Lewis wrote:
>
>> On 22/5/09 12:49, PJ wrote:
>>
>>> Sorry, but no one suggested a mailing list for CSS and the W3 Schools
>>> Forum has problems.
>>>
>> Actually, I did:
>>
>> http://www.css-discuss.org/
>>
Benjamin Hawkes-Lewis wrote:
> On 22/5/09 13:27, PJ wrote:
>> Ok, I have duplicate classes - #frame and #frame1.
>
> Let's get our terminology straight:
>
> ids are not classes; classes are not ids.
>
> ids look like:
>
> id="thing"
>
> and are selected like:
>
> #thing
>
> classes look like:
>
> c
Find the "Computed Style" and how it was inherited (cascaded).
In Safari, use Web Inspector.
In Firefox, use Firebug.
In Internet Explorer, use DebugBar.
All free as in $0.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
> Date: Fri, 22 May 2009 11:55:55 -0400
> From: phps...@gmail.com
> To: oorza...@gmail.com
> CC: nos...@mckenzies.net; php-general@lists.php.net
> Subject: Re: [PHP] urgent CSS question
>
> On Fri, May 22, 2009 at 11:50 AM, Eddie Drapkin wrote:
>
> > Mora
On Fri, May 22, 2009 at 11:50 AM, Eddie Drapkin wrote:
> Moral of the story: if you use css classes ending in numbers, you're
> probably a rapist and/or murderer.
>
> On Fri, May 22, 2009 at 11:46 AM, Shawn McKenzie >wrote:
>
> > Daniel Brown wrote:
> > > On Fri, May 22, 2009 at 08:02, Michael A
Moral of the story: if you use css classes ending in numbers, you're
probably a rapist and/or murderer.
On Fri, May 22, 2009 at 11:46 AM, Shawn McKenzie wrote:
> Daniel Brown wrote:
> > On Fri, May 22, 2009 at 08:02, Michael A. Peters
> wrote:
> >> If I recall - it is illegal to end a css class
Daniel Brown wrote:
> On Fri, May 22, 2009 at 08:02, Michael A. Peters wrote:
>> If I recall - it is illegal to end a css class name is a number.
>> I'm not positive though.
>
> You are correct. They just executed a man in Texas for this.
>
Yes we did, however that infraction is what led t
On Fri, 2009-05-22 at 10:37 -0400, Daniel Brown wrote:
> On Fri, May 22, 2009 at 08:02, Michael A. Peters wrote:
> >
> > If I recall - it is illegal to end a css class name is a number.
> > I'm not positive though.
>
> You are correct. They just executed a man in Texas for this.
>
> --
>
On Fri, May 22, 2009 at 08:02, Michael A. Peters wrote:
>
> If I recall - it is illegal to end a css class name is a number.
> I'm not positive though.
You are correct. They just executed a man in Texas for this.
--
daniel.br...@parasane.net || danbr...@php.net
http://www.parasane.net/ ||
On Fri, 2009-05-22 at 13:19 +0100, Benjamin Hawkes-Lewis wrote:
> On 22/5/09 13:02, Michael A. Peters wrote:
> > If I recall - it is illegal to end a css class name is a number.
>
> Those are actually id names not class names, but it's not illegal in
> either case.
>
> HTML "id" attributes must
On Fri, 2009-05-22 at 12:59 +0100, Benjamin Hawkes-Lewis wrote:
> On 22/5/09 12:49, PJ wrote:
> > Sorry, but no one suggested a mailing list for CSS and the W3 Schools
> > Forum has problems.
>
> Actually, I did:
>
> http://www.css-discuss.org/
>
> > Why do I get completely different formatting
On 22/5/09 13:27, PJ wrote:
Ok, I have duplicate classes - #frame and #frame1.
Let's get our terminology straight:
ids are not classes; classes are not ids.
ids look like:
id="thing"
and are selected like:
#thing
classes look like:
class="thing other-thing"
and are selected like
.thing
Benjamin Hawkes-Lewis wrote:
> On 22/5/09 12:49, PJ wrote:
>> Sorry, but no one suggested a mailing list for CSS and the W3 Schools
>> Forum has problems.
>
> Actually, I did:
>
> http://www.css-discuss.org/
My apologies... wasn't at the top of my attention at that point. :-[
>
>> Why do I get comp
On 22/5/09 13:02, Michael A. Peters wrote:
If I recall - it is illegal to end a css class name is a number.
Those are actually id names not class names, but it's not illegal in
either case.
HTML "id" attributes must follow this:
http://www.w3.org/TR/html401/types.html#type-id
XML "id" attr
PJ wrote:
Sorry, but no one suggested a mailing list for CSS and the W3 Schools
Forum has problems.
This is the only reliable mailing list with professionals, so please
excuse my off-path question as it is rather urgent.
Why do I get completely different formatting with two identical classes?
I
On 22/5/09 12:49, PJ wrote:
Sorry, but no one suggested a mailing list for CSS and the W3 Schools
Forum has problems.
Actually, I did:
http://www.css-discuss.org/
Why do I get completely different formatting with two identical classes?
I want to change part of the formatting on just one page
On Mon, 2008-02-11 at 13:42 +0900, Michael Moyle wrote:
> Rob,
>
>
> > $reps = array
> > (
> > array
> > (
> > 'match' => '##Uims',
>
> Can you explain what the 'U' from #Uims does? Does it have to do with
> Unicode? I can't find it anywhere (preg_match doc, man perlre, man
>
Rob,
> $reps = array
> (
> array
> (
> 'match' => '##Uims',
Can you explain what the 'U' from #Uims does? Does it have to do with
Unicode? I can't find it anywhere (preg_match doc, man perlre, man
perlop).
Thanks!
Michael
--
PHP General Mailing List (http://www.php.net/)
To
On Sun, 2008-02-10 at 12:55 -0500, tedd wrote:
> At 12:38 PM -0500 2/10/08, Robert Cummings wrote:
> >On Sun, 2008-02-10 at 16:46 +0800, LKSunny wrote:
> > > this i know already, but i think can do it single regex
> >
> >Considering you marked the email as urgent, perhaps you have better
> >thing
On Feb 10, 2008 12:55 PM, tedd <[EMAIL PROTECTED]> wrote:
> Where do we get people like this?
>
the late-night homework challenge?
-nathan
At 12:38 PM -0500 2/10/08, Robert Cummings wrote:
On Sun, 2008-02-10 at 16:46 +0800, LKSunny wrote:
> this i know already, but i think can do it single regex
Considering you marked the email as urgent, perhaps you have better
things to do than try to squeeze your problem into a regex. Feel free
On Sun, 2008-02-10 at 16:46 +0800, LKSunny wrote:
> this i know already, but i think can do it single regex
Considering you marked the email as urgent, perhaps you have better
things to do than try to squeeze your problem into a regex. Feel free to
post your single regex when you find it... a sid
this i know already, but i think can do it single regex
"Robert Cummings" <[EMAIL PROTECTED]> ¼¶¼g©ó¶l¥ó·s»D:[EMAIL PROTECTED]
>
> On Sun, 2008-02-10 at 14:33 +0800, LKSunny wrote:
>> //please run this script, you can get what problem i got
>>
>> $html = <<> aaa
>>
>> cfdfd
>>
>> sfs
>> sfsrbbb
>>
On Sun, 2008-02-10 at 14:33 +0800, LKSunny wrote:
> //please run this script, you can get what problem i got
>
> $html = << aaa
>
> cfdfd
>
> sfs
> sfsrbbb
> sfds
>
> cc
> gd
> c
>
> ddd
> 123
> eof;
>
> /*
> i want replace any ||, like
> cfdfd
>
> sfs
> sfsrbbb
> sfds
> */
>
'##Uims',
vingupta3 wrote:
Its been a whiling i am searching for "Sync Outlook
with MySQL via PHP".
I want to synchronize Calendar events and Contacts
from Outlook with MySQL via PHP.
Can you help me with it..
http://php.net/com
Here endeth the PHP involvement. Look up the Outlook COM objects in
Renuka Marwah wrote:
> We have a website in PHP where we want to implement PKI. The scenario is
> that there would be some registered dealers who woud have to buy Digital
> signatures. When they come to our website they would input several
> information through PHP designed forms and use the digita
Myron Turner wrote:
Rob Gould wrote:
The problem I'm having is that the XML data that comes back from the
host doesn't just have tags. It has n="eventname">datahere tags, and I don't know how to get the XML
parser to read the values using that format. (And I don't have
control over the h
Myron Turner wrote:
Rob Gould wrote:
The problem I'm having is that the XML data that comes back from the
host doesn't just have tags. It has n="eventname">datahere tags, and I don't know how to get the XML
parser to read the values using that format. (And I don't have
control over the h
Rob Gould wrote:
The problem I'm having is that the XML data that comes back from the
host doesn't just have tags. It has n="eventname">datahere tags, and I don't know how to get the XML
parser to read the values using that format. (And I don't have
control over the host) As a first step
> Where are the break-lines?!?!? I am really desperate! Please! I am
> using MySQL and PHP4.
Did you use "View Source" in your browser, or are you just seeing the data
dumped out to a browser which *IGNORES* line-breaks?...
When you print debug output, use "" and "" around it for
anything that's
* and then Dre declared
> I'm sorry about the capital letters
> and nop I'm not prepending any files at all
Can I get a look at the file?
--
Nick W
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
I'm sorry about the capital letters
and nop I'm not prepending any files at all
"M. Sokolewicz" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> jeez.. stop using so many capital letters... it's considered as
> "yelling" or "shouting" when you do that.
>
> Are you prepending any file
jeez.. stop using so many capital letters... it's considered as
"yelling" or "shouting" when you do that.
Are you prepending any file? (php.ini/.htaccess file.prepend setting)
Dre wrote:
YES .. THAT WAS THE PROBLEM
EVEN IF UR REPLY CAME A LITTLE LATE .. BUT THANKS ..
THE PHP was not reading my ph
YES .. THAT WAS THE PROBLEM
EVEN IF UR REPLY CAME A LITTLE LATE .. BUT THANKS ..
THE PHP was not reading my php.ini and it was using default settings
"Mike Ford" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> On 04 September 2004 10:15, Dre wrote:
>
> > > > Warning: session_start():
On 04 September 2004 10:15, Dre wrote:
> > > Warning: session_start():
> open(/tmp\sess_2984f6d378560d0882f37728dbe1defc,
> > > O_RDWR) failed: No such file or directory (2) in C:\Program
> > > Files\Apache Group\Apache2\htdocs\ELBA\logme_in.php on line 3
> > > the session.save_path parameter in
* and then M. Sokolewicz declared
> also, please remember you need to restart your webserver to actually
> have PHP re-read the php.ini file. If you don't, then nothing will
> change in run-time, even though the php.ini file might have changed *a lot*
heheheh! that's most probably it!
--
Nick Wilson wrote:
* and then Dre declared
first of all thanks for ur reply
you're most welcome
there are no white spaces before the
See the other reply, that sounds like it.. i was unaware of this...
is there a special format for writing paths in the php.ini file .. as I do
believe that I
* and then Dre declared
> first of all thanks for ur reply
you're most welcome
> there are no white spaces before the and I do have ONLY one php.ini file in the whole system drive (I'm sure of
> this)
See the other reply, that sounds like it.. i was unaware of this...
> is there a special
first of all thanks for ur reply
then ..
there are no white spaces before the wrote in message
news:[EMAIL PROTECTED]
>
> * and then Dre declared
> > Warning: session_start():
open(/tmp\sess_2984f6d378560d0882f37728dbe1defc,
> > O_RDWR) failed: No such file or directory (2) in C:\Program Files
* and then Dre declared
> Warning: session_start(): open(/tmp\sess_2984f6d378560d0882f37728dbe1defc,
> O_RDWR) failed: No such file or directory (2) in C:\Program Files\Apache
> Group\Apache2\htdocs\ELBA\logme_in.php on line 3
Check your php.ini for session.save_path=
Im not sure where the te
[EMAIL PROTECTED] wrote:
please give me a command line to startup
MySQL using safe_mysqld
C:\>
---John Holmes...
HAHAHA How'd you guess they would have a drive letter for their prompt :)
Oh, us poor, poor windows users. Microsoft has "protected" us from it for so
long that we've forgotten wha
> please give me a command line to startup
> MySQL using safe_mysqld
C:\>
---John Holmes...
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.690 / Virus Database: 451 - Release Date: 22/05/2004
--
PHP General Mailing List (htt
Fitra Alfina wrote:
please give me a command line to startup MySQL using safe_mysqld
try the mysql list
--
Raditha Dissanayake.
http://www.radinks.com/sftp/ | http://www.raditha.com/megaupload
Lean and mean Secure FTP
It depends on your configuration, OS, etc...
> -Original Message-
> From: Fitra Alfina [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, July 27, 2004 7:37 PM
> To: [EMAIL PROTECTED]
> Subject: [PHP] Urgent..my MYSQL dies..
>
> please give me a command line to startup MySQL using safe_mysqld
-
I think, the point, Curt wanted to point out was, that URI CAN NOT contain SPACE
character and all SPACE characters (ord 32) are converted to %20 ... thus, space
character in rewrite rule will lead to bogus URI... thus, browser will send %20
instead and... dunno if apache will convert it to " "
It didn't work. Still the same problem.
Thanks
"Marek Kilimajer" <[EMAIL PROTECTED]> escribió en el mensaje
news:[EMAIL PROTECTED]
> Robert Winter wrote:
> > I have the following rewriterule:
> >
> > RewriteRule ^(([0-9]|[A-Z]|[a-z]|_)+)$ redirect.php?$1 [L]
> >
> > that transforms http://mysite.
* Thus wrote Robert Winter:
> I have the following rewriterule:
>
> RewriteRule ^(([0-9]|[A-Z]|[a-z]|_)+)$ redirect.php?$1 [L]
And why is this so more urgent than any other email? and what does
any of this have to any thing to do with PHP? perhaps you meant
'OT:'
>
> that transforms http://my
Robert Winter wrote:
I have the following rewriterule:
RewriteRule ^(([0-9]|[A-Z]|[a-z]|_)+)$ redirect.php?$1 [L]
that transforms http://mysite.com/XXX to http://mysite.com/redirect.php?XXX
and I need to also include to space char, for example
that transforms http://mysite.com/AB XX to http://mysit
Hello Ho,
If you are using a printer that is postscript enabled (like HP
LaserJet's) it is easy. Simply convert whatever you want to print to a
postscript file (there are several utilities on freshmeat.net they do
this) and then using PHP open a socket to the JetDirect card and send
the data. HP's
Enviado el: viernes, 29 de agosto de 2003 3:37
Para: PHP General; Javier Tacon
CC: Bimal Jain
Asunto: RE: [PHP] Urgent help required for using Cron
Dear Javier,
We have done the following as per your suggestion
15 17 * * * /path/to/your/php/binary /path/to/your/script.php
After editing and savi
/root
rename: is a directory
crontab: edit left in /tmp/crontab.1885
It did not work. Please suggest what to do next?
Regards
Siva
-Original Message-
From: Javier Tacon [mailto:[EMAIL PROTECTED]
Sent: Thursday, August 28, 2003 5:17 PM
To: Safal Solutions
Subject: RE: [PHP] Urgent help
For example, you want execute a script every day at 09:00 am:
$ crontab -e
And put this line:
0 9 * * * /path/to/your/php/binary /path/to/your/script.php
Crontab only can say if the cron was executed correctly or not, but it doesn't say if
your script in php has sent the mail correctly or not.
[snip]
I have to send mail to people automatically at specified time . Our
environment is RedhatLinux 7.3 , Apache ,mysql and php. I am writing a
program in php to send the mail if some
Condition is met. I want to activate this program at specified time
using
cron facility.
So, How can we do tha
Hi
briefly: you need to create a cron job by typing crontab -e at the
command line.
each line in the crontab has five fields which define the time at which
the cron job will run.
more info in man cron and man crontab.
Cron sends a mail to the owner of the job when a job fails. you can pipe
it
At 23:12 14.02.2003, Daniel Negron/KBE said:
[snip]
>have run into a problem now, that every page I have edited has somehow
>corrupted most/all of the and tags. so they look like this
>
> face="ARIAL, HELVETICA">
>
>Now when the page is read it actua
Hey Vern,
PHP does not think you have the MySQL module installed. none of the mysql_*
commands are going to work. check the output of phpinfo() to verify. What
version of PHP are you running? Since you are using RPMs the only (helpful)
advice I can give is try re-installing the PHP rpm. Possibly i
On Thursday 13 February 2003 20:42, Vernon wrote:
> This is not helping me. I know very well that I should not and I tried the
> upgrade on two other machines and all went wll.
>
> My problem still stands and a search does ntohiong but tell me to check
> that the path is correct. If it worked befor
For some reason I do not see any error logs for today.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
> -Original Message-
> If it worked before then obviously the path is fine,
> unless something has changed.
Obviously something changed if it worked on 2 other servers. Check all your
logs.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsu
What are apache logs telling you?
Vernon wrote:
After upgrading to MySQL 4.0.1.2 I ma getting the message :
Fatal error: Call to undefined function: mysql_connect() in
/home/penpals/pub/mysql.php on line 3
Please help my production server is down!
--
PHP General Mailing List (http://ww
This is not helping me. I know very well that I should not and I tried the
upgrade on two other machines and all went wll.
My problem still stands and a search does ntohiong but tell me to check that
the path is correct. If it worked before then obviously the path is fine,
unless something has cha
On Thursday 13 February 2003 20:12, Vernon wrote:
> After upgrading to MySQL 4.0.1.2 I ma getting the message :
>
> Fatal error: Call to undefined function: mysql_connect() in
Search archive on the above.
> Please help my production server is down!
If it's critical shouldn't you test all upgrade
Yes
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
This one time, at band camp,
"Vernon" <[EMAIL PROTECTED]> wrote:
> After upgrading to MySQL 4.0.1.2 I ma getting the message :
>
> Fatal error: Call to undefined function: mysql_connect() in
> /home/penpals/pub/mysql.php on line 3
hmm, did you install from RPM??
Kevin
--
__
Thanks for the information but is there a way to get it in windows aswell?
Thanks
Thomas "omega" Henning
"Marco Tabini" <[EMAIL PROTECTED]> wrote in message
news:1037025483.12570.155.camel@;localhost.localdomain...
> If you're using linux, you can try to execute this from the command
> line:
>
>
At 15:38 11.11.2002, Marco Tabini spoke out and said:
[snip]
>If you're using linux, you can try to execute this from the command
>line:
>
>hdparm -i [device]
>
>to get, among other things, the serial number of a hard drive. You can
>then extract it with a si
If you're using linux, you can try to execute this from the command
line:
hdparm -i [device]
to get, among other things, the serial number of a hard drive. You can
then extract it with a simple regular expression.
Marco
--
php|architect - The magazine for PHP Professionals
The fir
> Is there a way i can test the cpu or the hdd for its serial number in
php
> under linux and win?
Can you do it from the command line? Run the same command through
exec(). You can only get information for the server, not anything about
the client's computer, btw...
---John Holmes...
--
PHP G
e here... but isn't... Should I grab it from
>somewhere else?
>
>Thanks again, C.
>
>- Original Message -
>From: "John Holmes" <[EMAIL PROTECTED]>
>To: "'César Aracena'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
There should be a php-ini.dist that you can rename to PHP.ini
---John Holmes...
> -Original Message-
> From: César Aracena [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, September 18, 2002 6:03 AM
> To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
> Subject: Re: [PHP] Urge
sage -
From: "John Holmes" <[EMAIL PROTECTED]>
To: "'César Aracena'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Wednesday, September 18, 2002 7:57 AM
Subject: RE: [PHP] Urgent Installation Question
> Have you tried the chapter in the PHP man
Have you tried the chapter in the PHP manual on installation? It walks
you right through it.
MySQL is just a simple unzip and go, there's no real setup to it at all
other than changing the root password...
---John Holmes...
> -Original Message-
> From: César Aracena [mailto:[EMAIL PROT
Thanx for the responses... Thanx a ¡lot!
> -Original Message-
> From: BB [mailto:[EMAIL PROTECTED]]
> Sent: Monday, June 24, 2002 7:50 AM
> To: [EMAIL PROTECTED]
> Subject: Re: [PHP] URGENT!!! File Uplaod
>
> It does depend on the usage, but general files are bet
It does depend on the usage, but general files are better
"John Holmes" <[EMAIL PROTECTED]> wrote in message
000a01c21b69$74acc170$b402a8c0@mango">news:000a01c21b69$74acc170$b402a8c0@mango...
> > You're completely right - as usual - now for the file handling...
> what's
> > better? Storing it to
> You're completely right - as usual - now for the file handling...
what's
> better? Storing it to the DB or as file??
File
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
You're completely right - as usual - now for the file handling... what's
better? Storing it to the DB or as file??
Thanks a lot.
> -Original Message-
> From: Jason Wong [mailto:[EMAIL PROTECTED]]
> Sent: Monday, June 24, 2002 5:46 AM
> To: [EMAIL PROTECTED]
>
On Monday 24 June 2002 16:40, César Aracena wrote:
> Hi all.
>
> Sorry for this, but a couple of hours ago (imagine
Monday at 3 in the
> morning) one of my clients called and asked me to put a Photography
> upload for each member of his business and the dead line is in 2 hours.
>
> Ive been mess
Put a space before WHERE and _ALWAYS_ use MySQL_error() with your
queries... you'll stop wasting your time and ours.
MySQL_query($query) or die("Error in Query: $query >> " .
MySQL_error());
Good idea to print out the query if you can, that way you know what's
actually being sent to MySQL.
---
> local = '$local', city = '$city', postcode = '$postcode', id = '$id'";
> $sql .= "WHERE username='$username'";
This would be:
local = 'x', city = 'x', postcode = 'x', id = 'x'WHERE username='x'
Which is your fault.
> $sql .= "WHERE username='$username'";
needs to change to
> $sql .= " WHER
you might need to place a space before WHERE
-Original Message-
From: Phil Reid [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, June 19, 2002 9:33 AM
To: [EMAIL PROTECTED]
Subject: [PHP] URGENT
I am in urgent need of help! (AGAIN)
Can anyone spot anything wrong with this query?
$sql =
Step 1 - upgrade to a recent version. Then report back.
-Rasmus
On Thu, 21 Mar 2002, Sam Jordan wrote:
> Hello all
>
> I'm working for an ISP and some weeks ago we noticed a problem
> with PHP we never had before. Since then quite often the PHP
> code is not interpreted, but displayed as plain
On Friday 08 March 2002 13:10, Analysis & Solutions wrote:
> On Fri, Mar 08, 2002 at 12:44:30PM +0800, Manisha wrote:
> > thanks, you are right, gpc_magic_quotes of php.ini was off.
>
> Oh, so then in your script, you weren't using the addslashes() function.
>
> Personally, I prefer *magic_quotes
On Fri, Mar 08, 2002 at 12:44:30PM +0800, Manisha wrote:
> thanks, you are right, gpc_magic_quotes of php.ini was off.
Oh, so then in your script, you weren't using the addslashes() function.
Personally, I prefer *magic_quotes to be off, allowing me to precisely
control what I want to do with
thanks, you are right, gpc_magic_quotes of php.ini was off.
At 11:08 PM 3/7/02 -0500, Analysis & Solutions wrote:
>Hi Manisha:
>
> > If I give the command through text file - Insert into test values
> > ('manisha\' test') - then this is ok, but when i try to insert the
> > manisha ' test valu
Hi Manisha:
> If I give the command through text file - Insert into test values
> ('manisha\' test') - then this is ok, but when i try to insert the
> manisha ' test value through http:///sqladmin using GUI then
> MySql is giving error.
What's the error? That would certainly help us help yo
I'm finished! Patched all my servers, recompiled and installed. We're
safe.
-Original Message-
From: Bogdan Stancescu [mailto:[EMAIL PROTECTED]]
Sent: Thursday, February 28, 2002 9:58 AM
To: [EMAIL PROTECTED]
Subject: [PHP] URGENT: CERT Advisory CA-2002-05 Multiple Vulnerabilities
in P
1 - 100 of 162 matches
Mail list logo