Re: [PHP] Searching for a new provider

2001-12-12 Thread Tom Ray
Hey Andy- I work with a hosting company that I believe has everything you're looking for in your wish list. They're a small company that's been around for about 10 years (started as an ISP). If you can get me more information on the type of hosting you're looking to do and what other specific

[PHP] Simple Question

2001-12-12 Thread Tom Ray
I have a quick question that I haven't been able to find the answer to yet. I've made a couple of guest books via PHP but the biggest problem I'm having is if any one inputs a ' or " or anything like that, the output in the book shows the stupid \ for the escape. So the word "Tom's" looks like

Re: [PHP] Re: Simple Question

2001-12-12 Thread Tom Ray
oh no, Iv'e gotten two answers... stripslashes() and strip_slashes() which one? which one?! Gaylen Fraley wrote: >strip_slashes() > >-- >Gaylen >[EMAIL PROTECTED] >Home http://www.gaylenandmargie.com >PHP KISGB v2.6 Guest Book http://www.gaylenandmargie.com/phpwe

Re: [PHP] Opinions, please

2001-12-16 Thread Ray Gaylog
You could also use URL rewriting?..but then, thats not to secure...(or pass the variable(s) to each page via a GET submission..just tag on the variable to the end of your "next page" link) -Ray Ray Gaylog [EMAIL PROTECTED] - Original Message - From: "Gaylen

Re: [PHP] problem finding out original filename while using php to upload.

2001-12-16 Thread Ray Gaylog
ed on that you can determine the format type.. Of course, if the user renamed a .bmp to a .jpeg then you won't be able to tell that this was originally a .bmp file... Ray Gaylog [EMAIL PROTECTED] - Original Message - From: "Neil M" <[EMAIL PROTECTED]> To: &

[PHP] printf()?

2001-12-16 Thread Ray Gaylog
s I must put a in there. Any ideas? I'm using PHP 4.06 Ray Gaylog [EMAIL PROTECTED]

RE: [PHP] image retrival from db?

2001-06-19 Thread Ray Hilton
still do stuff like thumbnail generation on the upload and then store the paths to the file in the database. Ray Hilton - [EMAIL PROTECTED] http://rayh.co.uk -Original Message- From: Steve [mailto:[EMAIL PROTECTED]] Sent: 19 June 2001 00:57 To: [EMAIL PROTECTED] Subject: [PHP] image

RE: [PHP] What is the deal with cookies

2001-06-19 Thread Ray Hilton
Well, when you set a cookie, it is sent in the headers, so the browser isnt going to send the cookie back to the server until a refresh, the best way is to either cash the userlog on details in the log in function, so you need not refresh, or simply use a header("Location: /"); or something to for

RE: [PHP] send data to a file composed of frames

2001-06-19 Thread Ray Hilton
what you mean by not being able to go back to the previous page, this is perfectly possible, unless im missing the point Ray Hilton - [EMAIL PROTECTED] http://rayh.co.uk -Original Message- From: kaab kaoutar [mailto:[EMAIL PROTECTED]] Sent: 15 June 2001 12:25 To: [EMAIL PROTECTED] Subject

RE: [PHP] Multipe Tables, Single Query Problem

2001-06-19 Thread Ray Hilton
you need a sub select, which mysql doesn’t support... Ray Hilton - [EMAIL PROTECTED] http://rayh.co.uk -Original Message- From: Simon Kimber [mailto:[EMAIL PROTECTED]] Sent: 06 June 2001 14:57 To: [EMAIL PROTECTED] Subject: [PHP] Multipe Tables, Single Query Problem Hi all, I have three

RE: [PHP] [php]using sendmail with php

2001-06-19 Thread Ray Hilton
least points you in the right direction... Im not sure if php allows you to open a pipe to another program. Ray Hilton - [EMAIL PROTECTED] http://rayh.co.uk -Original Message- From: Chris Cocuzzo [mailto:[EMAIL PROTECTED]] Sent: 19 June 2001 06:04 To: PHP General List (E-mail) Subjec

RE: [PHP] Turning Off Headers

