RE: [PHP] using cookies

2002-11-23 Thread Paul Marinas

dose anyone how to send a "ping" in local network

thanks

Paul Marinas
Technical Support
RDS Craiova


Phone:  +402-51-410-194
Mobile: +407-22-451-439
Fax:+402-51-416-579
www.rdsnet.ro
.

Privileged/Confidential Information may be contained in this message. If you
are not the addressee indicated in this
message (or responsible for delivery of the message to such person), you may
not copy or deliver this message to
anyone. In such a case, you should destroy this message and kindly notify
the sender by reply e-mail.



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP] www.php.net

2002-11-25 Thread Paul Marinas

is down?
or my computer .
Paul Marinas
Technical Support
RDS Craiova


Phone:  +402-51-410-194
Mobile: +407-22-451-439
Fax:+402-51-416-579
www.rdsnet.ro
.

Privileged/Confidential Information may be contained in this message. If you
are not the addressee indicated in this
message (or responsible for delivery of the message to such person), you may
not copy or deliver this message to
anyone. In such a case, you should destroy this message and kindly notify
the sender by reply e-mail.



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] Nigerian oil scams

2002-12-12 Thread Paul Marinas
:)


Paul Marinas
Technical Support
RDS Craiova


Phone:  +402-51-410-194
Mobile: +407-22-451-439
Fax:+402-51-416-579
www.rdsnet.ro
.

Privileged/Confidential Information may be contained in this message. If you
are not the addressee indicated in this
message (or responsible for delivery of the message to such person), you may
not copy or deliver this message to
anyone. In such a case, you should destroy this message and kindly notify
the sender by reply e-mail.

On Thu, 12 Dec 2002, John Meyer wrote:

> php
>
> How did a Nigerian oil scam e-mail get on this list, anyway?
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] x12 837

2003-01-16 Thread Paul Marinas
:)))

Paul Marinas
Technical Support
RDS Craiova


Phone:  +402-51-410-194
Mobile: +407-22-451-439
Fax:+402-51-416-579
www.rdsnet.ro
.

Privileged/Confidential Information may be contained in this message. If you
are not the addressee indicated in this
message (or responsible for delivery of the message to such person), you may
not copy or deliver this message to
anyone. In such a case, you should destroy this message and kindly notify
the sender by reply e-mail.

On Thu, 16 Jan 2003, Marco Tabini wrote:

> On Thu, 2003-01-16 at 16:10, Rodney Green wrote:
> > Just curious. What is an 837?
>
> I'm curious, too... what is it?
>
> Not a good start, if you were hoping to get an answer eh? :-)))
>
> Marco
> --
> 
> php|architect - The Monthly Magazine for PHP Professionals
> Come check us out on the web at http://www.phparch.com!
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP] output sql

2003-01-16 Thread Paul Marinas

Dose anyone know how can i do that:
- select some data form a sql db and put it in a web page. the
problem is that i whant to change the value (name) of a column that is
selected form the database and then put in a web page with the diferent
name.

Thanks, Paul

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP] SQL+php

2003-01-18 Thread Paul Marinas
Dose anyone know how to search and replace a string in a
mysql_query output.

Thanks, Paul

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




RE: [PHP] SQL+php

2003-01-18 Thread Paul Marinas
i am trying to select some fields form a database but in there the data is
something like "172.10.192.22:100", not very frendly, and instad of those
numbers i whant to display on my web page something like  "july"...that's
it ..:)

On Sat, 18 Jan 2003, John W. Holmes wrote:

> How about you describe exactly what you're trying to do and why and then
> someone can help you.
>
> ---John W. Holmes...
>
> PHP Architect - A monthly magazine for PHP Professionals. Get your copy
> today. http://www.phparch.com/
>
> > -Original Message-
> > From: Paul Marinas [mailto:[EMAIL PROTECTED]]
> > Sent: Saturday, January 18, 2003 7:46 PM
> > To: John W. Holmes
> > Subject: RE: [PHP] SQL+php
> >
> >
> > what number? .. i really need that .
> > On Sat, 18 Jan 2003, John W. Holmes wrote:
> >
> > > > Dose anyone know how to search and replace a string in a
> > > > mysql_query output.
> > >
> > > Yes.
> > >
> > > ---John W. Holmes...
> > >
> > > PHP Architect - A monthly magazine for PHP Professionals. Get your
> copy
> > > today. http://www.phparch.com/
> > >
> > >
> > >
> > > --
> > > PHP General Mailing List (http://www.php.net/)
> > > To unsubscribe, visit: http://www.php.net/unsub.php
> > >
>
>

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




RE: [PHP] SQL+php

2003-01-18 Thread Paul Marinas
something like that only i don't whant to alter the database, the fields
in the database must remains unchanged, only, on page i  whant to display
diferent data.

 On Sun, 19 Jan 2003, Sean Malloy wrote:

> If you want to do it within the query itself, take a look at the mysql
> replace command
>
> REPLACE(str,from_str,to_str)
>
> SELECT REPLACE(,,) FROM table
>
> or you can do it using PHP once the query has executed, on a record by
> record basis, within a while/for loop or whatever.
>
> -----Original Message-
> From: Paul Marinas [mailto:[EMAIL PROTECTED]]
> Sent: Sunday, 19 January 2003 11:07 AM
> Cc: [EMAIL PROTECTED]
> Subject: [PHP] SQL+php
>
>
>   Dose anyone know how to search and replace a string in a
> mysql_query output.
>
> Thanks, Paul
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] SQL+php

