Re: [PHP] How to get the URL into a var?

2002-01-30 Thread B. van Ouwerkerk
I am trying to find out which dir the user is browsing. How can I get the URL into a var? I tryed path_info, but it only returns the filename. Here is an example: URL: http://www.server.com/subapp/test.php Should return : subapp Is this possible??

Re: [PHP] Edit program

2002-01-20 Thread B. van Ouwerkerk
Plesae forgive me for asking and OT question. Can you please recommend an edit program, (Freely downloadable). Search the archive.. this really is a FAQ. Bye, B. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

Re: [PHP] RTFM

2002-01-19 Thread B. van Ouwerkerk
Yeah, I've seen (and used) that. But it requires searching. My idea is to put together a list of the simple questions in one place ... much like the apache faq ... and also allowing world input like the php manual does. Sorry.. can't resist to reply :) From what I've seen it doesn't matter

Re: [PHP] I am very new Question

2002-01-07 Thread B. van Ouwerkerk
I am extremely new to PHP and I want to have a clickable item that will bring up a particular item from the database (i.e a menu) What is the proceedure here? Can anyone help me? Hi, Take a look at one or more scriptarchives like hotscripts.com If you want to learn more about PHP please go to

Re: [PHP] Holy Moly...

2002-01-03 Thread B. van Ouwerkerk
At 17:16 2-1-02 -0900, Julie Hull wrote: Could someone please direct a total novice to the best PHP beginner news group. Just to many to choose from ~:) Start by visiting www.php.net and click on links. You'll find many websites with tutorials.. Much better to learn something there before you

Re: [PHP] Re: Hosting provider...