2001-06-20 Thread Ray Hilton
If your using the standalone binary, I /think/ its something like php -q If it's the module in apache, you will have a problem as apache itself will add a certain degree of header information. -Original Message- From: Meles Meles [mailto:[EMAIL PROTECTED]] Sent: 19 June 2001 14:03 To: [E

RE: [PHP] HELP problems running PHP4 script in CRON

2001-06-20 Thread Ray Hilton
build both at the same time? The binary and the .so module? At the moment, I just have to compile twice. Ray Hilton - [EMAIL PROTECTED] http://rayh.co.uk -Original Message- From: Splashy [mailto:[EMAIL PROTECTED]] Sent: 19 June 2001 15:29 To: [EMAIL PROTECTED] Subject: [PHP] HELP problems

RE: [PHP] SetCookie weirdness

2001-06-20 Thread Ray Hilton
This is actually a security feature of cookies, so that domains that don’t match your cookie cannot read personal details set by another site. Don't worry, its all in order ;) Ray Hilton - [EMAIL PROTECTED] http://rayh.co.uk -Original Message- From: Tomaz Kovacic [mailto:[

RE: [PHP] Store PHP Code in MySQL?

2001-06-20 Thread Ray Hilton
mehow... Ray Hilton - [EMAIL PROTECTED] http://rayh.co.uk -Original Message- From: Joseph Koenig [mailto:[EMAIL PROTECTED]] Sent: 19 June 2001 23:23 To: [EMAIL PROTECTED] Subject: [PHP] Store PHP Code in MySQL? I've been playing a little bit trying to store some PHP code in MySQL and

RE: [PHP] inserting a variable into a variable

2001-06-20 Thread Ray Hilton
What on earth are you trying to do? :) I'm not sure what your getting at, do you mean defining a variable based on another variables name? Perhaps try using an array, and specifying $rm($cat) Sorry, im not too sure what you mean Ray Hilton - [EMAIL PROTECTED] http://rayh.co.uk -Ori

RE: [PHP] time

2001-06-20 Thread Ray Hilton
well, if its a server side script, the only clock available to it is the one on the server... Ray -Original Message- From: Jon Yaggie [mailto:[EMAIL PROTECTED]] Sent: 20 May 2001 15:51 To: [EMAIL PROTECTED] Subject: [PHP] time quickly can some one tell me if time() return server or

RE: [PHP] General Coding Question

2001-06-21 Thread Ray Hilton
I don’t think that’s XHTML complient... Correct me if im wrong? -Original Message- From: Chris Lee [mailto:[EMAIL PROTECTED]] Sent: 20 June 2001 23:50 To: [EMAIL PROTECTED] Subject: Re: [PHP] General Coding Question im here to start a flamewar. dont use " then. why not use ' ? echo

[PHP] Time Language Settings

2001-06-21 Thread Ray Hilton
How do I go arround getting php to output the time() function in a different language? I have tried the setlocale() function to no avail, perhaps my system doesn't have the appropriate locale to do this? If so, then how do install them on Red Hat 7? Cheers, Ray Hilton - [EMAIL PROTECTED]

[PHP] Easy to copy MySQL table??

2001-06-25 Thread Ray Noel
Hi, Is there any easy way to copy a "template" mysql table to enable data to processed in batches? I would prefer to just copy a table rather than hard-code a table create query, if possible. Regards Ray -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-ma

[PHP] configuring with gd for TTF

2001-07-02 Thread Ray Hilton
libgd was not built with TrueType font support in /home/ray/webroot/rayh/htdocs/gfx/image.php on line 48 Etc etc... Can anyone point me in the right direction? Am I right in thinking that you can either use gd's native ttf support or compile freetype into php seperatley? ./configure --with-

RE: [PHP] Shell scripting and PHP.

