Re: [PHP] PHP Interact with DreamWaver

2001-06-20 Thread Tim Thorburn
, and any scripting that it won't handle (and even some that it will) I'll use a text web editor such as HotDog or Homesite to add the necessary code. I'm also looking forward to the day UD supports PHP :) Thanks -Tim

[PHP] RE: passing values to a javascript variable

2001-06-22 Thread Tim Ward
have you viewed the source? - could be something to do with the semi-colons or, more likely, what addslashes($data_data) evaluates to. Tim Ward Senior Systems Engineer Please refer to the following disclaimer in respect of this message: http://www.stivesdirect.com/e-mail

[PHP] Percentages

2001-06-24 Thread Tim Thorburn
Hi, Working on a site that needs some billing information. Once upon a time done in ASP where we had the option to use the FormatPercent command - is there an equivalent command within PHP? Using PHP 3.0.16 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL

Re: [PHP] PHP Uptime error

2001-06-25 Thread Tim Zickus
Check the permissions on the files in /proc, which is where uptime gets its info from, most likely. You could probably even read the pseudo-file '/proc/loadavg' as 'nobody' directly from PHP given the appropriate file permissions. - Tim http://www.phptemplates.org Richard Lynch's advice

Re: [PHP] Php Files on Browser

2001-06-26 Thread Tim McGuire
Hi Ted, There is an installer available for free that will painlessly install apache, php, and mysql on your windows system. Good tool for trying out stuff locally or hosting an intranet application on a windows box. PHPTriad available from www.phpgeek.com Can't praise it enough. Tim McGuire

[PHP] RE: Remove value from array

2001-06-26 Thread Tim Ward
are you sure it has not been deleted. If you check to see what's in it and it doesn't exist you'll get the answer that it contains a null value (same as any other non-exitsant variable). Did you do a foreach to check what is actually in the array? Tim Ward Senior Systems Engineer

[PHP] Mail slow

2001-06-27 Thread Tim Ward
sure I've seen reference to this problem somewhere but can't remember (or find) where it was. Can anyone out there help? Tim Ward Senior Systems Engineer Please refer to the following disclaimer in respect of this message: http://www.stivesdirect.com/e-mail-disclaimer.html -- PHP

RE: [PHP] Mail slow

2001-06-30 Thread Tim Ward
That sounds like a unix answer, I should probably have said that my web server is NT running Apache. Tim Ward Senior Systems Engineer Please refer to the following disclaimer in respect of this message: http://www.stivesdirect.com/e-mail-disclaimer.html -Original Message

[PHP] Replacing colors in an image?

2001-07-01 Thread Tim Taubert
is it possible to create an image on a website and then to replace colors or parts of this image with another color? imagine we have a left and a right part. they're both white at the beginning. now i randomly choose a color and now the right part becomes green and the left part red... is it

AW: [PHP] Replacing colors in an image?

2001-07-01 Thread Tim Taubert
with the internals of any image format. hope this helps, Papp Gyozo - [EMAIL PROTECTED] - Original Message - From: Tim Taubert [EMAIL PROTECTED] To: PHP Mailingliste [EMAIL PROTECTED] Sent: 2001. július 1. 18:11 Subject: [PHP] Replacing colors in an image? is it possible to create an image

RE: [PHP] mail function fails

2001-07-02 Thread Tim Taubert
hey ryan try something like this mail([EMAIL PROTECTED], Quote Request, $message, From: [EMAIL PROTECTED]\nX-Mailer: PHP/ . phpversion()); hope this helps cya tim - Tim Taubert | [EMAIL PROTECTED] | http://www.shogunat.com

RE: [PHP] mail function fails

2001-07-02 Thread Tim Taubert
mh.. ?php if (mail([EMAIL PROTECTED], Quote Request, test)) { echo Email sent!; } else { echo Email NOT sent!; } ? this worked successfully... don't have any other ideas.. bye tim - Tim Taubert | [EMAIL