2002-01-02 Thread B. van Ouwerkerk
At 21:56 2-1-02 +0100, R. Elsenaar wrote: www.tedoc.nl 100% Microsoft Free They are expensive. But please.. this subject has been beaten till dead.. at least a zillion messages should be in the archive.. O well.. a few less :-) Bye, B. -- PHP General Mailing List (http://www.php.net/)

Re: [PHP] Testing: DON'T Ignore This Message

2001-12-31 Thread B. van Ouwerkerk
I agree. It's a pain to have to click Reply-to-all and then strip out the individuals email address (leaving only the address of the list)...other lists that I'm on have the reply-to always pointing back to the list so all you have to do is click Reply and you know it will go where it needs

RE: [PHP] Mailling Lists

2001-12-27 Thread B. van Ouwerkerk
snip Look into qmail/ezmlm for a good combination, along with the tied true majordomo list manager. I've been running some large mailing lists using the ezmlm/qmail combo - which easily saturates a T1 connection running just a 350 MHz PII. I'd say mailman. I know sourceforge.net is running

Re: [PHP] PHP shopping cart packages

2001-12-05 Thread B. van Ouwerkerk
At 16:05 5-12-01 -0600, rory o'connor wrote: I need a new cart program and would like to use something based in PHP. I was using a CGI paltform written in C, but we had session problems out the wazoo when traffic was really high. I need something that can manage sessions with vim and vigor. I

Re: [PHP] Printing Reports

2001-11-27 Thread B. van Ouwerkerk
As a Newbe to PHP, I need to print reports. I'd like to stay away from PDF but will use it if necessary. This really is becoming a faq. A search will come up with more information. Short anwer: You could write the report to the browser, use a new window if you have to. PHP=serverside and

Re: [PHP] Infomation wanted

2001-11-26 Thread B. van Ouwerkerk
I want to know where can i find a script that will allow a user to login every certain time period! I just cant get it right! Check www.hotscripts.com Dunno if something exists but you could build one yourself or modify an existing script.. Bye, B. -- PHP General Mailing List

Re: [PHP] Help needed: Failed opening '' for inclusion

2001-11-25 Thread B. van Ouwerkerk
To test a new php installation I accessed a page called index.php that contains only ?php phpinfo(); ? Perhaps you want to: ?phpinfo();? Not sure if anything else should produce errors.. Bye, B. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL

Re: [PHP] mySQL tutorials?

2001-09-17 Thread B. van Ouwerkerk
Are there any tutorials that teach you from scratch for mySQL connections with php and using php-myADMIN? www.php.net click on links. www.devshed.com is one of the best.. Bye, B. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: [PHP] Mail function....

2001-09-13 Thread B. van Ouwerkerk
Can someone please just run me through the different sections of the mail function please cause i understand you can change the from address etc aswell This is in the manual. Read it, try it and if you can't get it to run properly ask your question again. Don't forget to describe what you

Re: [PHP] Re: Mailing list

2001-09-12 Thread B. van Ouwerkerk
At 23:50 11-9-01 -0500, Richard Lynch wrote: You could examine the web-server logs... But you either have to assume people only read it once, or count IPs and ignore AOL/DHCP/Hotmail etc users whose IPs will change more or less at random. The problem is that you may not be able to count IP's. I

Re: [PHP] Security

2001-09-12 Thread B. van Ouwerkerk
www.securityfocus.com www.securityportal.com (might be down while they reconstruct their website) And many others.. use your favorite search engine. Bye, B. At 09:50 12-9-01 +0100, Mat Marlow wrote: Hi Folks, Does anyone know of a good place I can go to find information about

RE: [PHP] Re: Mailing list

2001-09-12 Thread B. van Ouwerkerk
Send out one of the images with a unique id per mailout, this could be the users email address if you wanted to tie in the data per user (may be illegal in some countries without users permission). I don't know if it's illegal, but if I would be a subscriber I wouldn't like it if someone is

Fwd: Re: [PHP] Just had a cool idea!

2001-09-11 Thread B. van Ouwerkerk
This reply was send to my private mailbox.. how may i go around doing this though... and sorry for yelling Think logical. Visitor is 499, the next comes along, one visitor is added so your current visitor is 500 and BINGO he just won the jackpot.. your link.. whatever. Before asking any

Re: [PHP] Is it possible to detect the Browser type/version in PHP?

2001-09-11 Thread B. van Ouwerkerk
Yes. STFW -- www.php.net type detect browser in the searchbox -- click pulldownbox -- select online documentation and click on the little arrow.. http://www.php.net/manual/en/function.get-browser.php http://www.php.net/manual/en/language.variables.predefined.php Next time you can search the

Re: [PHP] PHP Web Base Email

2001-09-10 Thread B. van Ouwerkerk
At 12:25 10-9-01 +0800, Sall Him wrote: Oh... I am looking for something like hotmail, yahoo mail, but they are not written by PHP, I want some ready to use web base email done by PHP http://www.squirrelmail.org/ Looks great.. Bye, B. -- PHP General Mailing List (http://www.php.net/) To

[PHP] Fwd: Your message to Miki awaits moderator approval

2001-09-10 Thread B. van Ouwerkerk
ARGH. I'm I the only person who gets these stupid messages?? Since when are PPL running mailman to collect mail from this or any other list?? I suppose someone installed and misconfigured mailman.. hope it stops soon. Bye, B. Subject: Your message to Miki awaits moderator approval From:

Re: [PHP] New to PHP, just looking for resources is all =)

2001-09-10 Thread B. van Ouwerkerk
I am not asking for any one-on-one help here(I realize most of you have lives and dont have the time for that, although I would most certainly appreciate it, Forget it, to much fun to figure it our yourself. :-) Any links or references you could provide would be MOST helpful. Also any good

Re: [PHP] Sterilize user input function

2001-09-09 Thread B. van Ouwerkerk
I think my question could be restated to: What characters are potentially lethal in user input. I can do the regex. But don't know what to parse out of the strings. would removing \ / . do the trick? Why whould you want to strip things? Check if the input meets a certain requirement..

Re: [PHP] Re: new to php

2001-09-09 Thread B. van Ouwerkerk
is it possible to create a table that automatically updates its contents every 30 seconds? I would use JavaScript to make the page reload itself. Note: this could generate a LOT of traffic. Yeah.. just until someone has javascript disabled. A meta tag refresh would do a better job..

Re: [PHP] Site Layouts/Designs

2001-09-09 Thread B. van Ouwerkerk
Ok, this isn't exactly PHP, more HTML, but I am not on any other mailing lists that contain Web Developers, but what I am after is Designs/Layouts for websites...So if anyone has some, or knows some good sites to get some.. Ever considered using a search engine? Just found

Re: [PHP] new to php

