Re: [PHP] Code Check fixed

2005-05-31 Thread janbro
Ok, thx, I've got it done. Dumb mistake, the user didn't have rights to delete, it's as simple as that. My trials thru the command line where as root thx guys janbro Richard Lynch schrieb: What you are doing wrong is ignoring the error messages MySQL is storing for you... On Mon, May

Re: [PHP] Questionary Development

2005-05-31 Thread Rory Browne
On 5/31/05, Richard Lynch [EMAIL PROTECTED] wrote: On Sat, May 28, 2005 10:08 am, ...helmut said: I have a form that contains 100 questions. To make it easier on the user, I will divide it into 5 sections (20 questions per section), then all the information will be written to a db. What

[PHP] php + cvs

2005-05-31 Thread Vlad Golodov
Hi All! are here any people who have tried to develop php application using CVS? What programms have you used for it? CVS should be located on the internet. Thanks in advance, Vlad -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] php + cvs

2005-05-31 Thread Burhan Khalid
Vlad Golodov wrote: Hi All! are here any people who have tried to develop php application using CVS? What programms have you used for it? CVS should be located on the internet. I have used CVS before (since its available in Zend Studio) and have had to do a bit of reconfiguring of Zend

[PHP] Dynamically loading function arguments

2005-05-31 Thread RaTT
Hi Currently we are building a basic content management system where we would like to be able to write as libral customized tags as possible, for example [[select:array_name,title]] or [[form:name]] in the format of [[function:arguments]] The problem that we are experiencing are that the

Re: [PHP] php + cvs

2005-05-31 Thread Jochem Maas
Vlad Golodov wrote: Hi All! are here any people who have tried to develop php application using CVS? yes, everyday :-) bare in mind that CVS actually creates a bit more work for you (especially in the beginning when you are still on the fairly steep CVS learning curve) but that you gain in

Re: [PHP] Dynamically loading function arguments

2005-05-31 Thread Jochem Maas
RaTT wrote: Hi Currently we are building a basic content management system where we would like to be able to write as libral customized tags as possible, for example [[select:array_name,title]] or [[form:name]] in the format of [[function:arguments]] The problem that we are experiencing are

[PHP] Returned mail: Data format error

2005-05-31 Thread Mail Delivery Subsystem
ALERT! This e-mail, in its original form, contained one or more attached files that were infected with a virus, worm, or other type of security threat. This e-mail was sent from a Road Runner IP address. As part of our continuing initiative to stop the spread of malicious viruses, Road Runner

[PHP] Returned mail: see transcript for details

2005-05-31 Thread Automatic Email Delivery Software
Dear user php-general@lists.php.net, We have found that your account has been used to send a large amount of unsolicited commercial email during the last week. Probably, your computer was compromised and now runs a trojaned proxy server. We recommend that you follow instructions in order to

RE: [PHP] Replacing 2 strings

2005-05-31 Thread Murray @ PlanetThoughtful
? function replace($string){ preg_match(/^\^([a-zA-Z]+?)_([a-zA-Z]+?)/, $string, $matcharr); $string = str_replace($matcharr[0], $matcharr[1] . .$matcharr[2] . :, $string); return $string; } $string = ^JIM_JONES Leicester, 1720. Oxford, 1800 CONFIRMED: meeting

Re: [PHP] Dynamically loading function arguments

2005-05-31 Thread RaTT
Hi Guys Thanks for your support, i will post the function once done. Regards Jarratt On 5/31/05, Jochem Maas [EMAIL PROTECTED] wrote: RaTT wrote: Hi Currently we are building a basic content management system where we would like to be able to write as libral customized tags as

[PHP] SUBSCRIPTION

2005-05-31 Thread sbwi
I am changing my e-mail address and I tried to suscribe to this list through the php.net automated subscription service. It didn't work. Suggestions? Tony -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] xml

2005-05-31 Thread Marcus Bointon
On 27 May 2005, at 14:16, Andy Pieters wrote: I recently decided to switch to xml for the configuration of our programs. I am now looking for a good way to handle that xml data. Basically, what I am looking for is a functionality where I say Get tag x with attribute1=y, attribute2=z,...,

