[PHP] passing parameters to include

2004-03-04 Thread Bob Lockie
I want to pass a parameter to an include file. I know I can do what I want with a function but I'd rather do it with an include. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] query returns 0 when it shouldnt

2004-02-18 Thread bob pilly
get a result of 5120. Can anyone spot why i am getting a zero with php? There are no problems with any of my other queries in my scripts. Thanks in advance for any help. Cheers Bob Yahoo! Messenger - Communicate instantly

Re: [PHP] Parse Error

2004-02-18 Thread Bob Eldred
expecting numbers there and gets a string, or the query will fail if it's a string with whitespace. It ought to parse just fine. Personally, I bet there's something not too far above the posted lines that's bad. Although the soon-to-follow query will look odd. $result=mysql_query($mysql_query); Bob

Fw: [PHP] Parse Error

2004-02-18 Thread Bob Eldred
Since I replied only to Edwin. - Original Message - From: Bob Eldred [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, February 18, 2004 10:40 PM Subject: Re: [PHP] Parse Error Yes. Of course not. That wasn't the point. The point was that the parse error isn't caused

[PHP] Algorithm....

2004-02-16 Thread Bob Eldred
appreciated. Bob -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: Algorithm....

2004-02-16 Thread Bob Eldred
Clearly, I'm going to have to get on the PHP short bus. I was never any good at bitmasking. In the meantime, I've got it working. Not elegant, mind you, but working nonetheless. Thanks. Bob - Original Message - From: Manuel Vázquez Acosta [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent

[PHP] syntax help

2004-02-13 Thread bob pilly
} so for the above code i would like to create three variable $flyertotal,$emailtotal $phonetotal and have the result of the count(score) query stored in them. Any help or pointing to documentation would be greatly appreciated! Cheers Bob

[PHP] Storing MS Word documents

2004-01-29 Thread bob pilly
(Couldn't add file to database); .. It seems to me that the addslashes isnt working and the query is failing because of this? Has anyone seen this before or know what i am doing wrong? Ive been on this for ages and are not getting anywhere.. Thanks for any help in advance! Bob

Re: [PHP] Storing MS Word documents

2004-01-29 Thread bob pilly
15) in /var/www/htdocs/searches3.php on line 23 Warning: mssql_query(): Query failed in /var/www/htdocs/searches3.php on line 23 Couldn't add file to database --- Stuart [EMAIL PROTECTED] wrote: bob pilly wrote: It seems to me that the addslashes isnt working and the query is failing

Re: [PHP] Storing MS Word documents

2004-01-29 Thread bob pilly
Have sorted this out now. Theres a bit about storing binary data in the mssql docs: http://uk.php.net/function.mssql-query Just in case anyone wanted to know. --- Stuart [EMAIL PROTECTED] wrote: bob pilly wrote: It seems to me that the addslashes isnt working and the query is failing

[PHP] Image Header Issues - solved

2004-01-21 Thread Bob Eldred
on this list! Bob -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Image Header Issues

2004-01-17 Thread Bob Eldred
Again, it is *not* that known issue. That's the very first thing I checked. If that were the issue, jpgs from other sources would also not save properly. But they do, as I've stated several times. Thanks, though. Bob - Original Message - From: Brian V Bonini [EMAIL PROTECTED] To: Bob

Re: [PHP] Image Header Issues

2004-01-17 Thread Bob Eldred
be great. Bob - Original Message - From: Toby Irmer [EMAIL PROTECTED] To: Larry Brown [EMAIL PROTECTED]; Bob Eldred [EMAIL PROTECTED]; PHP List [EMAIL PROTECTED] Sent: Saturday, January 17, 2004 2:11 PM Subject: Re: [PHP] Image Header Issues I have the same problem. Strange: I have

Re: [PHP] Image Header Issues

2004-01-16 Thread Bob Eldred
Grr.that's *not* the problem. IE saves JPGs just fine, so long as they are not passed through this particular script. Which is why I think it has something to do with the headers. Bob - Original Message - From: Arthur Pelkey [EMAIL PROTECTED] To: [EMAIL PROTECTED]; [EMAIL

[PHP] Image Header Issues

2004-01-15 Thread Bob Eldred
isn't as good as actually checking in the session for logged-in status. Thanks in advance for anything you can throw my way. Bob -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Image Header Problems

2004-01-13 Thread Bob Eldred
, or do I just have a bug in my browser to deal with? Bob -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Image Header Problems

2004-01-12 Thread Bob Eldred
[name]; header(Content-Type: image/jpeg); header(Content-Length: .filesize($fullpicturename)); header(Content-Disposition: inline; filename=.$row[name]); readfile($fullpicturename); exit; } Something in here has me stumped. Any ideas? Bob -- PHP