RE: [PHP] poor HTML syntax crashing (!) netscape

2001-07-03 Thread Tim Taubert
don't know any bugs but could be helpful if we could see your code... but.. maybe you think we shouldn't see it ;) Tim Taubert - Tim Taubert | [EMAIL PROTECTED] | http://www.shogunat.com/rg

RE: [PHP] Help Please

2001-07-03 Thread Tim Taubert
yes there is one $HTTP_REFERER but it isn't supported by all browsers... bye Tim - Tim Taubert | [EMAIL PROTECTED] | http://www.shogunat.com/rg

RE: [PHP] Sina.com

2001-07-03 Thread Tim Taubert
i'm getting this like you... only unreadable messages.. - Tim Taubert | [EMAIL PROTECTED] | http://www.shogunat.com/rg/ - -Original Message- From

RE: [PHP] Sina.com

2001-07-04 Thread Tim Taubert
lol you're right :) - Tim Taubert | [EMAIL PROTECTED] | http://www.shogunat.com/rg/ - -Original Message- From: Don Read [mailto:[EMAIL PROTECTED

RE: [PHP] Security of PHP code

2001-07-04 Thread Tim Taubert
i think that you can't attack php code because it's a server side scripting language... just with *echo*(and others) you send some code to the browser... i guess it's secure ;) Tim Taubert - Tim Taubert | [EMAIL PROTECTED

RE: [PHP] Security of PHP code

2001-07-04 Thread Tim Taubert
yes i had this problem too... it's easier to rename your .inc files to .inc.php3 ... so nobody can see your code but the output maybe null or some crazy code... but it's not your php code... Tim Taubert - Tim Taubert

RE: [PHP] Security of PHP code

2001-07-04 Thread Tim Taubert
you're totally right.. look at this http://www.ssw.uni-linz.ac.at/Teaching/Lectures/Sem/2000/Alexander/source.ph p3?url=/etc/passwd *no comment* and not my site... Tim Taubert - Tim Taubert | [EMAIL PROTECTED] | http

RE: [PHP] Security of PHP code

2001-07-04 Thread Tim Taubert
mh =) contacted the admin to fix this problem ;) Tim Taubert - Tim Taubert | [EMAIL PROTECTED] | http://www.shogunat.com/rg/ - .o] -Original Message

RE: [PHP] Security of PHP code

2001-07-04 Thread Tim Taubert
oh thanks for the disclaimer ;) forgot it.. richard: didn't think about it.. but should have done it.. first and last time i did it *promised* :) Tim Taubert - Tim Taubert | [EMAIL PROTECTED] | http://www.shogunat.com/rg

RE: [PHP] Security of PHP code

2001-07-04 Thread Tim Taubert
mh i know it was the wrong decision. didn't think about it. already said that. feeling guilty now *argh* Tim Taubert - Tim Taubert | [EMAIL PROTECTED] | http://www.shogunat.com/rg

RE: [PHP] Security of PHP code

2001-07-04 Thread Tim Taubert
found 2 other servers having the same problem... mailed to the webmasters and admins instead of posting it.. now i feel a little bit better :) Tim Taubert - Tim Taubert | [EMAIL PROTECTED] | http://www.shogunat.com/rg

[PHP] Formular problem

2001-07-04 Thread Tim Taubert
look like? is it an array? don't have any imaginations... please help Tim Taubert - Tim Taubert | [EMAIL PROTECTED] | http://www.shogunat.com/rg/ - -- PHP

RE: [PHP] Formular problem

2001-07-04 Thread Tim Taubert
Thanks a lot Alex! Tim Taubert - Tim Taubert | [EMAIL PROTECTED] | http://www.shogunat.com/rg/ - .o] -Original Message- .o] From: Alex Piaz

[PHP] Executing UNIX commands with PHP

2001-07-04 Thread Tim Taubert
Hi all, how can i execute a UNIX command like 'newuser Tim Taubert tim password' ? and am i able to fetch the results of such commands? Please help. Tim Taubert - Tim Taubert | [EMAIL PROTECTED] | http://www.shogunat.com

