[PHP] Re: combine empty and trim

2007-03-26 Thread Tim
Ross schrieb: I want to trim any whitepace and check if it is empty in the same line this is not working. if (empty(trim($_POST['_createcategory']))) { Hi, try this: if (isset($_POST['_createcategory'])) { $value = trim($_POST['_createcategory']); if (empty($value)) { } } -- PHP

Re: [PHP] Re: combine empty and trim

2007-03-26 Thread Tim
Richard Davey schrieb: Tim wrote: Ross schrieb: I want to trim any whitepace and check if it is empty in the same line this is not working. if (empty(trim($_POST['_createcategory']))) { Hi, try this: if (isset($_POST['_createcategory'])) { $value = trim($_POST['_createcategory

[PHP] Re: short open tags not working even if enabled - lighttpd + fastcgi

2007-03-26 Thread Tim
Hi, maybe it's because of the whitespace after the ?. Try this: ?=$_SERVER['PHP_SELF']; ? Best regards, Tim -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Saving css state in javascript and passing to php via form submit

2007-03-30 Thread Tim
: javascript-php. Regards, Tim -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Saving css state in javascript and passing to php via form submit

2007-03-30 Thread Tim
-Message d'origine- De : Tijnema ! [mailto:[EMAIL PROTECTED] Envoyé : vendredi 30 mars 2007 16:56 À : Tim Cc : php-general@lists.php.net Objet : Re: [PHP] Saving css state in javascript and passing to php via form submit On 3/30/07, Tim [EMAIL PROTECTED] wrote: Hello all

RE: [PHP] Saving css state in javascript and passing to php via form submit

2007-03-30 Thread Tim
-Message d'origine- De : Tijnema ! [mailto:[EMAIL PROTECTED] Envoyé : vendredi 30 mars 2007 17:06 À : Tim Cc : php-general@lists.php.net Objet : Re: [PHP] Saving css state in javascript and passing to php via form submit On 3/30/07, Tim [EMAIL PROTECTED] wrote

RE: [PHP] Saving css state in javascript and passing to php via form submit

2007-03-30 Thread Tim
framework i would like to, i still havent quite understood the whole concept, not enough research yet, but yes i'll be doing that next ;) (you know deadlines, can't sit and read docs all day etc.. Although i'd rather!) ;) Regards, Tim Really, it's

RE: [PHP] Saving css state in javascript and passing to php via form submit

2007-03-30 Thread Tim
the current state :P Regards, Tim -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Saving css state in javascript and passing to php via form submit

2007-04-03 Thread Tim
with your input i oppted for this list ;) Tim -Message d'origine- De : Richard Lynch [mailto:[EMAIL PROTECTED] Envoyé : dimanche 1 avril 2007 07:39 À : Tim Cc : php-general@lists.php.net Objet : Re: [PHP] Saving css state in javascript and passing to php via form submit On Fri

RE: [PHP] WWE in Stamford, CT needs a kick ass PHP Developer!

2007-04-13 Thread Tim
? Can't we tone it down in here where their is some resemblance of peace? ;) Regards, Tim -Message d'origine- De : Jarrel Cobb [mailto:[EMAIL PROTECTED] Envoyé : vendredi 13 avril 2007 15:24 À : Robert Cummings Cc : tedd; [EMAIL PROTECTED]; Jochem Maas; [EMAIL PROTECTED] Objet

RE: [PHP] IE6 PHP

2007-04-13 Thread Tim
a float:left style and see what happens... Also what is that br doing there? Could you give more code onhow you are generating this thumbnail table? Regards, Tim Funny, you mentionned you css problem in the middle of a css shitstorm here :P -- PHP General Mailing List (http://www.php.net

RE: [PHP] IE6 PHP

2007-04-13 Thread Tim
Oh and if it really is a pure css problem try a css list ;) -Message d'origine- De : elk dolk [mailto:[EMAIL PROTECTED] Envoyé : vendredi 13 avril 2007 16:16 À : [EMAIL PROTECTED] Objet : [PHP] IE6 PHP Hi all, I have a bunch of thumbnail images that link to larger versions

RE: [PHP] WWE in Stamford, CT needs a kick ass PHP Developer!

2007-04-13 Thread Tim
-Message d'origine- De : Jochem Maas [mailto:[EMAIL PROTECTED] Envoyé : vendredi 13 avril 2007 16:32 À : Tim Cc : 'Jarrel Cobb'; 'Robert Cummings'; 'tedd'; [EMAIL PROTECTED]; [EMAIL PROTECTED] Objet : Re: [PHP] WWE in Stamford, CT needs a kick ass PHP Developer! Tim wrote

RE: [PHP] WWE in Stamford, CT needs a kick ass PHP Developer!

2007-04-13 Thread Tim
-Message d'origine- De : tedd [mailto:[EMAIL PROTECTED] Envoyé : vendredi 13 avril 2007 16:37 À : Tim; 'Jarrel Cobb'; 'Robert Cummings' Cc : 'tedd'; [EMAIL PROTECTED]; 'Jochem Maas'; [EMAIL PROTECTED] Objet : RE: [PHP] WWE in Stamford, CT needs a kick ass PHP Developer! At 4

RE: [PHP] PHP editor

2007-04-13 Thread Tim
$file_content/textareabr /'; $content .= 'input type=submit value=Save /'; $content .= '/formbr /br /'; ? There is now :P Regards, Tim -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] PHP editor

2007-04-13 Thread Tim
-Message d'origine- De : Tim [mailto:[EMAIL PROTECTED] Envoyé : vendredi 13 avril 2007 18:19 À : 'Philip Thompson'; 'php General List' Objet : RE: [PHP] PHP editor -Message d'origine- De : Philip Thompson [mailto:[EMAIL PROTECTED] Envoyé : vendredi 13 avril

RE: [PHP] auto page generation

2007-04-16 Thread Tim
Applications with PHP and MySQL However, that's a minor fraction of the php, mysql, javascript, and other books I've purchased to do what you're wanting to do. It might be cheaper and quicker to hire one of us. Tim -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit

RE: [PHP] Saving css state in javascript and passing to php via form submit

2007-04-16 Thread Tim
to look at www.tizag.com, there it is really easy explained. It's nothing more then making new request to scripts inside javascript. Was a great idea and also works great until the moment i needed to upload images :P You have a suggestion for that by any chance Tijnema? Regards, Tim -- PHP

TR: [PHP] auto page generation

2007-04-16 Thread Tim
tim says: forwarding to list as was sent to me directly: Thanks everyone, I'll look into all of this. I'm trying to learn all of this since I'm starting school next semester for Computer programming and am trying to get some understanding of the concepts by building web pages. If anyone

RE: [PHP] Re: header('Location:') works locally but not remotely

2007-04-16 Thread Tim
() to make an absolute URI from a relative one yourself /php.net Could this be your issue? I always use full URI for header('location: Regards, Tim -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Re: header('Location:') works locally but not remotely

2007-04-16 Thread Tim
-Message d'origine- De : Tim [mailto:[EMAIL PROTECTED] Envoyé : lundi 16 avril 2007 19:54 À : 'Ross'; php-general@lists.php.net Objet : RE: [PHP] Re: header('Location:') works locally but not remotely -Message d'origine- De : Ross [mailto:[EMAIL PROTECTED

RE: [PHP] isset

2007-04-17 Thread Tim
you all seem to know so much about, it is very interesting and i'd like to add it to some of my late night reading if possible :) Regards, Tim -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] WWE in Stamford, CT needs a kick ass PHP Developer!

2007-04-17 Thread Tim
-Message d'origine- De : Jochem Maas [mailto:[EMAIL PROTECTED] Envoyé : mardi 17 avril 2007 16:19 À : [EMAIL PROTECTED] Cc : Robert Cummings; Tim; 'Jarrel Cobb'; 'tedd'; php-general@lists.php.net Objet : Re: [PHP] WWE in Stamford, CT needs a kick ass PHP Developer! Richard

RE: [PHP] Session with microtime

2007-04-21 Thread Tim
the $_SESSION's. I moved the login script to the middle of the session_start() and the if( ). snip Am I the only one that uses 'session.auto_start = 1'? It saves me from worrying about that type of problem. I like control over what goes on ;) Tim -- PHP General Mailing List (http

RE: [PHP] should I be looking to eliminate all notices?

2007-04-21 Thread Tim
debugging (yup their are a lot of people who have scripts that work but don't really know why! ) Regards, Tim -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Preventing SQL Injection/ Cross Site Scripting

2007-04-21 Thread Tim
of escaping certain data, i only allow certain data, that i consider safe for display on a web site.. I recommend you dig deeper into that xss page you might even find a script that filters xss.. You might even be able to modify it to suit your needs and/or to harden/better it... Regards, Tim -- PHP

Re: [PHP] Re: how to detect type of image

2007-04-28 Thread Tim
because it only gets the file type. getimagesize does also get the width/height, MIME type, etc. I think getimagesize depends on exif_imagetype and will work even if exif is disabled, but I am not sure. Tim -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net

[PHP] Lost connection to MySQL server during query

2001-01-11 Thread Tim Colles
on Solaris 2.6 which I am and that it might be to do with error lookup). It seems there is a very fundamental problem with MySQL here which means it is useless on this platform - does anyone have it working on 2.6? Any help appreciated - otherwise I have to go look at postgresql :( Cheers, Tim. Some

Re: [PHP] Lost connection to MySQL server during query

2001-01-12 Thread Tim Colles
To answer my own question and for anyone else that gets stuck with this, configuring with: --with-mysql=/usr/local/mysql (or whatever your mysql installation path is) instead of just --with-mysql seems to fix it for me. Cheers, Tim. On Thu, 11 Jan 2001, Tim Colles wrote: Can anyone

Re: [PHP] mixing HTML and PHP code

2001-01-12 Thread Tim Zickus
of those visual HTML tools. For Dreamweaver I added a little custom definition that makes a nice icon wherever it sees a template tag in the HTML file. ...and our PHP geeks just stuff a results array into the template. Too easy. - Tim http://www.phptemplates.org TABLE ? while

Re: [PHP] Populating table rows

2001-01-16 Thread Tim Zickus
You need a while loop: $sqlCurrentTraces = sqlExecute(...) while ($result = sqlFetchObject( $sqlCurrentTraces ) { ... your table stuff ... } - Tim http://www.phptemplates.org - Original Message - From: "Wade Halsey" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday,

Re: [PHP] Variables in 'friendly' urls

2001-01-16 Thread Tim Zickus
You need to parse some of the environment variables to get this data, $pathArray = explode("/",$HTTP_SERVER_VARS[PATH_INFO]) seems to be particularly helpful. Put a call to phpinfo() into your file and see what's there. - Tim Is there a way to pass variables as 'friendly' urls?

Re: [PHP] how do i hide my .inc files in apache??

2001-01-17 Thread Tim Zickus
path. That way you're not relying on a special apache configuration if you were to move to a new server, etc...your files could become inadvertently unprotected. - Tim http://www.phptemplates.org can anyone tell me how i get apache to never send out the contents of my include files (*.inc

RE: [PHP] Profanity Filter

2001-01-22 Thread Tim Ward
I know someone who had her site rejected for registration with a major search engine because it included info about Tae Kwon Do in Scunthorpe ... you can only go so far with word checking Tim Ward Senior Systems Engineer Please refer to the following disclaimer in respect

[PHP] RE: DBase functions

2001-01-23 Thread Tim Ward
your question very well. If you can get it to work please let me know how. 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: Piotr Duszynski

Re: [PHP] Sorry! Help needed!

2001-01-23 Thread Tim McGuire
I think you are asking if you can use client side JavaScript to handle a form. www.irt.org has some good examples of this in their JavaScript FAQ section. Try http://developer.irt.org/script/form.htm#10.3 for "Interactions between forms in different frames or windows" Anna [EMAIL PROTECTED]

[PHP] Urgent answers needed for FILE UPLOAD problem....

2001-01-25 Thread Tim Meader
Hello all. I've spent the past month or two implementing a file upload utility for the web based on PHP's http upload method. It works fine for smaller files, and it's been working fine for files I've tried up to and including 400 megs at a time. The problem I'm having is that we want to roll

[PHP] A second question about http File Upload...

2001-01-25 Thread Tim Meader
In my previous message I stated how some uploads were failing past a certain size. What I want to know is, is it possible to force PHP to write the uploaded contents as it receives them, or must they all be written at the end? In other words, does the file you are currently uploading have to

[PHP] LOOKING FOR CODE LOCATION IN PHP SOURCE....

2001-01-29 Thread Tim Meader
quite a few files in the /ext/standard source directory, to no avail yet. Thank you in advance to any and all for your help Tim Meader [EMAIL PROTECTED] ACS Government Solutions Group -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

[PHP] Nesting 'foreach ()'

2001-01-29 Thread Tim Ward
using version 4.0.0 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 General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comm

RE: [PHP] Nesting 'foreach ()'

2001-01-30 Thread Tim Ward
f ... else constructs i.e if (1==1) echo("fred") else echo("bill"): should work but doesn't. Another bug?. Tim Ward Senior Systems Engineer Please refer to the following disclaimer in respect of this message: http://www.stivesdirect.com/e-mail-disclaimer

[PHP] RE: Dynamic Variable Creation from Forms

2001-02-01 Thread Tim Ward
ue='" . $gvValue . "'br"); ? input type="submit" value="GO" /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---

[PHP] RE: Dynamic Variable Creation from Forms

2001-02-01 Thread Tim Ward
ormvars[$gvTitle] size=40 maxlength=80 value='" . $gvValue . "'br"); ? input type="submit" value="GO" /form Tim Ward Senior Systems Engineer Please refer to the following disclaimer in respect of this message: http://www.stivesdirect.com/e-mail-disclaimer

RE: [PHP] Running php code inside of a string within a php script..

2001-03-05 Thread Tim Ward
Writing the string to a file and then include()ing it would work. It does seem a bit heavy handed, but unless there's a string equivelant of include() this may actually be the best way. Tim Ward Senior Systems Engineer Please refer to the following disclaimer in respect

[PHP] RE: function questions

2001-03-05 Thread Tim Ward
why are you using this construct instead of echo()? e.g. echo("Hey there " . foo::bar($baz) . " how are you doing?"); Tim Ward Senior Systems Engineer Please refer to the following disclaimer in respect of this message: http://www.stivesdirect.com/e-

[PHP] RE: Function to compare an array with another array

2001-03-05 Thread Tim Ward
; } this will return an array that is a copy of the first array with only those elements that are not in array2. If you only want the first one either just use the first one( foreach(){ ... break;}) or put a break in the if. Tim Ward Senior Systems Engineer Please refer to the following

RE: [PHP] help gurus: multi-dimensional array problem.

2001-03-05 Thread Tim Ward
=mysql_fetch_array($result)) { echo ("a href='" . $row[url] . "'" . $row["name"] . "/abr"); }; } haven't tested this but the principal should be okay and do what you're after Tim Ward Senior S

[PHP] RE: Value of if(isset(X)) problem

2001-03-07 Thread Tim Ward
I think you'll find that cmdFinish is only passed through if the form is submitted by pressing the button. Hitting return on any other field will submit the form without sending cmdFinish. It might be sfare to check if one of your text fields is set. Tim Ward Senior Systems

[PHP] RE: explode question

2001-03-08 Thread Tim Ward
ted string? 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: Rol [mailto:[EMAIL PROTECTED]] Sent: 07 March 2001 19:09 To: [EMAIL PROTECTED

RE: [PHP] RE: Value of if(isset(X)) problem

2001-03-08 Thread Tim Ward
I honestly can't remember when and where I found this happening, but since then I've decided not to rely on submit buttons being posted so I haven't seen them working or not working. Tim Ward Senior Systems Engineer Please refer to the following disclaimer in respect

[PHP] RE: printing data using javascript with php

2001-03-12 Thread Tim Ward
ciate your help Thanks, Nicole -- Nicole Lallande [EMAIL PROTECTED] 760.753.6766 it's hard to tell precisely what you want to do form your snippets, but I hope I've been of some help. Tim Ward Senior Sy

RE: [PHP] replacing a line in a file

2001-03-14 Thread Tim Ward
the point is that you can't replace part of a flat file. you can append to the content or replace it all. if you want to replace part, you need to read it all, amend the relevant line and then replace it all. Tim Ward Senior Systems Engineer Please refer to the following

[PHP] RE: [?] Call a function with a button/link click?

2001-03-14 Thread Tim Ward
php works server side. you cannot get user to run anything in php without resubmitting (posting or whatever) ... you need javascript if this is something you can do client-side, if not you'll have to live with some sort of resubmit. Tim Ward Senior Systems Engineer Please refer

Re: [PHP] TAB = ENTER ????

2001-03-14 Thread Tim McGuire
Check out http://developer.irt.org/script/471.htm it is a document titled "How can I simulate the tab key when the enter key is pressed?" Marcel Henrique Scandolara - Wide [EMAIL PROTECTED] 03/14/01 08:38AM Please, As I make to make keyboard key ENTER to function equal keyboard key TAB

RE: [PHP] RE: Function to compare an array with another array

2001-03-15 Thread Tim Ward
) { if (in_array($element, $array2)) { $answer[$key] = $element; } } return $answer; } ? Tim Ward Senior Systems Engineer Please refer to the following disclaimer in respect of this message: http://www.stivesdirect.com

[PHP] List of Directories with in a Directory

2001-03-15 Thread Tim Livers
I am trying to get a list of all directories within a specified directory. Any ideas how to do this? Thanks 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 administrators

Re: [PHP] mail() implementation problem

2001-03-16 Thread Tim Frank
this on my servers and it works great. You do have to add the one line to the scripts that use the mail function, but that is really it after sendmail is configured. Hope that was what you were looking for. Tim Frank Original Message On 16/03/01, 5:05:13 AM, [EMAIL PROTECTED] (Mathieu Arnold

[PHP] RE: dynamically change a variable name

2001-03-19 Thread Tim Ward
); for ($i = 1; $i $max; $i++) { $dwg[$i] = $dwg[$i - 1]; ... } 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: Gary [mailto

[PHP] RE: Help with array creation

2001-03-20 Thread Tim Ward
they are already in one ... $HTTP_POST_VARS or $HTTP_GET_VARS 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 Carbaugh [mailto

[PHP] RE: checboxex and sessions

2001-03-20 Thread Tim Ward
around 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 Message- From: karakedi [mailto:[EMAIL PROTECTED]] Sent: 20 March 2001 03:17 To: [EMAIL

[PHP] RE: [Q] Parser behavior in a string

2001-03-21 Thread Tim Ward
lees ambiguous and so safer (and may even be a nano second faster). 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: Yasuo Ohgaki [mailto

[PHP] RE: [Q] Parser behavior in a string

2001-03-21 Thread Tim Ward
lees ambiguous and so safer (and may even be a nano second faster). 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: Yasuo Ohgaki [mailto

[PHP] Central Inbox

2001-03-21 Thread Tim Haynes
Collect your email anytime and anywhere with http://www.centralinbox.co.uk, if you register you can check upto 5 email accounts, allowing you to read your emails and attachments as well as sending email with attachments. Their is also a calendar that you can enter important dates so you don't

[PHP] Problems getting php to restart samba

2001-03-27 Thread Tim Churchward
y browser. madness!!! It's like php just refuses to allow connections from that browser after this command is run??? I've no idea where to begin trouble shooting this one. I've tried everything I can think of and I'm out of ideas. So if anyone could help me with this it would be fantastic!!! -Ti

RE: [PHP] Blah I'm Stupid

2001-03-27 Thread Tim Ward
'url' size=20" value='http://'"; echo "input type='text' name='text' size=20"; echo "input type='submit' name='submit' value='Generate New Link'"; echo "/form"; Tim Ward Senior Systems Engineer Please refer to the following disclaimer

RE: [PHP] Easy HTML PHP question

2001-03-29 Thread Tim Ward
put type="image" src="image.bmp" onlcick="ImgClick('image1')" name=image1 value="i1" input type="image" src="image2.bmp" onlcick="ImgClick('image2')" name=image2 value="i2" /form I'm pretty sure the event will fire be

Re: [PHP] Problems getting php to restart samba

2001-03-30 Thread Tim Churchward
thinks they can help but needs better details ask me some specific questions and I'll try and answer them as best I can. Thank, -Tim Churchward -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED

[PHP] RE: Page Counter

2001-04-03 Thread Tim Ward
dbname","INSERT INTO hits SET page = '$PHP_SELF', hit_date = NOW(), ipaddress = '$REMOTE_ADDR', browser = '$HTTP_USER_AGENT'"); mysql_c

[PHP] RE: Help with Sessions - Should be easy =]

2001-12-21 Thread Tim Ward
/ref.session.php . Tim Ward www.chessish.com http://www.chessish.com -- From: Tomasz Jachimczak [SMTP:[EMAIL PROTECTED]] Sent: 20 December 2001 14:53 To: [EMAIL PROTECTED] Subject: Help with Sessions - Should be easy =] I am coming from an asp

[PHP] RE: array_multisort?

2002-01-03 Thread Tim Ward
); $shop[$title . ... . $counter++] = $product; you can then use the normal array sorting functions on $shop Tim www.chessish.com http://www.chessish.com -- From: Sebastiaan Timmers - Bean IT [SMTP:[EMAIL PROTECTED]] Sent: 02 January 2002 13

[PHP] RE: application variable

2002-01-04 Thread Tim Ward
driven environment. You could force a user to formally log off, but what if they just close their browser, or their internet connection, or IE just stops working on their PC (the most likely). This is also a problem with inferring a current log in from the last hit by that user name. Tim

[PHP] RE: File opening, writting and location

2002-01-04 Thread Tim Ward
($fline); } } this is untested but should work Tim www.chessish.com http://www.chessish.com -- From: RRNews [SMTP:[EMAIL PROTECTED]] Sent: 03 January 2002 03:20 To: [EMAIL PROTECTED] Subject: File opening, writting and location

[PHP] Stupid question alert

2002-01-04 Thread tim at 10Kv
. Tim Rogers

[PHP] Problems Installing 4.1.1 on FreeBSD 4.4 STABLE

2002-01-05 Thread Tim Gustafson
page. Has anyone else experienced this problem? Here's a list of the versions of things that I'm running: Apache 1.3.22 PHP 4.1.1 (4.0.6 works fine) mySQL 3.23.46 mod_ssl 2.8.5 OpenSSL 0.9.6a Any help would be greatly appreciated. Thanks. Tim -- PHP General Mailing List (http://www.php.net

[PHP] ... [PHP] Stupid question alert

2002-01-06 Thread tim at 10Kv
be possible to have some code that gives the layer position but rather than then having all the other code describing the layer contents, have some sort of php command that says 'get the contents from file xxx.php'. If this is the case what should I be learning about to make this happen? Thanks again, Tim

[PHP] RE: bcc

2002-01-07 Thread Tim Ward
If you mean blind carbon copy on e-mails then www.php.net/manual/en/function.mail.php http://www.php.net/manual/en/function.mail.php explains how to do it. If you mean anything else please elaborate Tim www.chessish.com http://www.chessish.com -- From: Deependra B

[PHP] Stupid Question Alert - part 2

2002-01-07 Thread tim at 10Kv
be possible to have some code that gives the layer position but rather than then having all the other code describing the layer contents, have some sort of php command that says 'get the contents from file xxx.php'. If this is the case what should I be learning about to make this happen? Thanks again, Tim

RE: [PHP] global generation

2002-01-08 Thread Tim Ward
[$variable] = $variable; $GLOBALS[variable] = $ variable, typo I assume Tim, www.chessish.com Chris -- 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

[PHP] Designer adrift in a sea of code - please point me towards land...

2002-01-08 Thread tim at 10Kv
then having all the other code describing the layer contents, have some sort of php command that says 'get the contents from file xxx.php'. If this is the case what should I be learning about to make this happen? Thanks again, Tim (standing on the shoulders of giants) --- Your question

[PHP] apostrophe's in PHP MySQL

2002-01-08 Thread Tim Thorburn
the apostrophe is entered. Is there a way around this? Or is this a limitation of my older versions of PHP and MySQL? Thanks -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

[PHP] RE: serial array vs. hash....

2002-01-09 Thread Tim Ward
As far as I know all arrays in php are hash arrays. Your serial array is actually a hash array with numeric keys, so in your example using numeric keys and having to loop through them has nothing going for it. I'm sure someone will tell me if I'm wrong. Tim www.chessish.com http

[PHP] 4.1.1 Causes Signal 11 On FreeBSD 4.5 / Apache 1.3.22

2002-01-13 Thread Tim Gustafson
--with-pear --with-mcrypt --with-dom=/usr /local --with-pcre Any help is greatly appreciated. Thanks. Tim smime.p7s Description: application/pkcs7-signature

[PHP] RE: checkboxes vs text filed array and hidden variables

2002-01-15 Thread Tim Ward
I've interpreted your problem correctly. Tim www.chessish.com http://www.chessish.com -- From: m. ali [SMTP:[EMAIL PROTECTED]] Sent: 13 January 2002 22:04 To: [EMAIL PROTECTED] Subject: checkboxes vs text filed array and hidden variables

[PHP] RE: PHP array or SQL problem

2002-01-15 Thread Tim Ward
An option is to create a sortfield in your query, something like SELECT *, CONCAT(nickname, fname) AS sortfield FROM ORDER BY sortfield. I'm assuming MySQL and haven't actually tested this. You may need to check the sql documentation for some of the details. Tim www.chessish.com http

Re: [PHP] 4.1.1 Causes Signal 11 On FreeBSD 4.5 / Apache 1.3.22

2002-01-15 Thread Tim Gustafson
, it's sig 10's and sig 11's interchangeably. I re-complied everything from scratch to make sure it's not a glitch and I get the same results now. How can you backtrace something? I'm not a C developer, so I don't really know what you're talking about. Tim -- PHP General Mailing List (http

[PHP] RE: Beginner: Open URL

2002-01-16 Thread Tim Ward
If you mean redirection, then try the header() function in the on-line manual. Tim www.chessish.com http://www.chessish.com -- From: Tommi Trinkaus [SMTP:[EMAIL PROTECTED]] Sent: 16 January 2002 08:04 To: [EMAIL PROTECTED] Subject: Beginner

[PHP] RE: While on array?

2002-01-21 Thread Tim Ward
Foreach($anotherarray as $key=$value) Tim www.chessish.com http://www.chessish.com -- From: Daniel Alsén [SMTP:[EMAIL PROTECTED]] Sent: 20 January 2002 20:30 To: PHP List Subject: While on array? Hi, i am fiddling

RE: [PHP] PHP-JavaScript

2002-01-21 Thread Tim Ward
Or get the JS to rewrite a query string in a link, but personally I wouldn't rely on JS that far. Tim www.chessish.com http://www.chessish.com -- From: Richard Crawford [SMTP:[EMAIL PROTECTED]] Sent: 20 January 2002 23:32 To: Mårten Andersson

[PHP] RE: Printing structure and data of array

2002-01-21 Thread Tim Ward
Foreach($array as $key=$value) ech0($key=$valuebr); Tim www.chessish.com http://www.chessish.com -- From: Daniel Alsén [SMTP:[EMAIL PROTECTED]] Sent: 20 January 2002 19:33 To: PHP List Subject: Printing structure and data of array Hi

[PHP] RE: recursive

2002-01-21 Thread Tim Ward
sitemap this shows the general principle, if you're already getting the top level okay you should be able to use this sort of thing to get the rest Tim www.chessish.com http://www.chessish.com -- From: Sandeep Murphy [SMTP:[EMAIL PROTECTED]] Sent: 21 January

RE: [PHP] PHP-JavaScript

2002-01-21 Thread Tim Ward
hence my qualification, but you can alter the contents of elements using javascript on the fly, using the innerHTML property, for example. Tim www.chessish.com -Original Message- From: Richard Crawford [SMTP:[EMAIL PROTECTED]] Sent: 21 January 2002 15:59 To: Tim

RE: [PHP] Nobody know nothing about? Php login scripts using PHP4.01, Apache3.01 CGI on W2K

2002-01-22 Thread Tim Ward
Use html form for user input with text field for user name and password filed for password. Hold password encrypted using MySQL password() function and check login by SELECT * FROM users WHERE user='$user' AND pass=PASSWORD($password). If (mysql_num_rows($result)) login = true; Tim

[PHP] RE: file upload with story

2002-01-22 Thread Tim Ward
I found everything I needed to upload images here: http://www.php.net/manual/en/features.file-upload.php http://www.php.net/manual/en/features.file-upload.php Tim www.chessish.com http://www.chessish.com -- From: will hives [SMTP:[EMAIL PROTECTED]] Sent: 21

[PHP] RE: Printer funtions

2002-01-22 Thread Tim Ward
Why would you expect these functions to do anything on the client machine? These are for printers attached to the server. Tim www.chessish.com http://www.chessish.com -- From: James Mclean [SMTP:[EMAIL PROTECTED]] Sent: 21 January 2002 23:48

RE: [PHP] How to call Calling Non-Existing function

2002-01-22 Thread Tim Ward
This generates a parse error if Draw_Table() doesn't exist rather than returning false, unless there's something in my set up that's different to yours. Tim www.chessish.com http://www.chessish.com -- From: val petruchek [SMTP:[EMAIL PROTECTED]] Sent: 21

RE: [PHP] RE: Printing structure and data of array

2002-01-22 Thread Tim Ward
); } echo(/li) } echo(/ul); } // end of fn ShowArray Tim www.chessish.com -Original Message- From: Sandeep Murphy [SMTP:[EMAIL PROTECTED]] Sent: 22 January 2002 12:01 To: 'Tim Ward'; PHP List Subject: RE: [PHP] RE: Printing structure

RE: [PHP] RE: Printing structure and data of array

2002-01-22 Thread Tim Ward
string; if this isn't what you're trying to do I apologise for misinterpreting the question 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] RE: Printing structure and data of array

2002-01-22 Thread Tim Ward
in the docs). If so you'll need to do some fancier regular expression stuff than you already are to separate out the sub-application Tim www.chessish.com -Original Message- From: Sandeep Murphy [SMTP:[EMAIL PROTECTED]] Sent: 22 January 2002 15:25 To: 'Tim Ward'; PHP List

[PHP] RE: phpwiki save button

2002-01-24 Thread Tim Ward
working, or the code that you want to modify. (also) Tim www.chessish.com http://www.chessish.com -- From: Tim Bogart [SMTP:[EMAIL PROTECTED]] Sent: 23 January 2002 17:47 To: [EMAIL PROTECTED] Subject: phpwiki save button Hello everybody. My

[PHP] RE: One Line text boxes vs. Multiline text boxes

2002-01-24 Thread Tim Ward
to be treated as prefdefined text (like between PRE tags) Tim www.chessish.com http://www.chessish.com -- From: Phil Schwarzmann [SMTP:[EMAIL PROTECTED]] Sent: 23 January 2002 17:13 To: [EMAIL PROTECTED] Subject: One Line text boxes vs. Multiline

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