2001-09-09 Thread B. van Ouwerkerk
You could use cron... Perhaps you've got another version of cron then I've got.. mine doesn't do less then one minute.. Only solution if you want to use cron is to add something like sleep.. Have to warn you, your ISP is going to hate you for this. If you want your visitor to see the new

Re: [PHP] Just had a cool idea!

2001-09-09 Thread B. van Ouwerkerk
like everytime you go on there if the counter is a multiple of 500 you get to have your site as a pop up for a week or so, well is this possible and if yes, can anybody give me some pointer?!!? Use your own script and add more then one for each visit :-) Uhm, your not going to ask money from

Re: [PHP] Just had a cool idea!

2001-09-09 Thread B. van Ouwerkerk
right... i didnt understand a word of that, anyway could you answer the question please? Uhm.. You don't understand it?? Then.. oh well.. never mind. If you've got a counter which adds 1 for each visit just make it add 50 or 100 or as many as you like. Lots of counters in the world.. I'll

Re: [PHP] Sending Broadcast Email - will a large loop cause a crash?

2001-09-09 Thread B. van Ouwerkerk
Well, forget it. Many major providers like Yahoo, AOL, Hotmail etc.pp. have *VERY* SPAM strict filters in place. Especially if you use Bcc:'s, chances are high that a lot of your will bounce. If you'll be doing something like this more often, it'll be a lot easier and a lot more successful if

Re: [PHP] Just had a cool idea!

2001-09-09 Thread B. van Ouwerkerk
NO!! im saying when the counter gets to 500, 1000, 1500 etc it redirects you to a page which you type in your information and you get a pop up on my site for the week! Kapesh? You should have made clear what you wanted to do in the first place. Not in a sentence one should read 5 times to

Re: [PHP] manage a mail archive

2001-09-08 Thread B. van Ouwerkerk
You can use MySQL. Take a look at the ezmlm homepage, and check the ezmlm mailinglist archive.. Pulling data out of a MySQL table is easy.. if you don't know how, just look at some tutorials (www.devshed.com) more links can be found at www.php.net Bye, B. At 20:28 8-9-01 +, crorepati

RE: [PHP] The future of PHP

2001-09-05 Thread B. van Ouwerkerk
I can tell you that in general, companies in Europe appears to be more open to open-source solutions much more than ones in the US. Of course, Europe is comprised of lots of different countries, and each country has lots of different companies, so your mileage may vary. In The Netherlands

Re: [PHP] 2 General MySQL Questions

2001-08-31 Thread B. van Ouwerkerk
i'm awared that this is not exactly the correct forum for these questions. please humor me this one time: Hmmm. if you don't know of a newsgroup, how about a good (digest-capable) mailing list? i've tried the MySQL general mailing list, but they don't offer a 'digest' option and i can't

RE: [PHP] The future of PHP or my 2 cents

2001-08-31 Thread B. van Ouwerkerk
I think with everyone replying to The future of PHP e-mails and putting in their two cents, we're eventually going to raise that $100,000 in no time. g Yeah.. not to mention the time it takes to read or just download those messages. I stopped counting and started hitting the delete button.

Re: [PHP] Refreshing php.ini without restart...

2001-08-30 Thread B. van Ouwerkerk
i just moved my PHP project from my local PC to the online webserver and I will need to do a few adjustments to the server. since the server is used by all the employees in the company, there is no chance I can reboot it without prior notice... my question: is there any way I can refresh the

Re: [PHP] Im back, oh and....