RE: [PHP] Executing UNIX commands with PHP

2001-07-04 Thread Tim Taubert
Thanks a lot Henrik! - Tim Taubert | [EMAIL PROTECTED] | http://www.shogunat.com/rg/ - .o] -Original Message- .o] From: Henrik Hansen [mailto

RE: [PHP] Executing UNIX commands with PHP

2001-07-04 Thread Tim Taubert
mh this is bad... can i do anything else instead of this ? - Tim Taubert | [EMAIL PROTECTED] | http://www.shogunat.com/rg/ - .o] -Original Message

[PHP] Re: Export to Excel

2001-07-13 Thread Tim Frank
that helps everyone out a little. There are limitations with this method, but to just get a file that someone can safely open in Excel, it is a very convenient way to do it rather than having to muck around with binary files. Have a good weekend, Tim Frank Original Message On 7/13/01, 12

[PHP] passing variables from forms to the same page repetatively

2001-07-16 Thread Tim Olsen
with the submission of each form? If I make the forms a seperate include file, instead of having them in-line, how does this change the ways variables are passed or submitted by each form? Thanks, - Tim _ Get your FREE download

[PHP] RE: Output (Urgent!)

2001-07-17 Thread Tim Ward
info sent with the request, or you may need to get javascript to send it back to you, I'm not too sure about this. Tim Ward Senior Systems Engineer Please refer to the following disclaimer in respect of this message: http://www.stivesdirect.com/e-mail-disclaimer.html -Original

Re: [PHP] passing variables from forms to the same page repetatively

2001-07-17 Thread Tim Olsen
of variables to pass, thats just a lot of hidden inputs to pass. Is there no other way to accomplish this? No built in function? I guess it makes sense that there is not, b/c the form submits the form and only the form variables. Thanks. -Tim Original Message Follows From: David Robley [EMAIL

[PHP] formating numbers to two decimal points - money - best ways

2001-07-18 Thread Tim Olsen
Anyone have functions for formatting numbers being multiplied by variables and whatnot to two decimal points - rounded up? As for displaying total cost, etc? _ Get your FREE download of MSN Explorer at http://explorer.msn.com --

Re: [PHP] passing variables from forms to the same page repetatively

2001-07-18 Thread Tim Olsen
PROTECTED] wrote in message 01071716134101.29979@www">news:01071716134101.29979@www... On Tue, 17 Jul 2001 15:41, Tim Olsen wrote: People, I have 4 forms in four seperate html pages included directly (no links to includes) in the same .php file, i have it so all the form

[PHP] RE: Extracting from arrays - alphabetically

2001-07-18 Thread Tim Ward
) { if (your_condition) echo($key $element); } ... and why do you have the 2 arrays in the first place? Tim Ward Senior Systems Engineer Please refer to the following disclaimer in respect of this message: http://www.stivesdirect.com/e-mail-disclaimer.html -Original

[PHP] RE: screen2

2001-07-20 Thread Tim Ward
then there's a bug that needs reporting. Tim Ward Senior Systems Engineer Please refer to the following disclaimer in respect of this message: http://www.stivesdirect.com/e-mail-disclaimer.html -Original Message- From: Jeremy Morano [mailto:[EMAIL PROTECTED]] Sent: 19 July

[PHP] RE: is this right?

2001-07-20 Thread Tim Ward
looks to me like like GLOBAL $company should be partr of the php code, not sql. Tim Ward Senior Systems Engineer Please refer to the following disclaimer in respect of this message: http://www.stivesdirect.com/e-mail-disclaimer.html -Original Message- From: Jeremy

RE: [PHP] Can't think of a topic(but help)

