[PHP] Re: Array, object problem....

2003-09-19 Thread george
"point" <[EMAIL PROTECTED]> wrote in message news:<[EMAIL PROTECTED]>... > Huhgood news :))) > > Just solved it : > > I'm on the role.. > > Y! > > :))) > - Your solution would be helpful. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, v

[PHP] formating output

2001-02-28 Thread george
etc. and how do i get this so that 3 news stories = 3 lines code myScroller1.addItem(" latest news news, news news news"); Hope you understand it, I dont think i do. George -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additiona

[PHP] passing variables

2001-03-03 Thread george
place it inside a form so all ticked so that if you tick the email and submit the form it deletes the ticked emails. However there must be a better way, perhaps using cookies TIA george -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: [PHP] passing variables

2001-03-03 Thread george
s you to a page where you read the full mail, then there are another 2 links on for reply and one for delete.How could that be done Thanks in advance george -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTE

Re: [PHP] passing variables

2001-03-03 Thread george
.. Thanks again george -- 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, e-mail: [EMAIL PROTECTED]

Re: [PHP] passing variables

2001-03-03 Thread george
Thanks Ben, and a quick answer as well. that means I can give them an option on the main page to delete or view the email, which is even better. Thanks George -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For

[PHP] date

2001-03-04 Thread george
Can you mark the date when an entry is placed in the db and then get that date to display when the info is pulled out TIA george -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the

[PHP] php, mysql and htaccess

2001-03-05 Thread george
I am trying to protect a folder with an htaccess file which pulls the username and passwords out of a db but I cant get it to work Can someone have a look at the code below from the htaccess file. TIA george AuthName "Admins Only" AuthType Basic require valid-user Auth_

[PHP] dymanic forms

2001-03-06 Thread george
""; echo ""; } there must be a better way to do this TIA george -- 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, e-mail: [EMAIL PROTECTED]

Re: [PHP] dymanic forms

2001-03-06 Thread george
Thanks, works a treat george -- 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, e-mail: [EMAIL PROTECTED]

[PHP] here's a tricky one (well for me)

2001-03-06 Thread george
next page if one time it could be 2 next time it could be 10 TIA George -- 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, e-mail: [EMAIL PROTECTED]

Re: [PHP] here's a tricky one (well for me)

2001-03-06 Thread george
Thanks Chris george -- 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, e-mail: [EMAIL PROTECTED]

[PHP] passing variables