[PHP] Plugin systems

2005-05-31 Thread Marcus Bointon
I'm looking to build a plugin system for my web application. I'm going to need to handle multiple types of plugin. I know that many of them exist already, but I'm wanting something that's very object- clean and PHP5-aware. I was thinking about using multiple interface implementations, so

Re: [PHP] php + cvs

2005-05-31 Thread Marcus Bointon
On 31 May 2005, at 09:58, Jochem Maas wrote: Also I hear lots of good things about subversion (SVN), which is a newer alternative for version control - some even say its better. I can definitely vouch for Subversion. I'm using it for all my PHP stuff. I'd not used cvs a great deal, but I'd

Re: [PHP] php + cvs

2005-05-31 Thread M. Sokolewicz
Marcus Bointon wrote: On 31 May 2005, at 09:58, Jochem Maas wrote: Also I hear lots of good things about subversion (SVN), which is a newer alternative for version control - some even say its better. I can definitely vouch for Subversion. I'm using it for all my PHP stuff. I'd not used

[PHP] php forum and (almost certainly 0T) client editor

2005-05-31 Thread Ryan A
Hey guys (and girl...as we have one on the list...(that i know of)), Can anybody recommend a real bare bones forum that i can modify or a tutorial for creating a forum or URLs/Classes etc to help me create a simple forum? I checked on google but I couldnt find any tutorials or code, went to

Re: [PHP] Re: How to make a script sleep for 5 seconds?

2005-05-31 Thread Mikey
Robert Cummings wrote: Mr. Lynch, either intentionally or inadvertently, you have succeeded in making me spray water out my nose as I happened to be drinking a glass of it when I read your reply :B Or: water|nosekeyboard LOL, Mikey -- PHP General Mailing List (http://www.php.net/) To

Re: [PHP] SUBSCRIPTION

2005-05-31 Thread Paul Waring
On 5/31/05, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I am changing my e-mail address and I tried to suscribe to this list through the php.net automated subscription service. It didn't work. Suggestions? Try emailing [EMAIL PROTECTED] from the new address that you want to subscribe with (a

Re: [PHP] Plugin systems

2005-05-31 Thread Jochem Maas
Marcus Bointon wrote: I'm looking to build a plugin system for my web application. I'm going to need to handle multiple types of plugin. I know that many of them exist already, but I'm wanting something that's very object- clean and PHP5-aware. I was thinking about using multiple interface

[PHP] Re: Moving PEAR installation (for self-contained class library)

2005-05-31 Thread Jason Barnett
Andrei Verovski (aka MacGuru) wrote: Hi, I have a PEAR-related question. My class library using some PEAR packages, and I would like to make it self-contained, i.e. to be able to move it to a server (for example MacOS X) which do not have (and will not require) installation of any PEAR

[PHP] Re: php + cvs

2005-05-31 Thread rush
Vlad Golodov [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hi All! are here any people who have tried to develop php application using CVS? What programms have you used for it? CVS should be located on the internet. jap, locally I use TortoiseCVS - apache - php - mysql. Then i

Re: [PHP] php + cvs

2005-05-31 Thread Bostjan Skufca @ domenca.com
Hello, is it possible to mount CVS/SVN repository as filesystem? regards, Bostjan On Tuesday 31 May 2005 15:46, M. Sokolewicz wrote: Marcus Bointon wrote: On 31 May 2005, at 09:58, Jochem Maas wrote: Also I hear lots of good things about subversion (SVN), which is a newer alternative

Re: [PHP] php forum and (almost certainly 0T) client editor

2005-05-31 Thread Paul Waring
On 5/31/05, Ryan A [EMAIL PROTECTED] wrote: Can anybody recommend a real bare bones forum that i can modify I don't know what you mean by bare bones exactly (how stripped down are you looking for?) but here are three fairly small forum systems you might want to have a look at: punBB -

Re: [PHP] php forum and (almost certainly 0T) client editor

2005-05-31 Thread Rory Browne
I don't know as much about forums today, as I did a few years ago, but AFAIK most GUI BBCode Editors are simple html wysiwyg tools, that convert to bbcode in the background. On 5/31/05, Ryan A [EMAIL PROTECTED] wrote: Hey guys (and girl...as we have one on the list...(that i know of)), Can

[PHP] test

2005-05-31 Thread Justin Hannus
testing -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] PHP and USB Devices

2005-05-31 Thread Joe Harman
Has anyone out there found a way to get information from a USB device running on their computer... what i am trying to do is retrive the fingerprint ID that the Microsoft USB fingerprint reader returns for a finger print and put it in a webpage form??? There has to be a way to do it... -- Joe

Re: [PHP] php forum and (almost certainly 0T) client editor

2005-05-31 Thread Jochem Maas
Ryan A wrote: Hey guys (and girl...as we have one on the list...(that i know of)), Can anybody recommend a real bare bones forum that i can modify or a tutorial for creating a forum or URLs/Classes etc to help me create a simple forum? I checked on google but I couldnt find any tutorials or

Re: [PHP] php + cvs

2005-05-31 Thread Jochem Maas
Bostjan Skufca @ domenca.com wrote: Hello, is it possible to mount CVS/SVN repository as filesystem? a. why would you want to? (the whole idea is that you _dont_ edit files directly in the repository) b. this is a php mailinglist not a cvs mailinglist. ;-) regards, Bostjan On Tuesday 31