2001-08-29 Thread B. van Ouwerkerk
... could someone give me the name of the best PHP learning book they have read cause I just scored £110! PHP 4 bible (IDG books), MySQL (NewRiders), several books from Wrox.. read the archive several books are mentioned there. (yes, it was my birthday on august 16th and im now a whole 14 so

RE: Re: [PHP] Sorry, i need HTML help

2001-08-29 Thread B. van Ouwerkerk
At 15:35 29-8-01 +0100, Seb Frost wrote: And let's face it. Compare IE5.5/6 with NS6. MS owns the market for a damn good reason. Nice statement.. in the real world M$ stuff is as buggy as software can be.. Even PPL on M$ related lists know, and recognize this.. I mean.. 43 updates/SP's in

Re: [PHP] POST problem

2001-08-28 Thread B. van Ouwerkerk
Hi ?php echo $name; ?. You are ?php echo $age; ? years old. This action.php is supposed to print out values one enters to the form fields. Right? So, my problem is that it doesn't. Instead, it prints Hi.You are years old. Try: ?php echo($variable);? Have fun, B. -- PHP General Mailing

Re: [PHP] PHP and MySQL auth?

2001-08-28 Thread B. van Ouwerkerk
Case 2. Without any form of auth, I read the text file and do mysql_connect($the_db_host,$the_db_username,$the_db_pass); mysql_select_db($the_db_name); mysql_query(select * from table); and the server response is: Error 2002: Can't connect to local MySQL server through socket

Re: [PHP] The future of PHP

2001-08-23 Thread B. van Ouwerkerk
Notice it even gives info on PHP use :-) He would see JSP at 19.9% and PHP at 11.2 and say that proves his point. Ask the same question to PPL on this list.. I'll bet you see the opposite. It only proves your favorite kid doesn't understand a thing about statistics. I think PHP is

Re: [PHP] IIS

2001-08-21 Thread B. van Ouwerkerk
hi. what is IIS? Micro$oft Internet Information Server. It's a webserver. IMHO a poor alternative for Apache. If you want to know more about IIS take a look at the M$ website (www.microsoft.com/iis) should tell you everything you ever want to know. Bye, B. WOW.. this sure looks like

Re: [PHP] Virtual Servers (apache) and php

2001-08-19 Thread B. van Ouwerkerk
AddType application/x-httpd-php .php .php3 AddType application/x-httpd-php-source .phps If those lines aren't you should get your code in your browser. 403 might be a rights issue. Say you created the file you're trying to open as root you should chown it to the user under which

Re: [PHP] Oudoor database website - waypoints - please review

2001-08-19 Thread B. van Ouwerkerk
At 21:07 19-8-01 -0600, WildOutThere wrote: I just got done (am still improving) building a website to share waypoints and file related. Database is still thin, but i want to know if the features work and are intuitive. You should figure out by yourself whether it works or not. Two little

Re: [PHP] important linuxtoday article: Will Open Source Lose the Battle for the web?

2001-08-15 Thread B. van Ouwerkerk
hmm just read the controversial linuxtoday article http://linuxtoday.com/news_story.php3?ltsn=2001-08-13-009-20-OP SNIP Comments on the article? A few. But I saw you can give comments below the article mentioned above. Please please please leave this discussion there. It's endless and pretty

RE: [PHP] MySQL connection

2001-08-10 Thread B. van Ouwerkerk
If I use extention .inc for including my connection- variables file then browser attempts to download this file which is not better then first. I searched the net on this topic and found a LOT of information about this problem and the best that I found is here I just want you to be aware of this

Re: [PHP] Printing

2001-08-10 Thread B. van Ouwerkerk
I made a system in php and mysql for a corp. This system controls the payment of the customers, so i need to print the quote of each payment. Is there anyway to do this with php? I mean.. Printing quotes from a web browser, besides that i also need something to print from this

Re: [PHP] MySQL: Select ALL

2001-08-09 Thread B. van Ouwerkerk
but no luck. Take a look at one of the tutorials.. Many can be found on the links page you can click to on www.php.net This will help you to find the info you need and also answer the next question you're going to ask. Bye, B. -- PHP General Mailing List (http://www.php.net/) To

Re: [PHP] PHP ext

2001-08-09 Thread B. van Ouwerkerk
Where in php.ini do you set it so that .html files will also run php? You don't. httpd.conf is the place to look. It says something about what Apache has to do with .php and .php3 .. so.. add .html Bye, B. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL

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

2001-08-08 Thread B. van Ouwerkerk
I've seen some posts on this, but since this mailing list keeps getting bigger- I wanted to put the question out again: What large commercial websites use php? about two weeks ago there was a thread called Example high-profile PHP sites A few links were provided.. Bye, B. -- PHP General

Re: [PHP] PHP Editor

2001-08-08 Thread B. van Ouwerkerk
What tool do you recommend to compose PHP pages? I am traditionaly an ASP developer and I have always used Ultradev and Interdev. Welcome to the club.. If you take a moment to search the archive.. this question has ben answered quite a few times in the last month. Bye, B. -- PHP

Re: [PHP] PHP Editor

