[PHP] Re: Compile PHP question

2004-04-15 Thread David Robley
[EMAIL PROTECTED] (Dave Carrera) wrote in news:[EMAIL PROTECTED]: > Hi List, > > How do I compile php without apache, with mysql (client is installed) > as cli. > > The reason I ask is that I would like to do some command line > scripting using php as my preferred scripting language and I don’t

RE: [PHP] php and mysql help

2004-04-17 Thread David Robley
[EMAIL PROTECTED] (Jay Blanchard) wrote in news:[EMAIL PROTECTED]: > Why are you sending this to me? You're at Stanford, you can probably > figure out the unsubscribe link and stuff > > -Original Message- > From: David A. Stevens [mailto:[EMAIL PROTECTED] > Sent: Friday, April 16, 2004

[PHP] Re: Fatal error: Call to undefined function: mysql_connect()

2004-04-17 Thread David Robley
[EMAIL PROTECTED] (Tim) wrote in news:[EMAIL PROTECTED]: > Setup: > 2 servers, one with PHP 4.1.2 and no MySQL installed, the other has > MySQL and PHP 4.1.2 > > Problem: > I am attempting to connect to the MySQL server from the server without > MySQL, but I get the error that shows in the subje

Re: [PHP] Unsubscribing Was: Unwanted e-mails

2004-04-20 Thread David Robley
[EMAIL PROTECTED] (Lester Caine) wrote in news:[EMAIL PROTECTED]: > Chris Shiflett wrote: > >>>If you look at the first post above, it appears he is hitting >>>"Reply" to list messages, trying to unsubscribe by sending a post >>>to the list. If you look at the text of the return that he passed o

[PHP] Re: cleaning word HTML code

2004-05-04 Thread David Robley
[EMAIL PROTECTED] (Kim Steinhaug) wrote in news:[EMAIL PROTECTED]: > Hello, > > Has anyone seen any resources on the net on OS independent sollutions. > Im aware of the Tidy software, but its not up for the job. Doesn't need > to be open source, but it needs to be OS independent. > > All tips a

[PHP] Re: HTTP_REFERER ... ?

2004-05-05 Thread David Robley
[EMAIL PROTECTED] (Tristan Pretty) wrote in news:OF19FCC4A7.F49C9B83-ON80256E8B.00544E7D- [EMAIL PROTECTED]: > if ($_SERVER['HTTP_REFERER'] == 'http://www.mysite.com/') { > // Stuff > } > > Now why does this not work? > I wanna asign varibales based on certain referers... > but this is not worki

Re: [PHP] Reposting elseif carry

2004-05-17 Thread David Robley
[EMAIL PROTECTED] (Daniel Clark) wrote in news:[EMAIL PROTECTED]: > echo " URL=./Conference_Calls.php?Date_and_Time=\".$_POST[\"$Date_and_Time\"]\ > ">"; > >>>I have tried both of these statements and neither one works Trying >>>to get the Date_and_Time to be carried in the URL. Any Help ple

[PHP] Re: mail command with PHP 4.3.4-1.1 and Fedora Core 1

2004-05-18 Thread David Robley
[EMAIL PROTECTED] (C.F. Scheidecker Antunes) wrote in news:[EMAIL PROTECTED]: > Hello all, > > I have updated an old system to Fedora 1 and php php-4.3.4-1.1. > > However the mail comand does not work anymore. > > The php.ini of the original system did not have anything special. > > Sendmail

[PHP] Re: Content Management Systems

2004-05-21 Thread David Robley
[EMAIL PROTECTED] (Jed R. Brubaker) wrote in news:[EMAIL PROTECTED]: > Hey all - > I was hoping that I could get some advice! I am setting up a site that > will be quazi-portal-ish in nature. As such, a lot of different people > in a lot of different departments will be making contributions and >

[PHP] Re: Showing weekly activity reports from Php / MySql script

2004-05-21 Thread David Robley
[EMAIL PROTECTED] (Dave Carrera) wrote in news:[EMAIL PROTECTED]: > Hi List, > > How do I group rows from a MySql table and show them as a list of > activity by week numbers. > > I.e.: > > WEEK 1: > This happened, this happened... > > WEEK 2: > This happened, this happened... > > And so on.

[PHP] Re: Editor's Page

2004-06-01 Thread David Robley
Jay Blanchard wrote: > I am missing the link to the editor's list for PHP, can someone repost > it? > > Thanks! http://www.thelinuxconsultancy.co.uk/phpeditors/ which can be found on http://au.php.net/links.php under PHP Setup and Authoring Tools David -- PHP General Mailing List (http://www

[PHP] Re: MySQL question

2004-06-23 Thread David Robley
John Taylor-Johnston wrote: > Sorry, MySQL question. Any takers? If I search for 'margaret atwood', I > get results in no real structured heirachy. Any thoughts? > > atwood' IN BOOLEAN MODE);>Search color="blue">ccl.ccl_main For: margaret > atwood - 275 record(s) found > > John The results fr

[PHP] Re: a stupid question

2004-06-25 Thread David Robley
Blake Schroeder wrote: > Hey > > I cant figureout the syntax please help > > echo "Some text".aFunction()."some more text"; > > The function is not working. > > Thanks > > -B What is it you expect, and what is actually happening? -- Dav

[PHP] Re: install/config error - please help

2004-07-01 Thread David Robley
> checking whether the C compiler (gcc ) works... no > configure: error: installation or configuration problem: C compiler cannot > create executables. Do you have gcc installed? If so, does the user running configure have permissions to write to the current directory? -- David Robley

RE: [PHP] using exec/system function within php/apache app

2004-07-22 Thread David Robley
ed to use the filesystem path, not the location relative to your server document root. If you check the shell commands, you'll find that at least some of them have a facility to check the return value from the command, which may be useful for debugging. -- David Robley Change is inevitable, exce

Re: [PHP] trim() white space from record set

2004-07-22 Thread David Robley
;])) { $colauthor_rsResults = (get_magic_quotes_gpc()) ? $_GET['Author'] : addslashes($_GET['Author']); } $colauthor_rsResults =trim($colauthor_rsResults); -- David Robley Never enter a battle of wits unarmed. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Most Efficient Query