2001-07-03 Thread Ray Hilton
I think it's the same as perl, using the backtick operator, ie: $result = `uptime`; That's ` NOT ' -Original Message- From: Johan Vikerskog (ECS) [mailto:[EMAIL PROTECTED]] Sent: 03 July 2001 09:41 To: [EMAIL PROTECTED] Subject: [PHP] Shell scripting and PHP. Hi all! If i want to u

RE: [PHP] configuring with gd for TTF

2001-07-03 Thread Ray Hilton
PROTECTED]] Sent: 03 July 2001 09:40 To: Ray Hilton; 'PHP Mailing List' Subject: RE: [PHP] configuring with gd for TTF Ok. Well, given mine works, I thought I would tell you what I have! My phpinfo says exactly the same: GD Support enabled GD Version 1.6.2 or higher FreeType Suppo

RE: [PHP] configuring with gd for TTF

2001-07-03 Thread Ray Hilton
l get: Warning: libgd was not built with TrueType font support in /home/ray/webroot/rayh/htdocs/gfx/image.php on line 48 Every single time... Ray Hilton - [EMAIL PROTECTED] http://rayh.co.uk -Original Message- From: Brian White [mailto:[EMAIL PROTECTED]] Sent: 03 July 2001 09:08 To: Ray H

RE: [PHP] Fatal Error: Call to undefined function: sybase_connect() in

2001-07-03 Thread Ray Hilton
Have you sompiled in sybase support? By defauly php doesn't compile with sybase functions, you must specifcally tell it too... -Original Message- From: nelo manuel [mailto:[EMAIL PROTECTED]] Sent: 03 July 2001 09:27 To: [EMAIL PROTECTED] Subject: [PHP] Fatal Error: Call to undefined func

RE: [PHP] Fatal Error: Call to undefined function: sybase_connect() in

2001-07-03 Thread Ray Hilton
(according to mastering linux book, install and configuring php to access data from sybase) can some else pls help me :( >From: "Ray Hilton" <[EMAIL PROTECTED]> >To: "'nelo manuel'" <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]> >Subject: RE: [PHP]

[PHP] RE: html in my form? bad things! help help help!

2001-07-15 Thread Ray Dow
Everything removed by strip_tags(), including mailto:[EMAIL PROTECTED]] > Sent: Monday, 16 July 1979 3:46 PM > To: Ray Dow; [EMAIL PROTECTED] > Subject: Re: html in my form? bad things! help help help! > > > on 7/16/01 1:47 AM, Ray Dow at [EMAIL PROTECTED] wrote: > >

RE: [PHP] RE: html in my form? bad things! help help help!

2001-07-15 Thread Ray Dow
g) but its pretty clear what the possibilities are. Strip all tags and use a custom system is my advice > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Monday, 16 July 1979 3:59 PM > To: Ray Dow; [EMAIL PROTECTED] > Subject: Re: [PHP] RE:

[PHP] PHP Security

2001-07-18 Thread Ray Parish
Hey All, For a virtual hosting stand point, which is better to run, the module or the cgi version of php? Can you also explain why one is better than the other..? Thanks Ray Parish, RHCE -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For

[PHP] need "Working..." pop up dialog

2001-08-17 Thread Ray Clouse
w.open(), but I'm having no luck. Any ideas? TIA! -- --------- Ray Clouse | Don't fear the penguins. Engineer Scientist/Specialist | Boeing Expendable Launch Vehicles | Ray.Clouse AT boeing.com Huntington Be

[PHP] Need "Working..." pop up dialog (repost)

2001-08-20 Thread Ray Clouse
d window.open(), but I'm having no luck. Any ideas? -- --------- Ray Clouse | Don't fear the penguins. Engineer Scientist/Specialist | Boeing Expendable Launch Vehicles | Ray.Clouse AT boeing.com Huntington Beach, CA

Re: [PHP] Need "Working..." pop up dialog (repost)

2001-08-21 Thread Ray Clouse
7;t resolved until after the gunzip is done, so it doesn't execute the Javascript the way I want it to. I've tried popping up a window, getting the handle, passing the handle to the gunzip code, then closing the handle when the gunzip is done, but that hasn't worked either.

Re: [PHP] Need "Working..." pop up dialog (repost)

2001-08-21 Thread Ray Clouse
thing that appears to work WRT the pop up dialog problem. In my main browser window, from Javascript, I pop up an alert telling the luser the unzip is beginning. Then in the gunzip code, in the , I do this: print("On Tuesday 21 August 2001 17:10, Ray Clouse wrote: > >>So

Re: [PHP] Need "Working..." pop up dialog (repost)

2001-08-22 Thread Ray Clouse
RNING [EMAIL PROTECTED] address is an endangered species -- Use >[EMAIL PROTECTED] >Wanna help me out? Like Music? Buy a CD: http://l-i-e.com/artists.htm >Volunteer a little time: http://chatmusic.com/volunteer.htm >- Original Message - >From: Ray Clouse <[EMAIL PROTECTED]>

[PHP] Calling Function Identity

2001-10-03 Thread Ray Hilton
just using a function as a wrapper so that set_error_handler uses it. I'm thinking there must be a better way of doing this, anyone have any ideas? Ray Hilton -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [

[PHP] Remote MySQL Connecton Problems

2009-05-06 Thread Ray Hauge
ate and I'm just grasping for straws. Thanks! Ray -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Remote MySQL Connecton Problems

2009-05-07 Thread Ray Hauge
Nathan Rixham wrote: Ray Hauge wrote: Hello everyone, I've run into a bit of a sticky situation trying to connect to a remote MySQL database. Here's the background: Connecting from the command line on the web server works. Connecting from a different vhost works. There's

Re: [PHP] help with \n\r in strings

2006-12-29 Thread Arpad Ray
Angelo Zanetti wrote: So is there a way to test for \r\n? or what else can I use to delimit these two values (last column of row and first column of next row)? Since it's coming from a file, you might as well just read it with file(), which will split eac

Re: [PHP] Regular Expression help

2007-01-04 Thread Arpad Ray
Those patterns aren't anchored to the ends of the string, so as long as the string contains one matching character, the succeeds. ^ anchors the pattern to the beginning, \z to the end, so you want: /^[A-Za-z]+\z/ Or test the opposite case to see if it fails: /[^A-Za-z]/ Arpad Chris Boget wrote

Re: [PHP] Regular Expression help

2007-01-04 Thread Arpad Ray
Note that $ allows a trailing newline, but \z doesn't. Arpad Stut wrote: Chris Boget wrote: echo 'Is String: [' . ( is_string( 'a1b2c3' ) && preg_match( '/[A-Za-z]+/', 'a1b2c3' )) . ']'; echo 'Is Numeric: [' . ( is_numeric( 'a1b2c3' ) && preg_match( '/[0-9]+/', 'a1b2c3' )) . ']'; echo 'Is St

Re: [PHP] Normalized Numbers

2007-01-12 Thread Arpad Ray
Have you checked out the PEAR Validate packages? http://pear.php.net/package/Validate_ISPN in particular might help you along ;) And BTW, most servers are set up to display php files renamed to .phps with syntax highlighting, so give that a try instead of .php.txt next time. Regards, Arpad B

Re: [PHP] preg_match problem

2007-01-20 Thread Arpad Ray
Martin Alterisio wrote: Double slash to prevent PHP interpreting the slashes. Also using single quotes would be a good idea: if (preg_match('/[\\w\\x2F]{6,}/',$a)) Just switching to single quotes would do the trick - you don't need to escape anything but single quotes, and backslashes if the

Re: [PHP] convert date to reversed date

2007-01-30 Thread Arpad Ray
$filename = implode(array_reverse(explode('/', $value))); Arpad Reinhart Viane wrote: Is this a good way to convert 01/02/2007 to 20070201 $value='01/02/2007'; list($day, $month, $year) = split('[/.-]', $value); $filename=$year.''.$month.''.$day; It does work but i would like to ver

Re: [PHP] Jabber conection manager

2007-02-04 Thread Ray Hauge
a base if you wanted. It's GPL. -- Ray Hauge Primate Applications -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Amortization calculator

2007-02-05 Thread Ray Hauge
download on it. -- Ray Hauge Primate Applications -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] OT - Regular Expression

2007-02-09 Thread Arpad Ray
Roman Neuhauser wrote: This shouldn't do too much backtracking, try it out: "*8*" => /^(?:\d*8\d*){4}$/ The {4} in there repeats the subpattern 4 times, rather than limiting it to 4 characters. I really can't think of an elegant to do what you ask with regex - why limit yourself to regex a

Re: [PHP] how to get original post data?

2007-02-12 Thread Arpad Ray
$post = file_get_contents('php://input'); Or for older versions of PHP, just use $HTTP_RAW_POST_DATA. Arpad Nicholas Yim wrote: > Hello EveryOne, > > like parse the soap request body > > not through $_POST nor $_FILE > > Best regards, > > Nicholas Yim > [EMAIL PROTECTED] > 2007-02-12

Re: [PHP] Re: How to upload files up to 40MB with a html post form?

2007-02-14 Thread Arpad Ray
Sergiu Voicu wrote: In the second case, and if PHP isn't in safe mode, at the beggining of your script place this line ini_set("upload_max_filesize","41M"); ini_set() will have no effect there because by the time the script is executed, the upload has finished. You can probably use php_value to

Re: [PHP] Retrieve value of newly inserted row.

2007-02-14 Thread Arpad Ray
Dan Shirah wrote: On my second insert statement, please note "credit_card_id". This is an auto_increment column in table1. What I need to do is pull the value of "credit_card_id" from the newly inserted row from insert1 and put that value in a variable to assign it to "credit_card_id" in ins

Re: [PHP] LOL, preg_match still not working.

2007-02-17 Thread Ray Hauge
's the error you are getting? Ray Hauge Primate Applications Beauford wrote: Hi, I previously had some issues with preg_match and many of you tried to help, but the same problem still exists. Here it is again, if anyone can explain to me how to get this to work it would be great - otherwise I&#x

Re: [PHP] Problems processing UNIX timestamps in events directory

2007-02-20 Thread Arpad Ray
Dave Goodchild wrote: I have converted the user-friendly date output to timestamps to check and sure enough, when the user selects a start date before March 26 2007, March 26 2007 is output as: 1174863600 ...after that it becomes: 117486 ...a difference of 3600 Is this anything to do w

Re: [PHP] Populating array with function

2007-02-27 Thread Arpad Ray
Brad Bonkoski wrote: $files[] = $entry; perhaps look into the array_push() function http://www.php.net/array_push $files[] = $entry; is perfectly fine. $thumbnailFiles=listFiles($thumbnailsDirectory); print""; print_r($thumbnailsFiles); print""; The code is fine, spot the typ

Re: [PHP] Form Handler Script Security Discussion

2007-03-29 Thread Arpad Ray
Many legitimate users will have their referrer blocked by proxies or by browser preference so you'll also have false negatives. Arpad cajbecu wrote: it is not safe. i can use curl (www.php.net/curl) and modify the referer of my script to pass this security check. i advise you to add i

Re: [PHP] Duplicate dates in array

2007-04-02 Thread Arpad Ray
Dave Goodchild wrote: Any ideas on the most efficient way to do it? I am working on using combinations of array_search, in_array and so on and want to avoid regular expressions if I can. Many thanks in advance for any suggestions! If you mean that you only want one date for each month (you'll e

Re: [PHP] Sanitizing potential MySQL strings with no database connection

2009-10-20 Thread Ray Solomon
- Original Message - From: "Ashley Sheridan" To: "Dotan Cohen" Cc: "Jim Lucas" ; "php-general." Sent: Tuesday, October 20, 2009 4:02 AM Subject: Re: [PHP] Sanitizing potential MySQL strings with no database connection On Tue, 2009-10-20 at 12:58 +0200, Dotan Cohen wrote: > Dot

Re: [PHP] session variables and SVG documents

2010-02-01 Thread Ray Solomon
")"; $svg .= "\tstyle=\"fill:$color;\"/>\n"; } $svg .= 'text-anchor="middle">The servers Date and Time is: '.date("Y-m-d, H:m:s").' text-anchor="middle">You are running: text-anchor="middle"

Re: [PHP] php t1lib windows

2004-04-21 Thread Ray Hunter
are dlls for that library...if yes...then copy those to your dll folder where your other php dlls are. Uncomment that dll name in your php.ini file, restart server and verify that the library is getting loaded. -- Ray -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] ADS authentication

2004-05-13 Thread Ray Hunter
ctory server. So first I used my credential to bind to > directory server and then doing search in subtree. Good to hear...glad you got it working! -- Ray -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] ADS authentication

2004-05-11 Thread Ray Hunter
ed. So my work around was to all user to authenticate against exchange ldap, which in turn sends it to ads. Just a note if the ldap can bind with the supplied username and password then they were authenticated for their information. -- Ray Example: -- PHP General Mailing List (http://www.php

Re: [PHP] ADS authentication

2004-05-11 Thread Ray Hunter
On Tue, 2004-05-11 at 10:14, Kuldeep Singh Tomar wrote: > Hi Ray, > > Thanks for your response. I was trying this script also but no success. > > I was using following values: > > $ldap[ʽuserʼ] = ʽtomarʼ; > $ldap[ʽpassʼ] = ʽpasswdʼ; > $ldap[ʽhostʼ] = ʽdc02-del3.vc-

Re: [PHP] Gd library not found

2004-05-08 Thread Ray Hunter
zip file and put it where php can load it up. -- Ray -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: PHP & Apache Version

2004-05-04 Thread Ray Hunter
are using it in production; however, it is not 100%. There are some issues with the multi-thread (not 100%). -- ray -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] WHERE clause...getting closer

2004-05-04 Thread Ray Hunter
supposed to return only the records that have the current month and > year in the datePublished record. > > got this error: > Fatal error: Call to undefined function: year() > You sure you did not mean $dataPublished? -- ray -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] xslt_process

2004-05-15 Thread Ray Hunter
On Sat, 2004-05-15 at 10:20, eoghan wrote: > hi, > im using the xslt_process() function, but want to use a php file with > generated xml content as the xml file i feed the > function but it seems to complain that its a php file > *Warning*: Sablotron error on line 22: XML parser error 4: not

Re: [PHP] Carrying Variables

2004-05-15 Thread Ray Hunter
On Sat, 2004-05-15 at 02:53, Ronald "The Newbie" Allen wrote: > How would I carry a variable from one page to another > > Here is what I mean > > I have a send.php page and this is sent to > insert_into_database.php where the values of the previous page are inserted > into the database. > I then

Re: [PHP] xml -> xslt -> xsl:fo -> pdf

2004-05-24 Thread Ray Hunter
er is needed but all what I found where java, jade > or .net based solutions. Not sure if there is a php functionality for the fo transform...you might need to run it through like java and call a fop object on it. -- Ray -- PHP General Mailing List (http://www.php.net/) To unsubscribe, vi

Re: [PHP] Error building PHP with PostgreSQL support

2004-05-25 Thread Ray Hunter
lib/libpq.so: undefined reference to `krb5_init_context' > *** Error code 1 This is a kerberos 5 issue. How are you compiling pgsql into php? -- Ray -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Reading from XML file