2001-08-08 Thread B. van Ouwerkerk
At 06:19 8-8-01 -0700, Richard Baskett wrote: I would have had no clue that there was an archive, so it's good to know. Thanks! It's on the same page where you subscribed to this list.. Bye, B. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For

RE: [PHP] IP Address

2001-08-07 Thread B. van Ouwerkerk
Just because you're having a bad day doesn't mean I should. Can you just tell me what it is? I don't have those posts. You don't need those posts to check the archive. You should find a link on the page where you subscribed. Checking the archive before you post would help to get less traffic

Re: [PHP] Spot the difference?

2001-08-06 Thread B. van Ouwerkerk
At 22:54 5-8-01 -0700, Kyle Smith wrote: ok, umm... you got that in pence cause im english just kiddin so what resources did you use to learn php? I think people already told you how and where to obtain the information you want. www.php.net and www.devshed.com would be a good start..

RE: [PHP] magazine-subscription

2001-08-06 Thread B. van Ouwerkerk
Sorry, I know it wasn't any helpful. The reason there are not much of this software is because there's no standard for Magazines. Very hard to write something that would satisfy every request. I don't remember finding ANY piece of software that does exactly what I want. Most of them are

Re: [PHP] Looking for Portal/Directory code

2001-08-06 Thread B. van Ouwerkerk
I've been looking in several places and can't find a good PHP code resource site. The ones I have found have stuff that isn't very good. Anyway, I'm looking for a PHP app with MySQL back-end that will do a Portal/directory listing like Yahoo or the Open Directory Project. freshmeat.net

Re: [PHP] crypted source

2001-08-06 Thread B. van Ouwerkerk
www.zend.com IIRC it's called zend optimizer.. Bye, B. Who refuses to add a 10 lines signature to his messages now the php source code is totally visible and modificable on the web server side. does anybody know if exists a way to protect the source php files. There exists actually a

Re: [PHP] Form control

2001-08-06 Thread B. van Ouwerkerk
Please help me or give me some idea !!! Few thoughts: - check the referer - check the length of the string - use regular expressions Bye, B. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To

Re: [PHP] Free PHP/MySQL Web Hosting ?

2001-08-05 Thread B. van Ouwerkerk
Hello ! Is there any free PHP/MySQL Web Hosting without add ? ... or ... at least , I could have the choice to choose where to place their banner on my pages ? Do a search on the archive.. I guess this is one of the most asked questions. Bye, B. -- PHP General Mailing List

Re: [PHP] ad tracking system

2001-08-02 Thread B. van Ouwerkerk
At 11:33 2-8-01 -0500, Jack wrote: Hi people, I am looking up for the software that can track all views and click though number of all advertising on my sites, has to fit in to my RAQ server though. Is there any advice? Don't mind paying of course. On the risk of a new attitude thread.. Think

RE: [PHP] Being a SERVER (you cant kill me, im.... DAMN!!)

2001-08-02 Thread B. van Ouwerkerk
At 23:29 1-8-01 -0700, Ralph Guzman wrote: Download a NuSphere release. Depending on which you release you choose, for the most part these include mySQL, PHP, Apache, and I think Perl. I've found the setup to be seamless and very simple even for beginners. As far as i've seen NuSphere package is

Re: [PHP] Web site counter

2001-08-01 Thread B. van Ouwerkerk
Is it possible to make a website counter with a PHP script and a text document? If so can somebody email me a script (unlikely) or send me to a page with a script (yay) freshmeat.net and sourceforge.net are great sources for scripts.. Be carefull not to use anything you see.. check the code

RE: [PHP] New Book - Tips?

2001-08-01 Thread B. van Ouwerkerk
Security.. how to write safe apps. using PHP.. Bye, B. -- 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] Make a mailing list

2001-07-31 Thread B. van Ouwerkerk
And again.. Read the manual! Download it and scroll through all files.. Do you really want others to write your code so you can copy and paste it?? If you can't find the manual it's on www.php.net you can even search the documentation for the word mail. One hint for free: additional

Re: [PHP] Mailing 4 newbies

2001-07-31 Thread B. van Ouwerkerk
Check the manual. It's all there. Bye, B. At 17:35 31-7-01 -0700, Kyle Smith wrote: In a mail script how do i make it so it emails more than one person? Do i make something like this? [EMAIL PROTECTED]; [EMAIL PROTECTED]; ETC? -legokiller666- http://www.StupeedStudios.f2s.com New

