[PHP] Script uid/gid

2002-02-07 Thread Roberto P.Martins Jr
Hi! I'd like to know why a php script stored at the cgi-bin directory, with the php binary stored outside the webserver tree, runs with the uid/gid of the parent process, even when the setuid/setgid bits set, ignoring them!!! Thanks in advance, Roberto -- PHP General Mailing List (http://www.p

[PHP] Re-Importing .CSV file into Database

2002-02-12 Thread Thomas Edison Jr.
Glory! I have a bunch of .CSV (Microsoft Excel Comma Seperated Values) Files with me, whose data i want to put back into my mySQL database tables. How can i do that through php? or otherwise... thanks, T. Edison jr. = Rahul S. Johari (Director

RE: [PHP] Re-Importing .CSV file into Database

2002-02-12 Thread Thomas Edison Jr.
I have space on a server on the internet. I have mySQL & PHP4 support. And i can easily upload the .CSV files on the server itself. Could you kindly help me out with the php code that would make this possible.. Thanks, T. Edison jr. --- Rick Emery <[EMAIL PROTECTED]> wrote: >

RE: [PHP] Re-Importing .CSV file into Database

2002-02-12 Thread Thomas Edison Jr.
Hi Rick, I tries your code but i'm constantly getting some errors. I modified the line to try and correct the error, and this is the code i'm using : And i'm still getting errors on the mail $query line. Can you say what is wrong? T. Edison Jr. --- Rick Emery <[EMAIL

RE: [PHP] Re-Importing .CSV file into Database

2002-02-13 Thread Thomas Edison Jr.
TED' at line 1 So... what's the problem?? Thanks guys, though. T. Edison jr. = Rahul S. Johari (Director) ** Abraxas Technologies Inc. Homepage : http://www.abraxastech.com

Re: [PHP] Re-Importing .CSV file into Database

2002-02-13 Thread Thomas Edison Jr.
DL Neil, OK buddy, let me be more than frank with you.. i don't think i've been quite as confused and having the expression "what the hell are you tryin 2 say" on my lips in a while, as i had when i read your mail. Hmm.. i do hope u can help me though.. T. Edison jr.

[PHP] Cheap, PHP, mySQL hosting!

2002-02-13 Thread Thomas Edison Jr.
Hi, Lookin for about 50 Megs with php4, mySQL and the works. Any economical hosts?? thanks.. t. edison jr __ Do You Yahoo!? Send FREE Valentine eCards with Yahoo! Greetings! http://greetings.yahoo.com -- PHP General Mailing List (http

RE: [PHP] Re-Importing .CSV file into Database

2002-02-13 Thread Thomas Edison Jr.
Oh yes, definately. With the appropriate columns too. --- Rick Emery <[EMAIL PROTECTED]> wrote: > Has fanlist_try table been created? > > -Original Message- > From: Thomas Edison Jr. > [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, February 13, 2002 10:54 AM

RE: [PHP] Re-Importing .CSV file into Database

2002-02-13 Thread Thomas Edison Jr.
male";"India" 4;"femke dees";"[EMAIL PROTECTED]";"14";"Female";"Netherlands" 5;"bram dees";"[EMAIL PROTECTED]";"48";"Male";"Netherlands" In fact, i'm attaching a portion of the .csv

RE: [PHP] Re-Importing .CSV file into Database

2002-02-13 Thread Thomas Edison Jr.
sword/user! The same file, i just insert any other code than the $query, it works! But if i use the loading data infile code.. it gives me this access denied error! What is happening!! T. Edison jr. --- Darren Gamble <[EMAIL PROTECTED]> wrote: > Good day, > > The proper synta

Re: [PHP] Re-Importing .CSV file into Database

2002-02-13 Thread Thomas Edison Jr.
Val, quite frankly, i'm not quite sure i know what you're talking about. i don't think i know enum() function!! T. Edison jr. --- val petruchek <[EMAIL PROTECTED]> wrote: > > Hi Rick, > > > > Thanks for the support! > > This is the mySQL T

Re: [PHP] Re-Importing .CSV file into Database

2002-02-13 Thread Thomas Edison Jr.
e thought process. i have no clue why this is happening on the Load Data Infile command only... T. Edison jr. --- val petruchek <[EMAIL PROTECTED]> wrote: > Enum is not a function; it's a mysql data type. It's > very useful when field > values are from the finite set. &g

[PHP] Access Denied !!

2002-02-15 Thread Thomas Edison Jr.
e : But this gives an "Access Denied" error : Why is this happening? T. Edison jr. = Rahul S. Johari (Director) ** Abraxas Technologies Inc. Homepage : http://www.abraxastech.com Email : [EMAIL PROTECTED]

RE: [PHP] Access Denied !! SOLVED!!

2002-02-15 Thread Thomas Edison Jr.
CLOSED BY '"' ESCAPED BY '\\' LINES TERMINATED BY '\r\n' Wether you enter the command directly into the mySQL command line, or through PHP, the error was coming the same, and now with this, it works both ways too! The syntax being missed was "LOCAL" in L

[PHP] importing .dat SQL Data into mySQL

2002-04-16 Thread Thomas Edison Jr.
This data was exported via SQL Server.. using Oracle. I need to use this data in my mySQL Database and work on it through PHP. Can i use phpMyAdmin for this.. or some other method? Thanks, T. Edison Jr. __ Do You Yahoo!? Yahoo! Tax Center

[PHP] File Type not working in Uploaded File

2002-05-10 Thread Thomas Edison Jr.
soon as i put in this particular code to check for File Type, it does NOT upload any file. Help! T. Edison Jr. = Rahul S. Johari (Director) ** Abraxas Technologies Inc. Homepage : http://www.abraxa

[PHP] Uploaded File OverWriting Old File

2002-05-11 Thread Thomas Edison Jr.
echo " Your Photo : Name - $img1_name | Size - $img1_size | MIME Type - $img1_type "; } else { echo "No photograph uploaded, or wrong Type/Size photograph"; } ?> Thanks a LOT! T. Edison jr. = Rahul S. Johari (Director) ***

Re: [PHP] File Type not working in Uploaded File

2002-05-11 Thread Thomas Edison Jr.
Hi, Ok there were a lot of mistakes in that code. IN fact i rubbed it off completely and am using a new code.. Everything works fine now, except that if the filename exists, any new file with the same name overwrites the old file.. What do i do about it? Here is the code i'm using : Thank y

Re: [PHP] Uploaded File OverWriting Old File

2002-05-11 Thread Thomas Edison Jr.
_name = $img1_name+n; } And thanks a lot.. Thus Spake T. Edison Jr. !! --- Nick Wilson <[EMAIL PROTECTED]> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > > * and then Thomas Edison Jr. declared > > Hi, > > > > If i have a filename "

