Re: [PHP] Please Help

2003-07-31 Thread John Manko
umm... ok. www.google.com www.php.net that should get you started. Sathiyabama wrote: Dear PHP Team, I request your help to sort some issues in using PHP. 1.Chennai IIT has developed one recorder.We can record our voice and video.Its user defined extenion is MV4. My requirement is 1.I wan

Re: [PHP] PHP or CGI in C/C++

2003-07-31 Thread John Manko
can expand on the details. - John Manko Decapode Azur wrote: I would expect compiled C/C++ to be faster as there is no need for the code to be interperated and compiled on each request. Is it possible to compile PHP to improve the speed execution ? -- PHP General Mailing List (

[PHP] Re: subtracting dates...

2003-08-02 Thread John Ryan
> if($current_MM < $MM) { > $age = $calculatedage - 1; > } > > you'll also need to do something like this with the day of the month if the > user's bday is in the current month. > at least... i think that works out :$ > Craig Roberts > > > "John R

[PHP] subtracting dates...

2003-08-02 Thread John Ryan
Hi, In mySQL, I store dates as -MM-DD, a standard DATE type. It stores users date of births. I need to calculate in a PHP script, the users age from this DOB. I get a PHP date in the same format as the mySQL and subtract, which returns the year rounded off. ie, it doesnt matter if your birthda

Re: [PHP] subtracting dates...

2003-08-02 Thread John Ryan
yeah, thats the code i wrote myself (nearly). it gets the job done. thanks "Curt Zirzow" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > * Thus wrote John Ryan ([EMAIL PROTECTED]): > > Hi, > > > hello ryan, > > > In mySQL, I store dates as

[PHP] CURL

2003-08-04 Thread John Ryan
theres this site i want to use to execute a command by visting a url. like http://www.site.com/stuff.php?id=1234&message=hello_world when i visit this in the browser when im logged into www.site.com, it works as im logged in with cookies or sessions or whatever. but obviosuly i cant be loged in fr

Re: [PHP] Command line php....

2003-08-07 Thread John Nichel
That did it. Thanks. Jason Wong wrote: On Wednesday 06 August 2003 11:11, John Nichel wrote: 4.3.2 Try disabling output buffer in php.ini. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Stop neurotic posting

2003-08-07 Thread John Manko
perhaps there should be two lists (novice and advanced), and the advanced listed shouldn't answer questions if it's considered trivial enough for the novice list to answer. Curt Zirzow wrote: * Thus wrote andu ([EMAIL PROTECTED]): This is a very busy list, over 100 message in a quiet day a

Re: [PHP] Still can't pass variable through url

2003-08-08 Thread John Manko
and. Joe Harman wrote: echo " href=\"http://www.thingamajigger.com/index.php?year=$year&month=$month\"; yeah this is the link"; ?> -Original Message- From: John Manko [mailto:[EMAIL PROTECTED] Sent: Friday, August 08, 2003 2:47 AM To: Marti

[PHP] Re: [ERR] DEAD MAILBOX

2003-08-09 Thread John Manko
arrg. [EMAIL PROTECTED] wrote: Transmit Report: To: [EMAIL PROTECTED], 402 Local User Inbox Full ([EMAIL PROTECTED]) Subject: Re: [PHP] Still can't pass variable through url From: John Manko <[EMAIL P

Re: [PHP] PHP vs ASP.NET "formal opinions" request

2003-08-11 Thread John Manko
ainst the tide" mentality, and obviously you don't either cause you are on a php mailing list. -john Dan Anderson wrote: I hate to be the one to break it to you but in the real world if a client or the boss says "program in ASP .NET" you program in ASP.NET because, well, that's

Re: [PHP] hanmir!!

2003-08-11 Thread John Manko
huh? Chris W. Parker wrote: hanmir!! -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] install

2003-08-14 Thread John Spencer
I have downloaded the win32 binaries 4.3.2 and the installer. When I run the installer I get "Could not initialize installation. File size expected=1060020, size returned=90139." I downloaded the two windows files "php 4.3.2 zip package [6,107kb] and php 4.3.2 installer [1,035kb] I have tried to ru

[PHP] Re: CURL

2003-08-14 Thread John Ryan
p://www.php.net/manual/en/function.curl-setopt.php > > > On Tue, 5 Aug 2003 01:04:42 +0100, John Ryan <[EMAIL PROTECTED]> wrote: > > > theres this site i want to use to execute a command by visting a url. > > like > > http://www.site.com/stuff.php?id=1234&messag

Re: [PHP] Command line php....

2003-08-14 Thread John Nichel
4.3.2 Ray Hunter wrote: Technically, yes it should however, I think this is a bug...are you running php 5b? -- BigDog - Original Message - From: "John Nichel" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, August 05, 2003 9:07 PM Subject: [PHP] Comma

Re: [PHP] Stop neurotic posting

2003-08-14 Thread John Manko
hardly. I've answered questions on this list that I thought the answer could be easily found on google or php.net. Even more so, there are questions on this list that are CLEARLY "this is what I need, can you give me code." That is silly. What people should be asking is, "I can't find the a

[PHP] Command line php....

2003-08-14 Thread John Nichel
Can someone tell me why php waits for me to input something before it prints out the first line of the code below? Shouldn't it echo out the first line then wait for my input? #!/usr/local/bin/php echo ( "Enter MySQL admin username : [root] " ); $username = rtrim ( fgets ( STDIN ) ); echo ( "\

Re: [PHP] hanmir!!

2003-08-14 Thread John Manko
oh, haha! John Manko wrote: huh? Chris W. Parker wrote: hanmir!! -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] PHP vs ASP.NET "formal opinions" request

