[PHP] DNS Lookups Fail

2001-02-26 Thread Scott Rothgaber
hostnames. I got around this by using IP's in httpd.conf and making wusage do the lookups. Is there a fix for this or is it an unpleasant side effect that we must accept and deal with? Thanks,

[PHP] PHP4 on UNIX connect to MS SQL Server

2001-02-26 Thread Scott Fletcher
Anyone know of a open-source driver that would allow unlimited database connection to connect the UNIX machine to a MS-SQL Server 7.0 and is free? I have see FreeTDS but it use myssql, I am looking for odbc. Thanks! -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [E

[PHP] cant start apche

2001-03-01 Thread Scott Wagner
Hi I just installed mysql, apache and php4 on Linux Mandrake 7.0. After installing apache it seemed ok and started normally. But after installing PHP4 I get the following error message when I try to start apache: Syntax error on line 207 of httpd. config: cannot load /usr/apache_1.3.12/libex

[PHP] can't start apache

2001-03-01 Thread Scott Wagner
Hi I just installed mysql, apache and php4 on Linux Mandrake 7.0. After installing apache it seemed ok and started normally. But after installing PHP4 I get the following error message when I try to start apache: Syntax error on line 207 of httpd. config: cannot load /usr/apache_1.3.12/libex

[PHP] can't start apache

2001-03-01 Thread Scott Wagner
No. Does this get added to the configuration command? (touche on the double-post) SW

[PHP] Fw: can't start apache

2001-03-02 Thread Scott Wagner
- Original Message - From: Scott Wagner To: php Sent: Thursday, March 01, 2001 11:55 PM Subject: can't start apache Hi I just installed mysql, apache and php4 on Linux Mandrake 7.0 from a cd I got with the book "PHP Fast and Easy" After installing apache it seemed

RE: [PHP] members page

2001-03-06 Thread Scott Brown
> If you're authenticating via .htaccess you can use the > environment variable "REMOTE_USER" to use as the > username to do the select on the db. Something > like: > > $user = getenv("REMOTE_USER"); > $sql = "Select * from usertable where username = '$user'"; I'm (currently) using PHP3.0.15 and

[PHP] need help w/ Split()

2001-03-08 Thread Scott Walter
I am attempting to take a line of text (a list) that has been entered into a form and split it into the appropriate parts, placing them into an array. I am splitting the input on commas, semi-colons, and spaces. Problem 1: Is with "white space". If the input has spaces after a comma, it spl

[PHP] include() from one server to another server

2001-03-13 Thread Scott Fletcher
the correct function to use. Is there any other way? Thanks, Scott -- 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_SELF vs. functions, arrays and variable

2001-03-16 Thread Scott Fletcher
Hi! I noticed when using $PHP_SELF in the script, you can use only the variables. So, I tried it with the arrays or functions and found that it does not work. So, is $PHP_SELF limited to variables only? Scott -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail

[PHP] Cant configure php4 from within shell script

2001-03-17 Thread Scott Brown
OK - this one really is stumping me. I have a shell script that I'm running through bash on my linux server it includes: ./configure \ --with-apache=../apache_1.3.17 \ --with-gd \ --with-mysql \ --with-gdbm \ --with-mhash \

[PHP] SQL Query syntax error... Help?

2001-04-15 Thread Scott VanCaster
I've only been trying to learn this stuff for a few days and thought I was on a roll, but now have run into a problem I don't get at all. In my script I have the following sql query and am receiving the following error when it executes "You have an error in your SQL syntax near '' at line 1." An

Re: [PHP] SQL Query syntax error... Help?

2001-04-15 Thread Scott VanCaster
PROTECTED]> wrote in message Pine.A41.4.32.0104151924060.11846-10@marte">news:Pine.A41.4.32.0104151924060.11846-10@marte... > What do you have in the id variable? > > It's contents can be the problem. > > regards, > > Augusto Cesar Castoldi > > On Sun, 15 Apr

Re: [PHP] SQL Query syntax error... Help?