2004-07-22 Thread David Robley
> ...or would it be faster and more efficient to use fulltext indexes with > MATCH() and AGAINST()? I have MySQL 3.23.58 installed on my server. > > Thanks! Depends what you want to do - for instance fulltext search IIRC does not support substring searches. -- David Robley I

Re: [PHP] Re: Data request

2007-09-26 Thread David Robley
ll? > > ugh. > > --Paul You gotta love that shit... oh wait, that's what you said :-) Cheers -- David Robley A cat is a four footed allergen. Today is Prickle-Prickle, the 50th day of Bureaucracy in the YOLD 3173. Celebrate Bureflux -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Schedule tasks from server

2008-02-07 Thread David Robley
#x27;t need close granularity in the timing of the jobs, try www.webcron.org/ Cheers -- David Robley What if there were no hypothetical situations? Today is Pungenday, the 38th day of Chaos in the YOLD 3174. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Uploading PDF

2008-02-14 Thread David Robley
ing info:'; > print_r($_FILES); > > print ""; > > ?> > > Thanks, > The error number tells you what is happening - check the values at http://php.net/manual/en/features.file-upload.errors.php Essentially, the file is bigger than the MAX_FILE_SIZE directive that was specified in the HTML form Cheers -- David Robley Couldn't myself have better it said. Today is Sweetmorn, the 46th day of Chaos in the YOLD 3174. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Pear

2008-03-03 Thread David Robley
nd the archive, so I guess consider that my second > question. > > Thanks in advance! > > Jerry Kassebaum Do you know for sure that your host actually has PEAR installed? It might be worth you asking them, via support ticket or forum (if thay have one) whether it is installed and wher

Re: [PHP] Re: first script

2007-04-26 Thread David Robley
[...] >> >> It's the name I use on the internet. > > That's fine. You can even go by that name in RL if you want... > > I just want to know that your parents didn't actually name you that on > the birth certificate... > And their surname isn't Ha

[PHP] Re: Search function

2007-05-09 Thread David Robley
gt; > (I can do the pagentation etc... just the search logic...) > > Thanks! > R Don't reinvent the wheel - mnogosearch has php compatibility. http://www.mnogosearch.org/ Cheers -- David Robley Tried to play my shoehorn... all I got was footnotes! Today is Prickle-Prickle

Re: [PHP] RE: Bounty FYI

2007-05-15 Thread David Robley
| (__Y__) /\/\/\/\/\/\/\/\//\/\\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\ == Cheers -- David Robley An elephant: A mouse built to government specifications. Today is Setting Orange, the 62nd day of Discord in the YOLD 3173. -- PHP General Mailing List (http://www.php.net/) To

Re: [PHP] Form Validation Issues