2004-05-25 Thread Ray Hunter
On Tue, 2004-05-25 at 05:03, Ago wrote: > I have a PHP script who reads data from a XML file uploaded via http form. > This file is about 15 MB. The script builds a query of thousands inserts as > many as the products the XML file contains (more or less 4 inserts). > After 4 minutes the httpd p

Re: [PHP] Simplistic PHP tutorial

2004-05-25 Thread Ray Hunter
On Tue, 2004-05-25 at 09:17, Stephen Allen wrote: > On Tue, May 25, 2004 at 10:47:01AM -0400 or thereabouts, Neal wrote: > > Hi, > > > > I've looked at the php.net tutorial, and though I'm learning some things > > from it, it's still a bit over my head. It seems to presuppose a comfort > > level

Re: [PHP] xslt_create

2004-06-30 Thread Ray Hunter
On Wed, 2004-06-30 at 14:30, Pierre wrote: > Hi all > Please when i'm trying to use the xslt_create() function php says indefined > function but this is in my phpinfo() > XML Support active > XML Namespace Support active > EXPAT Version 1.95.6 > Any idea please ? You need xslt support en

RE: [PHP] xslt_create

2004-06-30 Thread Ray Hunter
On Wed, 2004-06-30 at 14:36, 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 ? If you are on a linux box and have php installed via rpm you might be able to get a php-xslt rpm that you can use. If on windows you can down