2001-07-20 Thread Tim Ward
if you want to generate html versions try ... $flines = file(http://localhost/$path/$file.php;); $fhandle = fopen($file.html); foreach ($flines as $line) { fputs($fhandle, $line); } fclose($fhandle); Tim Ward Senior Systems Engineer Please refer to the following

[PHP] RE: holding values in a select list on a form

2001-07-23 Thread Tim Ward
personally I use mysql_fetch_array() so I can use the field name to get the appropriate field rather than getting the second field returned from the query (as you are doing). Tim Ward Senior Systems Engineer Please refer to the following disclaimer in respect of this message: http

RE: [PHP]MySQL error, what's wrong here..

2001-07-24 Thread Tim Ward
Tim Ward Senior Systems Engineer Please refer to the following disclaimer in respect of this message: http://www.stivesdirect.com/e-mail-disclaimer.html -Original Message- From: Chris Cocuzzo [mailto:[EMAIL PROTECTED]] Sent: 23 July 2001 23:57 To: [EMAIL PROTECTED

[PHP] RE: php-general Digest 2 Feb 2001 00:51:13 -0000 Issue 487

2001-02-05 Thread Tim Ward
. Tim Ward Senior Systems Engineer Please refer to the following disclaimer in respect of this message: http://www.stivesdirect.com/e-mail-disclaimer.html -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: 02 February 2001 00:51

[PHP] RE: Variables within functions, out?

2001-02-05 Thread Tim Ward
e the function. It's probably something simple I'm missing, as in most cases ;) Thanks for your patience, James. Tim Ward Senior Systems Engineer Please refer to the following disclaimer in respect of this message: http://www.stivesdirect.com/e-mail-disclaimer.html -

[PHP] RE: Making a object from one class available to all objects in the calling class

2001-02-05 Thread Tim Ward
function z { $n-test(); } } I need the object of class_y available to the other objects of classx but I cant figure out how I do this. Any ideas? Regards, Steve Maher Tim Ward Senior Systems Engineer Please refer to the following disclaimer

[PHP] RE: db forms creator?

2001-02-07 Thread Tim Ward
from the form. Tim Ward Senior Systems Engineer Please refer to the following disclaimer in respect of this message: http://www.stivesdirect.com/e-mail-disclaimer.html -Original Message- From: Jaxon [mailto:[EMAIL PROTECTED]] Sent: 04 February 2001 23:18 To: [EMAIL

[PHP] PHP - CGI Version

2001-02-07 Thread Tim Livers
ff in the output? I have looked through the php.ini file, and php.net but couldn't find anything. Thanks in advance Tim -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administra

Re: [PHP] PHP - CGI Version

2001-02-07 Thread Tim Livers
The solution ended up being the need to re-compile php with the "--enable-discard-path" configure option. This removed the "#!/usr/local/bin/php" line from the top of the file. Thanks for the feedback. Tim Tim Livers wrote: I have installed the CGI version of PHP and

Re: [PHP] COM?

2001-02-08 Thread Tim Knip
The magical incantations: "Word.Application" etc.. - Original Message - From: "Richard Lynch" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, February 08, 2001 10:31 AM Subject: Re: [PHP] COM? Does Anyone know what needs to be installed on the server other than php 4.0.4

[PHP] COM - get existing instance?

2001-02-08 Thread Tim Knip
Is it possible to grab a running instance of for example Word? In VisualBasic-words: can you use 'GetObject' instead of 'CreateObject'? The latter is done by : $word = new Com("Word.Application") this creates a NEW instance, however i want to get an already running instance. Possible? --

RE: [PHP] passthru environment variables

2001-02-12 Thread Tim Ward
fpassthru doesn't include the code in your php code. In just dumps the file to output as it runs. Anything defined in PHP (inluding variables and functions) in the file passed through will not be available to the calling program. You need include(); Tim Ward Senior Systems

[PHP] RE: help: column into array?

2001-02-12 Thread Tim Ward
if ($result = mysql_db_query($database, $sql, $link_id);) { while ($thisrow = mysql_fetch_array($result)) { $array[] = $thisrow("field"); }; }; ... or something like that Tim Ward Senior Systems Engineer Please refer to the following