2007-05-26 Thread David Robley
of WWII fame. Is that the same Douglas MacArthur who was once known as William Shakespeare :-) IIRC that is from Twelfth Night. Cheers -- David Robley No, I'm from Iowa. I only work in Outer Space. Today is Sweetmorn, the 73rd day of Discord in the YOLD 3173. -- PHP General Mailing

Re: [PHP] Double checking - I should turn off "magic quotes"

2007-06-06 Thread David Robley
ery queries to the database pass > through mysql_real_escape_string. The way you write that makes me hope you understand how mysql_real_escape_string should be used. You do understand that you don't run it on the query, rather on the individual string variables that will be passed to the q

[PHP] Re: Not getting expected result from file()

2007-06-10 Thread David Robley
h the newline still attached. When you compare to a string without the newline at the end, the comparison fails. If you have php > 5.0.0 you can use the FILE_IGNORE_NEW_LINES flag in the file() arguments, otherwise use trim() to remove trailing whitespace from the array elements. Cheers --

Re: [PHP] Re: how PHP is batter?

2007-07-05 Thread David Robley
and deepfrying them? > > The aussies do it too - are we just as crazy as the scots? > Oy, speak for yerself, cobber. Even frying in Coopers beer batter couldn't make a mars bar taste like food :-) Cheers -- David Robley A seminar on Time Travel will be held two weeks ago. Toda

Re: [PHP] Suggestion re: PHP Brain Teasers

2007-07-06 Thread David Robley
re competencies of an n-tier > profit maximization strategy. > > Errr, wait, I think I just wandered into the 'PHP as a strategic > BUSINESS language' thread... That almost made more sense when ROTed :-) Cheers -- David Robley "It's a bloody lion," said T

[PHP] Re: session_start(): Cannot send session cache limiter...

2007-07-20 Thread David Robley
gt; file as utf-8..and that seems to be the problem..can anyone share their > knowledge on this? I think that saving a file as UTF-8 places two characters at the very beginning of the file; those characters will be passed to the server and cause the error you are encountering. Cheers -- Dav

Re: Re[2]: [PHP] Pirate PHP books online?

2007-07-27 Thread David Robley
cType... > > Dotan Cohen > Now you owe me a new keyboard that isn't full of a mouthful of beer :-) I guess that would have an opening scene with dialog something like: "I hope you don't mind me sharing memory while you are processing an array" as the processor flicks g

[PHP] Re: Re: Rules of Engagement

2007-07-30 Thread David Robley
ainly other lists I read through Gmane are... > > Col I'd bet we did this a number of times over the last few years; all I can offer other than suggesting a search of the archives is http://www.unicom.com/pw/reply-to-harmful.html which puts a view for not mucking around with the hea

[PHP] Re: $HTTP_POST_FILES always produces empty value.

2007-07-30 Thread David Robley
htdocs/tmpphp > > ; Maximum allowed size for uploaded files. > upload_max_filesize = 100M > === > > Please tell me, "where is my mistake?". > > Thank you very much in advance. Unless you are using an old version of php <4.1.0 you probably should use the $_FILES a

Re: [PHP] javascript in or in ?

2007-08-12 Thread David Robley
quot;I'm sorry" and "Yes, Dear". Seems to me you could rather easily condense that to just one sentence with the same degree of functionality. :-) Cheers -- David Robley This isn't hell, but I can see it from here. Today is Prickle-Prickle, the 5th day of Bureaucracy in the YOLD 3173. Celebrate Zaraday -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] PHP 5, Windows, and MySQL

2006-06-27 Thread David Robley
breaking. Otherwise it would just say "unable to find php_mysql.dll". > > I'd say it's finding the mysql4 version of the dll and trying to include > it which ain't going to work if you want to talk to a mysql5 server. > > http://bugs.php.net/bug.php?id=24621 &

[PHP] Re: Fatal error: Call to a member function query() on a non-object in C:\Xampp\xa...

2006-06-28 Thread David Robley
ror: Call to a member function query() on a non-object in > C:\Xampp\xampp\htdocs\www2\knowledge_db\searchnew.php on line 81 > > Even though the $connection has already been established in a other .php > file. However, it should work since there is a global declaration. > >

Re: [PHP] Randomly rotate image on page load? File under: Image Manipulation

2006-07-10 Thread David Robley
and use rand to select based on a numeric key. Or you could store the image paths in a mysql database and use mysql's RAND to select an image path for display. The possibilities are endless, but seeing this is a php list I won't mention J...st :-) Cheers -- David Robley Disc space