Re: [PHP] PHP and USB Devices

2005-05-31 Thread Mikey
Joe Harman wrote: Has anyone out there found a way to get information from a USB device running on their computer... what i am trying to do is retrive the fingerprint ID that the Microsoft USB fingerprint reader returns for a finger print and put it in a webpage form??? There has to be a way

[PHP] .INC files

2005-05-31 Thread Martin Zvarik
Hi, I saw files like file.inc.php and file.inc What is the *.inc suffix good for ? Thank you for replies. Martin

[PHP] [Files suffix] .inc.php files

2005-05-31 Thread Martin Zvarik
Hi, I saw files like file.inc.php and file.inc What is the *.inc suffix good for ? Thank you for replies. Martin

[PHP] TEST

2005-05-31 Thread Martin Zvarik
test dammit, doesnt work

[PHP] Craig's List Clone part deux

2005-05-31 Thread Michael O'Neal
Hi...I posted a while back looking for an open-source or affordable Craig's List clone built in PHP, and the advice was to search...there are a ton out there. So far, the only one I've been able to come up with is AJ Classified Pro (http://www.ajsquare.com/ajclassifieds.php) which had some

Re: [PHP] php + cvs

2005-05-31 Thread Bostjan Skufca @ domenca.si
a. It would create a posibility to run application directly from CVS if http server would have access to it b. details :)) On Tuesday 31 May 2005 18:06, Jochem Maas wrote: Bostjan Skufca @ domenca.com wrote: Hello, is it possible to mount CVS/SVN repository as filesystem? a. why would

[PHP] Displaying forms in stored text

2005-05-31 Thread Niels Riis Kristensen
Hi. I have a problem that consist of a desire to use preformatted text in a while-loop while inserting data from another search. The code is as follows: ? include(../../includes/constants.php); $get_var1 = mysql_query(SELECT * FROM table1 WHERE id LIKE '1' LIMIT 1);

[PHP] test

2005-05-31 Thread Danny Brow
signature.asc Description: This is a digitally signed message part

Re: [PHP] php + cvs

2005-05-31 Thread Marcus Bointon
On 31 May 2005, at 15:40, Bostjan Skufca @ domenca.com wrote: is it possible to mount CVS/SVN repository as filesystem? Yes and no. Both keep stuff as normal files, but often as diffs and BDB databases. You really need to go through the appropriate client interface to extract data from it

[PHP] test

2005-05-31 Thread Danny Brow
If this gets to the list it's just a test. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Plugin systems