2003-08-14 Thread John Manko
Many people over look this, but maybe you should contact publishers who have PHP based books. Would such books be needed if there wasn't a php market? Cantact them regarding sales. Perhaps they will provide some numbers regarding literature for PHP and all open source publications. Not to ment

Re: [PHP] Adding days to a date

2003-08-14 Thread John Manko
http://www.google.com/search?hl=en&lr=&ie=UTF-8&oe=UTF-8&q=php+add+days+date&btnG=Google+Search Donpro wrote: I have a piece of code like so: $today =- getdate(); I am looking for a function that will add a variable number of days and return a valid date, i.e., the array elements for "mday", "m

[PHP] REMOVE THIS ADDR! Re: [ERR] Re: [PHP] PHP vs ASP.NET "formal opinions"request

2003-08-14 Thread John Manko
bject: Re: [PHP] PHP vs ASP.NET "formal opinions" request From: John Manko <[EMAIL PROTECTED]> Date: Sun, 10 Aug 2003 23:12:43 -0400 To: Dan Anderson <[EMAIL PROTECTED]> I hate to be the one to break it to you but this isn't the real world. It's a senior projec

[PHP] More command line php

2003-08-14 Thread John Nichel
Is it possible to 'star out' the standard input (STDIN)? I'm having users enter a password in, and would like it to display ** as they are typing it in. Right now, I'm using $pass = rtrim ( fgets ( STDIN ) ); And it just displays what they are typing. -- By-Tor.com It's all about the

Re: [PHP] Stop neurotic posting

2003-08-14 Thread John Manko
e: On Wednesday 06 August 2003 14:35, John Manko wrote: perhaps there should be two lists (novice and advanced), and the advanced listed shouldn't answer questions if it's considered trivial enough for the novice list to answer. On many lists you get this kind of suggestion. Almost alw

Re: [PHP] Session does not end when browser is closed.

2003-08-14 Thread John Manko
make sure the process has terminated. Lee Hanxue wrote: Hi, I am using $_SESSION and each php page has session_start() Session Handling is working fine, except for one problem: when I close my browser and re-open it again, I am still logged in. I tested the log in and log out functions and th

Re: [PHP] Stop neurotic posting