[PHP] RE: A way to duplicate data across databases

2001-02-12 Thread Tim Ward
in a database so your function becomes one call database copier. Tim Ward Senior Systems Engineer Please refer to the following disclaimer in respect of this message: http://www.stivesdirect.com/e-mail-disclaimer.html -Original Message- From: Carsten Gehling [mailto:[EMAIL

[PHP] RE: Newbie: Images refs not loading (Broken Icons) How to?

2001-02-13 Thread Tim Ward
uot;/td/tr\n"); } ? Here's the "tiny" table that feeds it: CREATE TABLE indice ( id int(11) DEFAULT '0' NOT NULL auto_increment, date text, indice text, indice_url varchar(255), PRIMARY KEY (id) ); -

[PHP] RE: OOP in web development

2001-02-14 Thread Tim Ward
base or server) just change the class definition. What I wouldn't use classes for is collecting variables together (use associative arrays). Tim Ward Senior Systems Engineer Please refer to the following disclaimer in respect of this message: http://www.stivesdirect.com/e-

[PHP] RE: could anyone please help me with this date coding?

2001-02-14 Thread Tim Ward
s looks wrong, in effect you're outputting value = "'2001-02-14'" try just ... echo("\tOPTION VALUE=\"$val_date\"[$ini_date] $dis_date/OPTION\n"); } while (++$ini_date = $max_date); - Tim Ward Senior Systems E

Re: [PHP] PDF Functions

2001-02-14 Thread Tim Livers
Here are the directions I used to configure PHP with pdflib. These worked for me. http://www.phpbuilder.net/columns/perugini20001026.php3?page=2 Tim Mike Tuller wrote: I finally got everything to install on RedHat 7, but I can't do anything with pdflib like I had expected. I get back

RE: [PHP] True || False ?

2001-02-16 Thread Tim Ward
to take this a step further, PHP doesn't seem to have types at all try ... echo 1 + true; // gives 2 echo 1 . true; // gives 11 true is a constant that seems to equate to 1, false is 0. Or is this just my interpretation? Tim Ward Senior Systems Engineer Please refer

[PHP] RE: form variables showing blank but query shows non-blank ??

2001-02-16 Thread Tim Ward
I think we need to see the form. It sounds like something is going wrong there. Tim Ward Senior Systems Engineer Please refer to the following disclaimer in respect of this message: http://www.stivesdirect.com/e-mail-disclaimer.html -Original Message- From: Andre

Re: [PHP] Creative solution with XML,PHP,MYSQL

2001-02-17 Thread Tim Frank
when displaying data from an XML file. The downside is that it currently only works with IE 5 and greater. It might not be the best overall solution, but if you are looking at the issue from a "can it be done" point of view, then yes, it can actually be done. It just might not be us

Re: [PHP] .php3 in PHP4?

2001-02-17 Thread Tim Frank
Or you could just put them all on one line like AddType application/x-httpd-php .php .php3 .php4 .phtml if you prefer. Tim Frank Original Message On 17/02/01, 10:48:18 AM, [EMAIL PROTECTED] ("Ifrim Sorin") wrote regarding Re: [PHP] .php3 in PHP4?: Hello, I think this

[PHP] RE: hmm

2001-02-19 Thread Tim Ward
ahh -Original Message- From: Brandon Feldhahn [mailto:[EMAIL PROTECTED]] Sent: 17 February 2001 11:45 To: [EMAIL PROTECTED] Subject: hmm hmm -- GIF89aÔ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

[PHP] RE: array - too stupid

2001-02-19 Thread Tim Ward
-item_num -quantity - ... foreign key order_num reference order Tim Ward Senior Systems Engineer Please refer to the following disclaimer in respect of this message: http://www.stivesdirect.com/e-mail-disclaimer.html -Original Message- From

RE: [PHP] Will this work?

