[PHP] Need MENTOR for Fantasy football project

2002-11-08 Thread Karl James
Ok here is what I need help with I need help with how to set up the layout of this project 1st I know I need a create account page for owners to create there username and password. Then once they successfully filled in the form they are logged in And taken to the Team choice page.. Then

[PHP] Re: Do I need the closing ? tag

2002-11-08 Thread David McArthur
Sterling Hughes [EMAIL PROTECTED] wrote in message news:20021109011938.GB14712;bumblebury.com... I definitely think that _you_ should do it. But this is not the proper place for these questions, ask them on [EMAIL PROTECTED] Sorry for the inappropriate cross-posting Sterling. I was explicitly

[PHP] Need MENTOR for Fantasy football project

2002-11-08 Thread Karl James
-Original Message- From: Karl James [mailto:karl.james;verizon.net] Sent: Friday, November 08, 2002 9:35 AM To: [EMAIL PROTECTED] Cc: 'Karl James' Subject: Need MENTOR for Fantasy football project Ok here is what I need help with I need help with how to set up the layout of this

[PHP] php header function...

2002-11-08 Thread Brad Apps
Hey, Got a problem using the header function on a file upload page to redirect the user back to a web page. Here's the code: #!/usr/bin/php -q ?php $filedest = /home/$directory; if (copy($clientfile,$filedest/$clientfile_name)) header(Location:

RE: [PHP] Unable to execute c++ .exe file from php

2002-11-08 Thread Ladan Pickering
Thanks Ernest for your suggestion. I tried you idea with forward and backward slashes and nothing seem to change. I still see the return_var of 128. PHP is trying to tell me what the problem was, but I am unable to find what 128 means. Any idea as where the the return_var for the system and exec

Re: [PHP] php header function...

2002-11-08 Thread Marco Tabini
Try removing all leading spaces between the shebang and the beginning of the script: #!/usr/bin/php -q ?php Marco -- php|architect - The magazine for PHP Professionals The first monthly worldwide magazine dedicated to PHP programmers On Fri, 2002-11-08 at 21:55, Brad Apps

RE: [PHP] For ... = max($myArray) vs For ... = $max

2002-11-08 Thread Daevid Vincent
From: Kjartan Mannes [mailto:kjartan;zind.net] Friday, November 8, 2002, 12:13:01 PM, Daevid Vincent wrote: $max = max($myArray); for( $x = 1; $x = $length; $x++ ) {} -- OR -- for( $x = 1; $x = max($myArray); $x++ ) {} My gut instinct tells me since PHP is interpreted, that

Re: [PHP] Unable to execute c++ .exe file from php - Resolved

2002-11-08 Thread Ladan Pickering
Thanks all for taking the time to help me out. I finally got the problem resolved. It appears that PHP was trying to use cygwin1.dll and could not find it. I am not sure why; I didn't think I even need cygwin to run php w/ Apache. Once I put a copy of cygwin1.dll in my system32 directory, my c++

[PHP] extension can't be found

2002-11-08 Thread liug
it seems my last post failed, let me try again: I just compiled/installed apache/php4.2.3 with postgres support. the default php.ini-dist is used. I added extension=pgsql.so but when I start apache, error_log shows it can't find pgsql.so. after some trial and error, I found the following line in

[PHP] Windows XP Session Issues

2002-11-08 Thread Jason
I've been noticing that with Windows XP session variables migrate between open browser windows, where in other versions of Windows the session variables are kept within the browser window that they were initialized in. The problem with this is that it seems like my website gets confused by

Re: [PHP] Need MENTOR for Fantasy football project

2002-11-08 Thread Charles Wiltgen
Karl James wrote... Would any want to help me with this please get with me asap I need to be able to talk to you thru the end and make sure I do shit right. I want to do all the work, just need a teacher. As they say, Just Do It. Ask specific, PHP-related questions as you have them. If you

Re: [PHP] Need MENTOR for Fantasy football project

2002-11-08 Thread Kevin Myrick
Charles Wiltgen once said... many fine books available on the subject If your looking for a book Karl, I would suggest PHP Advanced by Larry Ullman. Very easy to follow, very quick to help you figure out things. Takes a small amount of knowledge to learn, probably should know some programming.

[PHP] Viewing jpegs problem

2002-11-08 Thread Andre Dubuc
While testing my site with various browsers, I've run into a viewing problem in IE6 and Mac/IE5.1. In IE6, all I see is a line (which would be the base of the picture), while in Mac/IE the output is 1 wide x 4 high and highly distorted. (that's why I set height to 'auto' - to allow for

RE: [PHP] Need MENTOR for Fantasy football project

2002-11-08 Thread Karl James
I have the php bible 4 book but it Doesn’t tell you how to do things all the way And still leaves with lots of questions. -Original Message- From: Charles Wiltgen [mailto:lists;wiltgen.net] Sent: Friday, November 08, 2002 9:03 PM To: List ˆ PHP General Subject: Re: [PHP] Need MENTOR