2003-08-14 Thread John Manko
I tend to think that PHP will take over the world Just my $0.02. Robert Cummings wrote: Hitler began his conquest by taking a country here, a country there while other countries sat around saying to each other oh he won't keep doing it. Let's DO NOTHING! Obviously that plan was flawed -- and t

[PHP] HOW DO U SPLIT UP LARGE STRINGS?

2003-08-15 Thread John Ryan
I've a string with a huge mySQL query, seperated by a semi-colon and then line-break. You can't run this query staright to mySQL (and i dont want to try), so Im trying to split up the query into, say, 100 mysql commands at a time. Is it possible to split up a string every 100 semi-colons it finds?

Re: [PHP] HOW DO U SPLIT UP LARGE STRINGS?

2003-08-15 Thread John Ryan
:[EMAIL PROTECTED] > hello, > you can use the split() method to break this up into pieces. Unless you > are doing a large number of inserts on tables with several keys mysql > will not be troubled too much by the number of queries you run. > > > John Ryan wrote: > > >I&

[PHP] Re: google style paginating

2003-08-21 Thread John Ryan
just split up your total number of results ($num_rows) by the results per page (10, i think) and create a for loop to loop from page1 to pagex, creating a link with offset for each one. simple. "Ted Conn" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi I am new to this newsgroup a

Re: [PHP] A faster way to Redirect pages

2003-03-17 Thread John Nichel
Manual->HTTP->Header Poon, Kelvin (Infomart) wrote: Hi, I know this topic was discussed but I deleted my previous mail so I can't go back and review them. My question is, is there a faster way to redirect html pages other than just using ? Is there any way we can do that in php so that it red

Re: [PHP] Email always set to server's email, why?

2003-03-17 Thread John Nichel
Try it this way. mail ( "$clubemail", "$subject", "$message", "From: $email\r\n" . "Reply-To: $email\r\n" ); Notice the period (.) between the from and reply-to section, instead of the comma, and the added newline (\r\n) after the reply-to address. Vernon wrote: All the email coming from a

Re: [PHP] What is the difference: include()

2003-03-17 Thread John Nichel
Erik Price wrote: BTW, I'm talking out my butt here. I was wondering what that smell was. :o -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] PHP Devel Environments???

2003-03-20 Thread John Wells
Henrik, Why not use Smarty and create your own functions for your designers to use? That's one of it's purposes, after all. John Henrik Hudson said: > Hey List- > > Any one have some input on some good GUI WYSIWYG devel enviroments for > creating PHP "scriptlets&q

Re: [PHP] php and javascript

2003-03-21 Thread John Nichel
Put square brackets after the name of your checkboxes. Home Office etc Then you will be able to access all the boxes checked on your post page in an array $_POST['list'] shaun wrote: Hi, I'm not sure if this is a PHP or a JavaScript question but I have found the following code to e

Re: [PHP] php and javascript

2003-03-21 Thread John Nichel
list[]'][i].checked or something along those linesmy JS is a bit rusty. Shaun Thornburgh wrote: John, Thanks for your reply, but for the code to work the checkbox has to be called 'list' Shaun Thornburgh BSc Hons. Assertia Ltd - Web : http://www.as

Re: [PHP] [php] nomenclature

2003-03-22 Thread John Hicks
> speaking? I want to pick something "normal" they might > encounter in their travels at www.php.net etc. > > Thanks, > John > compcanlit.ca -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] mail function

2003-03-23 Thread John Love
lient, Eudora is not accepting emails when I send mail to myself. The HTML source which accesses the above .php code is: http://www.up.net/~jolove/email.php Many, many thanks in advance ... John Love [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

[PHP] mail() function

2003-03-24 Thread John Love
lient, Eudora is not accepting emails when I send mail to myself. The HTML source which accesses the above .php code is: http://www.up.net/~jolove/email.phps Many, many thanks in advance ... John Love [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe,

[PHP] Persistent connections with mysql_pconnect()