2001-02-20 Thread Tim Ward
empty test type input are always available even if empty. checkboxes and radio buttons are not set if empty but text inputs are always there. your test does not check for the fields not having been filled in. Tim Ward Senior Systems Engineer Please refer to the following

[PHP] RE: [php_mysql] Creative solution with XML,PHP,MYSQL

2001-02-19 Thread Tim Ward
it as you would html. Tim Ward Senior Systems Engineer Please refer to the following disclaimer in respect of this message: http://www.stivesdirect.com/e-mail-disclaimer.html -Original Message- From: Tom Knight [mailto:[EMAIL PROTECTED]] Sent: 19 February 2001 08:53

[PHP] RE: Can you make a file empty?

2001-02-21 Thread Tim Ward
does this not already do it? according the manual "w" as the second parameters will "place the file pointer at the beginning of the file and truncate the file to zero length". Tim Ward Senior Systems Engineer Please refer to the following disclaimer in res

[PHP] RE: How to get information from input type=image ...

2001-02-22 Thread Tim Ward
use isset($action1) and isset($action2) to test each. the nice way to do it would be for them to have the same name but different values as you would do with alternative submit buttons, but I haven't ever needed to find out how to do that and doesn't seem to be quite that simple. Tim

RE: [PHP] Tough one?

2001-02-22 Thread Tim Ward
st)."'"; ... I haven't tested the detail of this but the theory is sound, I'm fairly sure. Tim Ward Senior Systems Engineer Please refer to the following disclaimer in respect of this message: http://www.stivesdirect.com/e-mail-disclaimer.html -Original Message

[PHP] RE: How to get information from input type=image ...

2001-02-22 Thread Tim Ward
ot; value="minebmp" input type=submit name=fred2 value="submit" /form Tim Ward Senior Systems Engineer Please refer to the following disclaimer in respect of this message: http://www.stivesdirect.com/e-mail-disclaimer.html -Original Message- From: Tim War

[PHP] RE: forms functions

2001-02-27 Thread Tim Ward
acode','$phone','$faxareacode','$fax','$email','$secret')"); } } if ($thissubmit) myfunction(); ? form action="#?submit=?php echo($submit) ?thissubmit=1" Tim Ward Senior Systems Engineer Please refer to the following disclaimer in res

[PHP] RE: while loop and modulus?

2001-02-28 Thread Tim Ward
3) == 2) { echo "/tr\ntr\n"; } $photocount++; } // this should add empty cells until the row is complete while ($photocount % 3) { echo("td/td"); $photocount++; } echo "/tr\n"; echo "/table"; Tim War

[PHP] RE: Move a file from dir to another or delete file..?

2001-02-28 Thread Tim Ward
to another and also is tehre any way I can delete a particluar file in a directory.. unlink(); Thank You! Cheers!~ Dhaval Desai __ Do You Yahoo!? Get email at your own domain with Yahoo! Mail. http://personal.mail.yahoo.co

Re: [PHP] sitemap script

2001-02-28 Thread Tim O'Callaghan
try freshmeat.org http://freshmeat.net/projects/phpsitemapper/ hope it helps :) tim - Original Message - From: "Ali" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, February 28, 2001 1:16 PM Subject: [PHP] sitemap script Does anybody know of a sitemap scri

Re: [PHP] sitemap script

2001-02-28 Thread Tim O'Callaghan
ahh my mistake .net, you know what i mean :) tim.. - Original Message - From: "Tim O'Callaghan" [EMAIL PROTECTED] To: "Ali" [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Wednesday, February 28, 2001 1:19 PM Subject: Re: [PHP] sitemap script try freshmeat.org

RE: [PHP] column names

2001-04-05 Thread Tim Ward
SHOW COLUMNS FROM tablename is the MySQL query Tim Ward Senior Systems Engineer Please refer to the following disclaimer in respect of this message: http://www.stivesdirect.com/e-mail-disclaimer.html -Original Message- From: Steve Werby [mailto:[EMAIL PROTECTED

[PHP] RE: better functionality in query ?

2001-04-06 Thread Tim Ward
BY, for an exact imnput, an exact match will always show first. haven't tried this at all but seems sound sql. Tim Ward Senior Systems Engineer Please refer to the following disclaimer in respect of this message: http://www.stivesdirect.com/e-mail-disclaimer.html -Origina

[PHP] RE: list files in a diretory

2001-04-10 Thread Tim Ward
ot;); if (is_dir($ddPath . $ddFile)) sitemap($ddPath . $ddFile . "/"); }; closedir($dhandle); echo("/ul"); }; just call it by passing in the path to the directory you want to list and it'll give you a full listing below that