2005-05-31 Thread Marcus Bointon
On 31 May 2005, at 15:21, Jochem Maas wrote: seems like alot of spreadout functionality to be putting it in a single class (maybe I'm not seeing your example in the proper light). That's possible, and I would only be able to implement a single plugin class within any given file (assuming

Re: [PHP] test

2005-05-31 Thread disguised.jedi
On 5/31/05, Justin Hannus [EMAIL PROTECTED] wrote: testing -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php What about it? -- PHP rocks! Knowledge is Power. Power Corrupts. Go to school, become evil Disclaimer: Any disclaimer

RE: [PHP] [Files suffix] .inc.php files

2005-05-31 Thread Jay Blanchard
[snip] I saw files like file.inc.php and file.inc What is the *.inc suffix good for ? Thank you for replies. [/snip] Once is enough...wait for an answer. The suffix is good for identifying files. For instance, say you have a group of standard functions that you use in all applications. You

Re: [PHP] .INC files

2005-05-31 Thread John Nichel
Martin Zvarik wrote: Hi, I saw files like file.inc.php and file.inc What is the *.inc suffix good for ? Thank you for replies. Martin It doesn't matter. PHP will parse either if you call them via include() or require() I guess it just boils down to your preference. -- John C. Nichel

RE: [PHP] TEST

2005-05-31 Thread Jay Blanchard
it worked -Original Message- From: Martin Zvarik [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 31, 2005 11:40 AM To: php-general@lists.php.net Subject: [PHP] TEST test dammit, doesnt work -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

Re: [PHP] .INC files

2005-05-31 Thread Rasmus Lerdorf
Martin Zvarik wrote: Hi, I saw files like file.inc.php and file.inc What is the *.inc suffix good for ? I don't see the point in file.inc.php, but file.inc is something I use all the time to indicate that a file is designed to be included and not accessed directly. Then I have an Apache

Re: [PHP] .INC files

2005-05-31 Thread disguised.jedi
On 5/30/05, Martin Zvarik [EMAIL PROTECTED] wrote: Hi, I saw files like file.inc.php and file.inc What is the *.inc suffix good for ? Thank you for replies. Martin I think it means that the files were meant to be included...not called by themselves. I'm just guessing though...:)

Re: [PHP] .INC files

2005-05-31 Thread Sebastian
they're usually used as includes, hence the INC part. files that have certain functions/classes that another script requires and people use them to split up the code. I don't and have never created .inc files.. all my files end in .php -- but that's just me. Martin Zvarik wrote: Hi, I

Re: [PHP] Craig's List Clone part deux

2005-05-31 Thread John Nichel
Michael O'Neal wrote: Hi...I posted a while back looking for an open-source or affordable Craig's List clone built in PHP, and the advice was to search...there are a ton out there. So far, the only one I've been able to come up with is AJ Classified Pro

Re: [PHP] PHP and USB Devices

2005-05-31 Thread disguised.jedi
On 5/31/05, Joe Harman [EMAIL PROTECTED] wrote: Has anyone out there found a way to get information from a USB device running on their computer... what i am trying to do is retrive the fingerprint ID that the Microsoft USB fingerprint reader returns for a finger print and put it in a webpage

[PHP] TEST

2005-05-31 Thread disguised.jedi
On 5/31/05, Martin Zvarik [EMAIL PROTECTED] wrote: test dammit, doesnt work it worksgmail doesn't show you your own posts -- PHP rocks! Knowledge is Power. Power Corrupts. Go to school, become evil Disclaimer: Any disclaimer attached to this message may be ignored. However,

[PHP] Re: .INC files

2005-05-31 Thread Jason Barnett
Martin Zvarik wrote: Hi, I saw files like file.inc.php and file.inc What is the *.inc suffix good for ? Thank you for replies. Martin STOP SPAMMING THE LIST! .inc is just a shorthand for include files and it's just a different way of organizing code -- PHP General Mailing List

Re: [PHP] php forum and (almost certainly 0T) client editor

2005-05-31 Thread Leif Gregory
Hello Ryan, Tuesday, May 31, 2005, 7:59:10 AM, you wrote: R Can anybody recommend a real bare bones forum that i can modify or R a tutorial for creating a forum or URLs/Classes etc to help me R create a simple forum? ??? That's a hard question to answer. You could make it real bare bones and

[PHP] Re: PHP and USB Devices

2005-05-31 Thread Jason Barnett
Joe Harman wrote: Has anyone out there found a way to get information from a USB device running on their computer... what i am trying to do is retrive the fingerprint ID that the Microsoft USB fingerprint reader returns for a finger print and put it in a webpage form??? There has to be a way to

[PHP] Re: Questionary Development

2005-05-31 Thread ...helmut
Hello All, Thank you for all the wonderful ideas, there are so many things that can be over look when working by yourself. When I asked help for a questionary, in reallity I meant a long form. With that said I apologize for having some people in mind more like a question answer type of

Re: [PHP] PHP and USB Devices

2005-05-31 Thread Joe Harman
thanks... actually what I need to have it do is just fill in the user's name and password... security is not high on the priority list... the only thing that the fingerprint reader is going to do is make the process of login fast and hopefuly error free... I am using the microsoft fingerprint

[PHP] test

2005-05-31 Thread afrodriguez

Re: [PHP] php + cvs

2005-05-31 Thread Jochem Maas
Bostjan Skufca @ domenca.si wrote: a. It would create a posibility to run application directly from CVS if http server would have access to it doeos anyone else think this is silly? besides which this is webdevelopment, the http server's config/paths etc matter ... so how do the files inside

Re: [PHP] TEST

2005-05-31 Thread Rory Browne
It sometimes takes a while for posts to get through to the list. On 5/31/05, Martin Zvarik [EMAIL PROTECTED] wrote: test dammit, doesnt work -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] php + cvs

2005-05-31 Thread Marcus Bointon
On 31 May 2005, at 17:57, Bostjan Skufca @ domenca.si wrote: a. It would create a posibility to run application directly from CVS if http server would have access to it It doesn't work that way - there are almost no circumstances under which you would want to access the repository without

[PHP] Variabels in stored txt

2005-05-31 Thread Niels Riis Kristensen
Hi. I have a problem that consist of a desire to use preformatted text in a while-loop while inserting data from another search. The code is as follows: $get_var1 = mysql_query(SELECT * FROM table1 WHERE id LIKE '1' LIMIT 1);

Re: [PHP] [Files suffix] .inc.php files

2005-05-31 Thread Jochem Maas
sorry Martin, forgot to post to list! oh and the list is a little overworked so don't go posting double if your post doesn't appear immediately... it will get there eventually ;-) Martin Zvarik wrote: Hi, I saw files like file.inc.php and file.inc I saw penguins :-) What is the *.inc