Re: [PHP] Attitude of B van Ouwerkerk

2001-07-31 Thread B. van Ouwerkerk
Let me give just one reply.. I did read them all.. I don't hate Kyle Smith /me rather uses the energy needed to hate in a positive way.. Like to write docs for an opensource project. Did a rewrite once.. Phil Driscoll.. you win. I'm Dutch. No I don't have time to go a few times over my mail

Re: [PHP] NuSphere.. what is it???

2001-07-30 Thread B. van Ouwerkerk
snip What's the deal with that NuShere stuff... I visited their website and download a Free version (40MB)... snip what are we paying for here? snip I don't know.. Perhaps you pay for the tools.. or because of the fact they seem to preconfigure the stuff.. I didn't check their website. Must

RE: [PHP] NuSphere.. what is it???

2001-07-30 Thread B. van Ouwerkerk
NuSphere added a table type called gemini. From nusphere.com: Gemini tables provide row-level locking, robust transaction support, and reliable crash recovery. Transactions.. you don't need Gemini to have transactions.. INNOBASE (might be it's called INNODB.. think theres an issue with

RE: [PHP] Need for dox...

2001-07-30 Thread B. van Ouwerkerk
At 12:36 30-7-01 +0100, Jon Haworth wrote: You've already checked the php.net site before asking this, I take it. Oh wait... http://www.php.net/manual/en/ref.session.php Maybe not :-) H, you could even download them Bye, B. -- PHP General Mailing List (http://www.php.net/) To

Re: [PHP] Need for dox...

2001-07-30 Thread B. van Ouwerkerk
I didn't know the http://www.phpbuilder.com/ site!!! many, many thanks. /me likes to uses a searchengine if /me needs some info on a topic.. Does help you know.. Bye, B. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

Re: [PHP] Need for dox...

2001-07-30 Thread B. van Ouwerkerk
At 09:08 30-7-01 -0400, Jeff Lewis wrote: No need to get nasty :) Keep the list friendly, it's better that way ;) HUH /me is always friendly.. Seriously.. you can get lots of information from searchengines.. Bye, B. Yeah, there are more important things in life then money, but they won't

Re: [PHP] Admin help please!

2001-07-30 Thread B. van Ouwerkerk
At 08:13 30-7-01 -0500, Erich Kolb wrote: How do I contact the administrator of this list? ezmlm lists? by default something like listname-owner@domain So.. for php general help thats: [EMAIL PROTECTED] Uhm, this was also in the welcome messages you got when you subscribed. Bye, B. --

Re: [PHP]DB Logic help...

2001-07-30 Thread B. van Ouwerkerk
Seen some stuff on freshmeat. Does about what you want. Bye, B. At 14:27 30-7-01 -0400, Chris Cocuzzo wrote: hey- I have a few pages on my website which need to be divided up into different columns and rows based on a category in a table. for example, on a links page, I have three different

Re: [PHP] Need for dox...

2001-07-30 Thread B. van Ouwerkerk
... is there a better search engine than the experience of other people that faced the problem before??? I find it to easy to just start asking questions without doing some research on your own.. Your question does show a lack of own initiative.. like not clicking documentation on the

Re: [PHP] Oh and addition to Emailing Files