Re: [PHP] PHPEclipse?

2004-07-12 Thread Ray Hunter
linux eclipse too. -- Ray -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Test Results

2004-07-21 Thread Ray Hayes
My test results from my build on a Cobalt RAQ550 seem to be in line with other test results postings. Any ideas where these open items affect processing? = FAILED TEST SUMMARY --

Re: [PHP] PHP "preg_replace" help

2007-09-17 Thread Arpad Ray
Jim Lucas wrote: Here is a nice little hack that I use. "Little hack" it is, "nice" it isn't. Ideally just turn off magic_quotes_gpc - you can do so in php.ini, or perhaps your web server configuration files (httpd.conf, .htaccess etc.). If you don't have access to any of the above then ins

Re: [PHP] Re: PHP "preg_replace" help

2007-09-18 Thread Arpad Ray
Apologies if you already received this message, I tried to send it earlier from my webmail but it doesn't seem to have worked. Al wrote: Just use stripslashes() on your submitted data and forget about testing for magic_quotes. It's good practice anyhow. \" is not legit text regardless. U

Re: [PHP] How do you send stylized email?

2008-02-26 Thread Ray Hauge
viously that's no longer in effect though. It has also been allowed after certain wars to beef up the population again. http://en.wikipedia.org/wiki/Polygamy#Christianity I typically don't use wikipedia for sole sources, but everything else I could find was some