Re: [PHP] Check type of uploaded file

2003-12-07 Thread Bob Hockney
to test the file depending only upon PHP. i.e., to be platform and client independent. -Bob -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Check type of uploaded file

2003-12-07 Thread Bob Hockney
) on the file. Not really what I want, but would reject obvious non-text files. -Bob -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Check type of uploaded file

2003-12-06 Thread Bob Hockney
Hi there, I want to test an uploaded file to see if it is a text file, but I don't want to rely on the presence of an os command such as 'file.' Is there a straightforward way to do this within PHP? Thanks in advance. -Bob -- PHP General Mailing List (http://www.php.net/) To unsubscribe

Re: [PHP] problem with mssql_query

2003-11-12 Thread bob pilly
Thanks! Cheers Bob --- Jason Wong [EMAIL PROTECTED] wrote: On Tuesday 11 November 2003 23:07, bob pillford wrote: Hi all i have the following code which isnt working correctly and i cant work out why. Any help would be greatly appreciated as its sending me crazy! $query = select

[PHP] problem with mssql_query

2003-11-11 Thread bob pillford
need access to the other 22 rows that this query returns I have echoed the query and run the out put under freetds tsql and get the correct result (this is what i use to access the ms sql server 2000). Any help would be greatly appreciated.! Cheers Bob

Re: [PHP] Variables not passing to mail script

2003-10-28 Thread Bob Rea
At 03:59 PM 10/27/2003 -0800, Jeff - Harbornet wrote: Disregard last email. I figured it out. Thanks. Care to tell the rest of us? I'm a newby and would like to know. Bob Rea PlusWeb [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] www.petard.us -- PHP General Mailing List

Re: [PHP] Find the last friday of each month.

2003-10-26 Thread Bob Hockney
will be the last friday of the current month + the number of day in the current month 28 ( date(t) - 28 ). -Bob -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Find the last friday of each month.

2003-10-26 Thread Bob Hockney
Bob wrote: The last friday of the following month will be the last friday of the current month + the number of day in the current month 28 ( date(t) - 28 ). OOPS! I meant the The last friday of the following month will be the *date* of the last friday of the current month MINUS the number

Re: [PHP] Looking for a programmer designer to hire

2003-10-16 Thread Bob Rea
for discussion and advertising of these topics. Bob Rea Office Manager Dragon Networks 770-458-1350, x 2000 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] printing values from a 2 dimension array

2003-10-15 Thread bob pilly
but it defeats the purpose of what i am trying to do, can anyone tell me why this is happening? Im new to arrays and its fairly confusing. Thanks for any help in advance! Cheers Bob - Want to chat instantly with your online friends? Get the FREE Yahoo!Messenger

Re: [PHP] printing values from a 2 dimension array

2003-10-15 Thread bob pilly
') and (source !='Outbound'); $result=mssql_query($query,$numero); $row=mssql_fetch_row($result); $rslt[0][$key]=$row[0]; } print $rslt[0][1]; ? Cheers Bob Jason Wong [EMAIL PROTECTED] wrote: On Wednesday 15 October 2003 17:44, bob pilly wrote: Im having problems printing values from a 2 dimensional

Re: [PHP] printing values from a 2 dimension array

2003-10-15 Thread bob pilly
the output of print_r. Cheers Bob Jason Wong [EMAIL PROTECTED] wrote: On Wednesday 15 October 2003 21:02, bob pilly wrote: print $rslt[0][1]; What does print_r($rslt) give you? Is it what you expected? -- Jason Wong - Gremlins Associates - www.gremlins.biz Open Source Software Systems

[PHP] datediff in php

2003-10-02 Thread bob pilly
docs would be greatly appreciated. Thanks in advance. Bob - Want to chat instantly with your online friends? Get the FREE Yahoo!Messenger

[PHP] POST security

2003-09-05 Thread bob pilly
Hi all, i know this isnt strictly a php question but thought you would be a good group to ask because of your experience. Is there any security issues with passing data via the POST method from a webserver to a different webserver running ssl. For example: webserver1 form name='form1'