2003-01-18 Thread Paul Marinas
:)))
.it's an log for a VoIp network, evrey voip has an ip and i whant
that instad of the VoIp's IP to put his name, instad of "1.1.1.1:xxx" must
be "jhon doe form yyy city", it's easier to read for the people who that
follow the logs. .. that's it ...

 On Sun, 19 Jan 2003, Justin French wrote:

> where the F*** are you getting july from???  which number do you want to
> convert to a month, or am i totally missing it?
>
> you need to be DESCRIPTIVE in what you want to acheive.
>
> we're not a mind readers!
>
>
> Justin
>
>
> on 19/01/03 11:59 AM, Paul Marinas ([EMAIL PROTECTED]) wrote:
>
> > i am trying to select some fields form a database but in there the data is
> > something like "172.10.192.22:100", not very frendly, and instad of those
> > numbers i whant to display on my web page something like  "july"...that's
> > it ..:)
> >
> > On Sat, 18 Jan 2003, John W. Holmes wrote:
> >
> >> How about you describe exactly what you're trying to do and why and then
> >> someone can help you.
> >>
> >> ---John W. Holmes...
> >>
> >> PHP Architect - A monthly magazine for PHP Professionals. Get your copy
> >> today. http://www.phparch.com/
> >>
> >>> -Original Message-
> >>> From: Paul Marinas [mailto:[EMAIL PROTECTED]]
> >>> Sent: Saturday, January 18, 2003 7:46 PM
> >>> To: John W. Holmes
> >>> Subject: RE: [PHP] SQL+php
> >>>
> >>>
> >>> what number? .. i really need that .
> >>> On Sat, 18 Jan 2003, John W. Holmes wrote:
> >>>
> >>>>> Dose anyone know how to search and replace a string in a
> >>>>> mysql_query output.
> >>>>
> >>>> Yes.
> >>>>
> >>>> ---John W. Holmes...
> >>>>
> >>>> PHP Architect - A monthly magazine for PHP Professionals. Get your
> >> copy
> >>>> today. http://www.phparch.com/
> >>>>
> >>>>
> >>>>
> >>>> --
> >>>> PHP General Mailing List (http://www.php.net/)
> >>>> To unsubscribe, visit: http://www.php.net/unsub.php
> >>>>
> >>
> >>
>

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] Installation & Configuration Question

2003-01-30 Thread Paul Marinas
did you check php.ini file?


On Wed, 29 Jan 2003, Mike At Spy wrote:

>
> Has anyone ever had an issue where PHP, for whatever reason, stopped
> .htaccess files from working?
>
> Thanks,
>
> -Mike
>
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] Re: Installation & Configuration Question

2003-01-30 Thread Paul Marinas
htacces it's use by apache when you whant to give distinct user privileges
to a certain directory, also uses htpasswd, etc.

more information you could find in apache documentation.

On Thu, 30 Jan 2003, [ISO-8859-1] Götz Lohmsnn wrote:

> Mike At Spy schrieb:
> > Has anyone ever had an issue where PHP, for whatever reason, stopped
> > .htaccess files from working?
> >
> > Thanks,
> >
> > -Mike
> >
> >
> maybe using reserved words in the .htaccess which belong to PHP ?
> what is in the htacces ? sorry not enough informations to get a hint ...
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] Testing..

2003-02-09 Thread Paul Marinas
working :)

On Sun, 9 Feb 2003, Troy May wrote:

> Just a quick test.  I just re-signed up for this list after a 3 week
> vacation and I haven't seen even one message yet.  So, reply if you get it
> please so I know this is working.
>
> Thanks,
> Troy
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP] mail problem

2003-07-26 Thread Paul Marinas

Hi, i have to send some e-mails with pictures, in html format, i was
wondering if anyone knows where to find a php class that dose this.

Thanks, Paul

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] What is $$

2003-07-31 Thread Paul Marinas

http://www.php.net/manual/en/language.variables.variable.php

On Fri, 1 Aug 2003, Ryan A wrote:

> Hi,
> I have just found this in my book: $$var = $value
> what is the double dollar for? or is that a typo?
> Thanks,
> -Ryan
>
>
> We will slaughter you all! - The Iraqi (Dis)information ministers site
> http://MrSahaf.com
>
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] cron job

2003-06-17 Thread Paul Marinas

Is there a way to run a script (to check a table for new fields, or to
check time..etc) evrey few hours, without using programes souch as
crontab.


Paul
GnuPG Key http://sgi.rdscv.ro/~paulm/paulm.PGP

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] Firewall Question

2002-11-05 Thread Paul Marinas
it depends on the operating system your running.

Paul Marinas
Technical Support
RDS Craiova


Phone:  +402-51-410-194
Mobile: +407-22-451-439
Fax:+402-51-416-579
www.rdsnet.ro
.

Privileged/Confidential Information may be contained in this message. If you
are not the addressee indicated in this
message (or responsible for delivery of the message to such person), you may
not copy or deliver this message to
anyone. In such a case, you should destroy this message and kindly notify
the sender by reply e-mail.

On Tue, 5 Nov 2002, incoming wrote:

> Depends on your firewall software.
>
> --Joseph Guhlin
> Web Developer / Unix Consultant
> http://www.bahwi.cc/
>
> Stephen wrote:
>
> >Err, I'm extremely new to Firewalls and the firewall is protecting the LAN
> >I'm on for the house. I think I should need to just do port 80 for this but
> >how would I go about opening it?
> >
> >While I'm on the subject, I also need to open ports , 7778, 7787, 7788,
> >28900, 28902 for a game. Again, how would I open them either from my
> >computer or the computer with admin privilages to the firewall?
> >
> >
> >
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] manual/eng

2003-08-31 Thread Paul Marinas
try http://www.php.net/download-docs.php

u have a link there for diferent languages

Paul

On Sun, 31 Aug 2003 [EMAIL PROTECTED] wrote:

> Hi all,
>
> I tried to download the manual of php
> wget http://www.php.net/manual/en/
>
> I got a lot of files but not linked to read off line
> the links where all to the website.
>
> http://www.php.net/manual/en/faq.php
> http://www.php.net/manual/en/zend.configuration-macros.php
>
> Can someone please help me with a site that I can download
> the manual of php in a format that I can read off line.
>
> regards
> Metta
>
> --
> A saying of the Buddha from http://metta.lk/
> Whoever tries to seek happiness without hurting others, can find happiness.
> Random Dhammapada Verse 132
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] Excel Files

2003-09-18 Thread Paul Marinas

Hi, is there a way to create excel files with php?

Thanks.

Paul
GnuPG Key http://sgi.rdscv.ro/~paulm/paulm.PGP

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



RE: [PHP] Excel Files

2003-09-18 Thread Paul Marinas
:)...stupid me :), 10x

Paul
GnuPG Key http://sgi.rdscv.ro/~paulm/paulm.PGP

On Thu, 18 Sep 2003, Jennifer Goodie wrote:

> > Hi, is there a way to create excel files with php?
> >
> > Thanks.
>
> This was answered yesterday and I'm way too lazy to type out my reply again.
>
> Here is an archive search on the word 'excel'
> http://marc.theaimsgroup.com/?l=php-general&w=2&r=1&s=excel&q=b
>
> Here is yesterday's thread
> http://marc.theaimsgroup.com/?t=10637468632&r=1&w=2
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] php.net

2003-09-20 Thread Paul Marinas
I've got an error when i try to access www.php.net, are there any
problems?

Paul

GnuPG Key http://sgi.rdscv.ro/~paulm/paulm.PGP

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] Storing images

2003-11-15 Thread Paul Marinas

Hi, i was wondering which is the best way to store images. I'm using an
upload section for my site and i'm using a script  to put those  images
from the upload section on a diferent section of the site.

10x
Paul
GnuPG Key http://sgi.rdscv.ro/~paulm/paulm.PGP

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] Php and GpG

2004-02-23 Thread Paul Marinas

Those anyone know hoh to use php with gpg. I've tryed gpgext, but doesn't
seems to work maybe my php is not compiled with some kind of support.

thanks


Paul
GnuPG Key http://sgi.rdscv.ro/~paulm/paulm.PGP

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] php editor

2005-01-13 Thread Paul Marinas
i use phpedit www.phpedit.com i think it's preaty good and also have a 
free personal licence

William Stokes wrote:
Hello,
I'm quite new with writing php code. I was considering of using some kind of
php editor program to help with the syntax. Know any goog ones?
Thanks
-Will
--
Paul Marinas, netadm @ RDS Craiova.
Imagination is more important than knowledge... - A.E.
GnuPG Key http://sgi.rdscv.ro/~paulm/paulm.PGP


signature.asc
Description: OpenPGP digital signature