2003-03-25 Thread John Hicks
On Tuesday 25 March 2003 09:02 am, "skate" <[EMAIL PROTECTED]> wrote: > leaving the connection open creates security questions, > and also leaves resources open, what if a user closes his > browser window, how do you know to close the connection? So are you saying that persistent connections [ i.

Re: [PHP] Please point me in the right direction

2003-03-25 Thread John Hicks
PHP is extremely easy for an experienced programmer to pick up quickly (assuming you know the basics of tcp/ip and web architecture). But experienced programmers also know the importance of the KISS principle. Why rewrite a system when you can port it? Kylix allows you to use Delphi on Linux.

Re: [PHP] NewB Q on Arrays.

2003-03-25 Thread Frappy John
> What i want to be able to do is determine if a certain > user has watched a movie. If you want to check the log to see if a single user has viewed a particular movie, then include the user and movie in the select statement: select uid, mvid from mvlogtbl where uid = $userID and mvid = $movi

Re: [PHP] Installation

2003-03-26 Thread John Nichel
RTFM http://www.php.net/manual/en/install.windows.php Download http://www.php.net/downloads.php For Apache http://httpd.apache.org For MySQL http://www.mysql.com Daniel Perry wrote: Dear Sir I require a complete installation package if possible. I am operating XP Pro, but unfortunately n

Re: [PHP] Protecting Code source.

2003-03-27 Thread John Wards
t you do on a per file basis and is much cheaper for small jobs Cheers John Wards SportNetwork.net -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Command line php

2003-04-01 Thread John Nichel
How do I capture standard input? $name = STDIN; echo ( "Hello " . STDIN . "\n" ); ?> -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Command line php

2003-04-01 Thread John Nichel
e echo ( "Hello " . $name . "\n" ); John Nichel wrote: How do I capture standard input? $name = STDIN; echo ( "Hello " . STDIN . "\n" ); ?> -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Command line php

2003-04-01 Thread John Nichel
if I do a... $name = fread ( STDIN, sizeof ( STDIN ) ); I only get back the first character entered. How do I accept exactly what is entered? Leif K-Brooks wrote: STDIN is a file reference. Use the standard file functions (fread, for example) on it. John Nichel wrote: How do I capture

Re: [PHP] Command line php

2003-04-01 Thread John Nichel
I did that orginally, but it waits for me to enter 255 characters before closing the freadno matter how many times I hit enter. Benny Pedersen wrote: On Wednesday 02 April 2003 03:17, John Nichel wrote: if I do a... $name = fread ( STDIN, sizeof ( STDIN ) ); $name = fread ( STDIN, 255

Re: [PHP] Command line php

2003-04-01 Thread John Nichel
Duh. fgets, not fread echo ( "What is your name?\n" ); $name = fgets ( STDIN ); echo ( "Hello, " . $name ); John Nichel wrote: I did that orginally, but it waits for me to enter 255 characters before closing the freadno matter how many times I hit enter. Benny

Re: [PHP] php 3 to 4.3

2003-04-02 Thread John Nichel
http://www.php.net/manual/en/language.variables.scope.php http://www.php.net/manual/en/language.variables.external.php Before PHP 4.2.0 the default value for register_globals was on. And, in PHP 3 it was always on. The PHP community is encouraging all to not rely on this directive as it's prefer

RE: [PHP] Submit Image Button

2003-04-02 Thread John Coggeshall
http://www.php.net/manual/en/language.variables.external.php This creates variables $_GET['sub_x'] and $_GET['sub_y'] containing the X/Y cordinate where the button was clicked (assuming it was GET method fo

RE: [PHP] Submit Image Button

2003-04-02 Thread John Coggeshall
Well you can ignore it if you don't need the X/Y cord... But you can use it to make sure the button was clicked: If(!$_GET['sub_x'] || !_GET['sub_y']) { // display form } else { // it was submitted -~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~-

RE: [PHP] Deleting Objects

2003-04-02 Thread John Coggeshall
utomatically be destroied. If you want to force a variable to be destroied, just unset() it. So No it's not possible to "orphan" any object or variable in PHP. John -~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~- John Coggeshall john at coggeshall

RE: [PHP] QUESTION - user management

2003-04-02 Thread John Coggeshall
and then determines how many of those sessions are 'logged in' John -~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~- John Coggeshall john at coggeshall dot org http://www.coggeshall.org/ -~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~-

RE: [PHP] Deleting Objects

2003-04-02 Thread John Coggeshall
yes, that's what I meant :) sorry if I was unclear... if any references to a given variable still exist then the variable is not destroied in memory. -Original Message- From: Leif K-Brooks [mailto:[EMAIL PROTECTED] Sent: Thursday, April 03, 2003 12:55 AM To: John Coggesha

RE: [PHP] Can php run as a script?

2003-04-03 Thread John Coggeshall
>Note that any errors will be chucked back to the terminal in HTML. Only if you are using the CGI version of PHP. The CLI version prints errors, etc without HTML. John -~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~- John Coggeshall john at coggeshall dot

RE: [PHP] generate all permutations possible? (twist)

2003-04-03 Thread John Coggeshall
>I'm sure there's a function for outputting a number in hex. $number = 1234; Printf("Hexadecimal number: 0x%X", $number); Output: Hexadecimal number: 0x4D2 John -~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~- John Coggeshall joh

RE: [PHP] newbie help, pressing the submit button returns nothing

2003-04-04 Thread John Coggeshall
Chances are register_globals is off... Try using $_POST['UserName'] instead of $UserName John -~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~- John Coggeshall john at coggeshall dot org http://www.cogg

RE: [PHP] is register globals off ready for prime time

2003-04-04 Thread John Coggeshall
He's wrong. John -~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~- John Coggeshall john at coggeshall dot org http://www.coggeshall.org/ -~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~- >-Original Message- >Fro

RE: [PHP] php5 writeup

2003-04-04 Thread John Coggeshall
>Parse error: parse error in >/local/Web/sites/talks/presentations/slides/php5intro/namespace.php on >line 2* > >*Is this how it should work? ;-)* In Sterling's Defense, the server running this code isn't PHP5 :) Hence, some of the e