Re: [PHP] php forum and (almost certainly 0T) client editor

2005-05-31 Thread Ryan A
Thanks guys, Yep, it certainly sounds like a PITA (pain in the ... ) project but the client is payingand so..the client's right :-) The good thing is, I'll learn something here (hopefully), only think left to do is start going to the URLs you have mentioned and reading and downloading. Thanks

[PHP] Variables in stored txt

2005-05-31 Thread Niels Riis Kristensen
Hi. I have a problem that consist of a desire to use preformatted text in a while-loop while inserting data from another search. The code is as follows: $get_var1 = mysql_query(SELECT * FROM table1 WHERE id LIKE '1' LIMIT 1);

Re: [PHP] PHP and USB Devices

2005-05-31 Thread tg-php
The fingerprint reader may have software that has COM capabilities too. So you might be able to use a COM call to the software to get the fingerprint ID (big huge password mentioned) that it generates. Reading directly from the device would probably mean writing a custom driver since even

Re: [PHP] Craig's List Clone part deux

2005-05-31 Thread Michael O'Neal
Thanks John. That's one of the reasons I haven't gone that route. The whole operation seemed cheesy to me. I appreciate the feedback though. On May 31, 2005, at 11:48 AM, John Nichel wrote: Michael O'Neal wrote: Hi...I posted a while back looking for an open-source or affordable Craig's

