Re: [PHP] defending PHP mail function

2001-10-31 Thread ReDucTor
Blankwhat os was it?!?!? - Original Message - From: Matthew Luchak To: Php-General (E-mail) Sent: Thursday, November 01, 2001 2:04 AM Subject: [PHP] defending PHP mail function Recently I have had to defend the use of PHP in light of a number of screw-ups with the mail function in 4.0+.

Re: [PHP] defending PHP mail function

2001-10-31 Thread ReDucTor
thats wierd it added blank infront of it all...wierd it might have been the smtp server its self that had rules or something... - Original Message - From: Matthew Luchak [EMAIL PROTECTED] To: Php-General (E-mail) [EMAIL PROTECTED] Sent: Thursday, November 01, 2001 2:09 AM Subject: RE:

Re: [PHP] Getting an Email into a PHP/pl script

2001-10-04 Thread ReDucTor
Most mail servers use qmail, so i will explain how to do it with qmail For your qmail accounts, you will have .qmail files(e.g. .qmail-default .qmail-webmaster and so on), open one of these files, now add the bottom of it |preline /path/to/php /path/to/script.php or you can do it with perl the

[PHP] System(), exec(), Passthru(), etc

2001-10-04 Thread ReDucTor
I can't seem to get a return value, while using the functions, it just puts a 0 on the page, i try putting a br after i do the system call, still all that is on the page, 0, something is wrong, anyone know why?!? I got no telnet access, and i want to do some cron jobs :D - James ReDucTor

Re: [PHP] System(), exec(), Passthru(), etc