[PHP] syntax error using header and SID

2003-09-04 Thread bob pilly
Hi all Can someone tell me what the correct syntax is to pass a Session ID via the header redirect is? Im trying: header( Location: page2.php??echo strip_tags (SID)? ) but it isnt working for me and all the docs i can find just deal with tagging it to the end of a hyperlink. Any help would be

[PHP] Filling a text field

2003-08-14 Thread bob pilly
Hi all Is there anyway in php to fill a HTMl text input field with a php variable? Or do i have to use javascript? Thanks for any help in advance! Want to chat instantly with your online friends? Get the FREE Yahoo!

[PHP] reading in files

2003-07-23 Thread bob pilly
Hello all I have a page where a user uses a browse button in html to upload a file from there client pc. They then click upload which submits the form to the second page: example form name=form1 method=post action=/test2.php input type=file name=file input name=upload type=submit id=upload

[PHP] £ outputting £ signs

2003-07-22 Thread bob pilly
Hello all Can someone tell me where i am going wrong here. I am trying to echo a '£' to the screen which has come from a database field. I get the field by: $notes=%row[notes]; and the feild contains the data £25000, however when i echo this to the screen i get £25000. I have tried

Re: [PHP] Changing numbers

2003-07-21 Thread bob parker
On Tue, 22 Jul 2003 04:03, zavaboy wrote: *Sigh*, lets say I have: 2.65 3.3 5.2670 12.030 I would like it at least 2 decimal places.. So, 5.2670 would be 5.267 not 5.27: 5.267 is 3 decimal places - count them -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

[PHP] outputting a carriage return

2003-07-17 Thread bob pilly
Hi all Can someone tell me why if i echo a line like this: echo this is a \n newline; the output is: this is a newline. But if i do this: $text=this is a \n newline; echo $text; the output is: this is a newline? Is there something i have to do to a variable in order for echo or print to

[PHP] variable sized arrays global vars - another newbie question

2003-07-15 Thread bob pilly
Hi all, yet again im struggling with php syntax after to many years with c. If anyone can help or point me to some good doc's i'd would really appreciate it! My two questions are: Can i declare an array that doesnt have a fixed size? Basically i want to assign the results of a query to the

Re: [PHP] variable sized arrays global vars - another newbie question

2003-07-15 Thread bob pilly
: function (){ global $counter; $counter++; } but then when i go to echo $counter outside of the function its value hasnt changed? Yet again any help would be appreciatted! Dirk Kredler [EMAIL PROTECTED] wrote: Am Dienstag, 15. Juli 2003 14:39 schrieb bob pilly: Can i declare an array

[PHP] newbie array question

2003-07-10 Thread bob pilly
Hi All Im new to php and are getting a bit confused about the sybase_fetch_array function (i think that this is the same as mysql_fetch_array?). If i have a valid sql query that returns three the records 'john','jack' and 'mary' and i want to put that into an array where

[PHP] PHP and MYSQL

2003-07-07 Thread Bob G
Please help I am going quite mad. I am trying to install PHP-4. I purchased the PHP and MySQL web development book to this end. I am running under Win2000 and IIS. I downloaded from the PHP web site to get the latest versions. I first tried to do a manual installation but this appeared to fail so

[PHP] HTMLENTITES(); the pound sign

2003-07-01 Thread bob pilly
I am using PHP Version 4.3.2-RC1 Can someone please clarify the htmlentities() function for me? I have a variable called $notes2 that is pulled from a database that has a pound sign in it. When i echo that do the screen i get the following output: echo $notes; output= £5,000 Instead of £5,000

Re: [PHP] Sessions Question

2003-06-27 Thread Bob Irwin
Oops. Forgot to remove the Re: - it was a new thread - I just replied to an old message to get the php list email address then managed to stuff the subject up. Thanks for the help though! Best Regards Bob Irwin *** Email [EMAIL PROTECTED] for speedy email response *** - Original Message

[PHP] Sessions Question

2003-06-26 Thread Bob Irwin
proof? Can someone forge them somehow? Bob Scanned by PeNiCillin http://safe-t-net.pnc.com.au/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] fread has changed functionality...please read