2001-03-06 Thread george
I am trying to build a dynamic form, and I am using the code below to let the user ,name the fields that are generated,but i want to give the user the option of changing the field size but I cant get it to work. TIA george for ($i=0; $i < $fields; $i++) { $fieldName = "field$i";

[PHP] passing a variable

2001-03-06 Thread george
I am trying to build a dynamic form, and I am using the code below to let the user ,name the fields that are generated,but i want to give the user the option of changing individual field sizes but I cant get it to work. TIA george for ($i=0; $i < $fields; $i++) { $fieldName = "

[PHP] passing variables again

2001-03-07 Thread george
choosen three fields and a text area and if you look at the source on step three how do I transfer that code into the form.It would be easy enough if there was a set number of fields. TIA george -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: [PHP] passing variables again

2001-03-07 Thread george
. TIA george -- 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, e-mail: [EMAIL PROTECTED]

[PHP] displaying information

2001-03-08 Thread george
I am building a site which pulls FAQ's out of the database onto a page,but having just finished reading the FAQ's I realise that they will have to be spread over a few pages, how to I get the new page to take over where the old page finished. TIA george -- PHP General Mailing

[PHP] dynamic content again

2001-03-09 Thread george
First of all thanks to everyone who has helped me from this ng but I am afraid I have another question I am using the code below to pull FAQ out of a database but how do I stop the next link appearing when the last question is displayed TIA george if ( !isset( $start )){ $start = 0

[PHP] writing to a text file

2001-03-14 Thread george
I have a script which the user enters information into a form and it returns a enquiry number using mysql_insert_id Is it possible when the form is filled in to pull a unique order number from a text file. TIA george -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail

[PHP] passing variables using hidden fields

2001-03-16 Thread george
displays the first word. so on the first page where it has pulled it from the db it will say "this is a test" next page it just says "test" TIA george -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

Re: [PHP] passing variables using hidden fields

2001-03-16 Thread george
Thanks Chris. George -- 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, e-mail: [EMAIL PROTECTED]

[PHP] submit button

2001-03-17 Thread george
IS there a way of making sure that a submit button cant be pressed twice.I am using a form to send an email and dont want two emails showing up. TIA george -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

[PHP] file height and width

2001-03-21 Thread george
I want to restrict the height and width of a file a user will upload to the how do I do this, is there a function for this. TIA -- george [EMAIL PROTECTED] remove my_pants to reply P@tty's excellent DW tutorial site http://www.thepattysite.com/dreamweaver/ Jhinuk Chowdhury 's D

[PHP] test

2001-04-15 Thread george
Just a test -- george chiefmonkey@wisemonkeydesign.co.uk remove my_pants to reply -- 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, e-mail: [EMAIL PROTECTED]

[PHP] text formatting

2001-04-19 Thread george
I have a text area which the client types information into, but is it possible to format the text for example if the user hits enter ,then it will place a line break there, TIA george -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For

[PHP] Countdown in PHP

2001-04-24 Thread george
i need to use PHP to countdown to a certain date, and display the output as time left:days, hours, minutes, seconds The countdown coule be done with javascript, but however it must be done client side TIA -- george chiefmonkey@wisemonkeydesign.co.uk remove my_pants to reply 44

Re: [PHP] Countdown in PHP

2001-04-24 Thread george
side. -- george chiefmonkey@wisemonkeydesign.co.uk remove my_pants to reply 44 (0)1698 712537 44 (0)1698 712657 -- 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, e

Re: [PHP] file height and width

2001-03-21 Thread george
Chris, It's going straigt into a db and is then pulled out and displayed on the page. I want the image to be a specific size. Thanks george -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [

[PHP] lowest number in field

2001-04-07 Thread george
Is it possible to be able to query the DB find the lowest numebr in the table and then display it on the page. TIA George -- 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] recording time of entry

2001-04-09 Thread george
How can I store the time an entry was made into the db in a field. TIA George -- 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, e-mail: [EMAIL PROTECTED]

Re: [PHP] recording time of entry

2001-04-09 Thread george
Will that work if I have for instance 100 entries, each entry recording the time it was made then I would be able to pull that info out of the db and display the record and time made at a later date. george -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL

[PHP] user login

2001-04-10 Thread george
ich I have already tried but am not having much luck with or is there a way of avoiding cookies altogether and using the database on it's own, which would suit me better. Thanks in Advance George -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROT

[PHP] session variables

2001-04-10 Thread george
that if the person leaves the site and returns without the login then the variable is still stored and entered into the field. Thanks in advance. George -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: [PHP] session variables

2001-04-10 Thread george
I tried using a cookie I still had the same problem that it worked first time but even if you stayed on the page and put a sencond entry in it would not work, George -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

[PHP] timer in PHP

2001-04-11 Thread george
I need to have a time running and after a certain time it will not allow you to submit anything else, on top of that if someone makes an entry with less than 2 minutes to go the time must be extended by 5 minutes. I really am at a loss how to do this. Can it be done. TIA George -- PHP

[PHP] form validation

2001-04-12 Thread george
I have to make sure that a number entered into a field is divisible by 50 but I am unsure how to validate the number to make sure that is the case before it goes into the db. george -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: [PHP] form validation

2001-04-12 Thread george
Thanks. george -- 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, e-mail: [EMAIL PROTECTED]

[PHP] PHP timer

2001-06-21 Thread george
as hours minutes and seconds. but I cant get it to work at all any suggestions would be great TIA George -- 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, e

Re: [PHP] Passing variable to a page in a frameset

2008-08-14 Thread george
On Thu, Aug 14, 2008 at 3:43 PM, Dan Shirah <[EMAIL PROTECTED]> wrote: >> > Hello, >> > >> > I've got a website here: http://beta.menashalibrary.org/about >> > >> > On every page, i've got a search box at the top. This search box >> > searches >> > the library's web catalog. The problem is, when so

[PHP] header and writing problem

2003-02-26 Thread George Pitcher
not permitted before creating the header for the redirect. can anyone suggest a workaround. Cheers George === George Pitcher HERON Technical Manager Ingenta plc 23-38 Hythe Bridge Street, Oxford, OX1 2ET T +44 (0)1865 799137 direct T +44 (0)1865 799000 switchboard F +44 (0)1865 799134 E

RE: [PHP] header and writing problem

2003-02-26 Thread George Pitcher
Ernest, That worked a treat, many thanks. George > -Original Message- > From: Ernest E Vogelsinger [mailto:[EMAIL PROTECTED] > Sent: 26 February 2003 9:16 am > To: George Pitcher > Cc: [EMAIL PROTECTED] > Subject: Re: [PHP] header and writing problem > > >

RE: [PHP] coockies in windows xp

2003-03-05 Thread George Pitcher
Just in case - check the spelling of setcookie. There's no c before the k. George > -Original Message- > From: Chris Hayes [mailto:[EMAIL PROTECTED] > Sent: 05 March 2003 2:45 pm > To: [EMAIL PROTECTED] > Subject: Re: [PHP] coockies in windows xp > > &g

[PHP] Any Tiki users on the list

2003-03-07 Thread George Pitcher
Hi, I'm trying to evaluate Tiki 1.5 but just keep getting an error message on the setup.php page: "Warning: Invalid argument supplied for foreach() in C:\Inetpub\wwwroot\tiki\setup.php on line 11". I've followed the instructions in the Tiki manual. Any suggestions?

RE: [PHP] Any Tiki users on the list

2003-03-07 Thread George Pitcher
Jason, Duh! I should have checked that out first. Thanks George. == In a marching band, I'd be carrying the piano! == > -Original Message- > From: Jason Wong [mailto:[EMAIL PROTECTED]

RE: [PHP] javascript

2003-03-07 Thread George Pitcher
Well, it saves having to handle the form - so that the user still has all their entered data in the fields without having to overcomplicate the response page. You can have optional fields which aren't mandatory and you can also do number, string and date validation too. George > -

RE: [PHP] Opening a file in a new window

2003-03-10 Thread George Pitcher
Todd, if that script is the result of a link being follwed, add target="blank" to the end. George > -Original Message- > From: Todd Cary [mailto:[EMAIL PROTECTED] > Sent: 10 March 2003 5:28 pm > To: [EMAIL PROTECTED] > Subject: [PHP] Opening a file in a new wind

[PHP] Parsing my big file - I'm back

2003-03-11 Thread George Pitcher
some records by adding an index to each field label (nested loop). Finally, I need to gather these arrays into a bigger array set at record level. Can anyone see any flaws in this approach? I've not done this sort of stuff for about 5 years, and that was using Frontier on a Mac. All helpful sug

RE: [PHP] what the hell in this sql

2003-03-12 Thread George Pitcher
'JOIN' in your statement - again refere to the manual for instructions. George > -Original Message- > From: Alawi [mailto:[EMAIL PROTECTED] > Sent: 12 March 2003 11:07 am > To: [EMAIL PROTECTED] > Subject: [PHP] what the hell in this sql > > > > SELE

[PHP] OT a lttle bit of Javascript needed

2003-07-03 Thread George Pitcher
k and see what I have for that ISBN. I've searched Google with only confusion as a result. Can anyone here help me? Cheers George in Oxford -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Setting Cookie Going Nuts

2003-07-04 Thread George Pitcher
okies in the redirect script and it didn't work until I started doing in on a 'written' page. Hope this solves your problem. Cheers George in Oxford > -Original Message- > From: Boaz Yahav [mailto:[EMAIL PROTECTED] > Sent: 04 July 2003 10:05 am > To: Mike Morto

[PHP] Frustrating problem with log-in script

2003-07-07 Thread George Pitcher
gistration page. On testing (after it worked fine last week) I find that new/user dumps me back into the login page (home.html). The code is ... Any suggestions? This is running on Win NT. Chers George -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Frustrating problem with log-in script - DOHHH - Solved

2003-07-07 Thread George Pitcher
Sorry guys, I wasted your time if you looked at this. The local.php as copied from my local machine and had 'localhost' as the base url rather than the proper web address. Meet Dumbererer! George -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://w

[PHP] about writing permissions

2003-07-08 Thread George Papatheodorou
I noticed that in all versions before php5 (I haven't seen this one yet), a script cannot open a file for writing mode is the file's owner is different from php's owner. Eg when php's owner is apache and test.php's owner is user1, user1's script cannot write in test.php but it can write to test2.p

RE: [PHP] about writing permissions

2003-07-08 Thread George Papatheodorou
was only as an example) and then the script worked. I still wonder why this occurs and if there is any solution to it. Arty2 -Original Message- From: Martin Hudec [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 08, 2003 5:32 PM To: George Papatheodorou Cc: [EMAIL PROTECTED] Subject: Re

[PHP] About fopen() for write and PHP settings

2003-07-13 Thread George Papatheodorou
First of all I apology for my poor use of English of my newbish(?) questions because I didn't find any solutions the first time I e-mailed this list. What my problem is: I am on a server that has these configurations like these: http://kainga.quasarnet.org/php.php . Let's say my username is user1 a

RE: [PHP] retrieving form checkbox values

2003-07-17 Thread George Pitcher
eckbox]; ... Repeat for your other row-level form inputs ... Do something with the data... } Hope this helps George in Oxford > -Original Message- > From: Sævar Öfjörð [mailto:[EMAIL PROTECTED] > Sent: 17 July 2003 10:35 am > To: [EMAIL PROTECTED] > Subject: RE: [PHP

RE: [PHP] XX outputting X signs

2003-07-22 Thread George Pitcher
Would it not make sese to store the number as a decimal and have the '£' added at output? George, in Oxford, where £££=pints > -Original Message- > From: David Nicholson [mailto:[EMAIL PROTECTED] > Sent: 22 July 2003 3:51 pm > To: David Goodchild > Cc: [EMAIL

RE: [PHP] arguments against moving site from Linux/Apache/PHP server to Windows/IIS/PHP needed

2003-07-23 Thread George Pitcher
oice, but a clients). I'm quite happy with NT but I'll be switching over to Linux later in the year - company policy to gradually move away from Win to Linux for servers. I'd look at security as the main argument. George -- PHP General Mailing List (http://www.php.net/) To unsu

[PHP] Re: MySQL Date

2003-03-24 Thread George Whiffen
ery can be as simple (and fast) as :- select curdate() as today; Regards, George Shaun wrote: Hi, I have a date stored in a table in my MySQL Database using a DATE type for the column. How can i compare the date in the table to today e.g. $today = mysql_result($result, $i, Booking_Date); if(

[PHP] Removing columns from a text file

2003-03-27 Thread George Pitcher
ere. Advice on best route would be welcome. Cheers George === George Pitcher HERON Technical Manager Ingenta plc 23-38 Hythe Bridge Street, Oxford, OX1 2ET T +44 (0)1865 799137 direct T +44 (0)1865 799000 switchboard F +44 (0)1865 799134 E [EMAIL PROTECTED] www.ingenta.com Ingenta:

[PHP] RE: Removing columns from a text file

2003-03-27 Thread George Pitcher
Philip, I'm on Windoze. So are you suggesting that I should read the line in, explode into an array, pop those fields that I don't want/need and then implode the array back into a string before fwrite? George > -Original Message- > From: Philip Hallstrom [mailto:[EMAIL P

[PHP] Re: Variables don't pass... *sniff*

2003-05-30 Thread George Whiffen
you, just refer them to this mail and tell them I'd be happy to explain anything they don't get. Keep it simple! George [EMAIL PROTECTED] wrote: Hi all! I'm using Apache 2.0.45, PHP 4.3.2RC4, and MySQL 3.23.49 on Windows 2003 Server Standard. I have a problem passing variables

[PHP] Re: sessions and domains

2003-05-30 Thread George Whiffen
rd party what data you have stored about users, if some of it might be in stored sessions. Ummm, I wonder if I should explicitly raise my concerns about sessions in a separate thread? I don't use sessions so it doesn't bother me, but I wonder if some people are just storing up tro

[PHP] Sessions can be dangerous

2003-05-30 Thread George Whiffen
use as over use of global data to communicate between distinct functions or objects. Just as functions and objects should use the "public" interface to exchange data i.e. arguments/methods/properties, so php scripts should exchange data via "public" interfaces i.e. http reques

[PHP] Coercing a date calc - problem - or am I just dumb tryin g it this way

2003-06-21 Thread George Pitcher
; $M = 01; $Y = 2004; } $week=date("d/m/Y", mktime(0,0,0,$D+$P,$M,$Y)); return $week; } ?> Michaelmas week 4 is But the date it shows is '10/03/2005 ' rather than '03/10/2003'. Suggestions please. George in Oxfor

RE: [PHP] Re: Passing Variables

2003-06-21 Thread George Pitcher
Nabil, That is one way but it means that Jay would have to use a form and not a link. You could set a cookie. That would work, but it relies on the user allowing cookies. George > -Original Message- > From: nabil [mailto:[EMAIL PROTECTED] > Sent: 21 June 2003 2:58 pm >

RE: [PHP] Coercing a date calc - problem - or am I just dumb tryin g it this way SOLVED

2003-06-21 Thread George Pitcher
Yeah - just dumb!. I'd put my date vars into mktime in the european order. Once I switched them it worked fine. Chers George > -Original Message- > From: George Pitcher [mailto:[EMAIL PROTECTED] > Sent: 21 June 2003 2:50 pm > To: [EMAIL PROTECTED] > Subject: [PHP]

RE: [PHP] Re: Passing Variables

2003-06-21 Thread George Pitcher
to the PHP conference in Frankfurt about 18 months ago and Rasmus was talking about 'clean' URLs (ithout the 'query' string. I never did find out how though? Cheers George > -Original Message- > From: Jay Fitzgerald [mailto:[EMAIL PROTECTED] > Sent: 21

[PHP] TIP parsing form row data into variables

2003-06-22 Thread George Pitcher
a few other options settling for the following: ('howmany' is the number of form rows on the previous page) $howmany = $_REQUEST['howmany']; for ($index = 1; $index < $howmany; $index++){ $e_id = 'e_id'.$index; $e_id = $_REQUEST[$e_id]; Then do something

RE: [PHP] TIP parsing form row data into variables

2003-06-22 Thread George Pitcher
eed to get it finished before Tuesday, including re-writing the code (and databases) to MS Access, rather than my development version using MySQL. Cheers George > -Original Message- > From: justin gruenberg [mailto:[EMAIL PROTECTED] > Sent: 22 June 2003 10:14 am > To: Georg

RE: [PHP] Fw: Front Page equivalent

2003-06-22 Thread George Pitcher
Graham, PHP editors is a frequent topic on this list. I would suggest that you have a look at the archives and see if the answer is there. BTW, I only use Dreamweaver and don't have any problems. George > -Original Message- > From: Graham Webb [mailto:[EMAIL PROTECTED] >

RE: [PHP] Re: generate word docs

2003-06-25 Thread George Pitcher
namic data I use %_varname_% to avoid any RTF conflicts. In php, read the file into a string and str_replace() or preg_replace() the placeholders for your data. Save the target file as *.doc and there you go - done. George > -Original Message- > From: dorgon [mailto:[EMAIL PROTEC

[PHP] php benchmarking suite

2002-07-23 Thread George Schlossnagle
Is anyone aware of a php benchmarking suite comparable in functionality to perls Benchmark.pm? // George Schlossnagle // Principal Consultant // OmniTI, Inc http://www.omniti.com // (c) 240.460.5234 (e) [EMAIL PROTECTED] // 1024D/1100A5A0 1370 F70A 9365 96C9 2F5E 56C2 B2B9 262F 1100

[PHP] Re: May i?

2002-08-03 Thread George Nicolae
ask. -- Best regards, George Nicolae IT Manager ___ PaginiWeb.com - Professional Web Design www.PaginiWeb.com "::: Flavio Bastos Amiel::>" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > May i ask for help

[PHP] Browscap.ini new crashes PHP 4 newest

2002-09-16 Thread George Hester
Something snatched my last post on this so this is more of a test right now. I'll explain how to crash PHP 4 with browscap.ini if this makes it. -- George Hester __ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.ph

[PHP] MY CLIENT

2002-11-20 Thread GEORGE EMEKA
very important. Best Regards, Barrister George Emeka. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Installation and/or configuration problems w 4.2.1 on NT

2002-06-11 Thread George Pitcher
when I try to call phpinfo.php: HTTP Error 401 401.3 Unauthorized: Unauthorized due to ACL on resource I'm now just about to start pulling my hair out, so can someone help before I'm totally bald. I did try the PHP-Win list but no response there. Regards George -- PHP Gener

RE: [PHP] Installation and/or configuration problems w 4.2.1 on N T

2002-06-12 Thread George Pitcher
Ed, That's possible. I'm on NT running IIS4. I've followed all the guide without any success. This site is due to go live and take over from one in my office in the next 2 weeks. Help please someone? George "Lazor, Ed" <[EMAIL PROTECTED]> wrote: I d

Re: [PHP] Installation and/or configuration problems w 4.2.1 on NT

2002-06-12 Thread George Pitcher
Ed, Thanks, the server is IIS4 and I've tried both the CGI and ISAPI approach, even tried using the installer. All to no avail. I have taken the error mesage to mean that some security contraint is preventing the server from accessing eithet the PHP.exe or the .dll file. Stumped. G

Re: [PHP] Advanced User Authentication

2002-06-18 Thread George Whiffen
exit; } Of course, you can wrap this all up in a function and do extra useful things like having a central user database and passing through application/section/page information to a single get_access function etc.,etc... But it sounds like you're too far done your current track to be inte

[PHP] Re: Rounding....

2002-06-21 Thread George Whiffen
7;s worth sorting this out properly. Personally, I just don't see the point of having operators/functions in php that can go wrong at even a single decimal digit! Regards, George -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Rounding....Message repeated

2002-06-21 Thread George Whiffen
x27;s time to sort out decimal arithmetic properly. I just don't see the point of these operators/functions that can go wrong at even a single decimal digit! Regards, George -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Which costs more: connecting to a DB or accessing the file system?

2002-06-21 Thread George Whiffen
to allow you to do this without reassembling it on every request. Basically you get your script to see if the output has been already created (if (file_exist), and simply redirect or include the output if it does. If it isn't you can get the script to run on and produce the output with output buffering (ob_start etc), switched on. Then at the end of the script you save off the output buffer to the file. In any case, I strongly advise you try your test without the adodb wrapper. You may be suprised just how much overhead it creates. George -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] rounding a number

2002-06-24 Thread George Whiffen
Jason Wong wrote: > On Monday 24 June 2002 11:34, Phil Schwarzmann wrote: > > I want to round a number to the nearest decimal place... > > > > if the number is 4.623, I want it to display 4.6 > > if the number is 2.36, I want it to display 2.7 > > You don't really mean 2.36 --> 2.7 ?? > > > Is th

[PHP] Re: rounding a number

2002-06-24 Thread George Whiffen
Phil Schwarzmann wrote: > I want to round a number to the nearest decimal place... > > if the number is 4.623, I want it to display 4.6 > if the number is 2.36, I want it to display 2.7 > > Is there a function that does this? round(), ceil(), floor() don't do > this and I've checked through all

[PHP] Re: getting the value of a javascript variable

2002-06-24 Thread George Whiffen
ns in each version? If it's not too much, then I'd put it all in the page as I do, as compactly as you can e.g. short variable names etc. Hope this helps, George -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Limiting text inputs by character count?

2002-06-24 Thread George Whiffen
rver-only checks for required fields etc., I switch off and lose confidence in the site. George > > > -Original Message- > > From: Martin Towell [mailto:[EMAIL PROTECTED]] > > Sent: Sunday, June 23, 2002 9:47 PM > > To: '[EMAIL PROTECTED]'; [EMAIL

[PHP] Re: Using $PHP_SELF in a form

2002-06-24 Thread George Whiffen
course if you do that you need to have a hidden field with the number of records displayed to know how many checkboxes to check which is a bit of a pain. Sorry I couldn't help more. Good Luck, George -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: New window, new session

2002-06-25 Thread George Whiffen
ould also be possible with cookie based sessions since the browsers will hold separate cookies for different domains and also for different paths if you specify a path on the cookie setting. I don't know if all this session stuff lets you specify the path on the session cookie, but certainly th

[PHP] Re: Problem with regular expressions

2002-06-25 Thread George Whiffen
> > Drew Try changing the double quotes to single quotes i.e. $input = 'johnon@company.$com'; php automatically attempts variable substitution on double-quoted strings, but not single-quoted strings. Unless you know that you want variable substitution, it's always safer and faster to use single-quotes. George -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] php install

2002-07-01 Thread Nigel George
Hi, I'm trying to install PHP 4.2.1 on SuSE SLES 7.3 and I get the following error message checking lex output file root... ./configure: lex: command not found configure: error: cannot find output from lex; giving up any ideas? Nigel -- PHP General Mailing List (http://www.php.net/) To unsubs

[PHP] Cannot enable extensions. Why?

2002-07-05 Thread George Hester
ead-safety=1 These options need to match. Everything PHP is 4.2.1 the extensions are what they are calling 4.2.1. What is going on with this PHP? Is it just lack of care on the part of: http://www.php.net/ Thanks. -- George Hester _ -- PHP General Mailing L

[PHP] Re: [PHP-GTK] Cannot enable extensions. Why?

2002-07-05 Thread George Hester
http://www.php.net/ Namely: http://www.php.net/do_download.php?download_file=php-4.2.1-Win32.zip But I first ran: http://www.php.net/do_download.php?download_file=php-4.2.1-installer.exe and then just poped in the components from the first link. Trouble doing that? Thanks again. -- George

[PHP] Re: [PHP-GTK] Cannot enable extensions. Why?

2002-07-06 Thread George Hester
everyone. Steph and Jason. -- George Hester _ "Steph" <[EMAIL PROTECTED]> wrote in message 05ab01c224be$130cfe40$e09001d5@p2q4w7">news:05ab01c224be$130cfe40$e09001d5@p2q4w7... > Having just caught up with most of the threads on this thank

[PHP] HTTP_USER_AGENT?

2002-07-10 Thread George Hester
I have this in my web site not in an executable folder: My First PHP Program No problem. I then put this in the same folder: My Second PHP Program Nothing appears. What's wrong? -- George Hester _ -- PHP General Mailing List

Re: [PHP] HTTP_USER_AGENT?

2002-07-10 Thread George Hester
I wish I could say the same. Thanks. -- George Hester _ "Balaji Ankem" <[EMAIL PROTECTED]> wrote in message 005901c22883$f22d5840$[EMAIL PROTECTED]">news:005901c22883$f22d5840$[EMAIL PROTECTED]... > It is working fine for me!!!

Re: [PHP] HTTP_USER_AGENT?

2002-07-10 Thread George Hester
0. I think the developers of PHP ought to consider why the developers of FORTRAN thought that might be a good thing to do. It is still used to this day. Write a FORTRAN 77 prog and it will compile and run on a FORTRAN 90 compiler out of the box. Thanks again. -

[PHP] New 2 PHP

2002-07-13 Thread George Ewing
ere. I can run this page on my redhat 7.3 server but not windows? Anyone help? Thanks in advance George.

[PHP] APC Alternative PHP Cache Release Announcement

2001-01-11 Thread George Schlossnagle
ative to the Zend Cache, and is extremely robust and flexible. Performance increases are very significant (100-200% on many of our scripts, which admittedly have lengthy includes. You results may vary. :) george -- $_ = 'George Schlossnagle'; s#.#(ord$')-(ord$&)+((index(

[PHP] Re: APC Cache and eval()

2001-01-12 Thread George Schlossnagle
Haven't tried it. My guess is that it doesn't work, but could be made to. -- 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, e-mail: [EMAIL PROTECTED]

  1   2   3   4   5   6   >