[PHP] pass variable from vbscript to php

2005-04-01 Thread Ashley
e best way to go about this, but it is the only thing that I have been able to find so I am open to suggestions. Thanks in advance, Ashley -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] pass variable from vbscript to php

2005-04-04 Thread Ashley
responses thus far. Ashley Burhan Khalid wrote: Ashley wrote: I have a unique problem that may be able to be solved another way, but I don't know how. What I need to do is pass a variable from a vbscript into php for use. I am using vbscript to access an activeX control on the computer

Re: [PHP] pass variable from vbscript to php

2005-04-04 Thread Ashley
t;br> next<br> //msgbox output<br> --> I found this code on Novell's site so I didn't make this myself. In the mean time, I will look at the information that you gave me and see if I can figure it out. Thanks, Ashley Jason Barnett wrote: Ashley wrote: Ok, apparentl

Re: [PHP] pass variable from vbscript to php

2005-04-04 Thread Ashley
ssing that this suggestion will not work. Is this in fact the case or is there another way around this? Ashley Jason Barnett wrote: Ashley wrote: Ok, apparently I wasn't clear enough with my explanation due to the responses I have received. I have a webserver (not on the same computer a

[PHP] readfile error

2004-03-02 Thread Ashley
logger_rss.xml";) - Bad file number in 'insert path here' on line 6 Does anyone have any suggestions as to what is different or could be causing this problem? I have looked through the php.ini files and cannot determine anything that could cause this. Thanks in advance, Ashley

Re: [PHP] readfile error

2004-03-02 Thread Ashley
Line 6 is: readfile($dataURL); $dataURL is a link to an xml file. It is a valid file because if I visit the link, I do get the file I am looking for, but reading it into PHP gives the described error message. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.

[PHP] Re: readfile error

2004-03-02 Thread Ashley
That worked. Didn't think about DNS as being the issue. Thanks for pointing me in the right direction. Ashley -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] determine logged in user