[PHP] PHP SOAP Client formats

2008-01-09 Thread Tim Traver
, and open a socket and send the text manually like I did to verify that the top one works, and the bottom one doesn't. Thanks, Tim.

Re: [PHP] PHP SOAP Client formats

2008-01-09 Thread Tim Traver
stuff in line with what the server expects. I want to use PHP's built in classes for this so I don't have to manually send xml to the api... Thanks, Tim. Bastien Koert wrote: XML is case sensitive. I notice the case of the xml is different. Try making the PHP created xml the same case

Re: [PHP] PHP SOAP Client formats

2008-01-09 Thread Tim Traver
Nathan Nobbe wrote: On Jan 9, 2008 10:45 PM, Tim Traver [EMAIL PROTECTED] wrote: Bastien, I want to use PHP's built in classes for this so I don't have to manually send xml to the api... writing the xml by hand would be madness... i didnt want to spend all night screwing around w

[PHP] setcookie

2008-03-12 Thread Tim Daff
appreciated. Tim

[PHP] setcookie

2008-03-12 Thread Tim Daff
Thank's for your help Zareef, Hiep, Shiplu and Jean-Christophe -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] ssl.

2006-08-24 Thread Tim Traver
on the exit page that is not secure. For example, if there is a hard coded link to an image, or an included javascript link to an outside source. If anything on the page is not secure, then you will get that error. Tim. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

Re: [PHP] Really stupid cookie question

2006-09-11 Thread Tim Traver
at that time, then the cookie would last for another 30 days... Tim. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Frustrated trying to get help from your site

2006-09-18 Thread Howard, Tim
(even though I've run across several warnings NOT to submit a bug report if a problem has already been reported). Your site is incredibly frustrating and difficult to navigate. Tim Howard Calhoun ISD Dept. of Technology (269) 789-2465 This email is intended only for the use of the addressee(s

[PHP] My apologies

2006-09-18 Thread Howard, Tim
. Tim Howard Calhoun ISD Dept. of Technology (269) 789-2465 This email is intended only for the use of the addressee(s) named herein. It may contain legally privileged and confidential information. If you are not the intended recipient, or an authorized representative of the intended

[PHP] PHP Accelerator

2006-12-06 Thread Tim Traver
Lindridge at http://www.php-accelerator.co.uk for a later version of the ionCube PHP Accelerator. but when I go to that site, nothing has been updated for several years now. Is this product still available in the same form??? or has it been replaced ??? Thanks, Tim. -- PHP General Mailing List

[PHP] HELP !!!!! PHP SOAP Not building objects correctly

2008-05-16 Thread Tim Traver
) ) [customerType] = individual [billTo] = CustomerAddressType Object ( [firstName] = Tim [lastName] = Traver ) ) [validationMode] = none

Re: [PHP] HELP !!!!! PHP SOAP Not building objects correctly

2008-05-16 Thread Tim Traver
Nathan Nobbe wrote: On Fri, May 16, 2008 at 1:04 PM, Tim Traver [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Hi all, sorry for the cross post to the general PHP list as well as the SOAP PHP list, but I'm a little bit desperate... Ok, for some reason when I am sending

[PHP] Semi-OT: PHP Login with client security

2008-05-18 Thread Tim Thorburn
experience have any idea either a) what I would need to ask the IT person to allow for their site only, or b) have any suggestions for alternate password authentication that may work given the above conditions? TIA -Tim