Re: [PHP] Re: *Umlauts/UTF-8

2003-04-04 Thread John Nichel
Dude, disable requesting for a receipt when your email is read. Mario Soto wrote: This function will help me to other suff that I wanted to do. Thank you. That is the main reason of the mailing lists, learn of others, in this case, from others in a lot of different countries around the world on a

[PHP] Calendar showing availability of apartments/hotels

2003-06-05 Thread Dillon, John
#x27;s an example: http://www.latelets.com/cal.php3?month=6&year=2003&ct_ref=20981&type=branded I'm also looking for an easy way to update it, where you click on the day or an icon and it changes state from 'unknown' to 'available' to 'not available

[PHP] RE: Calendar showing availability of apartments/hotels

2003-06-05 Thread Dillon, John
PS I have not yet checked http://www.phpclasses.org (waiting for log in details to come through), though I've looked through recent threads. -Original Message- From: Dillon, John Sent: 05 June 2003 11:59 To: [EMAIL PROTECTED] Subject: Calendar showing availability of apartments/h

RE: [PHP] How can I check form variables in $_POST to make sure t hey are theright format?

2003-06-06 Thread Dillon, John
See: http://www.php.net/manual/en/function.is-numeric.php Well I want to check that the format is a number. Because it's currency, I want to double check to see if there are any $s or similar, and strip them (maybe trim?). And I want to convert the number from a string to a number -- which is

[PHP] Getting POSTed values from dynamically named checkboxes