2004-03-16 Thread Ashley
Can PHP determine the username of the person currently logged into a Windows 2K machine? If so, could someone please point me to some tutorials or post the necessary code, because I cannot find anything about this. Thanks in advance, Ashley -- PHP General Mailing List (http://www.php.net/) To

Re: [PHP] determine logged in user

2004-03-16 Thread Ashley
the scenes. Ashley Jay Blanchard wrote: [snip] Can PHP determine the username of the person currently logged into a Windows 2K machine? If so, could someone please point me to some tutorials or post the necessary code, because I cannot find anything about this. [/snip] see the manual http://us2

Re: [PHP] Re: determine logged in user

2004-03-16 Thread Ashley
Thanks for the info guys. I guess that I will just make a login screen of some sort to accomplish what I need. Thanks again, Ashley Red Wingate wrote: Seen some interesting ways on doing this on the client. Basicly you run a bash script ( on autostart for example ) and pass the login-info

Re: [PHP] Re: determine logged in user

2004-03-16 Thread Ashley
Do you happen to know what the subject was? I cannot seem to find the particular post you are mentioning. Ashley Red Wingate wrote: One last thing, check the PHP-DEV Archives someone send a quite nice trick on how to do that about 1-2 months ago. Bye, red Ashley wrote: Thanks for the info

Re: [PHP] Re: determine logged in user

2004-03-16 Thread Ashley
Thanks for the pointer, I will see what I can do with it. This is actually the same scenario that I am in. Ashley Red Wingate wrote: Here you go: http://marc.theaimsgroup.com/?l=php-dev&m=107732506523441&w=2 Have fun, red Ashley wrote: Do you happen to know what the subject

[PHP] Max Filesize for PHP copy

2004-04-06 Thread Ashley
27;t think that this is normal and would appreciate any suggestions as to a better method or an explanation as to what may be causing this. Netware 6, PHP 4.2.4 (newest version for Netware), Apache 2.0.48 Thanks in advance, Ashley -- PHP General Mailing List (http://www.php.net/) To unsu

Re: [PHP] Experience (was: while-question)

2008-11-17 Thread Ashley Sheridan
On Mon, 2008-11-17 at 20:20 +, Stut wrote: > On 17 Nov 2008, at 19:43, Yeti wrote: > > Ok, ok I admit it. PHP is a programming language. I guess I drank too > > much assembly code today. > > By the way ... Motorola 68000! Those were to good old days. > > And my penis is way bigger than yo

Re: [PHP] while question

2008-11-17 Thread Ashley Sheridan
On Mon, 2008-11-17 at 17:47 -0500, Craige Leeder wrote: > Alain Roger wrote: > > Hi, > > > > i'm on PHP training and our lector is telling us that to avoid counting an > > array item amout thanks count($my_array), he tells we can do: > > while($my_array) > > { > > ... do something > > } > > but fr

Re: [PHP] Help insert not working, implode errors....

2008-11-17 Thread Ashley Sheridan
My eyes are bleeding! Did you ever see it working before? Ash www.ashleysheridan.co.uk -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Date Issue

2008-11-17 Thread Ashley Sheridan
On Mon, 2008-11-17 at 16:57 -0600, Boyd, Todd M. wrote: > > -Original Message- > > From: Craige Leeder [mailto:[EMAIL PROTECTED] > > Sent: Monday, November 17, 2008 4:50 PM > > To: Boyd, Todd M. > > Cc: [EMAIL PROTECTED]; php-general@lists.php.net > > Subject: Re: [PHP] Date Issue > > > >

Re: [PHP] while question

2008-11-17 Thread Ashley Sheridan
On Mon, 2008-11-17 at 18:01 -0500, Craige Leeder wrote: > Ashley Sheridan wrote: > > On Mon, 2008-11-17 at 17:47 -0500, Craige Leeder wrote: > > > >> Only thing to note with the foreach is that you are actually working on > >> a copy of the array, so if yo

RE: [PHP] web shot script

2008-11-17 Thread Ashley Sheridan
On Mon, 2008-11-17 at 18:48 -0500, Joey wrote: > Sorry for the delay. > > The purpose is to be able to see what is running on a site at any given time. > If we are webhosting we want to make sure something is live or not and see > the whole page, without visiting each and every site. Plus the si

Re: [PHP] Date Issue

2008-11-18 Thread Ashley Sheridan
On Tue, 2008-11-18 at 10:11 -0500, Andrew Ballard wrote: > On Mon, Nov 17, 2008 at 6:02 PM, Ashley Sheridan > <[EMAIL PROTECTED]> wrote: > > On Mon, 2008-11-17 at 16:57 -0600, Boyd, Todd M. wrote: > >> > -Original Message- > >> > From: Craige Le

Re: [PHP] while question

2008-11-18 Thread Ashley Sheridan
On Tue, 2008-11-18 at 10:52 +, Nathan Rixham wrote: > Ashley Sheridan wrote: > > On Mon, 2008-11-17 at 18:01 -0500, Craige Leeder wrote: > >> Ashley Sheridan wrote: > >>> On Mon, 2008-11-17 at 17:47 -0500, Craige Leeder wrote: > >>> > >>>

Re: [PHP] Re: anchor name on URL

2008-11-18 Thread Ashley Sheridan
On Tue, 2008-11-18 at 14:21 -0600, Stan wrote: > Well ... you got me thinking ... > > I moved the placement of the named anchor to inside the first tag in > the row and it works (instead of inside the tag. > > Sorry. > > > Ah, it seems that the doctype might have been to blame then, as an t

Re: [PHP] Help insert not working, implode errors....

2008-11-18 Thread Ashley Sheridan
On Tue, 2008-11-18 at 16:52 -0600, Terion Miller wrote: > I changed the implode to : > if (isset($_POST['BannerSize'])){$BannerSize = implode(',', > $_POST['BannerSize']);} else {$BannerSize = "";} > > now it says "Invalid Arguement" whereas when it was the other way it didn't > > > On Tue, Nov

Re: [PHP] Re: anchor name on URL

2008-11-18 Thread Ashley Sheridan
On Tue, 2008-11-18 at 14:58 -0800, Yeti wrote: > > I look forward to the day when markup isn't so bloated > > due to the inability of certain web browser franchises to "get it right." > > Although I usually look at the future through an optimistic point of > view, that day may never come. > You s

Re: [PHP] Re: anchor name on URL

2008-11-18 Thread Ashley Sheridan
On Tue, 2008-11-18 at 18:09 -0500, Daniel P. Brown wrote: > On Tue, Nov 18, 2008 at 6:09 PM, Ashley Sheridan > <[EMAIL PROTECTED]> wrote: > >> > > You say that, have you heard the latest for IE9? They're already > > planning it, and apparently it's goin

Re: [PHP] Re: anchor name on URL

2008-11-18 Thread Ashley Sheridan
On Tue, 2008-11-18 at 18:21 -0500, Daniel Brown wrote: > On Tue, Nov 18, 2008 at 6:14 PM, Ashley Sheridan > <[EMAIL PROTECTED]> wrote: > >> > > I don't think you fixed it, so much as wrote something else and made it > > look like I wrote it... > >

Re: [PHP] Re: anchor name on URL

2008-11-18 Thread Ashley Sheridan
On Tue, 2008-11-18 at 23:44 +, Richard Heyes wrote: > > You say that, have you heard the latest for IE9? They're already > > planning it, and apparently it's going to use the Webkit engine! > > That would be nice, if only for the rather good canvas support, which > I kinda have a vested intere

Re: [PHP] Re: anchor name on URL

2008-11-18 Thread Ashley Sheridan
On Tue, 2008-11-18 at 23:51 +, Richard Heyes wrote: > > Yeah, but it will mean that there will still be about 3 different > > rendering versions of IE out there by the time it comes out; 7, 8 and 9 > > (I'm fairly sure 6 will have gone to that good ol' web in the sky by > > that time) > > Sure

Re: [PHP] Re: anchor name on URL

2008-11-18 Thread Ashley Sheridan
On Tue, 2008-11-18 at 19:01 -0500, Daniel P. Brown wrote: > On Tue, Nov 18, 2008 at 6:57 PM, Ashley Sheridan > <[EMAIL PROTECTED]> wrote: > >> > > Don't forget Konqueror in that list ;) It's not exactly the same engine > > after Apple forked it

Re: [PHP] Re: anchor name on URL

2008-11-19 Thread Ashley Sheridan
On Wed, 2008-11-19 at 01:57 -0800, Yeti wrote: > > Now I tend only to use it now for file management, FTP and testing > > websites. > Beware that Konqueror has changed with KDE4. Now its main purpose is > to be a web browser, whereas the new program "Dolphin" is used for > file management etc. > I

Re: [PHP] Stats (was anchor name on URL)

2008-11-19 Thread Ashley Sheridan
On Wed, 2008-11-19 at 09:50 -0500, tedd wrote: > Nathan Rixham wrote: > >well that bubble should have popped.. > > > >from some of my sites: > >Browser % visits > >Firefox 88.43% > >Internet Explorer 9.99% > > and > > At 12:25 PM + 11/19/08, Stut wrote: > >Firefox is certainly gaining,

RE: [PHP] Re: anchor name on URL

2008-11-19 Thread Ashley Sheridan
On Wed, 2008-11-19 at 08:27 -0600, Boyd, Todd M. wrote: > > -Original Message- > > From: Ashley Sheridan [mailto:[EMAIL PROTECTED] > > Sent: Tuesday, November 18, 2008 5:58 PM > > To: Richard Heyes > > Cc: Yeti; Boyd, Todd M.; PHP General Mailing List > >

Re: [PHP] Invalid Arguements

2008-11-19 Thread Ashley Sheridan
On Wed, 2008-11-19 at 08:31 -0600, Terion Miller wrote: > I am still getting the Invalid arguement error on this implode: > > if (isset($_POST['BannerSize'])){$BannerSize = > implode(',',$_POST['BannerSize']);} else {$BannerSize = "";} > > I have moved the ',', from the beginning to the end of th

Re: [PHP] How to Execute Multiple SQL Updates Using PHP

2008-11-19 Thread Ashley Sheridan
On Wed, 2008-11-19 at 18:51 +, Alice Wei wrote: > Hi, > > I am inquiring on this list to see if it is possible to create a script > that takes multiple update statements without my having to write one "SQL" > statement for each of the updates. > > I have a scenario of which I create

Re: [PHP] Stats (was anchor name on URL)

2008-11-19 Thread Ashley Sheridan
On Wed, 2008-11-19 at 19:44 +, Luke Slater wrote: > On Wed, 19 Nov 2008, Ashley Sheridan wrote: > > > On Wed, 2008-11-19 at 09:50 -0500, tedd wrote: > >> Nathan Rixham wrote: > >>> well that bubble should have popped.. > >>> > >>> fr

Re: [PHP] in_array breaks down for 0 as value

2008-11-20 Thread Ashley Sheridan
On Thu, 2008-11-20 at 09:25 +, Stut wrote: > On 20 Nov 2008, at 06:55, Yashesh Bhatia wrote: > > I wanted to use in_array to verify the results of a form submission > > for a checkbox and found an interesting > > behaviour. > > > > $ php -v > > PHP 5.2.5 (cli) (built: Jan 12 2008 14:54:37) > >

Re: [PHP] in_array breaks down for 0 as value

2008-11-21 Thread Ashley Sheridan
On Fri, 2008-11-21 at 09:11 +, Stut wrote: > On 20 Nov 2008, at 23:09, Ashley Sheridan wrote: > > On Thu, 2008-11-20 at 09:25 +, Stut wrote: > >> On 20 Nov 2008, at 06:55, Yashesh Bhatia wrote: > >>> I wanted to use in_array to verify the results of a form s

Re: [PHP] Displaying information from table graphically

2008-11-21 Thread Ashley Sheridan
On Fri, 2008-11-21 at 16:55 -0100, [EMAIL PROTECTED] wrote: > I have a PHP application that accesses data from MySQL. There is table > called "rooms", and table called "beds". There is another table called > "patients". Patients are being placed into beds, and beds are in the > rooms. PHP applicati

Re: [PHP] Form Input Type="File"

2008-11-22 Thread Ashley Sheridan
On Sat, 2008-11-22 at 06:21 -0600, Stan wrote: > This generated HTML puts up a file selection dialog . > > > > echo " \n"; > > echo " Pick a picture file to examine > ...\n"; > > echo " enctype=\"te

Re: [PHP] Form Input Type="File"

2008-11-22 Thread Ashley Sheridan
On Sat, 2008-11-22 at 06:57 -0600, Stan wrote: > Default.php sets a session variable named thisSelectedFile before putting > the page designated by the ID (in this case PictureProperties.php) up. > PictureProperties.php is . > > > > > session_start(); > > if (i

Re: [PHP] Form Input Type="File"

2008-11-22 Thread Ashley Sheridan
27;thisSelectedFile'] = $value; > break; > default: > break; > } > } > > Like I said ... everything is the same ... except the browser being used. > > > "Ashley Sheridan" <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PROTECTED] >

Re: [PHP] Displaying information from table graphically

2008-11-22 Thread Ashley Sheridan
On Sat, 2008-11-22 at 14:22 -0100, [EMAIL PROTECTED] wrote: > I mean composite in a figurative way, but they have to be overlapping > individual images in order to be individually clickable. Does GD allow > that? Can I create multiple images on the top of each other in GD? > > And how would imagem

Re: [PHP] Form Input Type="File"

2008-11-22 Thread Ashley Sheridan
On Sat, 2008-11-22 at 09:54 -0600, Shawn McKenzie wrote: > Stan wrote: > > Ashley, > > If you go back to the original append you will see the URLs. IE 6 SP1 > > returns exactly the string that appears in the > type=\"file\" /> text box, FireFox does not. I w

Re: [PHP] Re: Some kind of Popup

2008-11-22 Thread Ashley Sheridan
On Sat, 2008-11-22 at 12:32 -0500, Patrick Moloney wrote: > Yeti wrote: > > Another JavaScript method would be to load the content in a hidden div > > with position: absolute. > > I think that's what I was considering doing with CSS except it would be > labels only in the content. I only wanted t

Re: [PHP] Hi,

2008-11-22 Thread Ashley Sheridan
On Sat, 2008-11-22 at 08:30 -0800, idan72 wrote: > I would like to write code where the user will input directory name. > I want it to be able to browse to directory and choose it. > > With HTML if can only choose file. > > Can I do that in PHP ? > > Thanks > > -- > View this message in cont

Re: [Fwd: Re: [PHP] Displaying information from table graphically]

2008-11-22 Thread Ashley Sheridan
On Sat, 2008-11-22 at 19:47 -0100, [EMAIL PROTECTED] wrote: > Since I am not an expert in FLASH, I need to make sure I understand what > you suggested below. > > >From what I understand I can pass the data from SQL query to Flash via > some sort of flash parameters (flashvars), but I am not sure w

Re: [PHP] Displaying information from table graphically]

2008-11-22 Thread Ashley Sheridan
On Sat, 2008-11-22 at 23:07 -0100, [EMAIL PROTECTED] wrote: > http://en.wikipedia.org/wiki/Adobe_Flash#Programming_language > > Of late, the Flash libraries are being used with the XML capabilities of > the browser to render rich content in the browser. This technology is > known as Asynchronous F

Re: [PHP] Displaying information from table graphically]

2008-11-23 Thread Ashley Sheridan
On Sun, 2008-11-23 at 10:20 -0100, [EMAIL PROTECTED] wrote: > Yes however problem with using DIV's is that they are supported only from > IE7, which is significant shortcoming I believe > > > Maybe I missed soemthing... what was wrong with Stut's suggestion of > > using divs? Absolute divs within

Re: [PHP] Displaying information from table graphically]

2008-11-23 Thread Ashley Sheridan
On Sun, 2008-11-23 at 11:21 -0100, [EMAIL PROTECTED] wrote: > Excellent, it's good to know that. I think someone earlier in the > discussion mentioned that DIV's were supported from IE7. He probabily > meant fully supported, I am not absolutely sure but anyway it's good to > know there are other ex

Re: [PHP] issue with php.ini

2008-11-23 Thread Ashley Sheridan
On Sun, 2008-11-23 at 17:33 +0100, Alain Roger wrote: > Hi, > > i've reinstalled PHP 5.2.6 on my windows XP x64 and as usual i uncomment the > following lines: > extension=php_mysql.dll > extension=php_pdo.dll > extension=php_pdo_mysql.dll > extension=php_pdo_pgsql.dll > extension=php_pdo_sqlite.d

Re: [PHP] file_Exists() and case

2008-11-23 Thread Ashley Sheridan
On Sun, 2008-11-23 at 12:24 -0500, Craige Leeder wrote: > Stan wrote: > > If $basePicture = "../pictures/2008 west coast trip/2008-06-10 first week at > > Chris'/DSC_0011.jpg" > > and the file actually is "../pictures/2008 west coast trip/2008-06-10 first > > week at Chris'/DSC_0011.JPG" > > (upper

Re: [PHP] issue with php.ini

2008-11-23 Thread Ashley Sheridan
On Sun, 2008-11-23 at 18:32 +0100, Alain Roger wrote: > Yes, i do it in that way but nothing changed > > On Sun, Nov 23, 2008 at 6:34 PM, Ashley Sheridan > <[EMAIL PROTECTED]>wrote: > > > On Sun, 2008-11-23 at 17:33 +0100, Alain Roger wrote: > > > Hi, > >

Re: [PHP] issue with php.ini

2008-11-23 Thread Ashley Sheridan
On Sun, 2008-11-23 at 18:44 +0100, Alain Roger wrote: > On Sun, Nov 23, 2008 at 6:41 PM, Ashley Sheridan > <[EMAIL PROTECTED]>wrote: > > > On Sun, 2008-11-23 at 18:32 +0100, Alain Roger wrote: > > > Yes, i do it in that way but nothing changed > > > > &

Re: [PHP] Re: file_Exists() and case

2008-11-23 Thread Ashley Sheridan
On Sun, 2008-11-23 at 13:12 -0600, Stan wrote: > This thread began because file_exists() WILL NOT tell that a file exists FOR > SURE and FOR CERTAIN if the file you check for happens to be named > whatever.jpg and whatever.JPG exists. I know this because IMagick then > chokes on whatever.jpg becau

Re: [PHP] how can I make an email bounce

2008-11-24 Thread Ashley Sheridan
On Sun, 2008-11-23 at 16:01 -0800, Richard Kurth wrote: > I need to make a bunch of emails bounce in different ways so I can check > to see if my script to read a mail box full of bounced emails will work > properly. > Does any body know how I can do this. > Send some flubber as an attachment an

Re: [PHP] how can I make an email bounce

2008-11-24 Thread Ashley Sheridan
On Mon, 2008-11-24 at 12:53 +, Richard Heyes wrote: > Hi, > > > I need to make a bunch of emails bounce in different ways > > Carve them into some rubber and throw them at the flloor at different > angles... :-) > > -- > Richard Heyes > > HTML5 Graphing for FF, Chrome, Opera and Safari: >

Re: [PHP] PostTrack Reminder

2008-11-24 Thread Ashley Sheridan
On Mon, 2008-11-24 at 15:04 -0500, Daniel Brown wrote: > On Mon, Nov 24, 2008 at 3:00 PM, Ashley Sheridan > <[EMAIL PROTECTED]> wrote: > >> > > What exactly are these metrics? Are they part of the mailing list? > > Yes, last year and earlier this year, befor

Re: [PHP] PostTrack Reminder

2008-11-24 Thread Ashley Sheridan
On Mon, 2008-11-24 at 20:30 +, Stut wrote: > On 24 Nov 2008, at 20:21, Ashley Sheridan wrote: > > On Mon, 2008-11-24 at 15:04 -0500, Daniel Brown wrote: > >> On Mon, Nov 24, 2008 at 3:00 PM, Ashley Sheridan > >> <[EMAIL PROTECTED]> wrote: > >>>>

Re: [PHP] PostTrack Reminder

2008-11-24 Thread Ashley Sheridan
On Mon, 2008-11-24 at 14:45 -0500, Daniel Brown wrote: > Folks; > > Just as a reminder, the PostTrack/ListWatch system is back to > recording and reporting data on the list for the Friday summary > reports and list metrics. If you do not want your email address to > show up in the reports and

Re: [PHP] PostTrack Reminder

2008-11-24 Thread Ashley Sheridan
On Mon, 2008-11-24 at 20:45 +, Stut wrote: > On 24 Nov 2008, at 20:35, Ashley Sheridan wrote: > > On Mon, 2008-11-24 at 20:30 +, Stut wrote: > >> On 24 Nov 2008, at 20:21, Ashley Sheridan wrote: > >>> On Mon, 2008-11-24 at 15:04 -0500, Daniel Brown wrote: &g

Re: [PHP] PHP friendly web software?

2008-11-25 Thread Ashley Sheridan
On Tue, 2008-11-25 at 12:54 -0200, uaca man wrote: > I use vs.php to edit php and dreamweaver to html and im happy with those two. > > 2008/11/25 John Boy <[EMAIL PROTECTED]>: > > Can anyone recommend a wysiwyg web development software which is php > > friendly, i.e. you can design the page in wy

Re: [PHP] Re: HTMLEntities as NUMERIC for XML

2008-11-25 Thread Ashley Sheridan
On Tue, 2008-11-25 at 17:09 +, [EMAIL PROTECTED] wrote: > I already had a function to go from weird MS-Word characters to HTML > Entities, which I was putting into the DB as such. > > > > In retrospect, that function should have been called at output... Actually, I > knew it should have,

Re: [PHP] PHP friendly web software?

2008-11-25 Thread Ashley Sheridan
On Tue, 2008-11-25 at 12:54 -0500, Eric Butera wrote: > On Tue, Nov 25, 2008 at 10:03 AM, Ashley Sheridan > <[EMAIL PROTECTED]> wrote: > > On Tue, 2008-11-25 at 12:54 -0200, uaca man wrote: > >> I use vs.php to edit php and dreamweaver to html and im happy with those

Re: [PHP] Voting methodology

2008-11-26 Thread Ashley Sheridan
On Wed, 2008-11-26 at 09:23 -0500, tedd wrote: > Hi gang: > > What methodology would be the best for online voting? > > I have a client who is a Union and they want members to vote online, > but don't want someone to stuff the voting box. > > I have some ideas of my own, but would like to hear

Re: [PHP] Happy Turkey Day

2008-11-27 Thread Ashley Sheridan
On Thu, 2008-11-27 at 19:18 +0200, Sancar Saran wrote: > On Thursday 27 November 2008 19:07:42 Daniel P. Brown wrote: > > On Thu, Nov 27, 2008 at 11:08 AM, tedd <[EMAIL PROTECTED]> wrote: > > > Hi gang: > > > > > > Happy Turkey Day to all who are working on Thanksgiving. > > > > Back at you, my

Re: [PHP] Happy Turkey Day

2008-11-27 Thread Ashley Sheridan
On Thu, 2008-11-27 at 17:24 +, Ashley Sheridan wrote: > On Thu, 2008-11-27 at 19:18 +0200, Sancar Saran wrote: > > On Thursday 27 November 2008 19:07:42 Daniel P. Brown wrote: > > > On Thu, Nov 27, 2008 at 11:08 AM, tedd <[EMAIL PROTECTED]> wrote: > > > > H

Re: [PHP] Happy Turkey Day

2008-11-27 Thread Ashley Sheridan
On Thu, 2008-11-27 at 12:31 -0500, Daniel P. Brown wrote: > On Thu, Nov 27, 2008 at 12:26 PM, Ashley Sheridan > <[EMAIL PROTECTED]> wrote: > >> > > For anyone who has no idea who Mr Bean is: > > > > http://img.photobucket.com/albums/v125/aricacritter/mr-be

Re: [PHP] Happy Turkey Day

2008-11-27 Thread Ashley Sheridan
On Thu, 2008-11-27 at 12:47 -0500, Robert Cummings wrote: > On Thu, 2008-11-27 at 17:36 +0000, Ashley Sheridan wrote: > > On Thu, 2008-11-27 at 12:31 -0500, Daniel P. Brown wrote: > > > On Thu, Nov 27, 2008 at 12:26 PM, Ashley Sheridan > > > <[EMAIL PROTECTED]> w

[PHP] Parsing XML

2008-11-27 Thread Ashley Sheridan
Hi All, I've run into a bit of a problem. I need to parse some fairly detailed XML files from a remote website. I'm pulling in the remote XML using curl, and that bit is working fine. The smaller XML documents were easy to parse with regular expressions, as I only needed bit of information out of

Re: [PHP] Re: Parsing XML

2008-11-27 Thread Ashley Sheridan
On Thu, 2008-11-27 at 20:56 +, Nathan Rixham wrote: > Ashley Sheridan wrote: > > Hi All, > > > > I've run into a bit of a problem. I need to parse some fairly detailed > > XML files from a remote website. I'm pulling in the remote XML using > > curl

Re: [PHP] Re: Parsing XML

2008-11-27 Thread Ashley Sheridan
On Thu, 2008-11-27 at 22:13 +, Ashley Sheridan wrote: > On Thu, 2008-11-27 at 20:56 +, Nathan Rixham wrote: > > Ashley Sheridan wrote: > > > Hi All, > > > > > > I've run into a bit of a problem. I need to parse some fairly detailed > > > X

Re: [PHP] Re: Parsing XML

2008-11-27 Thread Ashley Sheridan
On Fri, 2008-11-28 at 01:04 +0100, Maciek Sokolewicz wrote: > Ashley Sheridan wrote: > > On Thu, 2008-11-27 at 22:13 +0000, Ashley Sheridan wrote: > >> On Thu, 2008-11-27 at 20:56 +, Nathan Rixham wrote: > >>> Ashley Sheridan wrote: > >>>> Hi All, &

Re: [PHP] Parsing XML

2008-11-28 Thread Ashley Sheridan
On Fri, 2008-11-28 at 10:15 +0100, Per Jessen wrote: > Ashley Sheridan wrote: > > > Do any of you have a copy of this extension, or failing that, a > > suggestion of how I can parse XML files without having to install > > anything on the remote server, as I do not ha

Re: [PHP] About Time Zones

2008-11-28 Thread Ashley Sheridan
On Fri, 2008-11-28 at 02:23 +0100, Franz wrote: > Hi, > > I do not know if I am at the right place... > > Ref. : http://fr3.php.net/manual/fr/timezones.america.php > > Well I was wondering what is the different between : > > - America/Argentina/Buenos_Aires > > and > > - America/Buenos_Aires

Re: [PHP] Parsing XML

2008-11-28 Thread Ashley Sheridan
On Fri, 2008-11-28 at 13:14 +0100, Per Jessen wrote: > Ashley Sheridan wrote: > > > On Fri, 2008-11-28 at 10:15 +0100, Per Jessen wrote: > >> Ashley Sheridan wrote: > >> > >> > Do any of you have a copy of this extension, or failing that, a > >>

Re: [PHP] Curl with asp pages....

2008-11-28 Thread Ashley Sheridan
On Fri, 2008-11-28 at 01:13 -0500, Andrew Ballard wrote: > On Thu, Nov 27, 2008 at 7:12 PM, ioannes <[EMAIL PROTECTED]> wrote: > > What are the differences between asp and non-asp pages when you are curling > > them? Apart from ,as referred to in php.net, you need to urlencode the post > > values.

Re: [PHP] Re: Parsing XML

2008-11-28 Thread Ashley Sheridan
On Fri, 2008-11-28 at 13:48 +, Nathan Rixham wrote: > 2008/11/27 Ashley Sheridan <[EMAIL PROTECTED]> > > On Thu, 2008-11-27 at 22:13 +, Ashley Sheridan wrote: > > On Thu, 2008-11-27 at 20:56 +, Nathan Rixham wrote: > &

Re: [PHP] Parsing XML

2008-11-29 Thread Ashley Sheridan
On Fri, 2008-11-28 at 20:39 +0100, Per Jessen wrote: > Andrew Ballard wrote: > > >> XSL will only allow me to convert it into a different document > >> format, which is not what I want as I need to keep a local copy of > >> information in a database for searching and sorting purposes. Nathans > >>

Re: [PHP] PHP attaching css and JS files to current page

2008-11-30 Thread Ashley Sheridan
On Sun, 2008-11-30 at 14:23 +0100, Alain Roger wrote: > Hi, > > is there a way how a PHP class can attach JS (javascript) and CSS documents > to current web page in which the class is instanced ? > till now i used an "echo" which "write" a code into > current document. > in this javascript, i use

Re: [PHP] PHP attaching css and JS files to current page

2008-11-30 Thread Ashley Sheridan
those files. > > On Sun, Nov 30, 2008 at 2:55 PM, Ashley Sheridan > <[EMAIL PROTECTED]> wrote: > On Sun, 2008-11-30 at 14:23 +0100, Alain Roger wrote: > > Hi, > > > > is there a way how a PHP class can attach JS (javascript) >

Re: [PHP] PHP attaching css and JS files to current page

2008-11-30 Thread Ashley Sheridan
On Sun, 2008-11-30 at 15:08 +0100, Alain Roger wrote: > > > > > > > > Can you not just write all of the CSS/Javascript that you need > > > right > > > from the get-go in the same place you're writing out your > > > Javascript > > > now? > > > > > > > > I'm no

Re: [PHP] Parsing XML

2008-12-01 Thread Ashley Sheridan
On Mon, 2008-12-01 at 11:28 +0100, Per Jessen wrote: > Peter Ford wrote: > > > Per Jessen wrote: > >> > >> That's cool, but XSL is still the more appropriate tool IMO. It does > >> exactly what you need - it parses and validates the XML document, > >> allows you to extract the bits you need and

Re: [PHP] Parsing XML

2008-12-01 Thread Ashley Sheridan
On Mon, 2008-12-01 at 21:35 +0100, Per Jessen wrote: > Ashley Sheridan wrote: > > > I still disagree, as using XSL is essentially converting the XML to > > another format, > > Which is all you're doing when you're extracting parts of an XML > document. &

Re: [PHP] question about corrupt db?

2008-12-01 Thread Ashley Sheridan
On Mon, 2008-12-01 at 15:12 -0600, Micah Gersten wrote: > Terion Miller wrote: > > could a corrupt db make php pages stop functioning? > > My pages no longer go anywhere, I went back found the original scripts and > > still it didn't fix the problem (thought I had messed the code up) so it has > >

Re: [PHP] question about corrupt db?

2008-12-01 Thread Ashley Sheridan
On Mon, 2008-12-01 at 15:53 -0600, Terion Miller wrote: > On Mon, Dec 1, 2008 at 3:40 PM, Wolf <[EMAIL PROTECTED]> wrote: > > > > > > > -Original Message- > > From: Terion Miller <[EMAIL PROTECTED]> > > Sent: Monday, December 01, 2008 4:23 PM > > To: Micah Gersten <[EMAIL PROTECTED]> > > C

Re: [PHP] question about corrupt db?

2008-12-01 Thread Ashley Sheridan
On Mon, 2008-12-01 at 16:29 -0600, Terion Miller wrote: > > > On Mon, Dec 1, 2008 at 4:20 PM, Ashley Sheridan > <[EMAIL PROTECTED]> wrote: > > On Mon, 2008-12-01 at 15:53 -0600, Terion Miller wrote: > > On Mon, Dec 1, 2008 at 3

Re: [PHP] question about corrupt db?

2008-12-02 Thread Ashley Sheridan
On Tue, 2008-12-02 at 01:14 +, Nathan Rixham wrote: > Ashley Sheridan wrote: > > On Mon, 2008-12-01 at 16:29 -0600, Terion Miller wrote: > >> > >> On Mon, Dec 1, 2008 at 4:20 PM, Ashley Sheridan > >> <[EMAIL PROTECTED]> wrote: > >>

Re: [PHP] Slow file download

2008-12-02 Thread Ashley Sheridan
On Tue, 2008-12-02 at 11:55 -0800, Brian Dunning wrote: > I'm using a PHP cron job to constantly download files from a remote > server. Client and server both have abundant unused bandwidth, and the > sysads have already eliminated switches, interface cards, etc. as the > source of the slowdo

Re: [PHP] Slow file download

2008-12-02 Thread Ashley Sheridan
ad, and then > updating the MySQL record with the results. > > On Dec 2, 2008, at 12:04 PM, Ashley Sheridan wrote: > > > Instead of using PHP for this, why not have a look at WGET for > > Windows. > > > Well you could always replace your CURL request with an exec(

Re: [PHP] Re: Slow file download

2008-12-02 Thread Ashley Sheridan
On Tue, 2008-12-02 at 21:10 +, Nathan Rixham wrote: > Brian Dunning wrote: > > IIS, Windows PHP 5.2.6, and unfortunately the downloads are https. > > > > On Dec 2, 2008, at 12:32 PM, Nathan Rixham wrote: > > > >> what's the server running? iis/apache, win/linux version of php (as > >> accura

Re: [PHP] Re: Slow file download

2008-12-02 Thread Ashley Sheridan
On Tue, 2008-12-02 at 21:13 +, Nathan Rixham wrote: > Nathan Rixham wrote: > > Brian Dunning wrote: > >> IIS, Windows PHP 5.2.6, and unfortunately the downloads are https. > >> > >> On Dec 2, 2008, at 12:32 PM, Nathan Rixham wrote: > >> > >>> what's the server running? iis/apache, win/linux ver

Re: [PHP] stream_socket_accept() on an SSL socket

2008-12-02 Thread Ashley Sheridan
On Tue, 2008-12-02 at 23:48 +, Darren wrote: > I'm trying to connect to an SSL server, but I keep on getting these errors: > - > PHP Warning: stream_socket_accept(): SSL operation failed with code 1. > OpenSSL Error messages: > error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknow

Re: [PHP] Accessing the 'media' attribute in php

2008-12-03 Thread Ashley Sheridan
On Wed, 2008-12-03 at 08:00 +0100, Maciek Sokolewicz wrote: > Clancy wrote: > > Oh? > > > > Unfortunately I have had great difficulty trying to find out how > > things really work, as all the books I have seen are recipe books, > > which tell you how to achieve particular results, but not what is

Re: [PHP] IE8 and HTML5

2008-12-04 Thread Ashley Sheridan
On Thu, 2008-12-04 at 17:37 +, Richard Heyes wrote: > > (And don't get me wrong--I had tons of problems with Chrome; mostly > > about crashing unexpectedly.) > > That was the only one for me, and it doesn't do it anymore. Guess it > was an update to 0.4 (?) that fixed it. Switching to FF fixed

Re: [PHP] Will not report errors what can I do

2008-12-04 Thread Ashley Sheridan
On Thu, 2008-12-04 at 16:20 -0600, Terion Miller wrote: > Hey everyone I am still fighting the same problem that my script isn't > working and its not reporting errors, when you click to "view" the work > order it doesn't do anything, I have all kinds of error reporting turned on > but nothing, do

Re: [PHP] Will not report errors what can I do

2008-12-05 Thread Ashley Sheridan
On Fri, 2008-12-05 at 00:00 -0500, Robert Cummings wrote: > On Fri, 2008-12-05 at 17:44 +1300, German Geek wrote: > > On Fri, Dec 5, 2008 at 4:26 PM, Robert Cummings <[EMAIL PROTECTED]> > > wrote: > > On Thu, 2008-12-04 at 15:07 -0800, Jim Lucas wrote: > > > Terion Miller wrote: > >

Re: [PHP] Poll of sorts: Javascript Form validation or PHP

2008-12-05 Thread Ashley Sheridan
On Fri, 2008-12-05 at 12:08 -0800, Yeti wrote: > Java Script should always be an option, unless you write the > validation for yourself or people you personally know only. > JavaScript is client-side, ergo untrusted. Javascript can be nice as an addition, but only that. Ash www.ashleysheridan.co

RE: [PHP] Downloading file from local network machine

2008-12-05 Thread Ashley Sheridan
On Fri, 2008-12-05 at 17:32 +, Mayer, Jonathan wrote: > Thanks Wolf :) > > Yup, I had considered that, although there could be up to 8 different servers > so that's 8 seperately mapped drives. > > If that's the simplest/neatest way, I'll do that, although I did wonder > whether there was s

Re: [PHP] Poll of sorts: Javascript Form validation or PHP

2008-12-05 Thread Ashley Sheridan
On Fri, 2008-12-05 at 15:16 -0500, Bastien Koert wrote: > On Fri, Dec 5, 2008 at 3:18 PM, Ashley Sheridan <[EMAIL PROTECTED]>wrote: > > > On Fri, 2008-12-05 at 12:08 -0800, Yeti wrote: > > > Java Script should always be an option, unless you write the > > > v

Re: [PHP] Downloading file from local network machine

2008-12-05 Thread Ashley Sheridan
On Fri, 2008-12-05 at 16:59 -0500, Bastien Koert wrote: > On Fri, Dec 5, 2008 at 3:22 PM, Ashley Sheridan <[EMAIL PROTECTED]>wrote: > > > On Fri, 2008-12-05 at 17:32 +, Mayer, Jonathan wrote: > > > Thanks Wolf :) > > > > > > Yup, I had con

  1   2   3   4   5   6   7   8   9   10   >