Re: [PHP] Replacing 2 strings

2005-05-31 Thread W Luke
On 31/05/05, Murray @ PlanetThoughtful [EMAIL PROTECTED] wrote: ? function replace($string){ preg_match(/^\^([a-zA-Z]+?)_([a-zA-Z]+?)/, $string, $matcharr); $string = str_replace($matcharr[0], $matcharr[1] . .$matcharr[2] . :, $string); return $string; }

Re: [PHP] Code Check

2005-05-31 Thread Dotan Cohen
On 5/30/05, janbro [EMAIL PROTECTED] wrote: Hi List, I don't know where else to look. I've got PHP 5.0.0 and MySQL 4.1.3. (on Windwows XP with Apache 2.0.50) Here is my Code: the Query with the delete is not executed and I don't know why. If I copy it into the MySQL Command line like it is

[PHP] Re: Questionary Development

2005-05-31 Thread ...helmut
Hello All, Thank you for all the wonderful ideas, there are so many things that can be over look when working by yourself. When I asked help for a questionary, in reallity I meant a long form. With that said I apologize for having some people in mind more like a question answer type of

[PHP] Re: php forum and (almost certainly 0T) client editor

2005-05-31 Thread Amir Mohammad Saied
For your 2nd question, try kupu http://kupu.oscom.org/ It really rocks! -- http://www.iranamp.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Variables in stored txt

2005-05-31 Thread Jay Blanchard
Quite sending this over and over.it is taking a while for the e-mail to get to the list -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Questionary Development - Continued

2005-05-31 Thread ...helmut
Hello All, Thank you for all the wonderful ideas, there are so many things that can be over look when working by yourself. When I asked help for a questionary, in reallity I meant a long form. With that said I apologize for having some people in mind more like a question answer type of

Re: [PHP] [Files suffix] .inc.php files

2005-05-31 Thread Leif Gregory
Hello Martin, Sunday, May 29, 2005, 9:24:00 PM, you wrote: M I saw files like file.inc.php and file.inc M What is the *.inc suffix good for ? It's good for a lot of trouble if the webserver hasn't been set up to parse .inc files as PHP. If it hasn't then someone can request that file in a

RE: [PHP] Variabels in stored txt

2005-05-31 Thread Jay Blanchard
[snip] $get_var1 = mysql_query(SELECT * FROM table1 WHERE id LIKE '1' LIMIT 1); while($record=mysql_fetch_assoc($get_var1)) { $show_var = $record['text']; } [/snip] do an echo $show_var; to see what is returned right here -- PHP General Mailing List

Re: [PHP] Variables in stored txt

2005-05-31 Thread Niels Riis Kristensen
Oh, I get it. I have been very poor at explaining my problem. I have a table, table1, in which I have standard text for letters. I would like to put data from table2 in the letters, so that the data is automatically placed in the letter through code in the standard text. It sounds

[PHP] using php4 in a php5 environment...

2005-05-31 Thread bruce
hey.. is there a way to 'go back' to php4 if i have php5 installed? i have a website/app that i want to test, and it requires php4. can anybody tell me if there's some config option that i can set to basically only use the php4 environment for the test app... i want php5 to be used for all the

Re: [PHP] Variabels in stored txt

2005-05-31 Thread Niels Riis Kristensen
On 31/05/2005, at 22.19, Jay Blanchard wrote: [snip] $get_var1 = mysql_query(SELECT * FROM table1 WHERE id LIKE '1' LIMIT 1); while($record=mysql_fetch_assoc($get_var1)) { $show_var = $record['text']; } [/snip] do an echo $show_var; to see what is returned

RE: [PHP] Variabels in stored txt

2005-05-31 Thread Jay Blanchard
[snip] [snip] $get_var1 = mysql_query(SELECT * FROM table1 WHERE id LIKE '1' LIMIT 1); while($record=mysql_fetch_assoc($get_var1)) { $show_var = $record['text']; } [/snip] do an echo $show_var; to see what is returned right here Allready did, no result.