Re: [PHP] Semi-OT: PHP Login with client security

2008-05-19 Thread Tim Thorburn
Wolf wrote: Tim Thorburn [EMAIL PROTECTED] wrote: Hi all, Having a slight problem with a demo I gave at a clients last week - looking for a little advise. Part of my demo involved a password protected area - the simplified process is: client enters password on login page if login

Re: [PHP] Semi-OT: PHP Login with client security

2008-05-19 Thread Tim Thorburn
robert wrote: On May 18, 2008, at 10:14 PM, Tim Thorburn wrote: Hi all, Having a slight problem with a demo I gave at a clients last week - looking for a little advise. Part of my demo involved a password protected area - the simplified process is: client enters password on login page

Re: [PHP] Semi-OT: PHP Login with client security

2008-05-21 Thread Tim Thorburn
if you simply don't have an answer beyond the standard your code is bad response. Tim

[PHP] segfault help

2008-06-27 Thread Tim Rupp
writable by the user that I'm running the script as. Any help would be appreciated. Thanks, Tim -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] segfault help

2008-06-27 Thread Tim Rupp
On Fri, Jun 27, 2008 at 10:14 AM, Daniel Brown [EMAIL PROTECTED] wrote: On Fri, Jun 27, 2008 at 10:30 AM, Tim Rupp [EMAIL PROTECTED] wrote: Hi list, I'm getting a segfault when I run (what I assume) is a very simple script. I'm not sure if it's a php bug or a bug in the library I'm using

Re: [PHP] segfault help

2008-06-27 Thread Tim Rupp
On Fri, Jun 27, 2008 at 11:03 AM, Daniel Brown [EMAIL PROTECTED] wrote: On Fri, Jun 27, 2008 at 11:57 AM, Tim Rupp [EMAIL PROTECTED] wrote: ./configure --enable-force-cgi-redirect --enable-debug --disable-rpath --enable-inline-optimization --with-bz2 --with-db4=/usr --with-curl --with-gd

[PHP] pdo compilation question

2008-08-18 Thread Tim Rupp
hoping someone on the list can point me in the right direction. Thanks in advance, Tim -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Using DOM textContent Property

2008-09-02 Thread Tim Gustafson
). But there doesn't appear to be any way to know if the textContent you've got is for just one node, or for a whole bunch of nodes. Is there any way to figure that out, so that I can adjust the textContent property of just the lowest-level nodes, rather than mucking up the higher-level ones? Tim

RE: [PHP] Using DOM textContent Property

2008-09-02 Thread Tim Gustafson
helpful, because, for example: h2a name=bar/aFoo/h2 returns two child nodes, neither of which has Foo for its textContent. Tim Gustafson SOE Webmaster UC Santa Cruz [EMAIL PROTECTED] 831-459-5354 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Using DOM textContent Property

2008-09-03 Thread Tim Gustafson
. That way, you need not create new nodes in your nodelist. I think that's the way I'm going to have to go, but I was really hoping not to. Thanks for the suggestion! Tim Gustafson SOE Webmaster UC Santa Cruz [EMAIL PROTECTED] 831-459-5354 -- PHP General Mailing List (http://www.php.net

RE: [PHP] Using DOM textContent Property

2008-09-05 Thread Tim Gustafson
; } Then it echos foo! as expected. It just seems that none of the nodes in the tree are DOMText nodes. In fact, get_class($Element) returns DOMElement for every node in the tree. Tim Gustafson SOE Webmaster UC Santa Cruz [EMAIL PROTECTED] 831-459-5354 From

RE: [PHP] Using DOM textContent Property

2008-09-10 Thread Tim Gustafson
, but complicated. I'm thinking regular expressions might be the way to go again. :\ Tim Gustafson SOE Webmaster UC Santa Cruz [EMAIL PROTECTED] 831-459-5354 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

<    1   2   3   4   5   6   7   8   9   10   >