[PHP] Re: fopen

2003-03-16 Thread Coert Metz
Hi If i'm reading your code in the right way, i think you can better use the file_exists function available in php Read the manual at: http://www.php.net/manual/nl/function.file-exists.php Many success Coert Metz Sebastian wrote: hello, i have this snippet of code, from what i can tell

[PHP] Re: help me please

2003-03-16 Thread Coert Metz
Hi Look at http://www.nusphere.com/ Here you can download apache, mysql, php and more with an easy to use install programm for free. It works nice for me! Coert Metz Blair Robinson wrote: Hello, I am making a web site i just want to be able to view my php outputs On my Computer how do i do

[PHP] Re: Really simple string search question

2003-03-16 Thread Coert Metz
You can use strstr, stristr, strpos or regular expressions. Maybe it's good to check the manual at php.net first before asking a question ;) Coert Metz Kevin - Kd Micro Software wrote: Hello all, This is probably a really easy thing to answer but I don't know what the answer is so if you lot

[PHP] Re: newbie:restricting users to change data in a textarea

2003-03-18 Thread Coert Metz
You can put READONLY in your TEXTAREA tag Coert Metz Mirco Ellis wrote: Hi all, I have a app that enables the user to call data out of a mysql database into textareas. They can then edit the data and update the database. There is one field that I whant to stop them from changing. This field I

[PHP] Re: scanning for non alpha characters

2002-11-14 Thread Coert Metz
PHP also supports regular expressions Check the manual at php.net for more information (ereg_replace a.s.o) Coert Cj wrote: I want to scan the variables passed from teh url of my script for non alpha characters. The variables should only consist of a-z A-Z 0-9 and spaces, full stops and commas

[PHP] shell_exec problem

2002-11-14 Thread Coert Metz
' and not the parameters '-n -d .'. Can anybody help me? Thanks in advance Coert Metz -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: PROBLEMS

2002-11-14 Thread Coert Metz
call session_start() before html in this way: ?php session_start (); ? html .. and so on... Coert Metz Ysrael guzmán wrote: THIS IS MY SCRIPT: AND THE ERROR IS Warning: Cannot send session cache limiter - headers already sent (output started at c:\foxserv\www\t-demo1\pedidos