[PHP] Re: Printer Friendly

2006-08-02 Thread David Robley
he web page. > >Any ideas how i going to accomplished it in php ? > > Thanks You don't do it with php - you use css and html. Cheers -- David Robley "I'd like some Chinese food," said Tom wantonly. Today is Prickle-Prickle, the 68th day of Confusio

[PHP] Re: looking for a short/simple kind of app...

2006-08-07 Thread David Robley
x27;ll have to write your own script http://www.dbazine.com/oracle/or-articles/tropashko4 Cheers -- David Robley I like to think of myself as a divide overflow. Today is Prickle-Prickle, the 73rd day of Confusion in the YOLD 3172. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] List Meeting NNOT

2006-08-11 Thread David Robley
a... ;) >>> >>> --Paul >> >> >> Start driving now and remember to roll up the windows. >> >> tedd > Wonder if I can get a scuba diving tank large enough... > Also whether you can inflate the tyres enough to keep it afloat... Cheers --

[PHP] Re: Re: Frustrated trying to get help from your site

2006-09-25 Thread David Robley
I like to have html files which I can put on my internal > documentation server. xchm is probably what you are thinking of - xchm.sourceforge.net Cheers -- David Robley "Use your own toothbrush!" Tom bristled. Today is Pungenday, the 49th day of Bureaucracy in the YOLD 3172. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Re: Re: Frustrated trying to get help from your site

2006-09-27 Thread David Robley
er to just use the website. > > Me too, but IF you live mobil like me (I have an 88-tons MAN-SuperTruck > as MotorCaravan) you wil not have Internet Access all the time. OK, I > have GlobelSat but it is quiet expensive because I pay for the traffic. 88 tons!! Point us to an image

[PHP] Re: Re: Re: Frustrated trying to get help from your site

2006-10-03 Thread David Robley
Michelle Konzack wrote: > Am 2006-09-27 17:39:25, schrieb David Robley: > >> 88 tons!! Point us to an image of that please. > > Currently not availlable but it is an ex Pershing II Transporter > from the US-Army manufactured by the german Enterprise MAN. You surely d

[PHP] Re: Test

2006-10-04 Thread David Robley
Sheena Mullally wrote: > test Sorry, you failed. Cheers -- David Robley This tag is devoid of any humor. Today is Boomtime, the 58th day of Bureaucracy in the YOLD 3172. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: moving to other web server

2006-10-10 Thread David Robley
I know, in our case moving from 4 to 5 > shouldn't be any problem, no concerns. but, anyway, where can I expect > errors - except in oop? > > thanks for any help. > > -afan If you currently use a variable named $this you can expect problems. Cheers -- David Robley 2 + 2

Re: [PHP] Re: moving to other web server

2006-10-11 Thread David Robley
Chris wrote: > David Robley wrote: >> Afan Pasalic wrote: >> >>> hi to all, >>> we are moving our web server from one to other hosting company. we have >>> chance to request what version of php i want to be installed, 4 or 5. >>> Current web

[PHP] Re: Setting PHP to use SMTP

2006-10-15 Thread David Robley
tly do I set the variables? Do I have to manually > edit php.ini and then restart Apache? Is there a command I should be > running? > > Thank you for any and all advice. Cheers -- David Robley IBM: I Buy Macinstosh Today is Prickle-Prickle, the 70th day of Bureaucracy in the YOLD 3172. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: A problem with dates

2006-10-21 Thread David Robley
cked that daylight saving times changes don't interfere with your calculations? Cheers -- David Robley It's not the principle of the thing, it's the money Today is Setting Orange, the 3rd day of The Aftermath in the YOLD 3172. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] security question

2006-11-23 Thread David Robley
e should all refer to forum and google > > Teach a man to fish... > > Cheers, > Rob. Give a man a fish and you feed him for a day. Hand him a fully charged electric eel and chances are he won't bother you again. Cheers -- David Robley I don't want the world, I just want your ha

Re: [PHP] Attaching File to be Emailed