Re: [PHP] Uploaded File OverWriting Old File

2002-05-11 Thread Thomas Edison Jr.
Glory & Power! I'm using the following code now... the Error is gone, but it's still overwriting the old file. It's not changing the name.. not doing anything, just uploading this new file and replacing the old one.. "256000") and ($img1_type != "image/pjpeg") or ($img1_type != "image/jpeg"))

Re: [PHP] Uploaded File OverWriting Old File

2002-05-11 Thread Thomas Edison Jr.
l place.. and so he overwrites while copying..Possibly! Don't know for sure. T. Edison Jr. = Rahul S. Johari (Director) ** Abraxas Technologies Inc. Homepage : ht

Re: [PHP] Uploaded File OverWriting Old File

2002-05-11 Thread Thomas Edison Jr.
Well thanks a bunch! --- Nick Wilson <[EMAIL PROTECTED]> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > > * and then Thomas Edison Jr. declared > > Hmm... possibly when i say > > if(file_exists($img1_name)), he's looking for the >

RE: [PHP] Uploaded File OverWriting Old File

2002-05-11 Thread Thomas Edison Jr.
WOOO.. i did not know this was possible : file_exists("mjpalpics/$img1_name") And this might actually solve the whole issue!! Let me try this.. Thanks a BUNCH! T. Edison Jr. --- John Holmes <[EMAIL PROTECTED]> wrote: > > > copy("$img1", "mjpalpics/$i

Re: [PHP] Uploaded File OverWriting Old File

2002-05-11 Thread Thomas Edison Jr.
Glory! T. Edison jr. --- Miguel Cruz <[EMAIL PROTECTED]> wrote: > On Sat, 11 May 2002, Thomas Edison Jr. wrote: > > If i have a filename "room.jpg" in my Upload > > Directory, and someone else comes and uploads a > file > > by the same name, the previous &quo

[PHP] How-to start a file download?

2002-03-02 Thread Ed Fair Jr.
Hello all, This may be an HTML question, I'm not sure. I need to start a file download from within php. The file I wish to download is named INSTALLER.EXE, and is an InstallShield setup program. I know I can use an anchor with an HREF to start a transfer: (A HREF=INSTALLER.EXE)Click here(/A),

[PHP] 5 Records in a row displayed!

2002-03-09 Thread Thomas Edison Jr.
adresses in one line, then the next 5 in the next line and so on. Also, perhaps if these emails are seperated by space, nothing else or more. Can someone help me with a code. Regards, T. Edison jr. = Rahul S. Johari (Director) ** Abraxas Technologies

[PHP] 5 Records per line

2002-03-11 Thread Thomas Edison Jr.
Hi, I would like to display 5 records per line on the Results page. Not seperated by a comma, but just seperated by Space. How can i do that? Thanks, T. Edison jr. = Rahul S. Johari (Director) ** Abraxas Technologies Inc. Homepage : http

Re: [PHP] 5 Records per line

2002-03-11 Thread Thomas Edison Jr.
n one line, there should be only 5 usernames, seperates by spaces. Like this : user1 user2 user3 user4 user5 user6 user7 user8 user9 user10 Can you help? Thanks, T. Edison jr. --- RIVES Sergio <[EMAIL PROTECTED]> wrote: > may you give me more explanations ? > thanx > SR > > &

Re: [PHP] 5 Records per line

2002-03-11 Thread Thomas Edison Jr.
Hi, This is the code i'm using so far : $myrow[num] "); } while ($myrow = mysql_fetch_array($result)); } else { echo "Sorry, no records matching your criteria were found!"; } ?> But this displays all records one per line... T. Edison Jr. = Ra

Re: [PHP] 5 Records per line

2002-03-11 Thread Thomas Edison Jr.
Hey THANKS! It worked.. just the way i wanted! Thank you so much. T. Edison Jr. --- RIVES Sergio <[EMAIL PROTECTED]> wrote: > i don't know if it will work... i am quite a newbie > in this stuff. > > Hope it could help you > > > "Thomas Edison Jr."

[PHP] Check "@" in Record & show Error in mail() !!

2002-03-11 Thread Thomas Edison Jr.
.= "bcc:$b\n"; // BCCs to mail($to,$subject,$message,$headers); } ?> If there are any errors in sending the mail, how can i get those errors, or at least have the alert that an error was there and mail could not be sent, printed on the page? Thanks, T. Edison jr. = Ra

Re: [PHP] phpMyAdmin

2002-03-11 Thread Thomas Edison Jr.
With the phpMyAdmin, you get a "Config.inc" file. You will have to change the parameters (username, password, database) etc., in order to access your phpMyAdmin. T. Edison Jr. --- "Chuck \"PUP\" Payne" <[EMAIL PROTECTED]> wrote: > I have a client that has

[PHP] Error Handling!

2002-03-12 Thread Thomas Edison Jr.
I want errors reported on a page when the mail() function for any reason fails to send emails. FOr example, if there is a malformed email address or anything, and the mail is not sent, how can i catch the Error and Display it on the page? Thanks, T. Edison Jr. = Rahul S. Johari (Director

[PHP] MS Access data => mySQL database

2002-03-25 Thread Thomas Edison Jr.
Can anyone tell me how to convert/send data stored in an MS Access database to a mySQL table through PHP?? T. Edison Jr. = Rahul S. Johari (Director) ** Abraxas Technologies Inc. Homepage : http://www.abraxastech.com Email : [EMAIL PROTECTED] Tel

Re: [PHP] MS Access data => mySQL database

2002-03-26 Thread Thomas Edison Jr.
on the internet. Really appreciate your help... Thanks! T. Edison jr. --- Steven Dowd <[EMAIL PROTECTED]> wrote: > > > you should try this program , DBTools > > http://www.dbtools.com.br/ > > a.. Import Structure and Data from others Databases > (MS Access, MS FoxP

Re: [PHP] MS Access data => mySQL database

2002-03-26 Thread Thomas Edison Jr.
Thanks... actually the software DBTools from www.dbtools.com.br is excellent for the same purpose, as suggested by someone here. It does the needful pretty efficiently. Cheers! T. Edison Jr. --- Jon Farmer <[EMAIL PROTECTED]> wrote: > > Can anyone tell me how to convert/send data

Re: [PHP] Personal web server that runs PHP

2002-03-26 Thread Thomas Edison Jr.
If you look on the net, i'm sure you'll find the PWS. Regards, T. Edison jr. --- Don <[EMAIL PROTECTED]> wrote: > Hi, > > Does anyone know of a personal web server that I can > installon my Win 98 machine that supports PHP

Re: [PHP] Personal web server that runs PHP

2002-03-26 Thread Thomas Edison Jr.
In fact, using Apache Win32 Module on a Windows 98 PC is a much better choice & option rather then PWS. Apache server gives greater flexibility & support. I don't see any reason why you should choose PWS over Apache Win32 for your Win 98 PC? T. Edison Jr. --- R'twick

[PHP] Adding "a" in "try.jpg"!

2002-04-08 Thread Thomas Edison Jr.
g.gif"! How can i insert an "a" at the end of the name before the "." ? 2. OR.. can i insert the "a" before the "." in the image name in my mySQL database itself. Either of the two solutions can work for me. Thanks, T. Edison Jr.

Re: [PHP] Adding "a" in "try.jpg"! Problems!

2002-04-08 Thread Thomas Edison Jr.
g$', 'a.jpg', > $oldname); > > No point messing up your database; just use > something like the above when > you're outputting the image tags for the thumbnails. > > miguel > > On Mon, 8 Apr 2002, Thomas Edison Jr. wrote: > > > I have a new v

Re: [PHP] Adding "a" in "try.jpg"! SOLVED!!

2002-04-08 Thread Thomas Edison Jr.
Hi, Thanks.. actually that problem is solved, this is what i used : $myrow[ilmage] = eregi_replace('\.jpg$', 'a.jpg', $myrow[ilmage]); $myrow[ilmage] = eregi_replace('\.gif$', 'a.gif', $myrow[ilmage]); and it's now showing the small image

[PHP] Search Results, Per Page, Total Results!

2002-04-15 Thread Thomas Edison Jr.
this : Millenium basket ball Now if someone searches for "basket" or "ball" .. i want this record to show up in search results. How can i make that possible? Can anyone guide me towards this.. Thanks, T. Edison Jr. = Rahul S. Johari (Director) *

[PHP] Search Results, Per Page, Total Results...

2002-04-15 Thread Thomas Edison Jr.
i want is that if someone searches for "Game" or "Ball", even then this record should appear. Could someone guide me for the same Thanks, T. Edison Jr. = Rahul S. Johari (Director) ** Abraxas Technologies I

[PHP] Searching a mySQL DB

2002-04-15 Thread Thomas Edison Jr.
is record should appear. Could someone guide me for the same Thanks, T. Edison Jr. __ Do You Yahoo!? Yahoo! Tax Center - online filing with TurboTax http://taxes.yahoo.com/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Resetting ID in mySQL DB

2001-11-11 Thread Thomas Edison Jr.
the entire IDs to reflect the true Number of records after i delete the Empty/Blank Rows & Duplicate Record Rows!! How can i do that! Please help!!!!! Cheers & Glory, Thomas edison jr. = Rahul S. Johari (Director) ** Abraxas Technologies Inc.

RE: [PHP] Resetting ID in mySQL DB

2001-11-19 Thread Thomas Edison Jr.
7;s defeating that and empty records are entering into the DB. I don't know why really!! Thanks a bunch! Cheers & Glory, Thomas Edison jr. --- Jack Dempsey <[EMAIL PROTECTED]> wrote: > Thomas, > > The code i gave can't be copied directly in...you > need to use it as a gu

[PHP] Help needed developing Logic!

2001-11-24 Thread Thomas Edison Jr.
re one can private chat with a user. So that by selecting the User's name, when the person sends a message.. it is displayed only on the Selected User's chat.. and not anyone else.. or perhaps some other way. Can anyone help? Ask me any question if you wish to clarify further

[PHP] PHP script not paring in CGI!!!

2001-12-16 Thread Thomas Edison Jr.
Hi, I'm running a Solaris OS. I have written a CGO function to call common header & footer for pages. All HTML pages are running well with it, however, a PHP3 page is not!! It's contents are not showing up. Nothing i showing up! What do i do? T. Edison jr. = Rahul S. Jo

[PHP] PHP3 NOT being parsed for SSI!! HELP!!

2001-12-19 Thread Thomas Edison Jr.
php3 pages are not being parsed for SSI. I looked up on the web , and found that only one of two can be used at the same time. Can anyone suggest a Possible Solution? We are running a Solaris machine! Thanks, T. Edison Jr. = Rahul S. Johari (Dir

[PHP] How to backup records in mySQL DB?

2001-12-19 Thread Thomas Edison Jr.
n a file) or something. I don't know how to do any of this. I have no idea what to do about it. Can anyone make any suggestions & help? Regards, T. Edison jr. = Rahul S. Johari (Director) ** Abraxas Technologies Inc. Homepage : http://www.abraxa

[PHP] How to backup records in mySQL DB?

2001-12-19 Thread Thomas Edison Jr.
n a file) or something. I don't know how to do any of this. I have no idea what to do about it. Can anyone make any suggestions & help? Regards, T. Edison jr. = Rahul S. Johari (Director) ** Abraxas Technologies Inc. Homepage : http://www.abraxa

[PHP] Counting "Views" on records in DB!

2001-12-21 Thread Thomas Edison Jr.
r of times that Record is picked up is counted!! Can anyone guide me as to how this can be achieved? Thanks, T. Edison jr. __ Do You Yahoo!? Send your FREE holiday greetings online! http://greetings.yahoo.com -- PHP General Mailing List (http://w

Re: [PHP] Counting "Views" on records in DB!

2001-12-21 Thread Thomas Edison Jr.
Hi, > UPDATE $table views=views+1 Umm.. can you be a little more specific. I couldn't make much sense, thought i could get the logic. Thanks. T. Edison jr. > > Hi, > > I was just going through some Message Board system > and > > noticed that there is a &qu

[PHP] Changing "From" Info in eMail!

2001-12-24 Thread Thomas Edison Jr.
is what i'm using : mail($to, $subject, $message, "From: $from"); Thanks! T. Edison jr. = Rahul S. Johari (Director) ** Abraxas Technologies Inc. Homepage : http://www.abraxastech.com Email : [E

RE: [PHP] Changing "From" Info in eMail! : SOLVED!!!

2001-12-24 Thread Thomas Edison Jr.
he Headers in the end. They work perfectly. Replace the Server Name and also put in the extra Reply-TO feature! Thanks again! T. Edison Jr. --- Ben Clumeck <[EMAIL PROTECTED]> wrote: > I would try the following: > > mail("$to", "$subject", "$message&

[PHP] New PHP Coder - needs advice

2001-03-26 Thread Rob McMahan, Jr.
27;m new to the open source community and looking forward to getting involved in PHP. Rob McMahan, Jr. Interlink Group Inc. [EMAIL PROTECTED] (Ph) 480-894-6008 (Cell) 602-284-2385 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comm

[PHP] Question from Rookie

2001-03-26 Thread Rob McMahan, Jr.
Thank you, Rob McMahan, Jr. Interlink Group Inc. [EMAIL PROTECTED] -- 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 Special Characters in Query String

2001-03-27 Thread Thomas Edison Jr.
ntering is done successfully, but getting values back from database to print on the page gives an error. How to work through these special characters in a way that they can be entered & extracted back from database & also passed in query strings as is without errors?? Regards, T. Ed

Re: [PHP] Passing Special Characters in Query String

2001-03-28 Thread Thomas Edison Jr.
I've tried everything : rawurlencode, urldecode, htmlentities, htmlspecialchars - nothing is working. and come 2 think of it - it seems like such a basic problem... Help! T. Edison jr. --- Christian Reiniger <[EMAIL PROTECTED]> wrote: > On Wednesday 28 March 2001 08:36, you wrote:

[PHP] Reading db fetched values from files.

2001-03-31 Thread Thomas Edison Jr.
- but considering yahoo uses his own cgi-perl with his own db, how can my PHP code read those scripts and give the output? cheers, T. Edison jr. = Rahul S. Johari (Director) ** Abraxas Technologies Inc. Homepage : http://www.abraxastech.com Email

Re: [PHP] Passing Special Characters in Query String

2001-03-31 Thread Thomas Edison Jr.
s with slashes, i guess stripslashes() has solved most of it - i'm just working on the balance... cheers, T. Edison jr. --- Christian Reiniger <[EMAIL PROTECTED]> wrote: > On Wednesday 28 March 2001 18:34, you wrote: > > I've tried everything : > > rawurlencode, urld

[PHP] Reading specific contents of a file

2001-04-02 Thread Thomas Edison Jr.
e open file. how to do this? T. Edison jr. = Rahul S. Johari (Director) ** Abraxas Technologies Inc. Homepage : http://www.abraxastech.com Email : [EMAIL PROTECTE

[PHP] fopen() redirected file & frameset file

2001-04-05 Thread Thomas Edison Jr.
only one of the frame file. I know the "frame name" of the frameset in which i got the file... but how to make fopen() actually reach that frameset file.? is it possible?? Regards, T. Edison jr. --- Felix Kronlage <[EMAIL PROTECTED]> wrote: > On Mon, Apr 02, 2001 at 04:38:

[PHP] fopen() Redirected File & Frameset File!!!

2001-04-05 Thread Thomas Edison Jr.
only one of the frame file. I know the "frame name" of the frameset in which i got the file... but how to make fopen() actually reach that frameset file.? is it possible?? Regards, T. Edison jr. --- Felix Kronlage <[EMAIL PROTECTED]> wrote: > On Mon, Apr 02, 2001 at 04:38:

Re: [PHP] Re: need help w/ variables

2001-07-22 Thread Van Tate Jr.
Ah! But never forget...the code in some books have bugs too. Van At 12:47 AM 7/23/01, you wrote: >it was my error reporting along i copied that script dtraight from the >text book so i knew it wasnt the variables themselves -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e

Re: [PHP] NuSphere.. what is it???

2001-07-31 Thread Roy Wilson, Jr.
Support mainly. Also, each package is different in what it includes, you should take a look at the details for more information. -Roy On Sunday 29 July 2001 20:07, Christian Dechery wrote: > What's the deal with that NuShere stuff... I visited their website and > download a Free version (40MB)

[PHP] Upgrading to Windows XP "Whistler"

2001-08-22 Thread Thomas Edison Jr.
7;m muchly new at this thing so it'd be really good if someone can tell me what is gonna to happen. Also, i've been using Apache as the server, will i have to download a newer version of Apache for my windows XP? Thanks. Thomas Edison jr. = Rahul S. Johari (Director) **

[PHP] Nesting / Associating Multiple Classes

2001-09-12 Thread Roy Wilson, Jr.
a script like this, PHP will output an error regarding nesting classes. What is the best method to allow for nesting or associating these two classes, so the second can refer to the first? -Roy Roy Wilson, Jr. Principal Web Engineer, MIS Ain Spiorad Networks http://www.ainspiorad.net -- PHP

[PHP] First day of the month

2004-08-03 Thread David Hansen Jr.
I'm trying to make a custom calendar script for my school district, and I'm hitting a little obstacle. I know how I can accomplish what I'm after, but it's a lot of extra coding. I'm wondering if there's a simple way to figure out what day of the week the first day of the month lands on. I can t

Re: [PHP] First day of the month

2004-08-03 Thread David Hansen Jr.
On Tue, 2004-08-03 at 11:09, Matthew Sims wrote: > > I'm trying to make a custom calendar script for my school district, and > > I'm hitting a little obstacle. I know how I can accomplish what I'm > > after, but it's a lot of extra coding. I'm wondering if there's a > > simple way to figure out w

[PHP] Re: Apache directive to "expand unqualified host names"?

2004-03-16 Thread Phil Frisbie, Jr.
this on an Intranet where you would resolve 'automobiles' to an IP address? Thanks for any help, -Matt -- Remove the obvious text (including the dash) to email me. -- Phil Frisbie, Jr. Hawk Software http://www.hawksoft.com -- PHP General Mailing List (http://www.php.net/) To unsubscri

[PHP] Working with email piped to PHP

2001-02-04 Thread Roy Wilson, Jr.
Is there something I'm doing wrong? Thanks, Roy Wilson, Jr. Director, Administration/Information Services Aosdic Realm -- 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 & mySQL on Sun Solaris OS

2001-02-06 Thread Thomas Edison Jr.
Does PHP work on Sun Solaris? if so..where can i get the version that needs to be downloaded & installed on solaris machine and the documentation to install it there? same for mySQl? thanks... T. Edison jr. = Rahul S. Johari (Director) ** Abr

Re: [PHP] PHP & mySQL on Sun Solaris OS

2001-02-06 Thread Thomas Edison Jr.
Thanks for the info... we'll download the source .. but how do we install on the Solaris machine? is there any doc available for that? it comes with the source file? Thanks, T. Edison jr. --- "Martin A. Marques" <[EMAIL PROTECTED]> wrote: > El Mar 06 Feb 2001

[PHP] HTTP authentication

2001-02-14 Thread Thomas Edison Jr.
method in ASP before for the same. Can I use it in my OS using PHP? The code I'm entering is: "; echo "You entered $PHP_AUTH_PW as your password."; } ?> Regards, T.Edison jr. = Rahul S. Johari (Director) ** Abraxas Technologies

[PHP] HTML Coding in mySQL field

2001-02-15 Thread Thomas Edison Jr.
IN one of the fields being offered to the user, the user is expected to enter HTML tags alongwith the text. How can i display this text as html formatted on my PHP3 page? What should be the field type in the mySQL db? should it be TEXT? Regards, T. Edison jr. = Rahul S. Johari (Director

[PHP] \Z characters

2002-12-21 Thread Dave J. Hala Jr.
nix, MS-DOS and Windows NT (also known as the Good, the Bad, and the Ugly)" OSIS Dave J. Hala Jr. 641.485.1606 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: \Z characters

2002-12-22 Thread Dave J. Hala Jr.
This field contains ONLY the \Z. Thanks for the suggestion but it generates the following error message: Parse error: parse error, unexpected '\"' in On Sun, 2002-12-22 at 04:49, Mattia wrote: > > "Dave J. Hala Jr." <[EMAIL PROTECTED]> ha scritto nel

Re: [PHP] php conditional loop question

2003-08-14 Thread Randy L Johnson Jr
ction with a number exit(3) and use that value as the condition in the while?         Randy       * Thus wrote Randy L Johnson Jr ([EMAIL PROTECTED]): > I have done this but it does not seem to ever get to the end of file, I have > it inserting the values into the database, it goes for awhile aroun

Re: [PHP] error problem

2003-08-14 Thread Randy L Johnson Jr
there is something in the php.ini file that turns the display errors in browser on and off...   Randy    ---Original Message---   From: Kris Reid Date: Wednesday, August 13, 2003 10:36:59 PM To: PHP List Subject: Re: [PHP] error problem   Sorry the second "echo "Hello world";" was me

Re: [PHP] php conditional loop question

2003-08-14 Thread Randy L Johnson Jr
---   From: Analysis & Solutions Date: Wednesday, August 13, 2003 10:02:15 PM To: PHP List Subject: Re: [PHP] php conditional loop question   On Wed, Aug 13, 2003 at 09:51:39PM -0400, Randy L Johnson Jr wrote: > > I have a function that makes a connection to a live datafeed website and &

[PHP] php conditional loop question

2003-08-14 Thread Randy L Johnson Jr
ok. This is probably simple but I am not thinking straight. Here is what I want to do I have a function that makes a connection to a live datafeed website and downloads data via a pfsockopen() statement. After awhile the data stops feeding but the connection stays open. when the data stop

[PHP] Post Problem

2002-11-18 Thread Dave J. Hala Jr.
#x27;t know what changed, but it only happens with certain variables on certain posts. Anyone else seen this type of behavior? :) Dave -- "...Unix, MS-DOS and Windows NT (also known as the Good, the Bad, and the Ugly)" OSIS Dave J. Hala Jr. 641.485.1606 -- PHP General Mailing List (ht

Re: [PHP] Post Problem

2002-11-18 Thread Dave J. Hala Jr.
first one then > that is what you will get when you post or get the form. > > if you want a blank one then do > > > and that should not pass anything in the post or get... > > > > On Mon, 2002-11-18 at 17:30, Dave J. Hala Jr. wrote: > > I'm running p

Re: [PHP] Post Problem

2002-11-18 Thread Dave J. Hala Jr.
menu.php";>Liheap Processing Menu https://122.192.204.199/main.php";>Main Menu https://122.192.204.199/logout.php";>Logout What does the entire form look like? > > > > On Mon, 2002-11-18 at 17:43, Dave J. Hala Jr. wrot

Re: [PHP] Post Problem

2002-11-18 Thread Dave J. Hala Jr.
quot;; On Mon, 2002-11-18 at 04:55, BigDog wrote: > but where is the form that you created... > > That was i can see what you have set up inside of the form tag... > > > On Mon, 2002-11-18 at 17:51, Dave J. Hala Jr. wrote: > > SQN: 4SQN=4 SQN: 4

RE: [PHP] mixing HTML and PHP code

2001-01-12 Thread Antonio S. Martins Jr.
> > echo "$name > > > Title : "; > > $title = 'smith'; > > echo"$title > > > "); > > This way, the code IS readable, for small-medium size echoing. > I on the other hand suggest

Re: [PHP] PHP as a MUD engine?

2001-01-16 Thread Antonio S. Martins Jr.
a MUD and I didn't know if it is made with PHP, but it's an online game that run on HTML :) Antonio +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | Antonio S. Martins Jr. - System Analist | "On

[PHP] new php release?

2001-03-07 Thread Antonio S. Martins Jr.
the above odbc functions are working in the CVS tree? thanks in advance, Antonio. +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | Antonio S. Marti

Re: [PHP] new php release?

2001-03-07 Thread Antonio S. Martins Jr.
rik, but I'm finding a linux dist :) My odbc functions are used on a linux box to access DB2/AIX :) thanks for the atention Antonio. +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-

[PHP] PHP4.1.1 + RH7.2 + UCD-Snmp

2002-01-11 Thread Antonio S. Martins Jr.
manual pages (http://www.php.net/snmp). Any tips on this? Thanks in advance, Antonio. +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | Antonio S. Martins Jr

Re: [PHP] ok, I ask again.. how to encrypt to be able to matchdatabase info?

2002-01-21 Thread Antonio S. Martins Jr.
wd") I think you get the idea :) hope this helps, Antonio. +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | Antonio S. Martins Jr. - System Analist | "Only The Shadow Knows

Re: [PHP] Best way to get the remote IP address?

2002-01-22 Thread Antonio S. Martins Jr.
eneral 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] > > +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | Antonio S. Martins Jr. - System Analist | "Only The Shadow K

[PHP] pages compressed with zlib

2002-04-11 Thread Levy Alves Carneiro Jr.
Hello, inside php.ini file there's a special configuration: ; Transparent output compression using the zlib library ; Valid values for this option are 'off', 'on', or a specific ; buffer size to be used for compression (default is 4KB) zlib.output_compression = On this way pages will be parsed

Re: [PHP] About the $allowed problem

2001-08-27 Thread Antonio S. Martins Jr.
ot;5000". Try puting the "var_dump" before the "session_start", or try testing "$HTTP_GET_VARS[allowed]" . Antonio. +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | Antonio S. Martins Jr

[PHP] Re: [users@httpd] Favorite Linux Distribution

2005-02-09 Thread Joseph A Nagy Jr
The Disguised Jedi wrote: Hello all - I've been a list member for a while, helped out some people, and asked some questions. But, today I have a completely off topic, but somewhat relevant question for y'all. What is your favorite Linux distribution? What would you recommend for my situation? Not

Re: [PHP] HowTo: IBM DB2 w/PHP

2001-01-31 Thread Antonio S. Martins Jr.
it uses the native DB2 cli). I use it here on my university to access a DB2 AIX box from my Linux Web Server. Antonio. +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | Antonio S. Martins Jr. - System Analist |

<    1   2