Re: [PHP] My Sincere Greetings

2003-06-04 Thread Mirco Ellis
True that!!! - Original Message - From: "Jonathan Wilkes" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, June 04, 2003 13:55 Subject: RE: [PHP] My Sincere Greetings > Will someone ban this f***ing spam... > > Anyone believing this is an idiot! > > regard

RE: [PHP] connecting to mysql db

2003-03-25 Thread Mirco Ellis
This is the only way I know and probably the safest. This way you know there is connectivity because it is loaded rigth at the beginning. Mirco Ellis I-Soft Solutions e-mail: [EMAIL PROTECTED] Tel: +27414847161 -Original Message- From: Igor Frankovic [mailto:[EMAIL PROTECTED] Sent

RE: [PHP] connecting to mysql db

2003-03-25 Thread Mirco Ellis
No dude. Create a file called whatever.inc that includes the code that you are using to connect to the db. In every php script ,that needs this connection to the db, you simply put: Mirco Ellis I-Soft Solutions e-mail: [EMAIL PROTECTED] Tel: +27414847161 -Original Message- From: Iggy

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

2003-03-18 Thread Mirco Ellis
Guys thanks for your help on this matter. Luckily this is all I need. It is on an internal lan and won't be available to the public although it does raise an interesting discussion. I would have been lost without you blokes. Thanks a million Mirco Ellis -Original Message- From:

[PHP] (newbie)textareas ...someone...please help

2003-03-18 Thread Mirco Ellis
Guys I really need your help. How do I restrict users from changing data in a textarea? I need to display data on a page so that users can edit it and update the database. With the help of this mailing list I got it going but now I am running into walls. Some of the data is sensitive and can't be c

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

2003-03-17 Thread Mirco Ellis
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 also use in my sql query when updating the table,ie. where variable='$variab

[PHP] populating textarea with data

2003-03-07 Thread Mirco Ellis
table format. This way the user can edit the data conveniently and repopulate the db. I don't have the foggiest idea where to begin. Can anyone help me please? Mirco Ellis I-Soft Solutions e-mail: [EMAIL PROTECTED] Tel: +27414847161 -- PHP General Mailing List (http://www.php.net

[PHP] Keeping existing data in textarea's

2003-03-03 Thread Mirco Ellis
Hi, I have a developed a simple Helpdesk for our small company. When users log calls they get an alert message warning them that they must fill in all the fields if they have missed a field. At the moment if they happen to forget a field, they receive the alert message, but then have to start all