2006-11-24 Thread David Robley
- >> PHP General Mailing List (http://www.php.net/) >> To unsubscribe, visit: http://www.php.net/unsub.php >> >> 3) Check out Phpmailer - http://phpmailer.sourceforge.net/ and the tutorial at http://phpmailer.sourceforge.net/tutorial.html Cheers -- David Robley Fife. n. Small shrill instrument that rhymes with wife. Today is Pungenday, the 36th day of The Aftermath in the YOLD 3172. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Attaching File to be Emailed

2006-11-24 Thread David Robley
- >> PHP General Mailing List (http://www.php.net/) >> To unsubscribe, visit: http://www.php.net/unsub.php >> >> 3) Check out Phpmailer - http://phpmailer.sourceforge.net/ and the tutorial at http://phpmailer.sourceforge.net/tutorial.html Cheers -- David Robley Fife. n. Small shrill instrument that rhymes with wife. Today is Pungenday, the 36th day of The Aftermath in the YOLD 3172. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] backing up a database

2006-11-26 Thread David Robley
TO OUTFILE 'file_name' export_options seems a useful alternative. Cheers -- David Robley "I haven't caught a fish all day!" Tom said, without debate. Today is Sweetmorn, the 39th day of The Aftermath in the YOLD 3172. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Date addition problem

2006-03-29 Thread David Robley
5 > 7: 07-09-05 -- -- --26-10-05 > 8: 07-09-05 -- -- --01-11-05 > 9: 07-09-05 -- -- --08-11-05 > > [/snip] > > Thanks a lot > > Ade Does daylight saving start or finish in that range of dates? If so, using 0 as the hour argument to mktime may give you the odd result you a

[PHP] Re: Php Script Stumped!

2006-04-06 Thread David Robley
rm > > > > User Name: > Password: > > > > > > > Php Script: > > echo $_POST['username']; > echo $_POST['password']; > echo "Marvin Hunkin has successfully logged into the Tafe network. > \n"; echo

[PHP] Re: Php Script Stumped!

2006-04-06 Thread David Robley
rm > > > > User Name: > Password: > > > > > > > Php Script: > > echo $_POST['username']; > echo $_POST['password']; > echo "Marvin Hunkin has successfully logged into the Tafe network. > \n"; echo

[PHP] Re: Serveral forms in a page.

2006-04-25 Thread David Robley
> -Will This _is_ more HTML... The Reset feature resets the form to the information that was loaded - it doesn't 'clear' the form. Cheers -- David Robley If brains were dynamite you couldn't blow your nose! Today is Setting Orange, the 42nd day of Discord in the YOLD 3172.

Re: [PHP] What editor do you use?

2006-05-05 Thread David Robley
- because yes, this has been done to death. > > Miles It actually (enlightenment) seems to be a window manager. This has been today's bit of useless information, brought to you by the numbers 0xffcd and 0xa83e and the letter omega :-) Cheers -- David Robley "I hate pies

[PHP] Re: open_basedir

2006-05-20 Thread David Robley
ou apparrently have a setting activated in your php.ini that restricts opening files to a certain directory structure. Go to http://il.php.net/manual/en/features.safe-mode.php and scroll down til you get to the section on open_basedir which will tel you what the setting is about. You can change it in php.ini for global effect, or in httpd.conf for specific locations Cheers -- David Robley I used to have a handle on life, then it broke. Today is Setting Orange, the 67th day of Discord in the YOLD 3172. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: How do I make a HTML tree for a set of nodes?

2006-06-05 Thread David Robley
he concept of storage, you might want to look at http://www.sitepoint.com/article/hierarchical-data-database For a very simple implementation of the idea for display and editing, http://www.auseinet.com/test/treeedit.php I can provide the code for the above if you want it. Cheers -- Da

[PHP] Re: file( ) function

2006-06-07 Thread David Robley
ill attached as you are using trim() to clear white space from the start/end of the array element. For a second test, maybe do a strlen on the array element and see if that tells you anything. Cheers -- David Robley Memory is a thing we forget with. Today is Prickle-Prickle, the 13rd day of Confusion in the YOLD 3172. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] sending mail via php and unix box-clients thinks it's spam

2006-06-11 Thread David Robley
s are tripping you up... >> >> Compare the two sets of email headers and see what you get, and also >> look at the information provided by the spam filters about WHY they >> think it's spam. >> >> -- >> Like Music? >> http://l-i-e.com/artists.ht

RE: [PHP] GD problems

2006-06-19 Thread David Robley
he following: --with-jpeg-dir=/usr --with-png-dir=/usr /var/log/packages contains files for each package you have installed - those files contain details of what was instaled where. GD should compile just fine on Slack - it does for me so you may be missing something iwhen you do configure for gd?? Cheers -- David Robley Funny, only sensible people agree with me. Today is Sweetmorn, the 25th day of Confusion in the YOLD 3172. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] GD problems