2001-07-29 Thread B. van Ouwerkerk
- From: B. van Ouwerkerk [EMAIL PROTECTED] To: Kyle Smith [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Saturday, July 28, 2001 3:09 PM Subject: Re: [PHP] Oh and addition to Emailing Files At 22:15 28-7-01 -0700, Kyle Smith wrote: Also how do i make it so that when it sends the email the picture

Re: [PHP] Oh and addition to Emailing Files

2001-07-29 Thread B. van Ouwerkerk
Forbidden You don't have permission to access /manual/en/function.mail.php on this server. Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request. 2 options: - you tried to get that file from your own server - someone screwed up the

Re: [PHP] Oh and addition to Emailing Files

2001-07-29 Thread B. van Ouwerkerk
At 13:30 29-7-01 +0100, John Steele wrote: Kyle, http://www.php.net/manual/en/ref.mail.php is the correct URL, but the easiest way to access these sort of things is: The link I send does gives you the manualpage for mail() Both should work fine. Bye, B. -- PHP General Mailing List

Re: [PHP] Oh and addition to Emailing Files

2001-07-28 Thread B. van Ouwerkerk
At 22:15 28-7-01 -0700, Kyle Smith wrote: Also how do i make it so that when it sends the email the picture is an attatchment? I just don't get it anymore. First you ask about uploading files and now about sending files as attachment?? And this second (this) mail is supposed to make something

Re: [PHP] hosting

2001-07-27 Thread B. van Ouwerkerk
bandwidth/space/pop accounts, I will put up with it, until I can find a better host with comparable features, and comparable price. This kind of cheap ISP will throw as many domains on one box as possible.. Thats how they make profit. No reason to complain if it slows down so now and then..

Re: [PHP] Security Question

2001-07-25 Thread B. van Ouwerkerk
somehow view the code instead of the output of the PHP file. My question is, how do I set up those functions mysql_login and mysql_password? Are they just standard functions defined in a header someplace? Or is this even the best, most secure way of handling it? Include your login and

Re: [PHP] D d d d database?

2001-07-24 Thread B. van Ouwerkerk
Take a look at tutorials on www.devshed.com .. or a few simular websites.. they sould help you.. I'm not sure about inserting data from a flash movie.. You should check this lists archive for more info on this. Bye, B. At 17:37 23-7-01 -0700, Kyle Smith wrote: ok i dont know the first

Re: [PHP] Unix problem

2001-05-19 Thread B. van Ouwerkerk
while ($Directory=readdir($DirHandle)) { $IsFile = is_file($Directory); $IsDir = is_dir($Directory); echo is file=$IsFile - is dir=$IsDir\n; Works fine on Windows box, on a Unix box (RedHat) both is_file() and is_dir() return null no matter what the contents of $Directory is.

Re: [PHP] way to protect .php file

2001-05-17 Thread B. van Ouwerkerk
At 12:08 17-5-01 +0700, Kittiwat Manosuthi wrote: In a virtual hosting environment, even though a directory permission is set to 751, but you still need to leave world-readable permission on individual php file that is to be read from a browser. In a scenario where there's another user in the

Re: [PHP] way to protect .php file

2001-05-17 Thread B. van Ouwerkerk
and then on another note, why do you have users on a webserver who aren't developers??? Cause most people aren't.. but they want to create their own apps.. they think it's a computer and it's software so anyone can do it.. right?? Most of us know it's a bit harder then that.. oh well.. let

Re: [PHP] Re-directing

2001-05-16 Thread B. van Ouwerkerk
If you're hosting on a apache box you could have something like DirectoryIndex start.php Forgot to mention: You can add this to .htaccess Bye, B. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: [PHP] Site search engine suggestion.

2001-05-12 Thread B. van Ouwerkerk
Any suggestion for a better site search program? I know quite a few people who really love htdig. Don't know if it's better. Not sure how good it is handling .php files. You could give it a try. THink I remember a search PHP script at php.net.. or was it freshmeat.. not sure about name of

RE: [PHP] Sos

2001-05-07 Thread B. van Ouwerkerk
Do a source install. Using redhat is no excuse for installing PHP+MySQL+Apache from rpms. You will be glad you did it when you're done. It's much easier to usually. Yep.. But before you remove everything.. you might want to check the location of your .php files.. they should be outside the

Re: [PHP] Emanuel virus

2001-05-02 Thread B. van Ouwerkerk
Once again, if it got passed to any of you, through me, my apologies. I wouldn't trust my anti-virus software on this, I could find any reference to it at Symantec. Maybe it has another name? Feeling like a leper - Miles Thompson Look for Navidad or W32/Navidad.e I think you should also

Re: [PHP] a bit off the list but....

2001-05-01 Thread B. van Ouwerkerk
It is a bit off the list here but is theer anybody know what is SAP? I mean, is that a script language or OS or a DB software? SAP is a piece of ERP (=Enterprise Resource Planning) software. You can adapt it to fit the companies needs. For more info visit the SAP and BAAN websites.. they

Re: [PHP] Can I install Lihnux on My Windows 95 machine ?

2001-04-26 Thread B. van Ouwerkerk
At 13:47 26-4-01 -0600, [EMAIL PROTECTED] wrote: I said be prepared. Not that it would happen. Considering the learning curve of linux..I think it is only fair to say that mistakes are likely to happen, in particular for a newbie. Sure.. It can happen.. to be honest.. you don't need to install

RE: [PHP] Very important.

2001-04-25 Thread B. van Ouwerkerk
I think, removing the guy of the list would help us to avoid meeting the virus on this list again. Come on.. this is a very_old_common_virus. Any half decent AV product should keep your system clean from this. Rather warn the person and help him to get rid of the virus.. If everyone who send

Re: [PHP] Very important.

2001-04-25 Thread B. van Ouwerkerk
I may have lost several weeks of work to this virus, and I advise you all to watch out, as it was likely sent inadvertantly. Does the word backup ring any bells Ever hear about antivirus software Bye, B. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail:

Re: [PHP] payment verification...

2001-04-25 Thread B. van Ouwerkerk
hello, i'm building an online payment form the only thing is that i can't rely on the MOD10 CC validation algo... any one knows any company that provides CC validation (checks if account exists, and the money is enough to pay the price) ... ? I only need a company with such validation

Re: [PHP] Can I install Lihnux on My Windows 95 machine ?

2001-04-25 Thread B. van Ouwerkerk
Also if you are a newbie to linuxget a different machine or be prepared to lose data or windows on your present machine. Never lost any data.. Not even when I still was a newbie.. But it's always a good idea to create backups. Bye, B. -- PHP General Mailing List

Re: [PHP] Can I install Lihnux on My Windows 95 machine ?

2001-04-24 Thread B. van Ouwerkerk
Current my Hard disk space for drive F:\ is 2.92 GB which is just fine for the time being. Do you mean to say that I can increase from 2.9 GB to let us say 4GB by taking it from some other drive may be D:\ ? Can you explain some more ? Partitionmagic is the SW you need to do this. It might

Re: [PHP] Apache, PHP, Windows XP, MSIE 6, Cheese, and Cookies.

2001-04-23 Thread B. van Ouwerkerk
Choose a flavor of linux, format your HD, install, and run the that server like it was meant to run. If you don't want to kill your Windooz, you could do a dualinstall. I'm not sure it will run with XP.. never seen XP.. hope it stays that way :-) But with W95 it runs like a dream. Or.. use a

[PHP] bounces from messages send to this list

2001-04-20 Thread B. van Ouwerkerk
Hi, I'm getting LOTS of bounces whenever I send a message to this list. This is the only lists from which I'm experiencing this kind of problems. It's very annoying to receive multiple bounces because of one message. Some are caused by misconfigured mailserver (solfix.net is a very good

Re: [PHP] SETUP PHP , MYSQL, APACHE

2001-04-20 Thread B. van Ouwerkerk
Hello all, hope that everyone had a nice weekend. I'm new to this form. I am about to install mysql, apache, and php on my linux box (redhat 7) WHy do you think people have invented archives for lists like these This question has been asked some many times I can't even remember. Same

RE: [PHP] How to unsubscribe

2001-04-17 Thread B. van Ouwerkerk
At 17:56 17-4-01 +0900, Maxim Maletsky wrote: See the footer below... Yeah, or learn to read headers: list-help: mailto:[EMAIL PROTECTED] list-unsubscribe: mailto:[EMAIL PROTECTED] list-post: mailto:[EMAIL PROTECTED] You see.. Bye, B. -- PHP General Mailing List (http://www.php.net/) To

Re: [PHP] Netscape 4.77 and PHP

2001-04-15 Thread B. van Ouwerkerk
I've created a test.php file that dynamically loads HTML.. works totally fine in IE 5, but when I test it with Netscape 4.77 -- nothing comes up... just a totally blank page. Anyone know why this might be happening? Yes. You made one or more mistakes in the HTML code you're sending to the

Re: [PHP] what could cause the maximum execution time exceeded?

2001-04-10 Thread B. van Ouwerkerk
At 11:02 10-4-01 -0500, Jacky wrote: Hi people I ran a PHP page and there was an error said below: Fatal error Maximum execution time of 30 seconds exceeded in include/getRoomDesc.php4 What could cause this?? The rain??!! HOW should we know without some code.. You can post it or put it in

  1   2   >