2003-06-13 Thread Bob Silva
, 8192); if (strlen($_data) == 0) break; $data .= $_data; } or some other similar looping of your choice. Hope this helps someone else from wasting days trying to figure out why their code no longer works. Bob Silva -- PHP General Mailing List (http://www.php.net

[PHP] using % and £ in strings

2003-06-10 Thread bob pilly
Hello I am trying to let a user enter notes about an appointment but are having errors when trying to write their input to a database. The users input goes into string $appnotes $query2=update appresult set appresult = '$appointmentresult',product='$product',fees='0',appnotes='$appnotes' where

[PHP] Scalable Vector Graphics

2003-06-06 Thread Bob Strasser
is php generated and only the SVG graphic being displayed in the viewer but this is very limiting as I want to make a complete HTML page with other information on the page. Any information would be greatly appreciated as I have spent about 2 weeks experimenting with no luck. Thanks in advance Bob

Re: [PHP] My Sincere Request!![Scanned]

2003-05-29 Thread bob parker
the topic? Cheers Bob Parker -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Good Book?

2003-04-03 Thread Bob X
What is a good beginners book for PHP? I would like a little depth on security. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] chill out

2003-04-03 Thread bob parker
On Thu, 3 Apr 2003 16:39, daniel wrote: lol , hey boyz and galz lets be professional now, we cant show the windoze ppl we are such a loose bunch now can we ? heh :D Actually a lot of these folk are using wonders sadly. Bob -- PHP General Mailing List (http://www.php.net/) To unsubscribe

[PHP] Installation Problem

2003-03-26 Thread bob pilly
Hi Im trying to install php-4.3.1 as a dynamic module in apache-2.0.44 but are having problems. I install and compile both with no problems using the --with-apxs=pathto in the ./configure command for php. I can see that it has created the libphp4.so in pathtoapache/modules/ and i have added

[PHP] sybase error

2003-03-26 Thread bob pilly
Hi all I have installed php 4.3.2 RC1 with the --with-sybase=/pathtomysysbase dir configure switch. I have had no installation problems but now when i go to load a page with the sybase_connect() function call in it i get the following error: Fatal error: Call to undefined function:

[PHP] OpenBSD 3.2 PHP 4.2.3 packages

2003-03-16 Thread Bob Eldred
() page shows that the gd module is activated, and that JPG Support is enabled, but the function does not work at all. Any ideas where I can look to solve this? Bob -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Access DB PHP

2003-03-16 Thread Bob Irwin
'); $sql = SELECT * FROM tbl_name ; $result = $conn-Execute($sql); // deal with the database generated information $result-Close() $conn-Close Is there a better way to do this? Best Regards Bob Irwin Server Admin Web Programmer Planet Netcom -- PHP General Mailing List (http

Re: [PHP] strange behaviour with login page

2003-03-09 Thread Bob Irwin
(also fixed a few mysql query caching problems we were having too - caused a few GD ones though). My guess is that its some sort of cookies problem with windows IE 6 (as that was the only browser I saw the problem on). Best Regards Bob Irwin Server Admin Web Programmer Planet Netcom If anyone has

Re: [PHP] strange behaviour with login page

2003-03-09 Thread Bob Irwin
In my case, it was a https website. However, in testing, it was happening on a normal http website as well. It was something I ruled out trying to find the problem. Best Regards Bob Irwin Server Admin Web Programmer Planet Netcom - Original Message - From: Andre Dubuc [EMAIL PROTECTED

Re: [PHP] fopen and file dump to a databace...

2003-03-09 Thread Bob Irwin
. echoIndex: $barry Value: $tbone BR; //just insert into the database what you need to. } Best Regards Bob Irwin Server Admin Web Programmer Planet Netcom - Original Message - From: Mark Tehara [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, March 10, 2003 1:02 PM

Re: [PHP] array question

2003-02-24 Thread Bob Irwin
of code, like a string function, but I'm buggered if I can find it! Best Regards Bob Irwin Server Admin Web Programmer Planet Netcom Scanned by PeNiCillin http://safe-t-net.pnc.com.au/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] php_mcrypt.dll

2003-02-20 Thread Bob Irwin
/ref.mcrypt.php Best Regards Bob Irwin Server Admin Web Programmer Planet Netcom - Original Message - From: Daniel Guerrier [EMAIL PROTECTED] To: php user group [EMAIL PROTECTED] Sent: Friday, February 21, 2003 4:12 PM Subject: [PHP] php_mcrypt.dll I'm trying to use the mcrypt function

[PHP] module php4_module is already loaded

2003-02-13 Thread bob pilly
Hello Recently i have installed apache 2.0.40-11 that comes with Redhat 8.0 Linux, i have tried installing php 4.2.2-8.0.7 with it but when i put the LoadModule php4_module modules/libphp4.so i get the following error when running apache. [warn] module php4_module is already loaded, skipping

Re: [PHP] module php4_module is already loaded

2003-02-13 Thread bob pilly
No i have searched my httpd.conf file and i dont. --- Marek Kilimajer [EMAIL PROTECTED] wrote: You might have LoadModule libphp4.so somewhere before where you added it bob pilly wrote: Hello Recently i have installed apache 2.0.40-11 that comes with Redhat 8.0 Linux, i have tried

Re: [PHP] Bi-weekly pay period

2003-02-04 Thread bob parker
will have 27 pays in the year and consequently higher earnings for that year. The ATO require that the fortnightly pay as you go deductions be adjusted to take that into account. Complicated? If bullshit was weaponry the Australian Govt would have disarmed Iraq alone years ago. Bob -- PHP General

[PHP] HTML if no PHP

2003-02-04 Thread Bob Lockie
I want to display an HTML page if PHP can't load an include file or otherwise has an error or just doesn't work. How do I do this? -- Sent from Mozilla and GNU/Linux. Powered by an AMD processor. -- PHP General Mailing List (http://www.php.net/) To

[PHP] include

2003-02-04 Thread Bob Lockie
I don't appear to be able to use this variable in an include directive because the variable is empty: include $_SERVER['DOCUMENT_ROOT'] Do I have the syntax incorrect? -- Sent from Mozilla and GNU/Linux. Powered by an AMD processor. -- PHP General

Re: [PHP] include

2003-02-04 Thread Bob Lockie
On 02/04/03 13:16 Philip Olson spoke thusly On Tue, 4 Feb 2003, Bob Lockie wrote: I don't appear to be able to use this variable in an include directive because the variable is empty: include $_SERVER['DOCUMENT_ROOT'] Do I have the syntax incorrect? Please post the exact syntax as you did

Re: [PHP] Who is foo what is bar?

2003-01-24 Thread bob parker
On Fri, 24 Jan 2003 16:39, Rick Emery wrote: It comes from the acronym, FUBAR. This is military slang that has been around since WWII. FUBAR stands for: F**ked Up Beyond All Repair Ah! Now I understand why those are the only 2 class names used in tutorials and books on C++ Bob -- PHP

[PHP] Possible Bug in 4.3.0

2003-01-23 Thread Bob Horton
and warning in all 4 different combinations and I've even turned register_globals back on to see if that would solve it ... This was a live e-commerce site until I upgraded and now my client, his customers and my rep are going down the tubes ... Help please someone! Bob. P.S. Please respond

Re: [PHP] POST vs GET method

2003-01-23 Thread Bob Lockie
today. http://www.phparch.com/ -Original Message- From: Bob Lockie [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 22, 2003 10:33 PM To: php-general Mailing List Subject: [PHP] POST vs GET method PHP Version 4.3.0 Apache 2.0.43 I am having a problem with a post method. GET

[PHP] Reading Directory in reverse

2003-01-22 Thread Bob Irwin
$default_dir); while($file = readdir($dp)) if($file != '.' $file != '..') echoa href='opendir.php?opendir=$file'$file/aBR; closedir($dp); Best Regards Bob Irwin Server Admin Web Programmer Planet Netcom -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

[PHP] POST vs GET method

2003-01-22 Thread Bob Lockie
PHP Version 4.3.0 Apache 2.0.43 I am having a problem with a post method. GET method: _REQUEST['name']=value _GET['name']=value _POST['name']= POST method: _REQUEST['name']=valuename=value _GET['name']= _POST['name']=valuename=value I assumed that by using _REQUEST that I could use

[PHP] syntax highlighting in Apache2

2002-12-10 Thread Bob Lockie
I just installed the latest release Apache2 and PHP. It seems to work correctly but I've noticed one difference. The old server syntax highlights when I load a PHP source file but the new one is just plain BW text. -- Sent from Mozilla and GNU/Linux --

[PHP] Failed php module load

2002-12-02 Thread bob pilly
Hello all Im trying to load php 4.2.3 as a dynamic module into apache server 2.0.43 but am running into problems. Everytime i run the configtest or try and start the apache server i get the following error. Cannot load /usr/lib/apache/libphp4.so into server: /usr/lib/apache/libphp4.so: undefined

Re: [PHP] URL hiding

2002-11-26 Thread Bob Irwin
There may be an easier way, but I usually use sessions when I want to pass variables around that I want to remain hidden, but want to use links. Best Regards Bob Irwin Server Admin Web Programmer Planet Netcom - Original Message - From: Kris [EMAIL PROTECTED] Cc: PHP-General [EMAIL

[PHP] Seconds to minutes

2002-11-19 Thread Bob Irwin
or input would be appreciated. Best Regards Bob Irwin Server Admin Web Programmer Planet Netcom Scanned by PeNiCillin http://safe-t-net.pnc.com.au/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Seconds to minutes

2002-11-19 Thread Bob Irwin
be the go to do it right the first time. Anyone else know of a better way? Best Regards Bob Irwin Server Admin Web Programmer Planet Netcom - Original Message - From: John W. Holmes [EMAIL PROTECTED] To: 'Matt' [EMAIL PROTECTED]; 'Bob Irwin' [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Wednesday

Re: [PHP] plus sign has changed to space after POST

2002-11-19 Thread Bob Eldred
I don't believe it has anything to do with PHP, to be honest. I've got scripts that are several versions of PHP old that do that. However, it makes no difference in execution of the script. case show roster: { ... } catches submit=show+roster quite nicely. Bob - Original

[PHP] InstallShield

2002-11-16 Thread Bob G
a solution. Many thanks Bob G. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: PHP installation _ help needed

2002-11-11 Thread Bob G
different mirrors so I would have thought they were to be trusted. My thoughts were that PHP.INI might need modification. But what specifically? The install instructions suggest that it should work as is. Any Thoughts - Anyone please? Thanks Bob Prachait Saxena [EMAIL PROTECTED] wrote

[PHP] PHP installation _ help needed

2002-11-10 Thread Bob G
everything in the OPINS. But you guys will know better. What have I missed? All thoughts gratefully appreciated Thanks Bob -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Need MENTOR for Fantasy football project

2002-11-09 Thread Bob Eldred
So experiment. That's exactly how I made my fantasy league stuff work. Along with a few questions here when I had *specific* issues with code. Bob - Original Message - From: Karl James [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, November 08, 2002 12:33 PM Subject: RE: [PHP

Re: [PHP] if conditional

2002-10-15 Thread Bob Irwin
If the code isn't working, its because you weren't using a $name in the first if statement. Always the little things ! :) But this should work... if (!$name) { print Pplease enter your name.; } if (!$email) { print PPlease enter you e-mail; } Hello, I would like to how to know

[PHP] Speeding up a Mysql Select

2002-10-08 Thread Bob Irwin
begintime between 'timestamp1' and 'timestamp2'; It takes a while to execute... The timestamp fieldtype is varchar(10)... Will I see any speed difference with a different column type? Any advice on how to speed this up would be greatly appreciated! :) Best Regards Bob Irwin Server Admin Web Programmer

Re: [PHP] Cookie

2002-10-02 Thread Bob Irwin
I'm pretty sure this is a global variables problem. There is an option in your ini.php file that refers to 'global variables' You need to set this on, otherwise reference to them with the absolute variable name. Best Regards Bob Irwin Server Admin Web Programmer Planet Netcom - Original

Re: [PHP] PHP and Flash

2002-10-01 Thread Bob Irwin
assuming it's still in dev. Netscape 6.2.3 works as well. Mozilla loads the horse, but doesn't load the textbox for some reason. Best Regards Bob Irwin Server Admin Web Programmer Planet Netcom - Original Message - From: Peter Houchin [EMAIL PROTECTED] To: Rebekah Garner [EMAIL PROTECTED

[PHP] Multiple Tables Select

2002-09-30 Thread Bob Irwin
| completedby | | 1 | bob | sid and ID are always the same corresponding value (one is inserted based on the other). What I am trying to do is do a select based on the current date and status and then by who it was completed by. What I have is... select * from time, details where

Re: [PHP] I don't want multiple form submitted

2002-09-26 Thread Bob Irwin
. Best Regards Bob Irwin Server Admin Web Programmer Planet Netcom - Original Message - From: John Holmes [EMAIL PROTECTED] To: 'Clemson Chan' [EMAIL PROTECTED]; 'Php' [EMAIL PROTECTED] Sent: Friday, September 27, 2002 9:13 AM Subject: RE: [PHP] I don't want multiple form submitted I have

[PHP] HT authentication question

2002-09-24 Thread Bob Irwin
G'day, Is there a PHP function/method that destroys or expires a HT authentication session? So, for example, you're using a .htaccess file to control access to a directory on a server, is there a way to destroy that session without closing the browser window? Best Regards Bob Irwin Server

Re: [PHP] algorythm question

2002-09-21 Thread bob parker
On Sun, 22 Sep 2002 01:10, you wrote: consider there are categories and these have IDs like below: 1, 2, 4, 8, 16, 32, 64... if some data belongs to more than 1 category for exemple 4 and 32, its category ID will be 36, the sum of cat. IDs. i guess this is used widely in programming. so,

RE: [PHP] Auto-increment value

2002-09-18 Thread bob parker
SELECT idno ORDER BY idno DESC LIMIT 1; assuming idno is what gets auto incremented bob -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Auto-increment value

2002-09-18 Thread bob parker
:13 2002 Envelope-to: bob@localhost Mailing-List: contact [EMAIL PROTECTED]; run by ezmlm Precedence: bulk list-help: mailto:[EMAIL PROTECTED] list-unsubscribe: mailto:[EMAIL PROTECTED] list-post: mailto:[EMAIL PROTECTED] Delivered-To: mailing

Re: [PHP] Auto-increment value

2002-09-18 Thread bob parker
From: Marek Kilimajer [EMAIL PROTECTED] To: PHP [EMAIL PROTECTED] Subject: Re: [PHP] Auto-increment value You encounter a race condition bob parker wrote: SELECT idno ORDER BY idno DESC LIMIT 1; assuming idno is what gets auto incremented

[PHP] Read/Write Pieces of a Binary File

2002-09-12 Thread Bob Bowker
as to the sequence I should be following? Thanks -- Bob. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Need 2-way encryption

2002-09-11 Thread Bob Bowker
Is there a way to encrypt a large tar file (60+ megs) in a way that it can be decrypted ...? RH Linux 7.2, PHP 4.06 TIA -- Bob. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Need 2-way encryption

2002-09-11 Thread Bob Bowker
Maybe reversible hashing of a tar file is a better way to describe what I need ... I want to make a tar file unreadable (at least can't be uncompressed) by anyone who doesn't know the key. Bob. At 10:43 AM 9/12/2002 +1000, Martin Towell wrote: something to do with private and public keys

Re: [PHP] Encryption of emails.

2002-09-05 Thread Bob Irwin
Actually, there ARE servers at both ends. And the one I am sending to is cut off from the net except for the SMTP mail port so I can do whatever I want to with it. That's an excellent idea! *slaps head* Why didn't I think of that? :) Thanks Justin! Bob - Original Message - From

[PHP] Encryption of emails.

2002-09-04 Thread Bob Irwin
appreciated! Best Regards Bob Irwin Server Admin Web Programmer Planet Netcom -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Further Security Clarifications [was: Simple Security Clarifcation]

2002-08-21 Thread Bob Irwin
/filename.php); Works for me assuming I have the right permissions. Best Regards Bob Irwin Server Admin Web Programmer Planet Netcom - Original Message - From: Andre Dubuc [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, August 22, 2002 11:19 AM Subject: [PHP] Further Security Clarifications

Re: [PHP] Further Security Clarifications [was: Simple Security Clarifcation]

2002-08-21 Thread Bob Irwin
Thanks Bob, Got a 404: File not Found. Checked the ssl_error_log as suggested, and found a rather interesting entry: No such file: /var/www/html/var/www/secure/test.php Ahhh - ok - I thought you were including them internally from PHP. You are actually linking to the file being SERVED

Re: [PHP] Session problems: Warning: write failed: Disk quota exceeded

2002-08-21 Thread Bob Irwin
of applications on a hosting server that might use /tmp to store temporary files, so I suppose it is possible that something has filled /tmp up and PHP simply can't write to it because there is no where to write to! Call your host is my advice. Best Regards Bob Irwin Server Admin Web Programmer Planet

Re: [PHP] Dumb question

2002-08-21 Thread Bob Irwin
You need to declare $vari as a global variable. eg; ? function getvar() { global $vari; $vari = bollocks; } getvar(); echo $vari; ? Best Regards Bob Irwin Server Admin Web Programmer Planet Netcom - Original Message - From: Liam MacKenzie [EMAIL PROTECTED] To: [EMAIL PROTECTED

<    1   2   3   4   5   6   7   >