2006-06-21 Thread David Robley
gt; > > //destroy image > imageDestroy($image); > > > ?> Well, you may not have the BCmath enabled, and this script will break if bcmod isn't there, probably without you seeing an error message. A tip for debugging image scripts - comment out the line like header("Content-Type: image/jpeg"); and run the script again; if there is an error it will be displayed (error settings permitting) whereas with the header in place, all you will get is the broken image icon, most likely. Cheers -- David Robley A life lived in fear is half a life lived. Today is Pungenday, the 27th day of Confusion in the YOLD 3172. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] PHP and Apache

2008-06-24 Thread David Robley
; Wolf >> Like the man said - but for a little more help, look at http://httpd.apache.org/docs/2.2/mod/core.html#ifmodule Cheers -- David Robley Outlaw junk mail, and save the trees! Today is Setting Orange, the 29th day of Confusion in the YOLD 3174. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Installed 5.2.6 but phpinfo() still says 5.0.2

2008-07-04 Thread David Robley
hat >> I just did too. It still thinks its version 2.0.54 instead of version >> 2.0.63. I tweaked my httpd.conf file, didn't make any difference. >> >> I'm running Fedora 2.6.11-1.1369_FC4. Any ideas where to look? >> >> Mark >> >> You did

[PHP] Re: No Database Connection possible (mySQL)

2008-07-04 Thread David Robley
query, I get some DB output. But that won't work when I am using the > function... > > Any ideas would be greatly appreciated. > > Cheers! > > Chris I think you need to return something from the function, like true if the connection/select worked, false if not. Cheers -- D

Re: [PHP] comments function being spammed, how do I stop it?

2008-08-27 Thread David Robley
tention when their site changed Tyson Gay's > name to Tyson Homosexual. > > Cheers, > > tedd > I figure their spamfilter would have permanent epilepsy if they took a feed from the Scunthorpe Evening Telegraph's site at http://www.thisisscunthorpe.co.uk/ Cheers -- David Robley Phobia: what's left after drinking 2 out of a 6 pack Today is Prickle-Prickle, the 20th day of Bureaucracy in the YOLD 3174. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Php installation

2008-08-30 Thread David Robley
ttp://php.net/manual/en/install.unix.apache2.php Cheers -- David Robley I can't hear you. There's a banana republic in my ear. Today is Boomtime, the 23rd day of Bureaucracy in the YOLD 3174. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: Php installation

2008-08-30 Thread David Robley
ignored while run in the browser but they are > procesed if run from terminal. So i guess this is a configuration > problem but i have no idea how to fix it. > > Thanks > > --- On Sat, 8/30/08, David Robley <[EMAIL PROTECTED]> wrote: > > From: David Robley <[EMAIL

[PHP] Re: newbie - how to receive/iterate posted arrays

2008-09-01 Thread David Robley
gt; The error is "Warning: Invalid argument supplied for foreach()" > > Seems so simple, but I can't get it... What am I doing wrong? > -Govinda foreach($_POST['tmbsToiterate'] as $value) { Remove the $ Cheers -- David Robley "Our field is arthritis res

Re: [PHP] spreadsheets are opened read only

2008-09-25 Thread David Robley
the same. > > grr!! > > I think I may reconsider to change my career and start training > elephants in a zoo or something. The resulting amount of excrement will at least be less than what you get dealing with some M$ applications :-) Cheers -- David Robley Talk about mem

RE: [PHP] New to PHP

2008-10-14 Thread David Robley
Juan Jose Rosales Rodriguez wrote: > He i not speak very good englis, pliss can you tel me abaout list in > spanich? News version at news://news.php.net/php.general.es or via http at http://news.php.net/group.php?group=php.general.es Cheers -- David Robley Useless Invention: Self

Re: [PHP] Politics

2008-10-22 Thread David Robley
;> representations emphasizing leksr matching thirds painfully wakesleep >>> ekswiezeezeewie accompanied >> >> Have you tried restarting Apache? :) > > no, no, no, she said "painfully", she must be using IIS... :) > > Try upgrading all your drivers and then restar

[PHP] Re: -help

2008-10-22 Thread David Robley
devta singh wrote: -help: invalid argument Cheers -- David Robley I used to have a handle on life, then it broke. Today is Setting Orange, the 3rd day of The Aftermath in the YOLD 3174. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] take me off the list

2008-11-05 Thread David Robley
e won't bother you again. Cheers -- David Robley Dain Bramaged. Today is Prickle-Prickle, the 17th day of The Aftermath in the YOLD 3174. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Missing DLLs