Re: [PHP] How do you send stylized email?

2008-02-26 Thread Ray Hauge
ed so long because of this. I'm just glad there's a lot of sinners out there, or at least people who aren't that crazy :) -- Ray Hauge www.primateapplications.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] What design patterns do you usually use?

2008-02-27 Thread Ray Hauge
e of the design patterns in my program!" Just a few months later the speaker ended up being in charge of maintaining that program, and it was a nightmare. To make a long story short. I generally do what's easiest. It's typically faster to develop and easier to mai

Re: [PHP] What design patterns do you usually use?

2008-02-27 Thread Ray Hauge
rs, Rob. You're right. I just started reading this list again after a 1.5 year break, and I still remember some of the great discussions with Richard and others about OOP. Great times :) -- Ray Hauge www.primateapplications.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Database Abstraction Idea

2008-02-27 Thread Ray Hauge
e->columnName I'm pretty happy with how it's working now, but I'm concerned I might have misses some sort of security issue. I only had a work week to finish the entire project. We only have MySQL databases, so I didn't need to abstract different types of databas

Re: [PHP] Database Abstraction Idea

2008-02-27 Thread Ray Hauge
Daniel Brown wrote: Should catch(e) really be catch(Exception $e) ? Something like that. I was paraphrasing, which seems weird, since I was looking at the code for the class description anyway :) Thanks for the info. -- Ray Hauge www.primateapplications.com -- PHP General Mailing