2001-10-04 Thread ReDucTor
echo System(crontab -l, $var).br; echo $var; - Original Message - From: David Robley [EMAIL PROTECTED] To: ReDucTor [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Friday, October 05, 2001 2:21 PM Subject: Re: [PHP] System(), exec(), Passthru(), etc On Fri, 5 Oct 2001 13:19, ReDucTor

Re: [PHP] How to simulate any browser

2001-10-03 Thread ReDucTor
with HTTP 1.1, you just need the normal url, for the GET, but if you want to use POST or something, you do strlen() and get the length, set the contentlength, then you send it...make sure to do urlencode before sending stuff via get, or doing stuff with POST...i wrote a perl POST Client, because

Re: Re: [PHP] How to simulate any browser

2001-10-03 Thread ReDucTor
What does the error page have? - Original Message - From: "Kamil Nowicki" [EMAIL PROTECTED] To: "PHP-list" [EMAIL PROTECTED] Sent: Thursday, October 04, 2001 2:55 AM Subject: Re: Re: [PHP] How to simulate any browser Hello again I suppose I was not precise enough. with

Re: [PHP] how to decrease serverload easily?

2001-10-02 Thread ReDucTor
http://conf.php.net/pres/slides/intro/tshirt.php?si=30text=php That doesn't work, Its in the imlib2 section :D and i wanted to see a pic with php logo on it :D - Original Message - From: Rasmus Lerdorf [EMAIL PROTECTED] To: Martin Lindhe [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent:

Re: [PHP] how to decrease serverload easily?

2001-10-02 Thread ReDucTor
Would be nice and fun to goto one of them, but I live in Australia and I doubt, thats where you go :D hehe - Original Message - From: Rasmus Lerdorf [EMAIL PROTECTED] To: ReDucTor [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Wednesday, October 03, 2001 2:09 AM Subject: Re: [PHP] how

[PHP] Re: ImageColorAt()

2001-10-02 Thread ReDucTor
The script had been tested on a few *nix system, they all worked, hell see the threads that have kewl script inside them :D - Original Message - From: Richard Lynch [EMAIL PROTECTED] To: Reductor [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Wednesday, October 03, 2001 12:40 PM Subject

[PHP] Re: Free hosts, or Temp account...some thing

2001-10-02 Thread ReDucTor
But that doesn't have an option to search for only free ones...or even in a specific price range - Original Message - From: Richard Lynch [EMAIL PROTECTED] To: Reductor [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Wednesday, October 03, 2001 12:47 PM Subject: Re: Free hosts, or Temp

Re: [PHP] ereg

2001-09-30 Thread ReDucTor
use MSIE:[56|5\..|6\..] something like that, i suck at regular expression :D - Original Message - From: Matthew Delmarter [EMAIL PROTECTED] To: PHP Mailing List [EMAIL PROTECTED] Sent: Monday, October 01, 2001 1:32 PM Subject: [PHP] ereg How do I use ereg to check for MSIE 5.5 and

[PHP] A kewl Script, for you someone to test, and show me the results

2001-09-27 Thread ReDucTor
size=\1\ color=\#; echo dechex($color['red']); echo dechex($color['green']); echo dechex($color['blue']); echo \\$/font; } echo br\n; } ? /body/html - James ReDucTor Mitchell -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED

Re: [PHP] A kewl Script, for you someone to test, and show me the results

2001-09-27 Thread ReDucTor
Thanks Ramus.. It appears to work nice... I find the $ looks nicer, then an # - James ReDucTor Mitchell - Original Message - From: Rasmus Lerdorf [EMAIL PROTECTED] To: ReDucTor [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Thursday, September 27, 2001 5:29 PM Subject: Re: [PHP

[PHP] Free hosts, or Temp account...some thing

2001-09-26 Thread ReDucTor
half an hour or so, for me to test out my script, to see if it is my OS that is causing these problem - James ReDucTor Mitchell -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list

Re: [PHP] A simple PHP form not working

2001-09-25 Thread ReDucTor
you have an l just after the @ sign, it might be an idea to change that, because when it connects, it first does HELO email and checks if that user is allowed... - Original Message - From: Tshering Norbu [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, September 25, 2001 6:38 PM

[PHP] ImageColorAt()

2001-09-25 Thread ReDucTor
ImageColorAt() causes my php to crashI want to capture the color of a pixel... - James ReDucTor Mitchell -- PHP General 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

Re: [PHP] Writing newlines in files

2001-09-23 Thread ReDucTor
put \n at the end - Original Message - From: Big5ive [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, September 23, 2001 11:36 PM Subject: [PHP] Writing newlines in files Hi! $FTP_FILE=d:\programme\serv-u\ServUDaemon.ini; $fp = fopen($FTP_FILE, a);

Re: [PHP] Going blind? Plz hlp w/ parse error

2001-09-19 Thread ReDucTor
Which line is line 10?!? - Original Message - From: Anthony Rodriguez [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, September 20, 2001 2:34 PM Subject: [PHP] Going blind? Plz hlp w/ parse error Please help! There is a parse error in like 10: ?php // file:

Re: [PHP] problems with include()

2001-09-13 Thread ReDucTor
are you using a .cfg extension?!? you are going to need to add the path to php at the top if you are :D - Original Message - From: LRW [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, September 14, 2001 1:31 AM Subject: [PHP] problems with include() I got a plain test to

Re: [PHP] Changing perl to PHP

2001-09-12 Thread ReDucTor
?php $fp = fsockopen(www.paypal.com, 443, $errono, $errstr, 30); if (!$fp) { echo $errstr ($errno)br\n; } else { fputs ($fp, GET https://www.paypal.com/cgi-bin/webscr HTTP/1.1\015\012); fputs ($fp, HOST www.paypal.com\015\012); fputs ($fp, Content-type:

Re: [PHP] Site Layouts/Designs

2001-09-10 Thread ReDucTor
), are for me.. - James ReDucTor Mitchell - Original Message - From: Justin French [EMAIL PROTECTED] To: Meir Kriheli [EMAIL PROTECTED]; php [EMAIL PROTECTED] Sent: Monday, September 10, 2001 7:32 PM Subject: Re: [PHP] Site Layouts/Designs Hi, Just to throw in a curve-ball, IMHO

Re: [PHP] HTTP POST..

2001-09-10 Thread ReDucTor
i've figured out post works - Original Message - From: Tom Carter [EMAIL PROTECTED] To: ReDucTor [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Tuesday, September 11, 2001 4:01 AM Subject: Re: [PHP] HTTP POST.. PHP is probably compiled as a module.. if you want to be able to compile

[PHP] Win 9x and Shell Commands

2001-09-09 Thread ReDucTor
I can't seem to do any system(), exec(), passthru(), etc on my windows system.. I've tried doing command /c command... Its showing Warning: Unable to fork [command /c net] in c:\phpdev3\www\net.php on line 2 - James ReDucTor Mitchell -- PHP General Mailing List (http://www.php.net

[PHP] Site Layouts/Designs

2001-09-09 Thread ReDucTor
.. - James ReDucTor Mitchell -- PHP General 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]

Re: [PHP] new to php

2001-09-09 Thread ReDucTor
You could use cron... - Original Message - From: Kostis Mentzelos [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, September 10, 2001 12:50 AM Subject: [PHP] new to php Hi all, is it possible to create a table that automatically updates its contents every 30 seconds? Thanks

Re: [PHP] Site Layouts/Designs

2001-09-09 Thread ReDucTor
Ya, but FreeWebTemplates is down 4 coz of a hack, and all other ones it leads to(except templates.ws), which is why i am after other ones - James ReDucTor Mitchell - Original Message - From: B. van Ouwerkerk [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, September 10

Re: [PHP] Just had a cool idea!

2001-09-09 Thread ReDucTor
You could use something like this ?php $pageif = ads.php; $count = 500; $countfile = file(counter.txt); $count = $countfile[0]; $fp = fopen(counter.txt, w); fwrite($fp, $count); fclose($fp); $temp = $count / $count; if(!is_float($temp)) echo scriptwindow.open('.$pageif.');/script\n; // my js

[PHP] HTTP POST..

2001-09-09 Thread ReDucTor
anything... - James ReDucTor Mitchell -- PHP General 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]

Re: [PHP] Hosting in lieu of programming ?

2001-09-09 Thread ReDucTor
i think a great load of people here, want to do there own programming :D after all this is the place for programming... :D - James ReDucTor Mitchell - Original Message - From: Natasha [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, September 10, 2001 2:49 PM Subject: [PHP

[PHP] FTPs

2001-08-29 Thread ReDucTor
Does anyone know any FTP sites that have lots of CGI, PHP, JavaScript, Java, ASP, etc, so i can just leech them all :D - James ReDucTor Mitchell -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED

Re: [PHP] FTPs

2001-08-29 Thread ReDucTor
Ya, i browse Hotscripts alot, but i just want to connect with FTP, and leech :D - James ReDucTor Mitchell - Original Message - From: Andrey Hristov [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, August 30, 2001 2:03 AM Subject: Re: [PHP] FTPs http://www.hotscripts.com

Re: [PHP] FTPs

2001-08-29 Thread ReDucTor
://www.icygen.com 99% - Original Message - From: ReDucTor [EMAIL PROTECTED] To: Andrey Hristov [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Wednesday, August 29, 2001 7:10 PM Subject: Re: [PHP] FTPs Ya, i browse Hotscripts alot, but i just want to connect with FTP, and leech :D

[PHP] LAN Scripts/Functions

2001-08-28 Thread ReDucTor
networks) And anything else... - James ReDucTor Mitchell -- PHP General 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]

Re: [PHP] LAN Scripts/Functions

2001-08-28 Thread ReDucTor
ReDucTor Mitchell - Original Message - From: Erik H. Mathy [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, August 29, 2001 12:20 AM Subject: RE: [PHP] LAN Scripts/Functions Now I am after Scripts and/or Functions that would be handy to use on at a LAN, or on a Website Related

Re: [PHP] Re: Thinking about going to ASP

2001-08-27 Thread ReDucTor
chegando: http://toca.sourceforge.net Reductor [EMAIL PROTECTED] wrote in message 008001c12df9$e96806e0$eb00a8c0@mum">news:008001c12df9$e96806e0$eb00a8c0@mum... Just looking over the achives of the .net show(was msdn show), and with .net its got some really great features..

[PHP] Thinking about going to ASP

2001-08-26 Thread ReDucTor
Just looking over the achives of the .net show(was msdn show), and with .net its got some really great features.. So i am going to get a hold of .net and try it out... - James ReDucTor Mitchell -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED

Re: [PHP] path to php

2001-08-26 Thread ReDucTor
they don't give shell access without contacting them, and they don't reply to emails - Original Message - From: ReDucTor [EMAIL PROTECTED] To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Thursday, August 23, 2001 12:48 PM Subject: Re: [PHP] path to php Have you tried which php or locate

Re: [PHP] \n

2001-08-24 Thread ReDucTor
you do know you need to put br to make it go to a new line :D one of the stupidest mistakes, but done alot :D - Original Message - From: Jeremy Morano [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, August 25, 2001 1:18 AM Subject: [PHP] \n Sorry to bother you with what

[PHP] Scripts..flatfile

2001-08-23 Thread ReDucTor
, for stuff, they don't need to be top of the line...Please btw. People to send a message to the address it came from and the mailing list address, use Reply to All, not reply to sender :D - James ReDucTor Mitchell -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail

Re: [PHP] insert hyperlink to mysql query result

2001-08-22 Thread ReDucTor
echo /tdtdfont face=verdana size=1pa href=http://www.expedia.com/pub/agent.dll?qscr=mcststrt1=.$amyrow[address ]. city1=.$amyrow[city].stnm1=CAzipc1=cnty1=4Map/p; echo /td; - Original Message - From: Andras Kende [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, August 23, 2001

[PHP] path to php

2001-08-22 Thread ReDucTor
does anyone know all the possible paths to php...because i can't seem to find it on my current host...i have tried using the following php /path/to/script.php /usr/php /path/to/script.php /usr/local/bin/php /path/to/script.php /usr/bin/php /path/to/script.php but i still can't seem to get it to

Re: [PHP] $var , '$var'

2001-08-19 Thread ReDucTor
nothing, execpt, think there would be about 0.1 time difference... :D I use $var = $blah.bleh'.$foo because syntax highlighting looks better :D - James ReDucTor Mitchelll - Original Message - From: nafiseh saberi [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, August 19, 2001

Re: [PHP] Meaningful URL Validator

2001-08-17 Thread ReDucTor
?php $url = http://url;; if($file = @file($url)) die(Invalid); for($i=0;$isizeof($file);$i++) { if(eregi(b404/b, $file[$i])) die(Invalid); if(eregi(404 , $file[$i])) die(Invalid); if(eregi(404 Error, $file[$i])) die(Invalid); if(eregi(not exist, $file[$i])) die(Invalid); } echo $url. is

Re: [PHP] Execute a PHP script from unix (crontab)

2001-08-15 Thread ReDucTor
do you mean perl?!? - Original Message - From: Augusto Cesar Castoldi [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, August 16, 2001 1:04 AM Subject: [PHP] Execute a PHP script from unix (crontab) Hi. How can I execute a php script from the unix? like pearl it's (pearl

Re: [PHP] Date function

2001-08-15 Thread ReDucTor
?php $date = 2001-10-18; $montharray = array(Jan, Feb, Mar, Apr, May, Jun, Jul, Aug, Sep, Oct, Nov, Dec); $datedata = explode(-, $date); echo $montharray[$datedata[1]+1]. .$datedata[2]. .$datedata[0]; ? - Original Message - From: Mike Mike [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent:

Re: [PHP] need real expert (geting outer files) *english/german*

2001-08-15 Thread ReDucTor
server.com?var=xyz would put in the get var and set it to xyz and it would give you $var = xyz you don't need the slash.. - James ReDucTor Mitchell - Original Message - From: Tribun [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, August 16, 2001 1:11 AM Subject: [PHP] need

Re: [PHP] security with email data entries

2001-08-15 Thread ReDucTor
well you add to your .forward file or .qmail-default file if you use qmail to exec it(sends the email) then you do something like this.. ?php $fp = fopen(php://stdin, r); while(!feof($fp)) { $buffer = fgets($fp); if(eregi(From:, $buffer)) $from = chop($buffer); if(eregi(To:, $buffer)) $to =

Re: [PHP] Re: prob with session start

2001-08-14 Thread ReDucTor
header() must be before anything is writen on the page - Original Message - From: Balaji Ankem To: [EMAIL PROTECTED] Sent: Tuesday, August 14, 2001 8:10 PM Subject: Fw: [PHP] Re: prob with session start Hi,Renze i tried u'r last solution first.But it is acting as same

[PHP] Site Stats/Server Logs

2001-08-13 Thread ReDucTor
what are some good things for analyising server logs?!? I currently have Wusage, is there any better?!? :D - James ReDucTor Mitchell -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact

Re: [PHP] Mail()

2001-08-12 Thread ReDucTor
From : Your Name [EMAIL PROTECTED] make sure you have the arrow things around it... thats in your headers... - Original Message - From: Mahmoud Kassem [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, August 13, 2001 4:20 PM Subject: [PHP] Mail() How can force my From: instead

Re: [PHP] Bug?

2001-08-08 Thread ReDucTor
you must use float not int :D - Original Message - From: Maxim Maletsky [EMAIL PROTECTED] To: '[Intent A/S] Tais M. Hansen' [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Wednesday, August 08, 2001 7:01 PM Subject: RE: [PHP] Bug? good point. ...and try this out: echo

Re: [PHP] Bug?

2001-08-08 Thread ReDucTor
if you use echo (float)((8.85-8)*100); it works because 8.85 go's to 0.85 and times that by 100, and you get 85 which is what you get... - Original Message - From: Renze Munnik [EMAIL PROTECTED] To: ReDucTor [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Wednesday, August 08, 2001 7:14 PM

Re: [PHP] Bug?

2001-08-08 Thread ReDucTor
i found this http://www.php.net/manual/en/language.types.double.php#warn.float-precision it explains the problem ?php $q = ((8.85-8)*100); echo $q.br; echo (float)($q).br; echo (int)($q).br; echo var_dump($q).br; ? gives out 85 85 84 float(85) - Original Message - From: Darius

Re: [PHP] PHP 4 released date

2001-08-08 Thread ReDucTor
4.0.6 is out, and has been from the 23rd of June 2001.. - Original Message - From: Deependra B. Tandukar [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, August 08, 2001 7:31 PM Subject: [PHP] PHP 4 released date Greetings! Can anybody give me, PHP4 released date?

Re: [PHP] Regular expressions

2001-08-08 Thread ReDucTor
$line = htmlentities(stripslashes($line)); $line = nl2br($line); $line = eregi_replace(\[(link|url)=(.*)\](.*)\[/(link|url)\],a href=\\\2\ target=\_blank\\\3/a,$line); $line = eregi_replace(\[color=(.*)](.*)\[/color\], font color=\\\1\\\2/font, $line); $line =

Re: [PHP] large commercial websites that use php?

2001-08-07 Thread ReDucTor
sourceforge.net planetsourceocde.com f2s.com easydns.com hell, just use a search engine, and do a search for say .php .gov .edu and you will find a great load of sites that have pages done it php... - James ReDucTor Mitchell - Original Message - From: jose d lopez [EMAIL PROTECTED

Re: [PHP] (//// === huh??)

2001-08-03 Thread ReDucTor
$var = stripslashes($var); - Original Message - From: Gerard Samuel [EMAIL PROTECTED] To: PHP [EMAIL PROTECTED] Sent: Friday, August 03, 2001 2:37 PM Subject: [PHP] ( === huh??) In my script that puts out a form I have a drop down list which include == echo

Re: [PHP] Copy Array.

2001-07-24 Thread ReDucTor
hows about $array2 = $array1; :D - Original Message - From: Nick Davies [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, July 24, 2001 6:39 PM Subject: [PHP] Copy Array. Anyone know how to copy an array to another name? I'm assumming that $array1 = $array2; doesn't work (at

Re: [PHP] Re: need help w/ variables

2001-07-23 Thread ReDucTor
that error is because the php error checking had been changed from the default...but still some do have problems... :D - Original Message - From: Van Tate Jr. [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, July 23, 2001 5:01 PM Subject: Re: [PHP] Re: need help w/ variables Ah!

Re: [PHP] question about forum

2001-07-23 Thread ReDucTor
This is my suggestion Start with making your user management...setup design and layout management, then do the browsing, then your viewing, then different catagories, then do other little bits... - Original Message - From: Jason Wang [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday,

[PHP] When did this become the advertising Mailing List

2001-07-23 Thread ReDucTor
When?!? -- PHP General 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]

Re: [PHP] date HELP !!!!!

2001-07-23 Thread ReDucTor
$todaydate = date(m); $tomorrowdate = date(m,time() + 86400); if($todaydate != $tomorrowdate){ echo Tomorrow is a new month; } - Original Message - From: Yamin Prabudy [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, July 23, 2001 5:27 PM Subject: [PHP] date HELP ! hi,

Re: [PHP] limit items per page

2001-07-23 Thread ReDucTor
What sort of database do you have, and what is your current source?!? - Original Message - From: Steph [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, July 23, 2001 6:52 PM Subject: [PHP] limit items per page Ive got an image gallery, and rather than having one really long page of

[PHP] Networking

2001-07-23 Thread ReDucTor
Hey does any one know if it is possible to do something like read stuff thro file and printer sharing on a remote pc, i tried \\computer\dir for the dirs but that didn't work any suggestions(btw i did addslashes :D ) so ne ideas...please -- PHP General Mailing List (http://www.php.net/) To

Re: [PHP] Networking

2001-07-23 Thread ReDucTor
That didn't work, i am on a windows machine...and this is my personal machine, so i don't wish to change to unix... :D but windows should have more support for this then unix.. - James ReDucTor Mitchell - Original Message - From: Matthew Loff [EMAIL PROTECTED] To: 'ReDucTor' [EMAIL

Re: [PHP] Networking

2001-07-23 Thread ReDucTor
Windows Machine - Original Message - From: Mark Roedel [EMAIL PROTECTED] To: ReDucTor [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Tuesday, July 24, 2001 6:56 AM Subject: RE: [PHP] Networking -Original Message- From: ReDucTor [mailto:[EMAIL PROTECTED]] Sent: Monday

Re: [PHP] Networking

2001-07-23 Thread ReDucTor
I just maped a network drive, and it worked that way, so i guess i should use system commands to map them, read them, then unmap :D - James ReDucTor Mitchell - Original Message - From: ReDucTor [EMAIL PROTECTED] To: Mark Roedel [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent

Re: [PHP] The Program!

2001-07-23 Thread ReDucTor
Go find some safe lists, not a list like this... - Original Message - From: Marty [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, July 24, 2001 11:00 AM Subject: [PHP] The Program! Several months ago, I made a conscious decision not to delete what I figured was just another

Re: [PHP] PDFlib beginners request

2001-07-23 Thread ReDucTor
In the comments on the php.net pages, i found a few, but i gave up on using pdf within php, because you had to pay about a thousand odd dollars just to use the thing, so be prepared to put some cash in to it :D - James ReDucTor Mitchell - Original Message - From: By Proxy [EMAIL

Re: [PHP] Replace ANYTHING between TAG /TAG

2001-07-22 Thread ReDucTor
?php $tagname = tag; $somevar = text; echo .$tagname..nl2br(htmlspecialchars(stripslashes($somevar)))./.$tagna me.; ? - Original Message - From: Dan Krumlauf [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, July 23, 2001 2:36 PM Subject: [PHP] Replace ANYTHING between TAG

Re: [PHP] need help w/ variables

2001-07-22 Thread ReDucTor
add to the top of the script error_reporting(E_ALL ~E_NOTICE); - Original Message - From: Virgil Claritt [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, July 23, 2001 2:57 PM Subject: [PHP] need help w/ variables when i use this script: ?php session_start(); if ($op == ds)

Re: [PHP] need help w/ variables

2001-07-22 Thread ReDucTor
is equal to yes $msg is equal to Bad Login Reductor [EMAIL PROTECTED] wrote in message 002701c11335$ac5dafe0$0200a8c0@ReDucTor">news:002701c11335$ac5dafe0$0200a8c0@ReDucTor... add to the top of the script error_reporting(E_ALL ~E_NOTICE); - Original Message - From

Re: [PHP] Re: need help w/ variables

2001-07-22 Thread ReDucTor
yep, thought so :D - Original Message - From: Virgil Claritt [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, July 23, 2001 3:47 PM Subject: [PHP] Re: need help w/ variables it was my error reporting along i copied that script dtraight from the text book so i knew it wasnt the

[PHP] netBIOS, Windows, Sockets, fsockopen help

2001-07-21 Thread ReDucTor
Hey, I am wondering if any one has any details on netBIOS, and stuff, so then i can browse shared files and folders on another computer, with in php i have tried looking up the commands sent, but haven't managed to find any... - James ReDucTor Mitchell -- PHP General Mailing List (http

Re: [PHP] netBIOS, Windows, Sockets, fsockopen help

2001-07-21 Thread ReDucTor
, Sockets, fsockopen help Try messing around with the popular linux package samba, in particual smbmount. You may also need to read up on ports 137, 138, 139. - Original Message - From: ReDucTor [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, July 21, 2001 4:47 PM Subject

Re: [PHP] Sessions + Variables + includes

2001-07-19 Thread ReDucTor
?php $loginpass = test; $loginuser = test; $locationof403 = error.php?403; session_start(); session_register(user,pass); if(isset($user)) $username = $user; if(isset($pass)) $password = $pass; if(isset($username)) $user = $username;

[PHP] Paypal and PHP

2001-07-19 Thread ReDucTor
Hey, does any one know a way to use paypal with php? - James ReDucTor Mitchell

Re: [PHP] set decimal

2001-07-19 Thread ReDucTor
$var = round(2.3100, $var); - Original Message - From: Franky [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, July 20, 2001 4:38 AM Subject: [PHP] set decimal Can i set the precision like 2 decimal or 4 decimal? 2.31 to 2.3100 Thanks --

[PHP] Can't think of a topic(but help)

2001-07-19 Thread ReDucTor
hey, i am wonder if there is a way to turn my php files into an executable or into a bunch of html files, so if i where to send them to some one that isn't running php they would be able to use them?!? - James ReDucTor Mitchell

[PHP] Stoping Frame Breakers

2001-07-19 Thread ReDucTor
hey, Does any one know how to stop people breaking frames?!? - James ReDucTor Mitchell

Re: [PHP] Getting the current URL (with arguments) as a variable, then removing another variable from that ?

2001-07-17 Thread ReDucTor
myfile.php?sub=webpage=web1 shouldn't it be?!!?!? - Original Message - From: Justin Colson [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, July 18, 2001 1:51 AM Subject: [PHP] Getting the current URL (with arguments) as a variable, then removing another variable from that ? Is

[PHP] Message from hunter Problems

2001-07-15 Thread ReDucTor
hey, That message sent here, by hunter the Re: [PHP] Anybody using Miva or hosted at ..., i open it in outlook, and my outlook frezzes...any one know why? :) - James ReDucTor Mitchell

Re: [PHP] Problem with is_file function on WinNT and apache HELP!

2001-07-13 Thread ReDucTor
http://www.evilwalrus.com/download_agree.php?codeEx=304 is a good example of using directory handles, works in windows... - Original Message - From: Antony Cleave [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, July 14, 2001 1:17 AM Subject: [PHP] Problem with is_file function on

Re: [PHP] PDF Problems

2001-07-10 Thread ReDucTor
Fatal error: PDFlib error: Beta expired - retrieve new version from www.pdflib.com in c:\phpdev3\www\pdf\test.php on line 2 hahahahha - Original Message - From: ReDucTor [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, July 10, 2001 4:22 PM Subject: Re: [PHP] PDF Problems Shit i

[PHP] Domain question

2001-07-09 Thread ReDucTor
Hey, What are some domain places that allow mass whois??? for like a few hundred domains at once...? - Jame ReDucTor Mitchell

[PHP] PDF Problems

2001-07-09 Thread ReDucTor
I get undefined func on pdf_new but on all the other pdf functions they work, but i first need the pdf_new then i tried cpdf, all works, but i can't seem to get text onto a page...HELP ME - James ReDucTor Mitchell

Re: [PHP] PDF Problems

2001-07-09 Thread ReDucTor
Shit i only have 4.0 ): - Original Message - From: David Robley [EMAIL PROTECTED] To: ReDucTor [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Tuesday, July 10, 2001 4:18 PM Subject: Re: [PHP] PDF Problems On Tue, 10 Jul 2001 15:40, ReDucTor wrote: I get undefined func on pdf_new

[PHP] simple question

2001-07-08 Thread ReDucTor
is there a function to turn all chars that are not alphanumric to show \xhh but hh being the hex version of it :)?

Re: [PHP] simple question

2001-07-08 Thread ReDucTor
)(\x5c)m192(\x5c)168(\x5c)0(\x5c)2(\x5c)27015 and \x5c is \ ne1 know why? - Original Message - From: Chris Lambert [EMAIL PROTECTED] To: ReDucTor [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Monday, July 09, 2001 2:47 AM Subject: Re: [PHP] simple question Lowercase letters are included

Re: [PHP] file function. please help..

2001-07-07 Thread ReDucTor
huh, explain a little more??? - Original Message - From: Doron [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, July 07, 2001 6:09 PM Subject: [PHP] file function. please help.. hello. how can i make the file function to put the first 9 lines, in values 01, 02, 03, 04, 05,

Re: [PHP] testing

2001-07-06 Thread ReDucTor
Hey, how is micket pro going? - Original Message - From: Chris TunkeyMicket Watford [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, July 06, 2001 4:41 PM Subject: Re: [PHP] testing Hi2u ReDucTor Chris TunkeyMicket Watford TunkeyMicket

Re: [PHP] testing

2001-07-06 Thread ReDucTor
TunkeyMicket Productions www.tunkeymicket.com - Original Message - From: ReDucTor [EMAIL PROTECTED] To: Chris TunkeyMicket Watford [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Friday, July 06, 2001 3:10 AM Subject: Re: [PHP] testing Hey, how

Re: [PHP] Number of the line ?

2001-07-06 Thread ReDucTor
get editplus at editplus.com great program, has syntax highlighting, numbers, auto complete, everything - James ReDucTor Mitchell - Original Message - From: Emmanuel FAIVRE [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, July 06, 2001 6:19 PM Subject: [PHP] Number of the line

[PHP] hey, got a question....

2001-07-06 Thread ReDucTor
i can't seem to access certain ports, through a nat program i have setup on the computer here with the net, but i was thinking i could use something like socks, because i want to setup some fsockopen() stuff...but i can't use it on the ports i want, just frezzez...works over the lan fine, and

Re: [PHP] hey, got a question....

2001-07-06 Thread ReDucTor
It's just a port that isn't open on the NAT, i have attempted to open it, just isn't opening, but i want to know if it is possible to use Socks in PHP - Original Message - From: Kurt Lieber [EMAIL PROTECTED] To: ReDucTor [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Saturday, July 07, 2001 2

Re: [PHP] hey, got a question....

2001-07-06 Thread ReDucTor
Windows - Original Message - From: Christopher Allen [EMAIL PROTECTED] To: ReDucTor [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Friday, July 06, 2001 2:45 AM Subject: Re: [PHP] hey, got a question what's the OS? - Original Message - From: ReDucTor [EMAIL PROTECTED

Re: [PHP] hey, got a question....

2001-07-06 Thread ReDucTor
nothing wrong with windows - Original Message - From: Christopher Allen [EMAIL PROTECTED] To: ReDucTor [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Friday, July 06, 2001 3:21 AM Subject: Re: [PHP] hey, got a question well theres your problem...winblows.lol - Original

Re: [PHP] Parse URL parameters

2001-07-05 Thread ReDucTor
$vars = array(); $url2 = explode(?, $url); $url3 = explode(, $url2[1]); for($i=0;$isizeof($url3);$i++) { $url4 = explode(=, $url3[$i]); array_push($vars, array($url4[0], $url4[1])); } for($i=0;$isizeof($vars);$i++) { echo $vars[$i][0].=.$vars[$i][1]; } ? - James ReDucTor Mitchell

Re: [PHP] Submiting Data with an '

2001-07-05 Thread ReDucTor
addslashes() php.net/addslashes - Original Message - From: Chris Anderson [EMAIL PROTECTED] To: Matthew Loff [EMAIL PROTECTED]; 'Mike Mike' [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Friday, July 06, 2001 12:45 PM Subject: Re: [PHP] Submiting Data with an ' On the same subject, can I

  1   2   >