2008-11-13 Thread David Robley
t an application and it will tell you what libraries are required to run that application. Google will find it for you. Cheers -- David Robley We now return you to your regularly scheduled flame-throwing Today is Boomtime, the 25th day of The Aftermath in the YOLD 3174. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Days until Easter and Christmas

2008-11-15 Thread David Robley
_format) ) / 86400); > > echo $days_until_Christmas . ""; > echo $days_until_Easter . ""; Have you tried incrementing the year value by one when you define $next_[holiday] Cheers -- David Robley He who always plows a straight furrow is in a rut. Today is Setting

[PHP] Re: php document management systems

2004-01-27 Thread David Robley
In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] says... > Anyone know of any php document management systems? if its open source that > would be even better. > > TIA > http://www.google.com/search?q=php+document+management+systems should give you a few pointers -- Quod subigo farinam A: Be

[PHP] Re: Verify cCPIGgLq for robleyd@ozemail.com.au

2004-01-27 Thread David Robley
D]> Delivered-To: mailing list > [EMAIL PROTECTED] Received: (qmail 44508 invoked by uid 1010); 27 > Jan 2004 09:45:20 - Delivered-To: [EMAIL PROTECTED] > Delivered-To: [EMAIL PROTECTED] To: > [EMAIL PROTECTED] From: David Robley <[EMAIL PROTECTED]> > Date: Tue, 27 Jan 20

[PHP] Re: mnoGoSearch on Windows?

2004-02-10 Thread David Robley
In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] says... > According to the PHP manual, the mnoGoSearch extension is not available > on the Windows platform. I had considered installing mnoGoSearch on our > Windows box running PHP (even though I will have to pay for the Windows > version of m

[PHP] Re: PHP Newbie Database Records?

2004-02-15 Thread David Robley
In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] says... > PHP Newbie, > > I'm trying to find out if a username already appears in my database. > > I have two users in my table, one is colin so when I enter a username of > colin I would normally under ColdFusion anyway just to something like: >

Re: Re[4]: [PHP] problems with spam

2004-02-17 Thread David Robley
In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] says... > <[EMAIL PROTECTED]> > Richard Davey: > > Hello mayo, > > > > Monday, February 16, 2004, 3:51:30 PM, you wrote: > > > > m> As for my email being harvested because I wrote it out > > m> ([EMAIL PROTECTED]). Well I'll change it to > > m> som

[PHP] [OT slightly] PHP and Ewebeditpro CMS

2004-02-20 Thread David Robley
If anyone has experience with using a PHP interface to EwebeditPro content management system, I' ppreciate a little help. In particular, a sample script for handling contnet upload would be a godsend. ewebeditpro provide samples for ASP which isn't a great deal of help. -- David R

[PHP] Re: confirm subscribe to php-general@lists.php.net

2004-02-24 Thread David Robley
In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] says... > > Hi! This is the ezmlm program. I'm managing the > > [EMAIL PROTECTED] mailing list. > > > > I'm working for my owner, who can be reached > > at [EMAIL PROTECTED] > > > > To confirm that you would like > > > >[EMAIL PROTECTED] > > >

[PHP] Re: date functions

2004-02-25 Thread David Robley
In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] says... > Hi, > > You might already be fed up with my posts but I'm a complete PHP newbie and find > these groups are the best way to learn! Anyway I have the database date in the > format: -mm-dd hh:mm:ss e.g. 2004-02-24 07:57:59 but when i

[PHP] Re: MYSQL & Image functions

2004-03-08 Thread David Robley
In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] says... > I am trying to use any of the image functions with image data from a > mysql database. I can get these functions to work from files on the > server but for some reason, not out of the database. If any one has > gotten this to work, code y

[PHP] Re: Listing for a specific list of files

2004-03-10 Thread David Robley
[EMAIL PROTECTED] (Brent Clark) wrote in news:[EMAIL PROTECTED]: > Hi there > > I need to perform a function whereby I can list a directory (which is I > can do) > but the problem is that I want to list only a certain list of files that > is in the directory. > for example in linux > I do a: >

Re: [PHP] Re: Listing for a specific list of files

2004-03-11 Thread David Robley
gt;> > >> > > > >http://au.php.net/manual/en/function.readdir.php and look partway down > >the user notes where there is an example that just gets image files. > > > > > > > OK - then you could consider using strpos or substr on the file name to

[PHP] Re: Cron Jobs and php as apache module