Re: [PHP] Are these Truthful Proof about PHP ??

2008-02-27 Thread Ray Hauge
ith him. http://terrychay.com/blog/article/mephisto-ruby.shtml http://terrychay.com/blog/article/is-ruby-the-dog-and-php-the-dogfood.shtml -- Ray Hauge www.primateapplications.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Guidance

2008-02-27 Thread Ray Hauge
Also, don't forget CSS. It comes in really handy. I still use w3cschools to look up the property names I can't remember, but it's got a lot of great resources to point you in the right direction. http://www.w3schools.com/ -- Ray Hauge www.primateapplications.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Performance Problem

2008-02-27 Thread Ray Hauge
if you're just messing back, but it was at least interesting for me to read the progression of events and learn a little bit myself :) -- Ray Hauge www.primateapplications.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Sometimes I wonder why I even started programming...

2008-02-27 Thread Ray Hauge
x27;re assigning the $row1['tableName'] to $table rather than $_SESSION['table']. Is that intended? $table isn't defined in the top function, so it would most likely return null. Also, since you're only expecting one result, you could do away with the while loop and just run $row1 = mysql_fetch_array($loginResult). It would accomplish the same goal (nitpicking... sorry). Also, why are there two return statements? The second will never run. Maybe I missed something though. -- Ray Hauge www.primateapplications.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Sometimes I wonder why I even started programming...

2008-02-27 Thread Ray Hauge
37 www.raoset.com [EMAIL PROTECTED] You could return an array with string keys. $array['table'] = 'asdf'; $array['authenticated'] = false; return $array; That's just one option, but it would work. -- Ray Hauge www.primateapplications.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Test

