[PHP] date problem

2002-02-18 Thread eoghan
into my db? i tried using a hidden field with a foramtted gmt date value, but its not working... any help thanks - eoghan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] format text

2002-02-26 Thread eoghan
hello i am looking for a way of formatting my text when i select it from mysql, looking for a function like cold fusion paragraphformat() that will preserve line breaks etc when i select my data from the database. thanks -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

[PHP] just wanna know

2002-02-28 Thread eoghan
hi whats the difference between print and echo ? thanks -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] dbase

2002-05-21 Thread eoghan
anyone ther eused dbase with php. was looking for best pratices on searching... any code snippets appreciated. thanks... -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Project Management

2007-05-24 Thread eoghan
On 24 May 2007, at 10:26, Christian Haensel wrote: Morning guys, this is not exactly a PHP question, but as I am sure that I am talking to more or less professional developers, I thought I might ask you. As I am working on some... well, for my standards... huge project, I thought that

Re: [PHP] Accessible HTML - OT

2005-05-09 Thread eoghan
hi perhaps have a look here: http://www.webstandards.org/about/ Mikey wrote: Hiya! I have just come back from the client visit and one of the issues that arose was over the use of accessible markup, more specifically the use of tables versus the use of layers. Now, my long held belief was that

Re: [PHP] mysql with php

2005-05-20 Thread eoghan
$sql = select User_name, User_pass from user where User_name = '$_POST[user_id]' and User_pass = '$_POST[user_pass]'; assuming user_id isnt an int Rittwick Banerjee wrote: Hi friends, I am Rittwick Banerjee and i have made a mysql based user name and password program but I found that what ever

Re: [PHP] PHP 5 Question about OO

2005-06-01 Thread eoghan
maybe have a look at extends class Class1 extends Class2 {... janbro wrote: Hi List, I'm using the oo orientation of PHP5 for a while now. All Classes I've got have a require on top them, if I try to reference to other classes. something like require (Class2.php); class Class1{

Re: [PHP] change letter to all caps

2005-07-18 Thread eoghan
/en/function.strtoupper.php eoghan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] problems with self referential sticky forms

2005-07-19 Thread eoghan
On 20 Jul 2005, at 02:01, Linda H wrote: But when execute the code above I get an error: Notice: Undefined index: fahrenheit in C:\Program Files\Apache Group\Apache2\htdocs \. Where is fahrenheit? change the input name... Eoghan -- PHP General Mailing List (http://www.php.net

Re: [PHP] problems with self referential sticky forms

2005-07-19 Thread eoghan
On 20 Jul 2005, at 02:22, Linda H wrote: fahreheit is here: ? $fahr = $_GET['fahrenheit']; if (is_null($fahr)){ echo 'fahr is null';} $ The error was on the line: $fahr = $_GET['fahrenheit']; try: input name=fahrenheit type=text value=?php echo $fahr; ? / -- PHP General Mailing List

Re: [PHP] how to post a question?

2005-07-22 Thread eoghan
Shaw, Chris - Accenture wrote: Posting a question on how to post a question. :) you gotta start somewhere -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] PHP Spider/Crawler for Emails possible?

2005-07-29 Thread eoghan
On 29 Jul 2005, at 19:16, Jay Blanchard wrote: I also noticed that the thread started as a RE:, was this thread hijacked? yeah... was PHP noobie -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] php mac folder

2005-11-05 Thread eoghan
On 5 Nov 2005, at 19:37, Ross wrote: Hello, I have a setup question for php for mac. I have shared my windows folder 'wwwroot' across the network but when I preview my .php file it connot find it because the specified php folder on the mac is http://127.0.0.1/~myname/Sites I suppose I

Re: [PHP] Preventing data from being reposted?

2005-03-03 Thread eoghan
you can use header() http://ie.php.net/header rory walsh wrote: Is there anyway I can prevent data from being reposted when I hit the back button on my browser? When I hit back I get a message from my browser asking do I want to repost the data, can I prevent this window from appearing? -- PHP

Re: [PHP] Preventing data from being reposted?

2005-03-03 Thread eoghan
i think ive missed a few mails there...? rory walsh wrote: Cheers, I'll take a look, I had tried a search but thunderbird didn't find anything, even with the exact thread title I had to google it? Anyway I'll take a look. Jochem Maas wrote: rory walsh wrote: Thanks Eoghan, I have tried

Re: [PHP] multiple OR's

2005-03-17 Thread eoghan
can do: if ($name==andrea || $name==john) On 17 Mar 2005, at 11:59, AndreaD wrote: if ($name==andrea) OR ($name==john) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] sort by date

2005-05-06 Thread eoghan
William Stokes wrote: OK. I found that out from MySQL manual. I just don't know how to insert the date formatting function to the query: I quessI need to put STR_TO_DATE() in to the following SQL query: SELECT event_id,name,date,time,place,type,info FROM test_table WHERE (group = '$group') AND

[PHP] xslt_process

2004-05-15 Thread eoghan
doc is works fine... i have the header set as text/xml... anyone any ideas how i can use a php file with this function? thanks eoghan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] class_xslt

2004-05-17 Thread eoghan
the xml to vreate a string but i get this error... *Warning*: Sablotron error on line 16: XML parser error 7: mismatched tag has anyone any experience using this class with a string? my sample is posted below... thanks eoghan

[PHP] post data

2004-06-15 Thread eoghan
hi, im posting a form to itself... and im wondering if there is any way to clear the post data from the page after if have dealt with it? to stop page refreshes posting the data again? thanks eoghan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net

Re: [PHP] php editor

2005-01-14 Thread eoghan
/dbg/downloads.php eoghan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] XML describing a form

2004-06-30 Thread eoghan
My harder part is how handle a combo box ?(xml part and php parsing part) Thanks for all Pierre this may be of help to you http://www.topxml.com/xsltStylesheets/xslt_html.asp -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] XML describing a form

2004-06-30 Thread eoghan
Yes I think so.thanks a lot And Please all,can you say here the most appreciated and usefull links of php you have, cause I'm French and don't know English website about php I've found some with google but there's more I guess so about php xml and mysql thanks a lot. try this:

Re: [PHP] xslt_create

2004-06-30 Thread eoghan
on windows? linux? Pierre wrote: Ok so I must recompile php with this option but I can't is there any php class easy to use that can do this ? Pierre -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] xslt_create

2004-06-30 Thread eoghan
thats really difficult to say without seeing the xsl and xml. theres a very good xsl list over at mulberrytech.com too if you need specific xsl help http://www.mulberrytech.com/xsl/xsl-list/index.html Pierre wrote: Yes it's ok thanks to all :) But now I have a little problem : my page is all

Re: [PHP] Parsing error when XML version is mentioned

2004-07-25 Thread eoghan
instead of that line use this ? echo ?xml version=\1.0\ encoding=\UTF-8\?\n ? Can you pls. help me understand why parsing error occurs and how to avoid it. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Checking for form submission

2004-08-04 Thread eoghan
I am trying to create some code to check whether a form has been submitted. The following code seems to print evertime, whether a form has been submitted or not: if (isset($_POST)) { echo '(isset($_POST))'; } why not just if( $_POST) { echo $_POST; } -- PHP General Mailing List

Re: [PHP] Weblog -Blog software wrtten in PHP and My SQL

2004-08-31 Thread eoghan
wordpress [EMAIL PROTECTED] wrote: Does anyone know of Blog sw available in the marketplace written in PHP and maybe MySQL? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php