2003-05-30 Thread Dillon, John
ET($_POST["${"altid" . $thisid}"])){ $checkedalts[$x] = $thisid; $checkedalts[$y] = ${"altprice" . $thisid}; $x=$x+2; $y=$x+1; } } The HTML before submission is (without the Tha

[PHP] Array conversion

2003-05-30 Thread John Wulff
I'm new to working with complex arrays/objects and need a little help. Below is the array I need to convert to a different type of array. The "begin what i have" section is data I've succesfully mined from an XML file. The data labeled "desired output" is how I need the data to be formatted. How d

[PHP] Re: Variables not being past

2003-05-31 Thread John Zimmerman
em being turned on then it will fail. You can check the setting by either looking at the php.ini file in an editor or by running the following on your webserver: Good luck - John Zimmerman [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] [MySQL] Code Help Please

2003-06-01 Thread Frappy John
> I have the following code: > > " select * from table1 t1, table 2 t2 where t1.username = > 't2.domain/t2.username' " > > > ** how do I concatenate the two values, to compare it to > that of table 1. i.e. prgn/jason = prgn/jason and not > 'prgn/jason' = 'prgn' divided by 'jason'? > > > Please help. > > -john -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] FTP DLL

2003-06-01 Thread Frappy John
On Saturday 31 May 2003 07:41 am, Canadaka wrote: > Me and a friend have been trying to make a php ftp > client, I'm confused. Do you literally mean an FTP client that is written in PHP (thus requiring PHP to be installed on each client machine)? Or do you mean a PHP generated HTML-based page,

RE: [PHP] Mail - avoid backslash before apostrophe

2003-06-03 Thread Dillon, John
d the \? The HTML for ' is ' if that helps. I've looked at ASCII in google, but am unenlightened. Can't find the answer in php.net under mail() function either. John    http://www.cantor

RE: [PHP] Broken links report

2003-06-03 Thread John Coggeshall
or that occurred was $php_errormsg"; // Do test on the error message here } Although that won't be absolutely full-proof (since there is no absolute which says that the error message "failed to open stream: HTTP request failed! HTTP/1.0 404

Re: [PHP] Validating user input

2003-06-03 Thread John Coggeshall
echo "Invaild Time.\n\n"; } ?> Regards, John -- -~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~- John Coggeshall john at coggeshall dot org http://www.coggeshall.org/ -~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~--

Re: [PHP] @getimagesize

2003-06-03 Thread John Coggeshall
Are you using PHP 4.3.2? Try upgrading :) John On Tue, 2003-06-03 at 05:23, Diana Castillo wrote: > I use @getimagesize to resize pictures that I get from a url which comes > from a database which is always changing. The problem is that sometimes the > url does not contain the pict

Re: [PHP] Gracefully dealing with Cookies OFF

2003-06-04 Thread John Huggins
On Wed, 04 Jun 2003 03:08:00 -0400, Monty wrote: >I've decided to require that members for a site need to have cookies enabled >in their browsers to sign-up and use the site. Is there a graceful way to >deal with this when users who have cookies off try to sign-up or log-in to >the site? You can

Re: [PHP] Best open source banner advertising application

2003-06-04 Thread John Wards
all site. Cheers John Wards SportNetwork.net -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Best open source banner advertising application

2003-06-05 Thread John Wards
w times so we had to stop using it, we are now on linux and are busy installing it again) 120+ page manual HTH Cheers John Wards SportNetwork.net -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Best open source banner advertising application

2003-06-05 Thread John Wards
you don't > have any advertisements for Cyprus it would get the Greek ones > automatically? > > (or am I asking too much now?) Both have geocoding ablity but you have to pay for it in both cases. Cheers John -- PHP General Mailing List (http://www.php.net/) To unsubscribe,

[PHP] Problems compiling with libXpm or libX11

2003-06-10 Thread John Nichel
Hi, I'm trying to configure php with xpm ( --with-xpm-dir=/usr/X11R6 ), and I keep getting this error configure: error: Problem with libXpm.(a|so) or libX11.(a|so). Please check config.log for more information. config.log has this... configure:35198: checking for the location of libXpm

[PHP] Error display

2003-06-12 Thread John Nichel
I have error reporting set to E_ALL, but no matter what I do, no errors display. Is there somewhere else in the .ini that I have to set something? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Error display