2008-02-27 Thread Ray Hauge
I recently figured out how to use two SMTP accounts in Thunderbird. Hopefully this will help the list to not count me as spam so much (I was using my own host to send as gmail... doesn't work so well). Thanks, -- Ray Hauge www.primateapplications.com -- PHP General Mailing List

Re: [PHP] Functions not available when run as Scheduled Task?

2008-02-27 Thread Ray Hauge
self a time or two. Check the output of phpinfo(); or C:\php5\php.exe -v (I think that'll work on Windows). -- Ray Hauge www.primateapplications.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] ZCE guidance needed

2008-02-28 Thread Ray Hauge
ardest part for me was just setting a date and stop procrastinating. The test was easier than I was expecting, though there were a few things that I didn't know on there. The tests were my best training though. -- Ray Hauge www.primateapplications.com -- PHP General Mailing List (http://

Re: [PHP] ZCE guidance needed

2008-02-28 Thread Ray Hauge
t that's just me. There were a lot of odd functions in there. I can't even remember the ones that I didn't even know existed. There were also questions about how to configure PHP, so look at the php.ini options as well. -- Ray Hauge www.primateapplications.com -- PHP General M

Re: [PHP] auto-wrap on posts

2008-02-28 Thread Ray Hauge
s it Thunderbird/Gmail (I use IMAP forwarding). -- Ray Hauge www.primateapplications.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] auto-wrap on posts

2008-02-28 Thread Ray Hauge
Daniel Brown wrote: On Thu, Feb 28, 2008 at 10:25 AM, Ray Hauge <[EMAIL PROTECTED]> wrote: Since we're talking about post issues I'll include this. I don't seem to receive my own emails. Does the list not send them back to you? I haven't been able to find anythin

Re: [PHP] echo returnArray()['a']; // workaround

2008-02-28 Thread Ray Hauge
ol. I wasn't sure if it would work with numerically indexed arrays, so I tried: // sillyFunc returns array(0=>1, 1=>2); ArrayClass::create(sillyFunc())->{"0"} I just tested it, and that works. If you leave off the curly braces and quotes, then you obviously get a p

Re: [PHP] Sometimes I wonder why I even started programming...

2008-02-28 Thread Ray Hauge
ou can get gvim for Windows) or Kate. I've tried Quanta as well, but I use Linux for my desktop. -- Ray Hauge www.primateapplications.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Sessions

2008-02-28 Thread Ray Hauge
es date so that the information will be available tomorrow, next week, etc. You *could* increase the session cookie lifetime, but I wouldn't count on the data being available through a session, especially if they close their browser. -- Ray Hauge www.primateapplications.com -- PHP Gener

Re: [PHP] auto-wrap on posts

2008-02-29 Thread Ray Hauge
in your mail clients or are the words in sentences where they belong ? thanks, -nathan Your emails come through to my gmail account as you first described, Nathan, ie, sometimes with just one word on a line, and just like the marc archives. thanks, ill just have to be careful editing from gma

Re: [PHP] Weird Results from Curl

2008-02-29 Thread Ray Hauge
Wolf wrote: Ray Hauge <[EMAIL PROTECTED]> wrote: Wolf wrote: I'm curling a site to process some data, all well and good but the results are baffling... $result = curl_exec($ch); curl_close($ch); echo "".gettype ($result); Of course that's not all the cod

Re: [PHP] Weird Results from Curl

2008-02-29 Thread Ray Hauge
utputting the numbers, or is that part of the output from curl? gettype should be returning a string, so I wouldn't think that gettype would be returning the numbers. Are you using the CURLOPT_RETURNTRANSFER option? If so, then $result would have the text of the site on success, and false on

Re: [PHP] What design patterns do you usually use?

2008-02-29 Thread Ray Hauge
- http://sperling.com http://ancientstones.com http://earthstones.com Aww man, I was getting curious to see how nested this conversation would get. Think of the children! :) PS. Happy Friday!!! PPS. I'm hopped up on caffeine so ignore any stupid remarks. -- Ray Hauge www.primateapplications.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Anyone jump from Studio 5.5.x -> Zend Eclipse?

2008-03-02 Thread Ray Hauge
t expected and hasn't bothered me too much. I've been using the official Zend Eclipse now since the day it came out. Next week I'm going to switch back to regular Zend Studio. It was nicer on the RAM and for the most part "Just Worked"(TM). That's my experi

<    1   2   3   4   5   6   7   8   9   >