Re: [PHP] binary data - MSSQL

2002-01-09 Thread Daniel Masur
are you shure about putting binarydata into a database? cant you do it with links? performance would be better this way i think. Henning Sprang [EMAIL PROTECTED] schrieb im Newsbeitrag [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Hy Peter, Peter Lavender wrote: Hi Everyone, I did ask

[PHP] draw image graph with uptime command

2002-01-03 Thread Daniel Masur
what i want to do is, parsing the uptime command in suse, get the stats for 1, 5 and 15 minute cpu utilisation, and draw an image. just like the taskmanager in win windows 2000, xp, and nt.anybody did this before? should look like this: / |

[PHP] Re: some body flood mypage how can I prevent them ?

2001-12-21 Thread Daniel Masur
at least you have to tell what is getting flooded... db? apache? logs? pings? Alawi [EMAIL PROTECTED] schrieb im Newsbeitrag 00cd01c18a1a$05063440$b084a2d4@mcsh2l7jqy8bgj">news:00cd01c18a1a$05063440$b084a2d4@mcsh2l7jqy8bgj... some body flood mypage how can I prevent them ? -- PHP General

[PHP] sessions

2001-12-20 Thread Daniel Masur
my logout.php looks like this code session_start(); session_register(SESSION); //these 2 things have to be on every page right? require ('validate_session.php'); //does compare $PHPSESSID and the sessid i have in every url // start of validate_session.php ? header(Expires: Mon, 26 Jul 1997

[PHP] Re: Access denied for user

2001-12-06 Thread Daniel Masur
you didnt entered the correct pasword for the mysql database Josep [EMAIL PROTECTED] schrieb im Newsbeitrag 000501c17e48$3d5acaf0$[EMAIL PROTECTED]">news:000501c17e48$3d5acaf0$[EMAIL PROTECTED]... I get the following message when trying to view a php page Warning: Access denied for user:

[PHP] format output from exe()

2001-12-05 Thread Daniel Masur
how can i format the output from: $who = passthru(system(who)); echo $who; it doesnt put breakes behind each line, so all the stuff iss just one line till the browsers to short... anybody can help? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED]

Re: [PHP] format output from exe()

2001-12-05 Thread Daniel Masur
$data .= $result[$i]br; } print $data; That might work for ya. Good luck, Tyler Longren - Original Message - From: Daniel Masur [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, December 05, 2001 5:50 AM Subject: [PHP] format output from exe() how can i format the out

[PHP] Re: Login/Security Problem

2001-11-14 Thread Daniel Masur
set a cookie, and delete it with a logout button or when the user leaves your domain Joe Van Meer [EMAIL PROTECTED] schrieb im Newsbeitrag [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Hi there. I'm new to php and would like some insight on securing a website. Upon successful login to my site

Re: [PHP] Re: Login/Security Problem

2001-11-14 Thread Daniel Masur
9 56 W3 www.interaktion.ch -- - Original Message - From: Daniel Masur [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, November 14, 2001 2:33 PM Subject: [PHP] Re: Login/Security Problem set a cookie, and delete it with a logout button or when

Re: [PHP] can php detect whether an email address is a valid one?

2001-11-13 Thread Daniel Masur
get the mx record: function checkmail ($mailtocheck) { if (eregi(^[_\.0-9a-z-]+@([0-9a-z][-0-9a-z\.]+)\.([a-z]{2,3}$), $mailtocheck, $check)) { if (getmxrr($check[1]...$check[2],$temp)) { return true; } return false; // kein mx gefunden } else { return false; // syntax fehler } } Martin

[PHP] Re: apache + ftp!

2001-11-12 Thread Daniel Masur
on win32 i like g6ftp server Benjamin [EMAIL PROTECTED] schrieb im Newsbeitrag [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... hey group! i have apache installed on an win2000 machine and now i need an good and stable ftp server! which one does i take! thank you, ben -- PHP General

Re: [PHP] apache + ftp!

2001-11-12 Thread Daniel Masur
never had it runnin, but i didnt heard bout hacking g6ftp. Olexandr Vynnychenko [EMAIL PROTECTED] schrieb im Newsbeitrag [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Hello Benjamin, Monday, November 12, 2001, 12:00:22 PM, you wrote: B hey group! B i have apache installed on an win2000

[PHP] Re: Web portals

2001-10-19 Thread Daniel Masur
would intresst me too, cose i want to biuld my own portal [EMAIL PROTECTED]; [EMAIL PROTECTED] schrieb im Newsbeitrag 20011018124135.17694.1001.qmail@server0021">news:20011018124135.17694.1001.qmail@server0021... Hi ! I am looking for an efficient web portal, sutable for medium/big

[PHP] searching trought multiple tables

2001-09-17 Thread Daniel Masur
i have a mysql database with 100 entrys in 3 tables. i need to search trought them, but if i search for 'a' in all tables, i get 5000 results... 70 results are the same. heres my code: $sql_find= SELECT mieter.miet_name, mieter.cat_id, mieter.id, mieter.miet_beschreibung, cat.cat_name,

[PHP] Re: Searching help

2001-09-06 Thread Daniel Masur
$Query = SELECT * FROM enet WHERE TechContact LIKE '%$Avar1%' AND AdminContact LIKE '%$Avar2%'; try this. Avar1/2 needs to be replaced by your var that u use in your html form Devon [EMAIL PROTECTED] schrieb im Newsbeitrag [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... $Query = SELECT * FROM

Re: [PHP] Re: Question.

2001-09-06 Thread Daniel Masur
echo $os\n; \n does a newline in php, that u only will see in your sourcecode or echo $os\nbr\n; will do a brake in the source, and one in online layout better read php.net first, before posting suh stuff here. Johan Vikerskog [EMAIL PROTECTED] schrieb im Newsbeitrag [EMAIL

[PHP] Re: image problem

2001-09-05 Thread Daniel Masur
what u use for browser, os on the client machine? maybe some cache problem maybe timeout post the url of that page...so that ppl can look @ it, and tell what s going on. [EMAIL PROTECTED] schrieb im Newsbeitrag 008b01c135da$dc06f270$[EMAIL PROTECTED]">news:008b01c135da$dc06f270$[EMAIL

[PHP] Re: newby: forms problem

2001-09-04 Thread Daniel Masur
just post your form to a ph site, and the name describt in your input tag will be the variable. input type=pass name=wtf is $wtf on the php page Nikola Veber [EMAIL PROTECTED] schrieb im Newsbeitrag [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... hi In order to process a form, do I need a cgi