2003-06-12 Thread John Nichel
Belay this question. Found it. display_errors = On John Nichel wrote: I have error reporting set to E_ALL, but no matter what I do, no errors display. Is there somewhere else in the .ini that I have to set something? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit

Re: [PHP] Error display

2003-06-12 Thread John Nichel
Alex Earl wrote: I have error reporting set to E_ALL, but no matter what I do, no errors display. Is there somewhere else in the .ini that I have to set something? I believe there is a print_errors or show_errors directive in the php.ini file. Check on php.net for sure. Alex Thanks guys. -- PH

[PHP] Vmailmgr Functions

2003-06-12 Thread John Nichel
On PHPBuilder.com, they have functions listed for Vmailmgr in their manual, whereas on PHP.net, no such functions exist. Do these functions exist but not documented on PHP.net? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] create a chmod'd file

2003-06-13 Thread John Nichel
Matt Palermo wrote: I need this newly created file to have write permissions - chmod 777. First, if you just need to write to it, don't chmod it to 777 (you're giving rwx across the board doing that). Who needs to write to the file? The webserver only? Then set the permissions to 600, assuming

Re: [PHP] $_SESSION as $key=>$value

2003-06-13 Thread John Nichel
Change error reporting in the php.ini to NOT include notices. Echo out the variable echo ( $_POST['fname'] ); All the notice is telling you is that $HTTP_POST_VARS['fname'] doesn't exist, which it isn't if you haven't posted it to this page. Daniel J. Rychlik wrote: I read the document 4 t

Re: [PHP] Translate easy the language of the web site

2003-06-13 Thread John Hicks
On Friday 13 June 2003 03:00 pm, you wrote: > On Saturday 14 June 2003 02:19, Jacob Marble wrote: > > Amen; machine-translators are no good for something > > that you don't want confused. > > ie- english "season" could be "sazon" or "estacion" in > > Spanish, which mean two different things. > > Ne

Re: [PHP] which is quicker? XML or database?

2003-06-13 Thread John Hicks
d want a system that included a facility to edit the XML document as well as read it. This would be used in the user's interface for editing his content. I would think an easy first step would be to recreate (or reassemble) the XML document after each edit session. --John On Friday 13 June

Re: [PHP] php editor?

2003-06-14 Thread John Nichel
Ryan A wrote: What can i say? if you aint living on the edge you're taking up too much space I reccomend you don't talk about cracking Zend software on a list owner by Zend... Living on the edge is one thing. Biting the hand that feeds you is another. As for the topic on hand, for Windows

Re: [PHP] is my server working

2003-06-14 Thread John Hicks
Merry-- No, it's not working. Does your Apache httpd.conf file load the PHP modules? Try changing your tags from to Try a page that contains only this one line: Good luck. --John On Sunday 15 June 2003 01:09 am, Khoo Merry wrote: > I'm using windows me, server apache 1.3

Re: [PHP] Good PHP Books

2003-06-16 Thread John Nichel
There's Programming PHP by Rasmus Lerdorf and Kevin Tatroe (O'Reilly). It's the only one I have, and have been satisified with it. I was already a year or so into php when I got it, and use it mainly as a reference, so I don't know how good it is for beginners. Mark McCulligh wrote: Hi Other P

Re: [PHP] Good PHP Books

2003-06-16 Thread John Nichel
Jaap van Ganswijk wrote: Some of the O'Reilly books that I thought were not perfect: - All books about Perl. Now that we have nice c-like script languages like PHP, Python and Javascript who still wants to study the mess that Perl is? The O'Reilly Perl books are considered to be like Perl

Re: [PHP] User's Screen Resolution Size

2003-06-18 Thread John Nichel
John W. Holmes wrote: Vernon wrote: Not for nothing, but every time I post to this group I get treated poorly. It has to do with php and I've already gotten an answer from this group, off the PHP web site no less! http://www.php.net/manual/en/faq.html.php#faq.html.javascript-variable Do

Re: [PHP] User's Screen Resolution Size