2004-03-17 Thread David Robley
[EMAIL PROTECTED] (Daryl Meese) wrote in news:[EMAIL PROTECTED]: > Hello all, > > Ok, I run php as an apache module but need to have some php scripts > called from a cron. Since you can't have php installed as a cgi & > apache module I don't know how to do this. > > Any help would be apprecia

[PHP] Re: gmdate

2004-03-19 Thread David Robley
[EMAIL PROTECTED] (Bigmark) wrote in news:[EMAIL PROTECTED]: > Hi an anyone help here, i have a shoutbox that displays the time with > each message but the time is 8 hours behind my time. > > //here are the headers// > header("Expires: ".gmdate("D, d M Y H:i:s")."GMT"); > header("Cache-Control:

[PHP] Re: php/mysql email

2004-03-20 Thread David Robley
[EMAIL PROTECTED] (Bigmark) wrote in news:[EMAIL PROTECTED]: > I have a sports tipping script and instead of using the admin to close a > round off or input results ,would it be possible to do it via an email. > > Mark > This can be done on a Unix style system by creating a mail alias which p

[PHP] re: an if statement

2004-03-26 Thread David Robley
[EMAIL PROTECTED] (Andy B) wrote in news:[EMAIL PROTECTED]: >> although that'll generally "work", why not use >> >> if(empty($name) || empty($comments)) >> { dosomething(); } >> >> -- >> ---John Holmes... > > > because for some odd reason on any of the versions of php i am writing > for (4.0.6

[PHP] Re: Local sysadmin DFW needed

2004-03-26 Thread David Robley
[EMAIL PROTECTED] (Frank Tudor) wrote in news:[EMAIL PROTECTED]: > Hi folks, > > Sorry for the inturruption. > > I'm looking for a part time sysadmin in the DFW area. > Just out of curiosity, where the hell is DFW? I gather it's not near Ridgehaven. -- PHP General Mailing List (http://www.

[PHP] Re: knowing which file is including

2004-03-26 Thread David Robley
[EMAIL PROTECTED] (Ryan A) wrote in news:[EMAIL PROTECTED]: > Hi, > A bit of a weird problem, am just curious if this can be done... > > I have a file called config.inc.php which has a require_once in it for > lang_a.php and > lang_b.php > > config.inc.php is being "included" by a.php and b.php

[PHP] Re: REsource Identifier( PHP_MYSQL)

2004-03-26 Thread David Robley
[EMAIL PROTECTED] (Gimic) wrote in news:[EMAIL PROTECTED]: > Hey y'all, I'm having problems trying to get the > MySql_Query() function to return the resource ID when using a $string > as the argument to pass to it. It returns when I hard code the > argument but not the string. Any ideas? here i

[PHP] Re: determining number of rows in a mysql table

2004-03-29 Thread David Robley
[EMAIL PROTECTED] (Chris Wagner) wrote in news:[EMAIL PROTECTED]: > this should be easy... > > how would one go about determining the number of rows in a mysql table, > without actually wasting the time of querying for *. > > is this the best way? > > $result = mysql_query('SELECT * FROM table

[PHP] Re: Having trouble formatting width using printf() and default spaces

2004-03-30 Thread David Robley
[EMAIL PROTECTED] (David Scott) wrote in news:[EMAIL PROTECTED]: > I tried your method and it's a nice variation, though it leaves me with > two issues: > > 1. I'd like the numbers to be right-aligned. > 2. I'd still like to understand why the default padding of spaces isn't > working for prin

Re: [PHP] Problem with script halting

2004-04-05 Thread David Robley
[EMAIL PROTECTED] (Nathan Croker) wrote in news:[EMAIL PROTECTED]: > Thank you for your reply. > > Yes the user has permission to execute chmod since when I access the > server using an FTP Client it works perfectly. > > - Nathan Croker > > (amazing as a result of one post, I get 6 different s

Re: [PHP]

2004-04-05 Thread David Robley
[EMAIL PROTECTED] (Nunners) wrote in news:[EMAIL PROTECTED]: > I've got a series of functions which return a list in an array. How > can I create an empty array? Or do I need to check it's a valid array > before I use it? > > Cheers > James This may be helpful: http://uk.php.net/manual/en/la

[PHP] Re: allowed memory size of

2004-04-05 Thread David Robley
[EMAIL PROTECTED] (Mathias brito) wrote in news:[EMAIL PROTECTED]: > Hello, I made a script that make a backup of the > entire site with the PHPZip lib. It's works well with > small sites, but when the size grow, i receive the > following message: > > Fatal error: Allowed memory size of 1048680

<    5   6   7   8   9   10   11   12   >