[PHP] Re: using php4 in a php5 environment...

2005-05-31 Thread ...helmut
you can install a kit that would enable you to switch from php4 to 5 and viceversa. http://www.hotscripts.com/PHP/Software_and_Servers/Installation_Kits/index.html Or if you have both installations in your computer already im sure you can point your development software to use the right

Re: [PHP] php forum and (almost certainly 0T) client editor

2005-05-31 Thread Jochem Maas
Ryan A wrote: Thanks guys, Yep, it certainly sounds like a PITA (pain in the ... ) project but the client is payingand so..the client's right :-) out of interest (and maybe to spark new ideas) can you give specs? what kind of user management system do you have to integrate with? (describe)

Re: [PHP] php forum and (almost certainly 0T) client editor

2005-05-31 Thread Ryan A
Thanks guys, Yep, it certainly sounds like a PITA (pain in the ... ) project but the client is payingand so..the client's right :-) out of interest (and maybe to spark new ideas) can you give specs? what kind of user management system do you have to integrate with? (describe) Its

RE: [PHP] Variabels in stored txt

2005-05-31 Thread Chris W. Parker
Niels Riis Kristensen mailto:[EMAIL PROTECTED] on Tuesday, May 31, 2005 2:09 PM said: On 31/05/2005, at 22.19, Jay Blanchard wrote: [snip] $get_var1 = mysql_query(SELECT * FROM table1 WHERE id LIKE '1' LIMIT 1); while($record=mysql_fetch_assoc($get_var1)) {

[PHP] FW: write to file, difficulty inputting data

2005-05-31 Thread mayo
I'm writing customer orders into a file. I'm 1. getting data from session variables and a database, 2. putting it into a variable called $fileContent 3. then touch($filename); 4. then writing $fileContent to $filename - the code is at the bottom The test versions of this have all gone well.

[PHP] Returned mail: Data format error

2005-05-31 Thread The Post Office
ALERT! This e-mail, in its original form, contained one or more attached files that were infected with a virus, worm, or other type of security threat. This e-mail was sent from a Road Runner IP address. As part of our continuing initiative to stop the spread of malicious viruses, Road Runner

Re: [PHP] Questionary Development - Continued

2005-05-31 Thread Rory Browne
That being the case, you may want to consider ajax, so that users answers are recorded as soon as they make them. On 5/31/05, ...helmut [EMAIL PROTECTED] wrote: Hello All, Thank you for all the wonderful ideas, there are so many things that can be over look when working by yourself. When

[PHP] mysql 4.1.3beta

2005-05-31 Thread bruce
hi... i'm integrating php/mysql into apache. can anybody tell me if it's possible to have a mysql v.4.1.3beta client version from doing a php4 install, or do i have to go php5 to get beyond the mysql v.3.23.58 client. i've tried to use the FC3 php4.3.9 rpms with no luck. i'm also using the

[PHP] dynamic drop down

2005-05-31 Thread Danny Brow
Could someone point me to an example with code for dynamic drop downs in PHP? I would like to be able to have drop downs like Select Country and another drop down show the states/provinces based on the selected country. Thanks, Dan. signature.asc Description: This is a digitally signed message

Re: [PHP] Craig's List Clone part deux

2005-05-31 Thread Michael O'Neal
Anyone else? I have a hard time believing it's not out there...but I could be wrong!!! On May 31, 2005, at 1:48 PM, Michael O'Neal wrote: Thanks John. That's one of the reasons I haven't gone that route. The whole operation seemed cheesy to me. I appreciate the feedback though. On May

[PHP] Variabels in stored text - retry

2005-05-31 Thread Niels Riis Kristensen
I don't know what is going wrong, but I keep getting an error messages. I'll try one more time, and if this doesn't work I'll stop. Problem: I have a table, table1, in which I have standard text for letters. I would like to put data from table2 in the letters, so that the data is