2003-06-18 Thread John Nichel
Justin French wrote: Vernon, If you ONLY wanted to know how to deal with JavaScript variables in PHP, then perhaps you should have limited your question to just that. Your question asked about screen resolutions, which is totally a discussion based around JavaScript. If you wanted to know about J

Re: [PHP] Mod_L33T ANYONE! (Virtual Hosts ) alternative READ if youUSE Virtual Hosts

2003-06-22 Thread John Nichel
Leif K-Brooks wrote: Mark Clarkstone wrote: hey everyone do any of you people use mod_l33t? I do it rocks you can have about 1000 sites on your comp with their own domain & your ram won't even go down 1mb. its easy to setup & its very cool email me or post if you want of info 1) This has abso

Re: [PHP]

2003-06-23 Thread John Nichel
Doug Essinger-Hileman wrote: When I include in my html code, I get a parse error. The version is 4.1.2; phpinfo() reports that XML support is turned on. Can anyone help with this? Doug Do you have short tags disabled in you php.ini? If not, try turning it off, and restarting your web server.

Re: [PHP] Source/version control?

2003-06-23 Thread John Nichel
J J wrote: What tools do you recommend or use for a team environment that will allow us to maintain source control and even offer some version tracking/history in case we need to go back to old code? We need the ability to check-in and check-out files in a team environment --- normally just HTML

[PHP] RE: WEB HOST NEEDED!!!!!

2003-06-24 Thread John Zimmerman
> [snip] > Like I said, I need a web host. > It MUST support PHP, mySQl and sending emails, optional. > It shouldn't have any ads (pop-ups, ads), but I will allow if it has > watermarks (SMALL! watermarks). > It should be TOTALY FREE! > [/snip] Not that we really want to attract losers who can't us

[PHP] Converting Array

2003-06-25 Thread John Wulff
I've got an array in the following format: Array ( [Jan-1999] => 36.04,140.35,319.53,324.07 [Feb-1999] => 1.78,71.78,320.58,141.97 ) I need it in the following format: $example_data = array( array("Feb-1999",1.78,71.78,320.58,141.97), array("Jan-1999",36.04,140.35,319.53,324.07) ); I'm su

[PHP] Array Info

2003-06-25 Thread John Wulff
I need some information about an array structured as follows: $example_data = array( array("Mar-99",0,0,5945.33,0), array("Feb-99",0,0,47648.90,0), array("Jan-99",0,0,13365.52,0) ); I need to know the largest number in the array. I need to know how many sets of numbers there are, ie how many comma

[PHP] Impossible bug!

2003-06-26 Thread John Wulff
Where the heck is my problem? No matter what the value for *_color is always 1!!! $example_data = array( array("Mar-99",100,2000,5945.33,1234,10), array("Feb-99",908,3454,47648.90,4321,50), array("Jan-99",542,8000,13365.52,6012,60) ); $high = 47648.90; if(!isset($num)) { $num = 1; } whi

[PHP] Strange output issue

2003-06-26 Thread John Luxford
voices.sitellite.org/phpinfo.php Anyone seen this before? Anyone know of a solution? Thanks in advance, Lux -- John Luxford President and Chief Developer __ SIMIAN systems Driving Web Content Management __ web : http://www.simian.ca/ emai

Re: [PHP] Strange output issue

2003-06-26 Thread John Luxford
, Lux On Thursday, June 26, 2003, at 11:38 AM, Ford, Mike [LSS] wrote: -Original Message----- From: John Luxford [mailto:[EMAIL PROTECTED] Sent: 26 June 2003 16:44 I'm having a really strange output problem that I can't figure out. The problem is that a few characters appear prepended

Re: [PHP] Impossible bug! (fwd)

2003-06-26 Thread John Wulff
Hmph, just not quite doing the trick... If you'd be so kind here is the complete source to give you a little bigger picture. As you can probably see the point of the script is to generate a bar chart of the array. Thanks so much for the help, let me know what you think! -John Unt

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