RE: [PHP] Windows XP Session Issues

2002-11-08 Thread @ Darwin
Jason, I'm running Windows XP with Apache and PHP 4.2.0. I never experienced such a problem with XP and sessions. I did, however, have to change the session path in the php.ini file for the sessions to save to the correct temporary directory. Maybe you have overlooked that? -Original

RE: [PHP] Windows XP Session Issues

2002-11-08 Thread Karl James
Is there anyone online that can help me with the project I posted? I need some one to guide me thru this? Karl -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] DHTML and PHP

2002-11-08 Thread Jason Wong
On Saturday 09 November 2002 08:35, John Meyer wrote: I want to get the top layer to appear right on top of where the other two are. How do I do this? div id=More?=$row[UserID]? style=visibility: visible; zIndex:1a href=javascript:show('Layer?=$row[UserID]?');show('layerhide?=$row[U

[PHP] W3C and PHP

2002-11-08 Thread conbud
Hi, In some of my URLs I have to pass variables through the URL like nav.php?page=aboutsection=linux - when i do this and then scan my site for W3C validation I get this Line 40, column 28: ... a href=nav.php?page=aboutsection=Linuxfont color=#256 ... ^ Error:

[PHP] Securing PHP Code with GET | POST | SESSIONS or other things

2002-11-08 Thread Creighton Brown
I want to know recommendations securing GET | POST | SESSIONS or other data in WebPages. One site I may be developing for the local govt has the need to take and receive data from a database and data will be past with GET | POST | SESSIONS. Any recommendations regarding this would be welcome.

Re: [PHP] Need MENTOR for Fantasy football project

2002-11-08 Thread Jason Wong
On Saturday 09 November 2002 04:33, Karl James wrote: I have the php bible 4 book but it Doesn’t tell you how to do things all the way And still leaves with lots of questions. Questions such as? If you have fairly specific questions then they are usually answered quite quickly on this list.

RE: [PHP] Need MENTOR for Fantasy football project

2002-11-08 Thread Karl James
Jason, I am trying small with forms, reading php But I have so many questions that books cant answer sometimes Thus the reason I need a guide... Would you be able to help me with that? -Original Message- From: Jason Wong [mailto:php-general;gremlins.com.hk] Sent: Friday, November 08,

Re: [PHP] Need MENTOR for Fantasy football project

2002-11-08 Thread Jason Wong
On Saturday 09 November 2002 05:19, Karl James wrote: Jason, I am trying small with forms, reading php But I have so many questions that books cant answer sometimes Thus the reason I need a guide... Would you be able to help me with that? Why not just post your question(s) here and let

[PHP] calculate bytes in string

2002-11-08 Thread Ian Newlands
Does anyone know of a function, or a method to calculate how many bytes are in a string? Similar to the filesize file system function. Any help would be appreciated. Regards, Ian Newlands -- 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-08 Thread Karl James
Well the problem is I have a lot of questions.. Since im a noobie...sorry I will try to post it -Original Message- From: Jason Wong [mailto:php-general;gremlins.com.hk] Sent: Friday, November 08, 2002 10:21 PM To: [EMAIL PROTECTED] Subject: Re: [PHP] Need MENTOR for Fantasy football

Re: [PHP] Securing PHP Code with GET | POST | SESSIONS or other things

2002-11-08 Thread Paul Nicholson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Never trust data from the client...always filter it(I use an lib to do that)! Make sure register_globals is off or code accordingly. HTH! ~Paul On Saturday 09 November 2002 01:12 am, Creighton Brown wrote: I want to know recommendations securing GET

[PHP] re: W3C and PHP

2002-11-08 Thread Khalid El-Kary
hi, just use amp; instead a href=mypage.php?name=khalidamp;age=d/a _ Add photos to your e-mail with MSN 8. Get 2 months FREE*. http://join.msn.com/?page=features/featuredemail -- PHP General Mailing List (http://www.php.net/)

Re: [PHP] re: W3C and PHP

2002-11-08 Thread Rasmus Lerdorf
and in your php.ini file add: arg_separator.output = amp; On Sat, 9 Nov 2002, Khalid El-Kary wrote: hi, just use amp; instead a href=mypage.php?name=khalidamp;age=d/a _ Add photos to your e-mail with MSN 8. Get 2 months

[PHP] MySQL and PHP math problem...

2002-11-08 Thread Peter
I have a database that stores a value of the type double. I do a SUM() query on the column and return save the value to a variable called, '$amount' which I divide into a fixed value (5000) . The math works out fine when $amount 1000. However, when $amount 1000, then the decimal places are

[PHP] Re: W3C and PHP

2002-11-08 Thread conbud
Hey I did what both of you all said to do href=nav.php?page=aboutamp;section=Linux and my arg_separator.output is ok but Im stilling getting that same error with W3C, my page is executing ok and was before, but I cant get it W3C HTML 4.01 valid with that error. -Lee Conbud [EMAIL PROTECTED]

<    1   2   3