RE: [PHP] url without a query string?

2001-07-08 Thread Ben Bleything
A shot in the dark would be to use HTTP Post instead of Get... but, I don't know http. -Original Message- From: Jon Yaggie [mailto:[EMAIL PROTECTED]] Sent: Sunday, July 08, 2001 9:22 PM To: [EMAIL PROTECTED] Subject: [PHP] url without a query string? the problem i have a page that uses

RE: [PHP] url without a query string?

2001-07-08 Thread Ben Bleything
Yikes. Popups and porn. Anyhoo, I guess I can't help you. I just don't know enough about the inner workings of http. Sorry => Ben -Original Message- From: Jon Yaggie [mailto:[EMAIL PROTECTED]] Sent: Sunday, July 08, 2001 9:34 PM To: [EMAIL PROTECTED] Subject: Re: [PHP

RE: [PHP] Question about how to do this...

2001-07-08 Thread Ben Bleything
I believe (and I'm sure someone will correct me if I'm wrong) that whenever you 'include' or 'require' a file, it drops to regular HTML mode... so, yes, you will need to use tags at the ends => Hope that helps => Ben -Original Message- From: Ch

RE: [PHP] Question about how to do this...

2001-07-08 Thread Ben Bleything
Thanks, I was looking for that => Ben -Original Message- From: mike cullerton [mailto:[EMAIL PROTECTED]] Sent: Sunday, July 08, 2001 10:01 PM To: 'PHP General List (E-mail)' Subject: Re: [PHP] Question about how to do this... on 7/8/01 10:58 PM, Steve Werby at [EMAIL PRO

RE: [PHP] command output

2001-07-09 Thread Ben Bleything
Couldn't you just echo `traceroute $ipgoeshere`; ?? Ben -Original Message- From: Ker Ruben Ramos [mailto:[EMAIL PROTECTED]] Sent: Monday, July 09, 2001 8:18 AM To: [EMAIL PROTECTED] Subject: [PHP] command output ey guys.. anyone know of doing something like with net.yaho

RE: [PHP] PHP as a shell script

2001-07-09 Thread Ben Bleything
this for quite a while. I find it easier than 'traditional' shell scripting => More questions? Ask! Ben -Original Message- From: Kevin Pratt [mailto:[EMAIL PROTECTED]] Sent: Monday, July 09, 2001 10:02 AM To: [EMAIL PROTECTED] Subject: [PHP] PHP as a shell script Can an

Re: [PHP] Hiding password in a class file (object-oriented programming)?

2001-07-09 Thread Ben Bleything
s around the includes. => Ben Quoting Thomas David Kehoe <[EMAIL PROTECTED]>: > How do I put my password into an external > file? > > I have dozens of webpages with the line > > mysql_connect (localhost, username, > password); > > What if I have to change

RE: [PHP] Re: Running PHP as a cron job....

2001-07-09 Thread Ben Bleything
Someone yesterday also suggested putting them in a web-accessible location, but having lynx come by and run them. That seemed pretty cool => Good luck, Ben Quoting "Chadwick, Russell" <[EMAIL PROTECTED]>: > > You can still run php... I put my cron scripts > in a d

RE: [PHP] Store uploaded files in MySQL-BLOB

2001-07-10 Thread Ben Bleything
Check out http://www.phpbuilder.com/columns/florian19991014.php3. I've been using it to maintain image galleries. Works like a champ. My guess would be that any version of php will upload multiple files... just use multiple variables => Good luck and let us know, Ben -Original

RE: [PHP] Re: Store uploaded files in MySQL-BLOB

2001-07-10 Thread Ben Bleything
This won't work if they're binary files. Also, for most binaries, it's better to use LONGBLOB... much more flexibility. But there's a bunch of stuff to tweak to get it to work. http://www.phpbuilder.com/columns/florian19991014.php3 has details. Ben -Original Mes

RE: [PHP] How to fetch a "group by" Query?

2001-07-10 Thread Ben Bleything
Did you try 'SELECT categorie,item FROM your_table GROUP BY categorie'? Ben -Original Message- From: Frédéric Mériot [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 10, 2001 5:41 AM To: PHP General List Subject: [PHP] How to fetch a "group by" Query? Hello (agai

RE: [PHP] What the heck is this

2001-07-11 Thread Ben Bleything
Ack! The travesty! Opportunities for OOP are literally everywhere! => => Ben -Original Message- From: Adam [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 11, 2001 12:26 AM To: [EMAIL PROTECTED] Subject: Re: [PHP] What the heck is this ahh so it's for classes, then i

[PHP] mail() function 30minute delay??

2001-07-11 Thread Ben Rigby
on or another mailing command that can speed up this time? or, does this sound like a sendmail setting? thanks for any help! ben -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the

RE: [PHP] Wget and PHP

2001-07-16 Thread Ben Bleything
Do you mean to suck down the pre-interpreted scripts from a remote server? Can't be done. The server interprets the scripts long before they ever get put on the network. Your best bet will be to e-mail the admin and ask => Ben -Original Message- From: Clayton Dukes [mailt

[PHP] Request for help =>

2001-07-16 Thread Ben Bleything
ngs that I'm missing, doing wrong, or doing right. Any bit of help would be appreciated. Thanks very much, Ben

RE: [PHP] string search

2001-07-18 Thread Ben Bleything
http://php.net/manual/en/function.strpos.php -Original Message- From: Joseph Bannon [mailto:[EMAIL PROTECTED]] Sent: Monday, July 16, 2001 7:46 AM To: PHP (E-mail) Subject: [PHP] string search I need a search function (if statement) that performs a search on a string and if the string c

RE: [PHP] RPM Install #6 still doesn't work

2001-07-18 Thread Ben Bleything
, use 'chkconfig --list' to confirm that it is actually running (I set it to run in levels 345). Later today, if you are still having problems, we can look into it more => Ben -Original Message- From: Gaylen Fraley [mailto:[EMAIL PROTECTED]] Sent: Saturday, July 14, 2001

RE: [PHP] REGEXP

2001-07-18 Thread Ben Bleything
Why don't you explode(";",$header); ?? Ben -Original Message- From: Adrian D'Costa [mailto:[EMAIL PROTECTED]] Sent: Saturday, July 14, 2001 2:54 AM To: php general list Subject: [PHP] REGEXP Hi, I am trying to capture the Header from a mail for my webmail usin

RE: [PHP] Force new page in browser and wait commands

2001-07-19 Thread Ben Bleything
reted, so anything you do will be on the server. Hope this helps. Ben -Original Message- From: Hugh Danaher [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 17, 2001 4:24 PM To: [EMAIL PROTECTED] Subject: [PHP] Force new page in browser and wait commands Help, I'm new to php, and

RE: [PHP] days

2001-07-19 Thread Ben Bleything
Could you please be quite a bit more specific? It's difficult to diagnose the problem without really knowing what it is => -Original Message- From: Jeremy Morano [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 19, 2001 4:40 PM To: [EMAIL PROTECTED] Subject: [PHP] days The employees he

RE: [PHP] Confirmation Requester

2001-07-19 Thread Ben Bleything
yes button, it does its thing, then goes back to the original page. If you click no, it just goes back. I can send you the code if this fits, and sorry if it doesn't => Good luck, Ben -Original Message- From: Dave Freeman [mailto:[EMAIL PROTECTED]] Sent: Friday, July 13, 2001

Re: [PHP] Zip Code Locator?

2001-07-24 Thread Ben Bleything
you would... Sorry, it's the best I could do => Ben On Mon, 23 Jul 2001, Vincent P. Cocciolone wrote: > Hi, > > Does anyone know where can I find documentation or example scripts for a zip code >locator. I'm looking for something that will list > other zip codes with

[PHP] telnetty/phpy/unixy thing

2001-07-24 Thread Ben Bleything
. it may be that for some reason that I don't understand, telnet isn't actually outputting anything... I suspect it is, though. So... any ideas how I can get what I want? Thanks, Ben -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additiona

Re: [PHP] Destroy object

2001-07-24 Thread Ben Bleything
My guess would be you can unset() it... but, hey.. it's a guess. On Mon, 23 Jul 2001, ROsen wrote: > Hi, > how can I destroy an object created with "new" ? > > Thanks, > Rosen > > > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional

Re: [PHP] highlighting keywords problem

2001-07-24 Thread Ben Bleything
word, and using eregi_replace() to replace the the spaces on either side of it with " " and " ". I have a killer headache right now, otherwise I'd write some code => Sorry! Good luck, Ben On Mon, 23 Jul 2001, Christian Dechery wrote: > I want to highlight some k

Re: [PHP] PHP Execution Functions

2001-07-24 Thread Ben Bleything
check http://www.php.net/manual/en/features.safe-mode.php I suspect that the problem is that the files you are trying to run are not owned by the same user as the webserver user... that page should give you details on this. Good luck, Ben On Tue, 24 Jul 2001 [EMAIL PROTECTED] wrote: > He

Re: [PHP] php in html-- what gives?

2001-07-24 Thread Ben Bleything
Put it in a .php file. Your webserver probably doesn't interpret PHP in HTML files (as is proper). If it MUST be in a HTML file, you'll have to set up your webserver to interpret php in html files... that process depends on your webserver. Ben On Tue, 24 Jul 2001, CGI GUY wrote: &g

Re: [PHP] The BIG Question

2001-07-25 Thread Ben Bleything
ve a particular application that you think might be able to use php for? Ben On Wed, 25 Jul 2001, Kyle Smith wrote: > Ok this is the big question, in-depth could someone tell me what PHP could be used >for other than aking databases (which i canT do) > > Thanks > -legokiller666- >

RE: [PHP] Please Please Pleeeeaaaaaaaaaasssssssseeeeeee

2001-07-27 Thread Ben Bleything
There are a wealth of available scripts at other websites... www.hotscripts.com for instance... I find it unlike at this point that anybody will send you anything... Just go there, or to SourceForge, and you'll find all you need. Ben -Original Message- From: Kyle Smith [mailto:[

[PHP] HTTP header question.

2001-07-29 Thread Ben Bleything
27;m currently doing it by header("Location: login.php?failure=true"); but I'd like to make it transparent. Any ideas? Thanks, Ben -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [E

RE: [PHP] Re: HTTP header question.

2001-07-29 Thread Ben Bleything
the alternative ( header("Location: login.php?failure=true") ) does not satisfy my requirement. So... anybody else? Ben -Original Message- From: Jacques [mailto:[EMAIL PROTECTED]] Sent: Sunday, July 29, 2001 5:58 PM To: [EMAIL PROTECTED] Subject: [PHP] Re: HTTP header question.

RE: [PHP] Re: HTTP header question.

2001-07-29 Thread Ben Bleything
back to the page. I'm having NO luck whatsoever with the HTTP RFC's... too thick => Thanks, Ben -Original Message- From: Philip Murray [mailto:[EMAIL PROTECTED]] Sent: Sunday, July 29, 2001 6:06 PM To: Ben Bleything Cc: [EMAIL PROTECTED] Subject: Re: [PHP] Re: HTTP header

RE: [PHP] Generating mysql statement from php return an error :-(

2001-07-29 Thread Ben Bleything
ress? It's a pain in the ass for all mails to you bouncing... Ben -Original Message- From: Jacques [mailto:[EMAIL PROTECTED]] Sent: Sunday, July 29, 2001 5:47 PM To: [EMAIL PROTECTED] Subject: [PHP] Generating mysql statement from php return an error :-( Hi, I'm using a table

RE: [PHP] HTTP header question.

2001-07-29 Thread Ben Bleything
side from this one application, I can think of many other places where this would be valuable. Am I being unclear? It seems that my question was not understood. Please let me know so I can try to re-explain. Thanks, Ben -Original Message- From: Dave VanAuken [mailto:[EMAIL PROTECTED]] Se

RE: [PHP] HTTP header question.

2001-07-29 Thread Ben Bleything
html. Hope this helps everybody out. Thanks, Ben -Original Message- From: Richard Baskett [mailto:[EMAIL PROTECTED]] Sent: Sunday, July 29, 2001 8:26 PM To: [EMAIL PROTECTED] Subject: Re: [PHP] HTTP header question. The way that I did it was by using sessions which if you have a log

RE: [PHP] Re: HTTP header question.

2001-07-30 Thread Ben Bleything
y, so I'm still open to suggestions. A while back I posted a pseudo-code explanation of what it is... attached to this e-mail is the actual page... Hopefully it will either shed some light on my predicament or help you all to alert me to any major errors that are probably hiding in there =&

RE: [PHP] Re: HTTP header question.

2001-07-30 Thread Ben Bleything
Ahh, and a bit of clarification before you read the code, the page posts to itself => Ben -Original Message- From: Dave [mailto:[EMAIL PROTECTED]] Sent: Monday, July 30, 2001 8:05 AM To: [EMAIL PROTECTED] Subject: RE: [PHP] Re: HTTP header question. below >Some of the or

[PHP] THE END OF the HTTP header question.

2001-07-30 Thread Ben Bleything
Still curious about what everyone thinks => Ben -Original Message- From: Ben Bleything [mailto:[EMAIL PROTECTED]] Sent: Monday, July 30, 2001 4:16 PM To: 'Dave'; [EMAIL PROTECTED] Subject: RE: [PHP] Re: HTTP header question. Ahh, and a bit of clarification before you read

RE: [PHP] THE END OF the HTTP header question.

2001-07-30 Thread Ben Bleything
;set_enctype("multipart/form-data"); $return = $poster->send(0); echo eregi_replace("^HTTP.*html>", "", $return); Just thought I'd stick a little hint along with it. Sorry for the long-windedness of this thread => Ben -Original Message- From:

RE: [PHP] storing array in mysql

2001-07-30 Thread Ben Bleything
small to store the serialized data? Hope this helps => Ben -Original Message- From: Matthew Delmarter [mailto:[EMAIL PROTECTED]] Sent: Monday, July 30, 2001 8:34 PM To: Ben Bleything Cc: PHP Mailing List Subject: RE: [PHP] storing array in mysql Hi Ben, This is a section of the inser

RE: [PHP] storing array in mysql

2001-07-30 Thread Ben Bleything
Whee! I'm a moron! Anyhoo, I've always used mysql_fetch_array() => So... Like I said about the serialized data getting truncated... that's still my best guess => Ben -Original Message- From: Ben Bleything [mailto:[EMAIL PROTECTED]] Sent: Monday, July 30, 2001

RE: [PHP] Visual Login

2001-07-31 Thread Ben Bleything
ore detail if you like => Ben -Original Message- From: Steve Wright [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 31, 2001 4:01 PM To: PHP List Subject: [PHP] Visual Login How can i go about doing a visual login on a web page... instead of the pop up window i have at the min lik

RE: [PHP] Sorry... but a good PHP editor for Linux/Unix

2001-07-31 Thread Ben Bleything
I can't speak for terminal usage... I use pico and or vi... pico on console, vi over ssh. When working locally, I use nedit (www.nedit.org) on *nix (with custom PHP syntax highlighting) and EditPlus on windows. Good luck, Ben -Original Message- From: Augusto Cesar Castoldi [m

RE: [PHP] Visual Login

2001-08-01 Thread Ben Bleything
VERY good point I forgot to mention => By the way, that's what the session variables are for... you just check every page if they are set correctly, and go with it => Good luck, Ben -Original Message- From: scott [gts] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 01

RE: [PHP] Installing PHP probs

2001-08-01 Thread Ben Bleything
AND, you can fairly easily configure it to deny all connections coming from anywhere but localhost => Ben -Original Message- From: scott [gts] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 01, 2001 12:08 PM To: php Subject: RE: [PHP] Installing PHP probs you dont have to hav

RE: [PHP] weird behavior with a form

2001-08-03 Thread Ben Bleything
Submit should get set when you click the submit button... it is not used anywhere else... Again, it works when you click the button, just not when you press enter... => I'm going to try what Richard just suggested, and I'll get back to you. Ben -Original Message- From:

RE: [PHP] chmod

2001-08-05 Thread Ben Bleything
rld. Hope this helps => Ben -Original Message- From: Manu Verhaegen [mailto:[EMAIL PROTECTED]] Sent: Sunday, August 05, 2001 4:29 AM To: 'Php-General (E-mail) Subject: [PHP] chmod I have the following question : I have a directory on my ftp server and i want give access to

RE: [PHP] array + checkbox

2001-08-07 Thread Ben Bleything
try this: If( strcmp($voorraad[1],'on') == 0 ) // it's checked else // it's not Good luck, Ben -Original Message- From: Tijmen Hennink [mailto:[EMAIL PROTECTED]] Sent: Monday, August 06, 2001 1:34 AM To: [EMAIL PROTECTED] Subject: [PHP] array + che

[PHP] problems sorting an associative array...

2001-08-13 Thread Ben Rigby
TED]"]=10; rsort ($email_array); i'm trying to sort by the value and then echo out the key and value together, but when i do, the key is always a number, rather than the email address that i wanted. any ideas?? thanks, ben -- PHP General Mailing List (http://www.php.net/) To un

[PHP] figured it out!

2001-08-13 Thread Ben Rigby
figured it out. i had to use: array_multisort ($email_array,SORT_DESC); thanks, ben Ben Rigby wrote: > hi. > any help would be mych appreciated! > i'm trying to sort an associative array, but when i do, the key is > converted into a number (it should be a string). ie:

Re: [PHP] Port Scanner

2001-08-20 Thread Ben Gollmer
Make sure you pass fsockopen() the optional timeout parameter, and that the timeout is less than the maximum script execution time. See http://www.php.net/manual/en/function.fsockopen.php Ben On Monday, August 20, 2001, at 12:49 PM, brian ellis wrote: > When I use the fsockopen command o

[PHP] Importing a GIF image and making it transparent

2001-08-20 Thread Ben Quinn
Hi all I've been trying to make a script that imports a GIF image from an external server (i have permission to do this, see below) and designates a certain colour transparent for some time now and i'm not having much luck. Can anyone help or provide a script that does this? The images i'm usin

Re: [PHP] Importing a GIF image and making it transparent

2001-08-20 Thread Ben Quinn
s this mean this function only works with images PHP has created? - Original Message - From: "Chris Lambert" <[EMAIL PROTECTED]> To: "Ben Quinn" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday, August 21, 2001 4:49 PM Subject: Re: [PHP] Impo

Re: [PHP] Importing a GIF image and making it transparent

2001-08-21 Thread Ben Quinn
rk $image = ImageCreateFromGif(http://www.severname.com/image.gif); Does anyone know of a server/hosting company that will allow me to do this? The script: - Original Message - From: "Chris Lambert" <[EMAIL PROTECTED]> To: "Ben Quinn" <[EMAIL PROTECTED]> Cc: <[EMA

Re: [PHP] Importing a GIF image and making it transparent

2001-08-21 Thread Ben Quinn
ECTED] > WhiteCrown Networks - More Than White Hats > Web Application Security - www.whitecrown.net > */ > > - Original Message - > From: Ben Quinn <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Tuesday, August 21, 2001 6:09 AM > Subject: Re: [PH

[PHP] Web fetching script

2001-08-22 Thread Ben Quinn
Hi all I have a web fetching script that fetches text from an external URL and I would like to grab two lots of text at the same time - can anyone tell me why this isn't working? http://grabfile.html";; $GrabStart = "start"; $GrabEnd = "stop"; $file = fopen("$GrabURL", "r"); $rf = fread($file,

Re: [PHP] Web fetching script

2001-08-27 Thread Ben Quinn
ed This is the script i'm using - Original Message - From: "Dave" <[EMAIL PROTECTED]> To: "Ben Quinn" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, August 22, 2001 10:57 PM Subject: RE: [PHP] Web fetching script > What

Re: [PHP] Web fetching script

2001-08-27 Thread Ben Quinn
This is an example of the file i'm grabbing from http://www.arl.noaa.gov/data/ready/usr/897_profile.txt David, i couldn't get what you said to work - any chance of a quick example? :-) - Original Message - From: "David Robley" <[EMAIL PROTECTED]> To: "Ben Quinn

[PHP] ereg()

2001-08-28 Thread Ben Quinn
Hi all Say i had text similar to below Cairns Fine Mareeba Fine Innisfail Fine I'm using the following code to grab the weather forecast for each of those towns $GrabURL = "forecast_map_data.txt"; $GrabStart = "PROVINCIAL CITY"; $GrabEnd = "UV ratings"; $fil

[PHP] 2nd Pass of array empty

2001-08-30 Thread Ben . Edwards
else I need to do? Regards, Ben -- 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]

[PHP] Re: Running php script with "?var=string" query inside another php script

2001-09-05 Thread Ben Holt
heck the read and execute permissions on the second script. Can the second script be run directly via a browser? Is the path to the second script used in your include statement correct? - Ben -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For

[PHP] PHP loosing session object, possible PHP bug

2001-09-13 Thread Ben . Edwards
ng 'PHP 4.0.3pl1' as an apache module (apache 1.3.14) on FreeBSD it looses the contence of the cart object. All other (no object) session varables seem to work fine. Has anybody come across this, is it a PHP bug fixed between 4.0.3 and 4.0.6? Has anybody got a fix. Regards, Ben --

Re: [PHP] URL security...?

2001-09-13 Thread Ben . Edwards
ction. So is_logged_in 5 would return true if user was at least of level 5 (allowing levels 5,6,7,8,9 access). For pages for punters wjo must be logged in use is_logged_in(). Regards, Ben "Seb Frost" <[EMAIL PROTECTED]> on 13/09/2001 11:36:54 To: <[EMAIL PROTECTED]>

Re: [PHP] URL security...? (correction ignore my last post)

2001-09-13 Thread Ben . Edwards
er 9. You could then pass this torough to the function. So is_logged_in(5) would return true if user was at least of level 5 (allowing levels 5,6,7,8,9 access). For pages for punters who must be logged in use is_logged_in(0). Regards, Ben [EMAIL PROTECTED] on 13/09/2001 12:53:48 To:

Re: [PHP] equivelant of ASP's #include file?

2001-09-13 Thread Ben . Edwards
include ( "file" ); However this simply includes the file ( so it would be displayed as if it was html). You can also make the include a .php ( dont forget ). Ben -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comman

Re: [PHP] PHP Security

2001-09-13 Thread Ben . Edwards
y is built on top of previous ). Please let me know what you think, at least I then know someone red it -:) Ben Regards, Ben "Allen May" <[EMAIL PROTECTED]> on 13/09/2001 13:40:06 To: <[EMAIL PROTECTED]> cc: Subject: [PHP] PHP Security I have been usi

Re: [PHP] select in PHP + Sql Server

2001-09-13 Thread Ben . Edwards
You're doing something wrong! Indexes are only for performance and possibly they may be used for helping in ensuring uniquenes. sorry cant be any more help without code. "Marcos Mathias" <[EMAIL PROTECTED]> on 13/09/2001 20:40:40 Please respond to <[EMAIL PROTECTED]> To: <[EMAIL PROTE

[PHP] Login in https, site in http problem

2001-09-15 Thread Ben Edwards
in https (username and ip address) are not available in http. Has anybody got any word rounds/solutions for this? Regards, Ben *+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+ * Ben Edwards [EMAIL PROTECTED] +352 091 429995 * * This Email account is protected by http

Re: [PHP] PHP versus ZOPE

2001-09-17 Thread Ben . Edwards
am not on php-general at the moment so please email me directly (I will try to send this to php-general but an sure it will bounce). Regards, Ben -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To c

[PHP] Old version of GD or a patch

2001-09-17 Thread Ben Quinn
Hi all Does anyone know where i can pick up an old version of GD? preferably V 1.5 - 1.6.2 . I'm planning to use it locally (i don't run a hosting service, i simply want to perform operations on GIF files for local use) and i'm based in Australia - from what i've read so far the problems with th

[PHP] MySQL and PHP problem

2001-09-22 Thread Ben Edwards
27; to database 'subvert_cd' ', another strange thing is under MyODBC it says 'Not Found'. I have re-installed both PHP and MySQL (actually installed 3.23.42) after first de-installing PHP but still no luck. Regards, Ben -- This Email account is protected by http://www.spa

[PHP] RE: MySQL and PHP problem

2001-09-23 Thread Ben Edwards
4.0.6, yes, douse this mean you have a possible solution -:) At 06:54 A 23/09/01 , you wrote: >SpamCop - Report spam: >http://members.spamcop.net/mcgi?action=logreport&id=10282302 > >I assume you mean PHP 4.06? > >-- >Billy Cravens > >-----Original Message- &g

Re: [PHP] Receiving mySQL result from remote server?

2001-09-24 Thread Ben . Edwards
Yes, in fact it is normal. Having dedicated MySQL box is a good idea. A lot of the MySQL security is based around this. To find out how look in the MySQL manual (download .pdf from www.mysql.com) or go on the mysal mailing list (same domain) or if you have a decent isp get primer from there su

Re: [PHP] PHP and GD

2001-09-24 Thread Ben . Edwards
That directory is VERY close to root. Is that what you intended? "J. Anderson Scarbrough" <[EMAIL PROTECTED]> on 24/09/2001 15:59:04 To: [EMAIL PROTECTED] cc: Subject: [PHP] PHP and GD I am trying to create PNG images on the fly using the following code. if(file_exists($key)) { $di

[PHP] Getting my head around nulls.

2001-09-24 Thread Ben . Edwards
good to get peoples advice on this. And remember "0 as a number is as important as any other number". Regards, Ben -- "If you criminals strong encryption ONLY the criminals will have it" -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL

Re: [PHP] Sessions just don't work on my machine. (Trying this again)

2001-09-24 Thread Ben Edwards
Dont use sessions, they are a little flaky anyway. Use a mixture of holding data in database and passing sid/userid/hash around on the URL. You wont regret it. >I have written here several times on this subject and in the end those who >have gratiously helped me have ended up just telling me t

RE: [PHP] Getting my head around nulls.

2001-09-25 Thread Ben . Edwards
>I wish the rest of the world saw it that way! But not so... That's what capitalism does for you -;) >You may want to look at MySQL's IS_NULL function for retrieving data. Other >than that, I don't have any good advice. It seems that if you retrieve a >NULL from the database and try to assign it

RE: [PHP] Getting my head around nulls.

2001-09-25 Thread Ben . Edwards
Just realised, you meant 'is null' not is_null. Sorry, couldn't see the wood for the trees. This in ANSI SQL and I use it every day. Had a look at zootweb.com. And I thought ASP meant 'Active Server Pages' not 'Application Service Provider'. And not a zoot suit in sight -;) Regards, Neb

RE: [PHP] Getting my head around nulls

2001-09-25 Thread Ben . Edwards
>Thanks for correcting my misspelling, Andrey, "IS NULL" not "IS_NULL". >Another thing to look at, Ben, is IFNULL(). I would give you an example, but >I never got it to work like I thought it should ;) I think it is supposed to >return an alternate value for N

Re: [PHP] Getting my head around nulls

2001-09-26 Thread Ben . Edwards
Steve Cayford <[EMAIL PROTECTED]> on 25/09/2001 17:28:57 To: [EMAIL PROTECTED] cc: [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: Re: [PHP] Getting my head around nulls On Tuesday, September 25, 2001, at 10:30 AM, [EMAIL PROTECTED] wrote: >> >> Just had a look at manual, ifnull()

[PHP] looking for pluggable bb/forum

2001-10-02 Thread Ben Peter
e? I cannot use something like phorum, as the setup of my site is too complex (relies heavily on auto preprend and append) and a lot of navigation and boxes and ... are to be placed around the actual forum functionality. Any help is appreciated. Thanks, Ben -- PHP General Mailing List

[PHP] PHP is a Bloated Kludge, discuss!

2001-10-04 Thread Ben . Edwards
And there are certainly some very busy PHP sites, you should see the traffic levels on indymedia.org during anti-capitalist demonstrations and I am sure during the New York attacks they went belistic. Regards, Ben -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL

Re: [PHP] PHP is a Bloated Kludge, discuss!

2001-10-04 Thread Ben . Edwards
x27;nt think another form of if would be different ( RFM-;) ). Maybe I should stop developing for a while and have a good wade through the manual. Its so easy to do stuff in PHP it's easy to get lazy! Thanks, Ben Rasmus Lerdorf <[EMAIL PROTECTED]> on 04/10/2001 18:21:28

[PHP] PHP is NOTa Bloated Kludge, end of discusion?

2001-10-05 Thread Ben . Edwards
"Maxim Maletsky \(PHPBeginner.com\)" <[EMAIL PROTECTED]> on 05/10/2001 01:43:57 To: <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]> cc: Subject: RE: [PHP] PHP is a Bloated Kludge, discuss! Firstly let me say that you lot have been great. Lots of useful stuff and no flame, big Respect! Sorry

[PHP] Re: Sending E-mail From Mail

2004-07-31 Thread Ben Chivers
access to my linux server which will allow me to edit the required files for sendmail. Any help would be most appreciated. Many Regards, Ben Chivers This is what me sendmail files looks like: divert(-1)dnl dnl # dnl # This is the sendmail macro config file for m4. If you make changes to dnl #

[PHP] Re: Sending E-mail From Mail

2004-07-31 Thread Ben Chivers
31 10:14:33 server196 sendmail[7285]: i6V9EXYP007285: from=<[EMAIL PROTECTED]>, size=623, class=0, nrcpts=1, msgid=<[EMAIL PROTECTED]>, proto=ESMTP, daemon=MTA, relay=server196.poundhost.com [127.0.0.1] Jul 31 10:14:33 server196 sendmail[7283]: i6V9EW36007283: to=Ben Chivers <[EMAIL P

[PHP] Problem making on RHEL v3

2004-09-01 Thread Ben Ramsey
what to try next (plus I need each of these options). Any help would be appreciated. -- Regards, Ben Ramsey http://benramsey.com --- http://www.phpcommunity.org/ Open Source, Open Community Visit for more information or to join the movement.

[PHP] Re: PHP with Access DB without ODBC

2004-09-01 Thread Ben Ramsey
Juan Torres wrote: how can i connect php with an access db. I need to do it without use ODBC. Try using COM: http://us4.php.net/com It works similar to the way it does in ASP. -- Regards, Ben Ramsey http://benramsey.com --- http

Re: [PHP] Problem making on RHEL v3

2004-09-01 Thread Ben Ramsey
ndeclared (first use in this function) /usr/src/php/php_4_3_8/ext/pcre/php_pcre.c:416: `PCRE_INFO_NAMEENTRYSIZE' undeclared (first use in this function) make: *** [ext/pcre/php_pcre.lo] Error 1 Curt Zirzow wrote: * Thus wrote Ben Ramsey: I'm having a problem with PHP 4.3.8 failing to

[PHP] Re: MSSQL, PHP and Linux

2004-09-01 Thread Ben Ramsey
like most things where uncommented. here is the info page... http://mwvre.ht-tech.net/info.php This is something we have to get fixed today. Thanks!! -- Regards, Ben Ramsey http://benramsey.com --- http://www.phpcommunity.org/ Open Source, Open Community

Re: [PHP] Problem making on RHEL v3

2004-09-01 Thread Ben Ramsey
local after installing pcre 4.5 and everything worked just fine. Ben Ramsey wrote: Still having the same problem with PCRE. Here's the error I get now: -c /usr/src/php/php_4_3_8/ext/pcre/php_pcre.c -o ext/pcre/php_pcre.lo /usr/src/php/php_4_3_8/ext/pcre/php_pcre.c: In function `php_pcre_match'

[PHP] Re: register global off

2004-09-01 Thread Ben Ramsey
egister_globals", FALSE); > but it still doesn't work. > On php.net manual I can find WHAT I have to do and reasons but not HOW. Make an .htaccess file: php_flag register_globals off -- Regards, Ben Ramsey http://benramsey.com --- ht

[PHP] Re: register global off

2004-09-01 Thread Ben Ramsey
Actually, I think I read your message wrong... it should be: php_flag register_globals Off Ben Ramsey wrote: The Master value will remain On since it's On in php.ini and the Local value (the value for the directory in which phpinfo() is run) will be Off since that directory has an .hta

Re: [PHP] MSSQL, PHP and Linux

2004-09-01 Thread Ben Ramsey
hp.net/manual/en/ref.dbx.php ---John Holmes... -- Regards, Ben Ramsey http://benramsey.com --- http://www.phpcommunity.org/ Open Source, Open Community Visit for more information or to join the movement. -

[PHP] Re: register global off

2004-09-01 Thread Ben Ramsey
x27;Submit' and $POST['SubmitForm'] is empty. Why's that? Check to make sure you're using $_POST['SubmitForm'] and not $POST['SubmitForm']. -- Regards, Ben Ramsey http://benramsey.com --- http://www.ph

[PHP] Re: xml tags interfere with php tags

2004-09-01 Thread Ben Ramsey
Just do it like this: '; ?> Josh Close wrote: How do I get an xml tag to work with a php script? php is trying to parse that. -Josh -- Regards, Ben Ramsey http://benramsey.com --- http://www.phpcommunity.org/ Open Source, Open Community V

Re: [PHP] MSSQL, PHP and Linux

2004-09-01 Thread Ben Ramsey
again with the -mssql switch but it still doesn't seem to be therethe -mssql isn't on the info page...I don't have a clue... http://mwvre.ht-tech.net/info.php On Wed, 01 Sep 2004 15:08:41 -0400, Ben Ramsey <[EMAIL PROTECTED]> wrote: Like I and others have said, you

Re: [PHP] usmap won't do it, ismap won't do it. What can I do?

2004-09-01 Thread Ben Tew
On Wed, 1 Sep 2004 13:28:24 -0400 "John Holmes" <[EMAIL PROTECTED]> wrote: From: "Btew" <[EMAIL PROTECTED]> I need a php server side image map script. Or rather a script that will examine x,y coords and determine if they could fall within any of a number of area polygon or rect tags. Then you

[PHP] Re: PHP Linux "locate" to html script?

2004-09-03 Thread Ben Ramsey
Have you taken a look at the passthru() function? http://www.php.net/passthru Boot wrote: Does anyone have a script that can be used to call linux's locate command and display the results in a browser? I don't think it would be that hard and will make an effort today... -- Regards, Ben R

Re: [PHP] PHP Linux "locate" to html script?

2004-09-03 Thread Ben Ramsey
] Does anyone have a script that can be used to call linux's locate command and display the results in a browser? I don't think it would be that hard and will make an effort today... [/snip] exec("locate foo"); -- Regards, Ben Ramsey http://benramsey.com

<    1   2   3   4   5   6   7   8   9   10   >