2001-04-15 Thread Scott VanCaster
t;Felix Kronlage" <[EMAIL PROTECTED]> wrote in message 20010415232649.A11407@mad">news:20010415232649.A11407@mad... > On Sun, Apr 15, 2001 at 04:20:07PM -0500, Scott VanCaster wrote: > > > Any idea what my problem is? I removed the WHERE id=$id and it works, but > >

Re: [PHP] SQL Query syntax error... Help?

2001-04-15 Thread Scott VanCaster
; On Sun, Apr 15, 2001 at 04:20:07PM -0500, Scott VanCaster wrote: > > > Any idea what my problem is? I removed the WHERE id=$id and it works, but > > updates every record of course :( > > Have you tried putting the $id in quotes too? > > | WHERE = '$id' &g

Re: [PHP] SQL Query syntax error... Help?

2001-04-15 Thread Scott VanCaster
Well, I added the echo($id); back in and am just getting $id printed, so it looks like I have another problem :( Now to see if I can find it and figure it out. ""Scott VanCaster"" <[EMAIL PROTECTED]> wrote in message 9bd3pv$qbd$[EMAIL PROTECTED]">news:9bd3p

Re: [PHP] SQL Query syntax error... Help?

2001-04-15 Thread Scott VanCaster
Nevermind everyone, I'm an idiot :) I had the case wrong. I needed $ID, not $id ! Thanks for the assistance though. Nice to know ya'll are here. Scott ""Scott VanCaster"" <[EMAIL PROTECTED]> wrote in message 9bd394$ikn$[EMAIL PROTECTED]">

[PHP] Is there such an array like $array[][]?

2001-04-17 Thread Scott Fletcher
Hi! I am wondering if there is such a php array that can take care of the x and y axis data. I figure that using this array type, $axis[$x][$y] would do the trick. Would it work? If not, then education me on what would work! Thanks! Scott -- PHP General Mailing List (http://www.php.net

[PHP] New problem with PHP "odbc_exec".

2001-04-18 Thread Scott Fletcher
without a problem. So, it is obvious the problem lie with PHP code, odbc_exec(); Thanks, Scott -- 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] New problem with PHP "odbc_exec".

2001-04-18 Thread Scott Fletcher
The table in the SQL have primary key already and I get this error message. So, I'll try your recommendation to disable part of the PHP script and recompile. Sometime it is better to move on than to struggle over it because no one seem to have the answer to the problem. Thanks, Scott &qu

[PHP] PHP "pl" vs. ususal version.

2001-04-24 Thread Scott Fletcher
quot; on it and compile Apache and it work fine. What I had discover is that you can't install the PHP with the "pl" without the version that doesn't have the "pl". Is that true? (To install PHP version first before installing hte package level). Scott -- P

Re: [PHP] PHP accessing the COM port?

2001-04-24 Thread Scott Fletcher
You would need to set the file permission to the file itself, "COM1". That would be the common errors. Scott <[EMAIL PROTECTED]> wrote in message 9c3q7s$lu3$[EMAIL PROTECTED]">news:9c3q7s$lu3$[EMAIL PROTECTED]... > Hi all, me again. > > I tried accessing the co

[PHP] Securing Mail body contents then sendng through PHP?

2001-04-25 Thread Scott Brown
Has anyone any ideas/recomendations/pointers on how to send secure mail through PHP?? Reason is that I may soon want to collect CC info through a SSL secured page, and then email it off to me. I have a linux server, PHP4.0.4pl1, and PGP2.6.2 at my disposal... My theory is that I'd call PGP from

[PHP] odbc_cursor

2001-04-26 Thread Scott Fletcher
What does the "odbc_cursor" do? How does it work when put into PHP script for odbc_connect, odbc_exec, etc. Thanks, Scott -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contac

[PHP] RE: [PHP-DB] open foxpro database

2001-05-02 Thread Scott Bernard
Try it again, but make the employee.dbf free table, or just making it foxplus. -Mensaje original- De: Benny [mailto:[EMAIL PROTECTED]] Enviado el: MiƩrcoles, 02 de Mayo de 2001 07:03 a.m. Para: [EMAIL PROTECTED]; [EMAIL PROTECTED] Asunto: [PHP-DB] open foxpro database I used function db

[PHP] multiple domain handling with php

2001-05-08 Thread Scott Mebberson
Does anybody have any scripts or tips on hosting multiple domains on the one account ie. if the domain being requested is this, go here in my account if not go here in my account? Thanks Scott. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For

RE: [PHP] ereg issues

2001-05-10 Thread scott [gts]
a \w a word character, meaning a-zA-Z_0-9 (in perl)? > if so, that wouldn't match the a-zA-z he originally intended... > am i missing something? > > -jack > > "..s.c.o.t.t.. [gts]" wrote: > > > > print preg_replace('/(.*?)(\w{2})(.*)/',

RE: [PHP] OT question..

2001-05-10 Thread scott [gts]
besides, if anyone here dislikes hitler, they should certainly not emulate him by trying to silence opinions that they disagree with ironic that some of the people that hate hitler the most act so much like him... dont be like hitler: support freedom of speech. > -Original Message--

RE: [PHP] "Free" Database Design Program

2001-05-11 Thread scott [gts]
phpMyAdmin and phpMyEdit are two free PHP MySQL thingies. check out http://www.phpwizard.net/ > -Original Message- > From: Anuradha Ratnaweera [mailto:[EMAIL PROTECTED]] > Sent: Thursday, May 10, 2001 11:52 PM > To: Augusto Cesar Castoldi > Cc: [EMAIL PROTECTED] > Subject: Re: [PHP] "F

[PHP] Repeat : I'm Living in cookie hell....

2001-05-11 Thread Scott Brown
(it's been about 12 hours since I sent this, and havent seen it come through, so I'm re-building/re-sending it... 'cause I need some help on this) I'm confused. I'm bemuttered. I'm pulling my hair out. I have a page which processes a membership request, and includes the following code: from /

RE: [PHP] Repeat : I'm Living in cookie hell....

2001-05-12 Thread Scott Brown
sh: 0;url=/"); It's the exact same code -- just a different variable setting the value, and the header call afterwards. (though even when I comment out the header(..) it still doesnt work.) Something just isnt right somewhere. Is it the path of the script being exeuted that's causing so

Re: [PHP] SSL SSL SSL SSL -- READ THIS!!!!!!

2001-04-23 Thread Scott Fletcher
-module=src/modules/php4/libphp4.a make make certificate (optional) make install That is all you need. Apache will automatically enable the Mod_SSL and compile it. The file path for Apache or PHP, or SSL is up to you or you can leave hte --prefix blank. Scott ""Toby Miller"&quo

[PHP] PHP ---- sort()

2001-04-23 Thread Scott Fletcher
I have used the PHP sort function --> sort(). When I use sort($data, NUMERIC), it sort the data by Numeric order. But it goes in ascending order. Is there a way to make it go in Descending order? Thanks, Scott -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-m

Re: [PHP] PHP ---- sort()

2001-04-23 Thread Scott Fletcher
I mean, sort($data, SORT_NUMBERIC), not sort($data, NUMERIC). ""Scott Fletcher"" <[EMAIL PROTECTED]> wrote in message 9c191q$crh$[EMAIL PROTECTED]">news:9c191q$crh$[EMAIL PROTECTED]... > I have used the PHP sort function --> sort(). When I use sort($data,

[PHP] writing updateable code

2001-05-13 Thread Scott Mebberson
Has anybody ever written some code for a product and want it to be able to update itself... and made it look for updates? Does anybody have some ideas or information on this? Thanks Scott. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For

RE: [PHP] writing updateable code

2001-05-14 Thread scott [gts]
osting your script, let's say the > update.php) > > -elias > http://www.eassoft.cjb.net > > ""Scott Mebberson"" <[EMAIL PROTECTED]> wrote in message > 9dnr1o$gv5$[EMAIL PROTECTED]">news:9dnr1o$gv5$[EMAIL PROTECTED]... > > Has a

RE: [PHP] (OT) HallMark uses PHP!!!!

2001-05-14 Thread scott [gts]
oh god... that story will probably come true in the next few years, due to the way the public school system keeps going downhill and the unyeilding ignorance of administrators. > -Original Message- > From: Kath [mailto:[EMAIL PROTECTED]] > Sent: Monday, May 14, 2001 5:18 PM > To: [EMAIL

RE: [PHP] achive style message center

2001-05-14 Thread scott [gts]
one thought is to search http://www.hotscripts.com/PHP/ for "forum" or "message board" scripts. > -Original Message- > From: shaun [mailto:[EMAIL PROTECTED]] > Sent: Monday, May 14, 2001 1:15 PM > To: [EMAIL PROTECTED] > Subject: [PHP] achive style message center > > > i was wondering

RE: [PHP] php on PWS

2001-05-15 Thread scott [gts]
even though i dont use PWS, the only time i seem to get 500 errors is when i mistype the a filename and the server cannot find the file so that's probably where your problem lies. triple check that PHP is working and installed correctly. then triple check that the server works OK (try to load

RE: [PHP] ssh

2001-05-15 Thread scott [gts]
you can get a really great SSH program (free for non-commercial use) at http://ssh.com/ i use a registered copy here at work, but i downloaded a free copy for use at home... it's the best client i've found so far. even supports SFTP. > -Original Message- > From: Gyozo Papp [mailto:[EMAI

[PHP] PHP and GD on a Redhat linux box

2001-05-15 Thread scott [gts]
i had compile problems for PHP + GD on a linux box. my best guess is that GD requires X11 support to work properly, and in turn blows up the PHP compile when GD cannot find the 'X11' library since the box is a server, bells and whistles like Xwindows are not installed figured i'd sha

RE: [PHP] PHP and GD on a Redhat linux box

2001-05-15 Thread scott [gts]
day, May 15, 2001 6:00 PM > To: PHP User Group > Subject: RE: [PHP] PHP and GD on a Redhat linux box > > > I do not believe this is the reason that you are having problems. I have > compiled GD on many Redhat machines without X11 > > Brandon > > -Original Message

RE: [PHP] How to check "aBc" different from "abc" ?

2001-05-15 Thread scott [gts]
this also works: $st1 = "abc"; $st2 = "abc"; if ($st1 != $st2) { die("Death"); } > -Original Message- > From: Steve [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, May 15, 2001 6:39 PM > To: [EMAIL PROTECTED] > Subject: Re: [PHP] How to check "aBc" different from "abc" ? > > > $st1 =

RE: [PHP] again with the regex

2001-05-15 Thread scott [gts]
well, if all numbers are *always* 10 digits long, use this $old = "1234567890"; $new = preg_match('/(\d{3})(\d{3})(\d{4})/', $old, $matches); print "(". $matches[1] .") ". $matches[2] ."-". $matches[3]; prints "(123) 456-7890" > -Original Message- > From: Jerry Lake [mailto:[EMAIL P

RE: [PHP] Newbie-Continue Line of Code

2001-05-15 Thread scott [gts]
then people would think you're a perl programmer ;) > -Original Message- > From: phpman [mailto:[EMAIL PROTECTED]] > Subject: Re: [PHP] Newbie-Continue Line of Code > > In theory you could put all your code on one line. > -- PHP General Mailing List (http://www.php.net/) To unsubscrib

RE: [PHP] Shopping with variables

2001-05-16 Thread scott [gts]
why not use serialized arrays stored in cookies to store a growing list of things that the user is purchasing? then, it'd be as easy as having this array stored as a single cookie... ;) $items = array( #indexed by item ID '1003045' => array( 'name' =>'The best m

RE: [PHP] need help

2001-05-16 Thread scott [gts]
wow, that's quite a mouthfull ;) use dirname > > $path=substr(__FILE__, 0, strlen(__FILE__) - strlen(basename(__FILE__)) - > 1); > -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the li

RE: [PHP] Inserting and Selecting an IMAGE from the DB

2001-05-16 Thread scott [gts]
use a BLOB field type read the docs for mysql, or whatever DB you happen to be using. > -Original Message- > From: Felipe Moreno [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, May 16, 2001 11:02 AM > To: [EMAIL PROTECTED] > Subject: [PHP] Inserting and Selecting an IMAGE from the DB > Imp

RE: [PHP] php as CGI

2001-05-16 Thread scott [gts]
you need to: ./configure [whatever options] make make test make install (as root) then you need to edit Apache httpd.conf appropriately and restart the daemon. then, it should work > -Original Message- > From: Beech Rintoul [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, May 16, 2001

RE: [PHP] still not friends with RegExps..

2001-05-16 Thread scott [gts]
yes... i agree. if you know pregs, you have the added benefit of knowing how to write regexps for PHP *and* perl (should you ever have to program in perl) i personally prefer pregs becuase i think that the syntax is cleaner and more concise... > -Original Message- > From: Christian Rein

RE: [PHP] Is there a better way to do this

2001-05-16 Thread scott [gts]
what are you trying to do that for? there's probably a much cleaner way to do what you want, but i dont really know what you want to do, so i cannot suggest anything > -Original Message- > From: Richard Kurth [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, May 16, 2001 5:10 PM > To:

RE: [PHP] running a stand-alone PHP program

2001-05-16 Thread scott [gts]
yeah. i run it as a CGI. compile it as a binary, then edit the apache config... that's it > -Original Message- > From: midget2000x [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, May 16, 2001 4:18 PM > To: [EMAIL PROTECTED] > Subject: [PHP] running a stand-alone PHP program > > > I ap

RE: [PHP] deleting a file

2001-05-16 Thread scott [gts]
read the docs you'll find your answer there. php.net/delete ;) > -Original Message- > From: Joseph Bannon [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, May 16, 2001 3:53 PM > To: PHP (E-mail) > Subject: [PHP] deleting a file > > > What is the file function to remove/delete a file

RE: Re[2]: [PHP] Is there a better way to do this

2001-05-16 Thread scott [gts]
> -Original Message- > From: Richard Kurth [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, May 16, 2001 5:23 PM > To: [EMAIL PROTECTED] > Subject: Re[2]: [PHP] Is there a better way to do this > > > Hello scott, > I what it to look and see if the file exists if it do

RE: [PHP] Re-directing

2001-05-17 Thread scott [gts]
B. van Ouwerkerk [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, May 16, 2001 4:58 PM > To: scott [gts] > Subject: RE: [PHP] Re-directing > > > At 14:56 16-5-01 -0400, you wrote: > >if you need to redirect a page, why not juse use > >header("Location: ./newurl.php");

RE: [PHP] Installation PHP4 on UNIX problems

2001-05-17 Thread scott [gts]
you could either install php as CGI stanalone or download the apache header files and put them somewhere that PHP can find them if you've got no *.h files, that probably means that someone deleted them, that you've got a binary distribution of apache on your system, or that you're telling PHP

RE: [PHP] dynamically naming arrays

2001-05-17 Thread scott [gts]
even though it can be done, i strongly reccomend that you re-evaluate the reasons why you want to do this. making var-of-a-var is usually not the easiest/best way to accomplish something why not use assoc. arrays?? $stuff['foo'] = explode(...); > -Original Message- > From: King,

RE: [PHP] Netscape 6, What a piece of s$#@ , anyone else had problems with php and Netscape 6?

2001-05-18 Thread scott [gts]
yes. netscape is incredibly anal about tables. if you miss even one tag, the entire table will not show... and netscape handles table background images weird too, so keep that in mind if the table shows up, but looks like someone vomited all over it. per your subject header: 1) it's a netscape

RE: [PHP] MYSQL Password

2001-05-18 Thread scott [gts]
from the shell, you can use the mysql program ./mysql -uUser -pPass dbname from PHP, why dont you just use: mysql_connect(...); it seems that you might be confused about mysql, trying to access it "via PHP" from the "unix shell". if you want to set a unix shell enviornment variable and access

RE: [PHP] running a stand-alone PHP program

2001-05-18 Thread scott [gts]
do you have a "ScriptAlias" directive in the apache conf's? > -Original Message- > From: midget2000x [mailto:[EMAIL PROTECTED]] > Sent: Thursday, May 17, 2001 5:16 PM > To: Nathan Cook; [EMAIL PROTECTED] > Subject: Re: [PHP] running a stand-alone PHP program > > > Excellent. I got this

RE: [PHP] Arg seperators

2001-05-18 Thread scott [gts]
i had to do that once with a perl script i was writing because there were a variable number of "options" that could be passed in, yet i needed to have a fixed number of paramaters going into the script. i used: ./prog.cgi?opts=x:1,y:2,z:3 sort-of like a primitive form of php's ability to pass ar

RE: [PHP] Need more help please!

2001-05-18 Thread scott [gts]
and adding to what Miles says: make sure to go thru any files that might be require()'d or include()'d, becuase any stuff outside the tags will be considered output also. that error is like a rite of passage ;) > -Original Message- > From: Miles Thompson [mailto:[EMAIL PROTECTED]] > S

RE: [PHP] Random number

2001-05-18 Thread scott [gts]
i love when newbies ask for help and i'm able to help, but when it comes to people being just plain lazy, i agree with Miles... ** please read the docs before asking questions ** > -Original Message- > From: Miles Thompson [mailto:[EMAIL PROTECTED]] > Subject: Re: [PHP] Random number >

RE: [PHP] Got OO error after upgraded php3.0.8 to php4.05

2001-05-18 Thread scott [gts]
please send a code snippet... a lot of things changed from 3.x to 4.x > -Original Message- > From: Jeffrey Wang [mailto:[EMAIL PROTECTED]] > Sent: Friday, May 18, 2001 2:37 PM > To: [EMAIL PROTECTED] > Subject: [PHP] Got OO error after upgraded php3.0.8 to php4.05 > > > Hi, > I g

RE: [PHP] Not losing variables in forms w/ checkboxes

2001-05-18 Thread scott [gts]
you need to specify those extra braces for any multi-select HTMl object i had the same problem with a: > -Original Message- > From: Johnson, Kirk [mailto:[EMAIL PROTECTED]] > Subject: RE: [PHP] Not losing variables in forms w/ checkboxes > > Just append a pair of brackets to the NAM

RE: [PHP] Server limits/recommendations

2001-05-18 Thread scott [gts]
the words "shared NT server" make a chill run up my spine. apache will beat any MS webserver hands down, and overall, linux is more stable (and usually a lot faster and easier to configure) than NT. MS makes great user-interfaces and office software, *not* great server software... i'd go with l

[PHP] Secure LDAP and php 4.0.4pl1

2001-05-21 Thread Scott Russell
How can I tell the ldap_connect() / ldap_bind() functions to use ssl2 instead? -- Scott -- 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] PHP & RUBY

2001-05-22 Thread scott [gts]
ummm... what are you trying to do?? are you trying to parse a PHP script, then parse the output as Ruby?? You can do that in PHP, with code. As far as i know, the statements you suggest below won't work (or at least, wont work the way you want them to) PS: having PHP parse '.html' files could

[PHP] Database Information Manager script i wrote

2001-05-22 Thread scott [gts]
ase... a single entry can have multiple authours, multiple clients, etc. etc... and so i figured instead of having to keep typing in "Scott" for all the things that i authour, why not have the script put a drop-down combo box with a list of all authours, when i add a record to main

[PHP] Database Manger script

2001-05-22 Thread scott [gts]
Oh, if the headers look screwy, try de-selecting a few fields from the box in the bottom right corner. when there's too much info, the 'up' and 'down' sort images kinda get smashed all over the place. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED]

[PHP] Database Management

2001-05-22 Thread scott [gts]
Oh, and the fields with blue link headings dont sort correctly, becuase the actual values of the fields are numeric... click on "Raw" to see the actual data in the database, click on "Complete" to see the values that have been looked up -- PHP General Mailing List (http://www.php.net/) To unsu

Re: [PHP] Secure LDAP and php 4.0.4pl1

2001-05-22 Thread Scott Russell
ith the -no_tls option others will only support SSL v2 and may need the -ssl2 option. Based on this warning it would seem like a bad choice for the openldap libs to hard code sslv23 functionality. (All though working around the problem so broken servers can stay gainfully employed also sucks.

RE: [PHP] advice on 'Nusphere Mysql Package' appreciated

2001-05-23 Thread scott [gts]
Linux Mandrake (8.0) is extremely easy to install, (it's a complete linux distrib, based off of RedHat, so you can install it onto a clean machine) the install is *very* interactive and it comes fully loaded with almost everything you could want, and is free get the ISO's at : http://linux

RE: [PHP] php 4.0/win 2000/sql server

2001-05-23 Thread scott [gts]
what else is running on the Win2k machine? what kind of HTTP server? if you're running IIS/MS-SQL server, i'd hazard a guess that it's probably *those* programs that are slowing the computer down. i use Win2000/PHP/MySQL for local development (after which i upload the scripts to a linux machine

RE: [PHP] About Commit..

2001-05-23 Thread scott [gts]
postgres outperforms mysql on very high traffic sites where there are lots of INSERT and UPDATE commands issued, but for small sites where a majority of database calls are reading (SELECT), MySQL kicks postgres ass... there was a really good article on phpbuilder.com a few months back... check it

Re: [PHP] Re: Passing variables with include()

2002-01-14 Thread Scott Houseman
Hi Al. While we are on topic, what are the key differences between include() & require() ? Cheers Scott - Original Message - From: "Martin Wickman" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, January 14, 2002 3:40 PM Subject: [PHP] Re: Pass

Re: [PHP] string to array??

2002-01-17 Thread Scott Houseman
return: $aMyArray[0] == 'The'; $aMyArray[1] == 'cat'; ... etc "If limit is set, the returned array will contain a maximum of limit elements with the last element containing the whole rest of string. " Cheers Scott - Original Message - From: "Sandeep Murp

Re: [PHP] thnx..

2002-01-17 Thread Scott Houseman
Create the class like such: id = $newval; } // // Return the value of $id. // function getId ( ) { return $this->id; } } ?> To retrieve this variable in another php script do this then: x ( 5 ); print ( "Value of id is ".$news->getId() ); // This will p

RE: [PHP] variable variables

2002-01-17 Thread scott [gts]
r) { $temp = "size"; eval('$valueofsize = $'. $temp . $i .';'); print $valueofsize; print $form[$temp . $i]; } Scott Hurring - Internet Programmer GraphicType Services tel: 973.667.9486 web: http://www.graphictype.com/ pg

RE: [PHP] Passing vars w/refresh w/register globals off?

2002-01-17 Thread scott [gts]
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 you could save the password to a database, associated with an ID number, then pass the ID number. DATABASE: - id| password 12345 | blah$$ URL: form.php?id=12345 - Scott Hurring - Internet Programmer

[PHP] "/19", the "/" doesn't work??

2002-01-18 Thread Scott Fletcher
;9". I don't know of any PHP code or shortcut to cancel out that effect. Thanks, Scott -- 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] "/19", the "/" doesn't work??

2002-01-18 Thread Scott Fletcher
I tried your suggest and it doesn't work. Sorry! Thanks, Scott "Richard Crawford" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > That's weird. But try '\/19"; use the back-slash to escape the control &g

Re: [PHP] "/19", the "/" doesn't work??

2002-01-18 Thread Scott Fletcher
see rightly; what is essential is invisible to the eye." --Antoine de Saint Exupery "Push the button, Max!" - clip Scott "Scott Fletcher" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I tried your sugges

[PHP] Anyone know of way to convert the characters like linefeed, carrier return, etc.

2002-01-23 Thread Scott Fletcher
uot;", etc. The only problem is I can not tell what characters are in there because it is not readable by the web browser. I hope I explained it clear enough. Thanks, Scott -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

Re: [PHP] Anyone know of way to convert the characters like linefeed, carrier return, etc.

2002-01-23 Thread Scott Fletcher
This one work pretty well, so I'm using this one in addition to the recent posting! nl2br(htmlentities($ch)); Thanks, Scott "Nick Wilson" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > -BEGIN PGP SIGNED MESSAGE- >

[PHP] How to make a line feed in HTML from "LF"?

2002-01-23 Thread Scott Fletcher
Hi! How do I make a line feed in HTML from "LF"?? The data I got on each line is not evenly spread out. Thnaks, Scott -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contac

[PHP] Correction

2002-01-23 Thread Scott Fletcher
I mean how to make the data in HTML to work like a Line Feed? That way, the data are all align! Thanks, Scott -- 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

[PHP] That one doesn't work!

2002-01-23 Thread Scott Fletcher
ne that is perfectly lined up with each other. Thanks, Scott -- 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] What do you mean?

2002-01-23 Thread Scott Fletcher
What do you mean? There is a php function that can clean up the carriage return and line feed. There's a php function somewhere that will fix up the amount of spaces for each lines to make the end of each line to be all aligned. So, what would it be? Thank, Scott -- PHP General Ma

[PHP] Warning: Failed opening '....' for inclusion (.....) in Unknown on line 0

2002-01-24 Thread Scott Fletcher
with no luck. Can someone tell me what the problem is? Have I overlooked something? Thanks, Scott -- 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] Hey!

2002-01-24 Thread Scott Fletcher
Hi again! I just did the crazy thing and it work! What I did was to copy the whole script in the file then delete the file. Create a new file and paste the script back into the file. Guess what! The webpage work! No nagging errors! What give? Scott -- PHP General Mailing List

[PHP] Re: Warning: Failed opening '....' for inclusion (.....) in Unknown on line 0

2002-01-24 Thread Scott Fletcher
The file permission checked out fine. It just baffled me! I don't know how to keep the post together to one topic! I use MS Outlook and I clicked the "reply" button and it came out as a seperate post. Scott "Scott Fletcher" <[EMAIL PROTECTED]> wrote in message

[PHP] How to echo the "/n", "/r", etc... to the HTML display?

2002-01-25 Thread Scott Fletcher
-- So, you see, if I use the PHP function, nl2br(), that took care of the "cr" and the "lf". But it doesn't take care of the "sp" so how do I fix that? This "sp" when work correctly will be able to justify the text on each line. Anyone

[PHP] Sending Form Arrays

2002-01-28 Thread Scott Saraniero
right direction? Thanks, Scott -- 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] Sending Form Arrays

2002-01-28 Thread Scott Saraniero
gt; try something like this: > > check 1 > check 2 > check 3 > check 4 > check 5 > > that should do it... > > Edward > > - Original Message - > From: "Scott Saraniero" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> >

[PHP] Write an array to a file

2002-01-29 Thread Scott Saraniero
Hi, How do I write an array to a file? For example, I need to write just this in a file: I've been hung up for 2 days on this. Any help would be appreciated. Thanks, Scott -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comman

[PHP] Combining my code

2002-01-29 Thread Scott Saraniero
an this be done? * "); fclose($fp); ?> * The end result would be for me to have written in the PR.inc file (for use as an include later). Thanks, Scott -- PHP General Mailing List (http://www.php.net/)

[PHP] HTTP Error 405 using POST method

2002-02-04 Thread Scott Adams
Hi. I'm learning PHP3 on an IIS 4.0 box and I started by trying out this simple HTML form. The form lets the user input his/her name, email address, and select whether he/she likes oranges or apples and sends the data to a .php file that displays what the user input on the HTML form. The form meth

[PHP] Apache/PHP get stuck when using form "POST".

2002-02-04 Thread Scott Fletcher
;s resources to the browsers. That the problem have nothing to do with PHP itself. Am I right? Thanks, Scott -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Can anyone jog my memory on HTTP_REFERER & Javascript "location:replace"?

2002-02-04 Thread Scott Fletcher
t code? I mean there's no way to get the PHP execution to pause while the non-PHP programming get done first. Is there? Thanks, Scott -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

<    3   4   5   6   7   8   9   10   11   12   >