[PHP] Looking for a freeware PHP/MySQL classifieds script

2001-01-12 Thread John Guynn
I found one but it's written in German and I have enough trouble with English (my native language). Any suggestions? John Guynn This email brought to you by RFCs 821 and 1225. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional com

RE: [PHP] Looking for a freeware PHP/MySQL classifieds script

2001-01-12 Thread John Guynn
No luck there...perl based one but not PHP. I've also tried hotscripts.com. John Guynn This email brought to you by RFCs 821 and 1225. -Original Message- From: Joe Stump [mailto:[EMAIL PROTECTED]] Sent: Friday, January 12, 2001 11:17 AM To: John Guynn Cc: Php (E-mail) Subjec

[PHP] how do I do this, please?

2001-01-15 Thread John Hinsley
Can anyone show me how to do this? I'm using a script out of Julie C. Meloni's book: http://localhost/calculate_form.html"); exit; if (ereg !=("^[0-9]+[.]?[0-9]*$", $val2)) { header("Location:http://localhost/calculate_form.html");

[PHP] 2 questions, can't find in the manual or archives . . .

2001-01-15 Thread Foley, John
on is Solaris 7. John T. Foley Network Administrator Pollak Engineered Products, Actuator Products Division, A Stoneridge Company 195 Freeport Street, Boston MA 02122 ph: (617) 474-7266fax: (617) 282-9058 The geographical center of Boston is in Ro

Re: [PHP] I love/hate FrontPage - need another HTML editor.

2001-01-17 Thread John Hinsley
Coming in on this late and from another platform: I use Bluefish and Gvim under Unix. Of the two, Gvim is probably the most configurable editor out there (macros, syntax highlighting, runs its own scripts, uses a variety of scripting languages) and is available for Windows. It's free (well, it's

RE: [PHP] how reliable is Windows2000 / php ?

2001-01-17 Thread John Guynn
ormal" user apps and it's rock solid. Can't really comment on performance because I'm the only person hitting the "web site". John Guynn This email brought to you by RFCs 821 and 1225. -Original Message- From: Jamie Burns [mailto:[EMAIL PROTECTED]] Sent: Wed

RE: [PHP] phpwebhosting.com

2001-01-17 Thread John Guynn
they always respond quickly to requests and in the rare even of a server failure they tell you what happened if you ask. John Guynn This email brought to you by RFCs 821 and 1225. -Original Message- From: Matt "TrollBoy" Wiseman [mailto:[EMAIL PROTECTED]] Sent: Wednesday, Janua

RE: [PHP] phpwebhosting.com

2001-01-17 Thread John Guynn
>From my experience with them they only have one host serving their customers. John Guynn This email brought to you by RFCs 821 and 1225. -Original Message- From: Toby Butzon [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 17, 2001 5:04 PM To: Egan; [EMAIL PROTECTED] Subject:

RE: [PHP] PHP Editors... perhaps Ultraedit

2001-01-18 Thread John Huggins
. Regards. John > > So what editor is recommended? I'm a little familiar with Emacs (kinda > cool, but I'm use to keywords and such being colored - as in Interdev). > > Thanks! > -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED

Re: [PHP] calling static class functions using a function variable

2001-01-18 Thread John Donagher
Static class methods certainly do work, and have for some time. I think Shaun's point is that variable-named function support seems to be missing for calling static class methods. John On Thu, 18 Jan 2001, Richard Lynch wrote: > > Check out chapter 13 of the php manua

Re: [PHP] how do I do this, please?

2001-01-18 Thread John Hinsley
Thanks Richard: I finally got it. I'm *really* rusty 'cos I went completely code blind and struggled for a day with a silly syntax error! This works just fine: http://localhost/calculate_form.html"); exit; } if ($calc == "add") { $result = $val1 + $val2; } else if ($calc == "su

Re: [PHP] Ethics question...

2001-01-18 Thread John Hinsley
Frank Joerdens <[EMAIL PROTECTED]> wrote: (the context is Microsoft using other OSs) > Do you know for a fact that they do? If so, how? That'd be a very cool > tidbit of information to share . . . See also: http://www.unix-vs-nt.org/kirch/ A good document to hit clients/funders/bosses over t

RE: [PHP] RE: Ethics question...

2001-01-18 Thread John Hinsley
"Randy Johnson" <[EMAIL PROTECTED]> wrote: > is there any benchmarks or proof that I should host a high traffic site on a > FREEBSD/APACHE instead of a redhat Linux/Apache server? I don't know where thetre is any proof as such, but certainly the consensus is that FreeBSD is better than

[PHP] problem with file upload

2001-01-19 Thread John LYC
is not } } ?> i can get check[x][x] value; but i cant get ans[x][x] file; how do i do this??? thanks john -- 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] RE: Ethics question...

2001-01-19 Thread John Hinsley
Rasmus Lerdorf wrote: > > > I think the single most importand piece of software that saves us the > > most money is thttpd. That all runs in a single thread and uses > > select to pump out content. Since it is a single thread, it never > > chews up tons of memory forking children. > > By the w

[PHP] config failure php4.0.4 + apache 1.3.14

2001-01-19 Thread John Ryan
x27; /usr/local/lib/libc-client4.so: undefined reference to `mm_dlog' *** Error code 1 Stop in /usr/local/src/apache_1.3.14/src/helpers. Error Output for sanity check = End of Error Report = Your help will be appreciated John Ryan Systems Manager King

Re: [PHP] Spell checker?

2001-01-20 Thread John Hinsley
Nik Gare <[EMAIL PROTECTED]> wrote > Does anyone know where I could find a text list of every > word in the English language ;-) You could try (also) getting hold of ispell a search on www.google.com/linux or sunsite should get it. You'll need something capable of uncompressing tar archives t

[PHP] HTTP_USER_AGENT and preg_match

2001-01-21 Thread John Hinsley
This seems trivial at first (and maybe at last!): Browser Match Results $result"; ?> But, just as it's a good idea to use the HTTP_USER_AGENT environment to dynamically set the size of type so that Internet Explorer users are not forced to view huge text (which appears fine in Amaya,

RE: [PHP] below10host.com as webhost?

2001-01-22 Thread John Guynn
of a couple of outages in the year or so I've been with them and those outages have been very short (an hour or less). John Guynn This email brought to you by RFCs 821 and 1225. -Original Message- From: Jeff Lacy [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 18, 2001 1:54 AM

[PHP] Re: HTTP_USER_AGENT and preg_match

2001-01-22 Thread John Hinsley
Got it in the end. It should be: if ((preg_match("/Mozilla/i", "$agent")) && (preg_match("/Gecko/i", "$agent"))) { $result = "You are using Netscape 6 or a later version of Mozilla."; But the thought occurs that there must be a site out there somewhere which lists the HTTP_USER_AG

Re: [PHP] Re: HTTP_USER_AGENT and preg_match

2001-01-23 Thread John Hinsley
Teodor Cimpoesu wrote: > I've got a nice browsecap.ini file from php4win.de. > You can then simply use get_browser() [ listed under Miscellaneous functions] Hi Teodor I can't find it! I went to the site and downloaded the complete php_for_windows install thinking that I could unzip the lot in L

Re: [PHP] file_exists search the include_path?

2001-01-25 Thread John Donagher
f this still works? How it works? If it's just a second boolean >parameter or what? > > In other words, instead of: > > if (file_exists("/www/inc/my_script.php")) {...} > > I'd like to say: > > if (file_exists("my_script.php", TRUE)) {...} /

Re: [PHP] CGI and PHP

2001-01-25 Thread John Meredith
One of exec, system or backtick (ie. `) functions will do it for you. - John On Fri, Jan 26, 2001 at 12:14:47PM +1300, Dave Stewart wrote: > Hi, > > I have this line in my shtml pages... > > > > How do I write this as a function to include in my .php files. > &

RE: [PHP] Echo and Print

2001-01-26 Thread John Guynn
WOW, I'm surprised to learn this as I display MANY html tags using echo and it works great. The info below is totally incorrect, echo will send out html tags no problem. John Guynn This email brought to you by RFCs 821 and 1225. -Original Message- From: kaab kaoutar [mailto:[

RE: [PHP] phpinfo ?

2001-01-26 Thread John Guynn
Actually what you need is otherwise you're never going to get anything on the screen. John Guynn This email brought to you by RFCs 821 and 1225. -Original Message- From: Robert Collins [mailto:[EMAIL PROTECTED]] Sent: Friday, January 26, 2001 3:30 PM To: kaab kaoutar; [

RE: [PHP] phpinfo ?

2001-01-26 Thread John Guynn
I've always used the echo and it does work under PHP4...just tested it on www.teamkaos.org before I made my post. John Guynn This email brought to you by RFCs 821 and 1225. -Original Message- From: H. Wade Minter [mailto:[EMAIL PROTECTED]] Sent: Friday, January 26, 2001 4:47

Re: [PHP] Tough one?

2001-02-21 Thread John Monfort
Actually, you may not have to do all that. you can use implode(). By default, implode will join an array, with the supplied character. So, if you have $list = (one two three four); you can do $all = implode("," , $list); to get $all = "one,two,three,four"; This w

RE: [PHP] Generating percentages of numbers

2001-02-21 Thread John Guynn
* 100 = 50 array[2]/array[0] = 0.25 * 100 = 25 array[3]/array[0] = .25 * 100 = 25 Like I said it's too simple but I haven't tested it so I'm probably missing something. John Guynn This email brought to you by RFCs 821 and 1225. -Original Message- From: Blake S. [mailt

Re: [PHP] pop textarea field w/ text incl. quotes

2001-02-21 Thread John Monfort
Is it necessary to include the 'http:' in the DB field? It would make your life a lot easier to drop it. You would then store the url values as www.mydomain.com Then, modify your code to add the 'HTTP' whenever it encounter a URL, or wherever you will create a link. This would elim

Re: [PHP] Form Variables!!!!!

2001-02-22 Thread John Monfort
Hey...Bruno from Brazil :) Try this while ( list ( $key,$value ) = each($HTTP_POST_VARS) ) { echo "$key: $value"; } This will list every variable that was past to the browser. Enjoy! __John Monfort_ _+---+_ P E P I

[PHP] regex help

2001-02-23 Thread John Vanderbeck
Hello, I need to take a string and remove everything from the first "<" character to the end of the line. I'm pretty sure I could do this with an ereg_replace(), but I am horrible at regular expressions. Could anyone help me with this? - John Vandebreck - Admin, GameDesign

Re: [PHP] php.ini

2001-02-25 Thread John Monfort
__John Monfort_ _+---+_ P E P I E D E S I G N S www.pepiedesigns.com "The world is waiting, are you ready?" -+___+- On Mon, 26 Feb 2001, David Robley wrote: > On Sun, 25 Feb 2001 18:21, Brandon

Re: [PHP] Escape %

2001-02-25 Thread John LYC
there is addslashes(); http://www.php.net/manual/en/function.addslashes.php john [EMAIL PROTECTED] wrote: > Hi, > > Anyone know the best method to escape the % sign in PHP? > > I`ve checked the manual and devshed and didn`t come across much, is there a > command like addsl

[PHP] multiple file upload..

2001-02-26 Thread John LYC
lements as arrays.. meaning .. doesn't work? 4.anyone know how to work around this... does anyone encounter problem like these before? thanks for any help john here's what i do ignore any syntax error. this is just a stripdown version of the code.. it is just for putt

Re: [PHP] parent functions and derived classes - the data problem

2001-02-26 Thread John Donagher
Actually, static calls aren't so static when they're calling a method which is in the inheritance tree. In other words, parent:: calls (assuming the subclass is instanciated) will operate instanciated. John On Tue, 27 Feb 2001, Tyson Lloyd Thwaites wrote: > Hi all, > >

[PHP] image file prob

2001-02-26 Thread John LYC
abase is updated straight away. can someone tell me wat's wrong? john -- 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] how to keep variable "alive" thur pages?

2001-02-26 Thread John LYC
hi all, how do i keep an array of variable "alive" thru different pages... array is assigned with value at say index.php... user will move from tat page to say index2... index3... index4.php.. in index4.php i can still access the array... thanks.. -- PHP General Mailing List (http://www.php

[PHP] simple session question

2001-02-26 Thread John LYC
does session_register() "over-write existing variable of the same name...? for example.. //count already registered and holds value 3. session_register("count"); print $count; //output null; -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] Fo

Re: [PHP] good ide?

2001-02-27 Thread John LYC
try ultraedit32... http://www.ultraedit.com john Luke Loeffler wrote: > Does anyone know of a good PHP ide? I've tried PHP-Coder, but it has bugs > stem to stern, not the least of which mysteriously deleted an entire page of > code... PHP Script editor I've also tried, but

Re: [PHP] logout

2001-02-27 Thread John LYC
if you are using session session_destroy might do the trick... "Jacky@lilst" wrote: > Sorry, it was my mistake. There is session used to store userID and password > after the successful login. I don't under stand what you mean about to clean > up variables, how? > Jack > [EMAIL PROTECTED]

Re: [PHP] logout

2001-02-27 Thread John LYC
for cookie... just setcookie() of the same cookiename to null; "Jacky@lilst" wrote: > I have php site that user is required to login, but I don't have logout function >yet. Is there anyone know the most practical way of logout method that people use >nowadays?, in php I mean. There is no sess

RE: [PHP] Double Click

2001-02-28 Thread John Huggins
If you are lucky and are feeding this form data to a database, you can create a unique hash field from other fields that would not change from click 1 to click 2. Then just make the database treat the hash as a unique index and it should prevent double entries. Works for me. Other advice is to

RE: [PHP] Cold Fusion vs. PHP

2001-02-28 Thread John Huggins
Try this... http://www.google.com/search?q=PHP+vs.+ColdFusion > -Original Message- > From: Alex Puritche [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, February 28, 2001 3:15 PM > To: [EMAIL PROTECTED] > Subject: [PHP] Cold Fusion vs. PHP > > > Hi, folks! > I'll highly appreciate if som

Re: [PHP] Compiling Scripts

2001-02-28 Thread John Donagher
You mean the Encoder. The Optimizer has no such requirement. John On Wed, 28 Feb 2001, Jeff wrote: > Use the zend optimizer, www.zend.com . Of course it requires the people who use > the script to have the optimizer as well, but at least they can't see the > source. > &

Re: [PHP] image file prob

2001-02-28 Thread John LYC
thanks for the info... well. what i did was to fread the files and store them using sessions variables. at the end of the process. .. i do a walk thur the array and insert them into the DB... john John LYC wrote: > hi.. > i have a form that allow users to upload several image

[PHP] images problem

2001-03-01 Thread John LYC
.. to using images functions from the GD lib.. john -- 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] RE: How to insert time and date into mysql?

2001-03-01 Thread Foley, John
the PHP community in seeing this effort released? I'm developing on Solaris for production use on Solaris, and have noted some incompatabilities with Linux, FWIW. John T. Foley Network Administrator Pollak Engineered Products, Actuator Products Division, A Stonerid

RE: [PHP] RE: How to insert time and date into mysql?

2001-03-01 Thread Foley, John
esource planning system, the filenames passed by OC/400's TCP/IP spooler are pretty meaningless anyway. (Ever seen what OS/400 does with filenames?) And, all, please disregard the file:// referances in my code examples from earlier. Damn Microsoft Outlook changed my C++ style comments without

RE: [PHP] Can't connect php to mysql on linux

2001-03-01 Thread John Huggins
Also, consider getting PHP 4 on your system. PHP 3 is old hat. > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Saturday, February 24, 2001 11:33 AM > To: George Alexander; [EMAIL PROTECTED] > Subject: Re: [PHP] Can't connect php to mysql on linux > > >

[PHP] Some search engine questions....

2001-03-01 Thread John Coggeshall
set of results and I have no real way of keeping them... There can be too many to append to the of the link to the next page and I don't want to use form POSTS since I have to have buttons for all of them Any suggestions? John -- PHP General Mailing List (http://www.php.net/)

RE: [PHP] can't start apache

2001-03-01 Thread John Ashton
did you have --activate-module=src/modules/php4/libphp4.a John Ashton > -Original Message- > From: Scott Wagner [mailto:[EMAIL PROTECTED]] > Sent: March 1, 2001 11:55 PM > To: php > Subject: [PHP] can't start apache > > > Hi > I just installed

RE: [PHP] can't start apache

2001-03-01 Thread John Ashton
http://www.php.net/manual/en/install.apache.php all noted there ;) What a thing. John Ashton > -Original Message- > From: Scott Wagner [mailto:[EMAIL PROTECTED]] > Sent: March 2, 2001 12:12 AM > To: php general > Subject: [PHP] can't start apache > > > N

RE: [PHP] Trigger script from Browser?

2001-03-01 Thread John Ashton
You could always use some JavaScript to popup window ands use session_destroy might work never really tried it though. John Ashton [EMAIL PROTECTED] The Data Source Network http://www.thedatasource.net > -Original Message- > From: Ted Goranson [mailto:[EMAIL PROTECTED]] > Sent

RE: [PHP] Dumb newbie graphics question

2001-03-01 Thread John Ashton
create a file called phpinfo.php and add to that file then load up that page in your browser. In regards to FAQ's visit www.php.net should also look at phpbuilder.com and there are many more. On php.net in the links section they have even more links to FAQ's John Ashton [EMAIL PROT

RE: [PHP] IE 5.5,authentication,PHP sessions: IE never stops running?

2001-03-01 Thread John Ashton
Yeah I have seen the same problems before as well with things like phpMyAdmin and others I think it has something to do with user.exe in windows.. not to sure though. If you get it figured out please let me know John Ashton [EMAIL PROTECTED] The Data Source Network http://www.thedatasource.net

[PHP] image issues

2001-03-02 Thread John LYC
Header("Content-type: image/gif"); print $data; // this will siplay my img, my gif.. now the problem is that i want to use function like GetImageSize().. on this pics.. how do i do it? john -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTEC

RE: [PHP] Tutorial?

2001-03-02 Thread John Ashton
://www.phpbuilder.com/columns/tim20010110.php3 Best of luck, John Ashton [EMAIL PROTECTED] The Data Source Network http://www.thedatasource.net > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]] > Sent: March 2, 2001 3:36 AM > To: [EMAIL PROTECTED] > Subje

RE: [PHP] php and javascript

2001-03-02 Thread John Ashton
Well not sure what ya need an example of :) php is php and javascript is javascript. What excatly do you need help wiht ? > -Original Message- > From: Christian Reiniger [mailto:[EMAIL PROTECTED]] > Sent: March 2, 2001 5:34 AM > To: Php-General@Lists. Php. Net > Subject: Re: [PHP] php

RE: [PHP] Converting String to Variable

2001-03-03 Thread John Meyer
Here's my question: why do you want to do this, and is there a better way to do this, say a hash list or something? BTW, isn't monday defined as a constant that always equals "blah!" It always has for me. -Original Message- From: Randy Johnson [mailto:[EMAIL PROTECTED]] Sent: Saturday,

[PHP] Re:Fw: can't start apache

2001-03-03 Thread John Hinsley
> > > Scott Wagner wrote: > 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 ok and started normall

[PHP] Re: [PHP-WIN] Re: IE 5.5,authentication,PHP sessions: IE never stops running?

2001-03-03 Thread John Henckel
is not so easy because I am using .htaccess. I guess I'll just require the crypt() of the PW to be in a cookie. Logout will just put garbage into the cookie. Hopefully no one will discover that they can hijack someone elses login by just deleting the cookie. :-( John Henckel

[PHP] simple OO question

2001-03-04 Thread John LYC
; print $item->mymethod()->myvar; thanks john -- 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] simple OO question

2001-03-04 Thread John LYC
this in the constructor? john Andrew Halliday wrote: > yes you can do all of this > > but in no OO language so far have i seen the ability to access a variable > inside a method...you would have to do this: > > class myclass > { > var $myvar; > function setmyv

Re: [PHP] Re : [PHP] NETSCAPE screws QUERY STRING

2001-03-04 Thread John LYC
try this printf(" ", urlencode($myrow[title])') john "Thomas Edison Jr." wrote: > The urlencode() is working fine with an echo statement > & normal query string. > > But it's NOT working with complex query string in > printf() includin

[PHP] Re: [PHP-WIN] Re: IE 5.5,authentication,PHP sessions: IE never stops

2001-03-05 Thread John Henckel
I hit CANCEL. 6. the message "Sorry you are not authorized" appears 7. in the address box I type www.google.com and wait for it to appear 8. I press the BACK button and guess what I see? I see the "Hello" page with my userid and password from step 2 !! appare

RE: [PHP] Is it odd or even???

2001-03-05 Thread John Guynn
: if (!($num % 2) { Odd } else { Even } John Guynn This email brought to you by RFCs 821 and 1225. -Original Message- From: Boget, Chris [mailto:[EMAIL PROTECTED]] Sent: Monday, March 05, 2001 2:33 PM To: 'Kenneth R Zink II'; Php (E-mail) Subject: RE: [PHP] Is it odd or even???

[PHP] PHP & mySQL primer?

2001-03-06 Thread John Vanderbeck
holds user names and passwords? - John Vanderbeck - Admin, GameDesign -- 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] Redirect using PHP to a "new" browser window.

2001-03-06 Thread John Huggins
List, I current use something like this to send some one who clicks on my links to the actual web page. $row = @mysql_fetch_array($result); $url = $row["url"]; $ID = $row["ID"]; header("Location: $url"); header(""); And then the hitcounter for that particular ID is incremented, t

RE: [PHP] on the list yesterday regarding mysql time

2001-03-07 Thread John Huggins
Forget about the PHP functions and do this: $query = "INSERT INTO tablename "; $query .= "SET field1 = '$field1', "; $query .= "field2 = '$field2', "; $query .= "datesubmitted = NOW(); Let MySQL simply do this for you with the NOW() SQL command. > -Original Message- > From: Jerry Lake

Re: [PHP] last inserted record

2001-03-07 Thread John Meyer
Assuming that you do have a primary key, how can you grab the last record you inserted? Can you use @@IDENTITY, or something like that? "Christian Reiniger" <[EMAIL PROTECTED]> wrote in message 01030310383101.00589@chrisbig">news:01030310383101.00589@chrisbig... On Saturday 03 March 2001 05:16, y

RE: [PHP] Date Question

2001-03-08 Thread John Huggins
conds = $currentEpochTime - $epochTime; I hope this provides a clue for your application. John > -Original Message- > From: Chris [mailto:[EMAIL PROTECTED]] > Sent: Thursday, March 08, 2001 12:12 PM > To: php > Subject: [PHP] Date Question > > > Hi, > Since the

RE: [PHP] Date Question

2001-03-08 Thread John Huggins
after 2^32 seconds after that. Again, this specifics above may not be totally accurate, but are close enough to describe the point. John > -Original Message- > From: Jason Jacobs [mailto:[EMAIL PROTECTED]] > Sent: Thursday, March 08, 2001 12:22 PM > To: [EMAIL PROTECTED] > Su

RE: [PHP] Using PHP as a shell script

2001-03-09 Thread John Huggins
ke /usr/local/bin/php. Then make a file. #!/usr/local/bin/php -q Then chmod it so it is executable like so. chmod 755 thefilename It works for me. This is a very convenient way to obtain access to databases from shell scripts. Good luck. John -- PHP General Mailing List (http://www.php.ne

[PHP] MySQL problem - stumped

2001-03-10 Thread John Vanderbeck
*.***/db.php on line 147 Line 147, is the last line in the above snippet. I cleared out the path name for security, no offense intended :) Now, I KNOW that the db_connect() function is not the problem, as I use it in many other places in this script with no errors. What am I missing? -

RE: [PHP] MySQL problem - stumped

2001-03-10 Thread John Vanderbeck
if I had a bad query, it should have given me some sort of error when I output mysql_error(). No? However, I did of course try changing it to AND instead of &&. But the problem remains. Same error. Any other ideas? - John Vanderbeck - Admin, GameDesign > -Original Message-

RE: [PHP] MySQL problem - stumped

2001-03-10 Thread John Vanderbeck
that call. - John Vanderbeck - Admin, GameDesign > -Original Message- > From: Julian Wood [mailto:[EMAIL PROTECTED]] > Sent: Saturday, March 10, 2001 2:28 PM > To: John Vanderbeck; PHP User Group > Subject: Re: [PHP] MySQL problem - stumped > > > > Well, PHP

RE: [PHP] MySQL problem - stumped

2001-03-10 Thread John Vanderbeck
identifier. Grr.. Thanks again. Your a deadline saver :) - John Vanderbeck - Admin, GameDesign > -Original Message- > From: Christian Reiniger [mailto:[EMAIL PROTECTED]] > Sent: Saturday, March 10, 2001 2:32 PM > To: PHP User Group > Subject: Re: [PHP] MySQL problem - stum

[PHP] RegExp help..

2001-03-11 Thread John Vanderbeck
evant Can any of your regexp wizards help me? Thanks! - John Vanderbeck - Admin, GameDesign -- 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] Good Free PHP Editor?

2001-03-11 Thread John LYC
http://www.ultraedit.com not free.. but worth the nominal fee Andrew Halliday wrote: > Does anyone know of a good PHP enabled editor that fits the following > criteria:? > > (in order of importance) > - Is free > - Runs under Windows > - Has colors (syntax highlighting) > - Can edit multiple f

Re: [PHP] payment

2001-03-12 Thread John Donagher
ne had trouble with > >these guys? > > no. it's good stuff. Verisign is not going out of business anytime > soon. and it's flat rate. you can't beat it. > > -aaron > > -- John Donagher Application Engineer Intacct Corp. - Powerful Accounting o

[PHP] script output doesn't show up

2001-03-12 Thread John Meyer
Here is the code   Problem is that the script output doesn't show up. Any idears? -- 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: [EMAI

[PHP] Variable variables

2001-03-13 Thread John Meyer
Okay, I read about this feature in the php manual. What I can't figure out is why in the world would anybody want to use this feature? Not to start a flame war, just would like an explanation of why this feature is useful. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-m

RE: [PHP] Variable variables

2001-03-13 Thread John Meyer
Okay, that makes a little sense, but isn't there some sort of collection that will do the same thing (coming from vb). -Original Message- From: Jason Stechschulte [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 13, 2001 6:38 AM To: John Meyer Cc: [EMAIL PROTECTED] Subject: Re:

RE: [PHP] Good Free PHP Editor?

2001-03-13 Thread John Meyer
Actually, I picked up htmlkit when it was mentioned in this group and it's just as good as Visual InterDev, in my opinion. -Original Message- From: Jens Nedal [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 13, 2001 6:58 AM To: Angerer, Chad; 'Simon Garner'; Boget, Chris; [EMAIL PROTECTED

[PHP] [?] Call a function with a button/link click?

2001-03-13 Thread John Voth
out of it. The problem lies in the passing of variables to that function - how to set something up so that the user can click on something to activate that function with a variable. Psuedocode: if( buttonclick ) delete_thing($thing_id) Am I making sense? Thanks in advance. John

Re: [PHP] Payflow Pro

2001-03-13 Thread John Donagher
27;s default certificate, which is compiled into their SDK. John On Tue, 13 Mar 2001, Dan Harrington wrote: > Hello, > I am using Payflow Pro as a payment processor on RedHat Linux and I need to > be able to specify the cert directory so that we can process transactions. > I can make things

RE: [PHP] Payflow Pro

2001-03-13 Thread John Donagher
e, so I'll have to see if I can get our account moved over. John On Tue, 13 Mar 2001, Dan Harrington wrote: > I removed the PNVersion from the code (by force) and it works nowall I > need > is to be able to tell it where to find the f73e89fd.0 file (in my ssl certs > path

RE: [PHP] CGI Question?

2001-03-14 Thread John Huggins
coming in on STDIN. There are probably many C libraries available to help parse this out into an array or something. This is actually a very good method if you want the fastest speed possible form a web application. Compile the C program statically for the best speed. John > -Original Mess

[PHP] [?] How to make many one line forms in a loop?

2001-03-14 Thread John Voth
$remote_address $file_id $user_id $time_of_event "; I've tried the above modification but PHP silently barfs on it. Would anyone have any insights o

Re: [PHP] Linux/Apache/PHP & Windows/IIS/ColdFusion

2001-03-14 Thread John McCreesh
arly stage of development and didn't seem to be getting anywhere. John -- 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] [?] How to make many one line forms in a loop?

2001-03-14 Thread John Voth
Hi Chris, THANKS! Really BIG THANKS!! That was the problem. John Chris Lee wrote: > > more lilly then not its the " ' problems. > > echo " > > > > > > > > > $remote_address > $file_id > $user_id >

RE: [PHP] Dynamic Arrays?

2001-03-15 Thread John Guynn
to manipulate it) is to serialize or implode the array and store the result of the serialize/implode operation in the database. John Guynn This email brought to you by RFCs 821 and 1225. -Original Message- From: RealGM [mailto:[EMAIL PROTECTED]] Hi, I have a bit of a dilemma. I hav

[PHP] Re: Chat with PHP and MySQL - come and chat about Linux problems...

2001-03-15 Thread John Hinsley
Marian Vasile <[EMAIL PROTECTED]> wrote: //snipped! This list is long enough! >The main problem I have with my chat is that after some use of it, the >server is going very very slowly. >Someone with (256Mb, 800Mhz and just my chat running (Linux also)) told me >that the chat is still doing this

RE: [PHP] Can you recommend an ISP with the following?

2001-03-16 Thread John Huggins
with it yet. I have toyed with the idea of writing my own. Jamie, what items do you feel must be controllable in a web hosting account administration panel? Yes, we all know the basics, like email, dns, etc. but a bulleted list would be a good start at organizing a development effort. John

Re: [PHP] $PHP_SELF vs. functions, arrays and variable

2001-03-16 Thread John Lim
Hi Scott, Good question! $PHP_SELF is a global variable, so you need to declare it in functions: function a() { global $PHP_SELF; print $PHP_SELF; } John "Scott Fletcher" <[EMAIL PROTECTED]> wrote in message 98tjgv$40e$[EMAIL PROTECTED]">news:98tjgv$40e$[

Re: [PHP] urlencode

2001-03-17 Thread John Lim
You have magic_quotes_runtime enabled which causes this behaviour. You can disable it by turning it off in your PHP.ini. See http://php.net/manual "rkirk.com Mail" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Help - I've a problem when using urlencode/deco

Re: [PHP] avoiding redirect

2001-03-17 Thread John Lim
>From memory, 3 will delay 3 seconds before redirect. Change to : printf ("http://coolsite/test/newfile.html\">"); mat t <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I have a form that allows user to either upload a file from the client to the server or t

Re: [PHP] urlencode

2001-03-17 Thread John Lim
Sorry, its magic_quotes_gpc -- i got confused. The magic_quotes_runtime one is for databases. Regards, John "Richard Kirk" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > No, its set to "off". > > > -Origina

[PHP] OOP question regarding class extension

2001-03-19 Thread John Guynn
Can one class extend multiple classes? I'm still playing with OOP functionality and maybe my logic is reversed but I think I need one class to extend many others. John Guynn This email brought to you by RFCs 821 and 1225. -- PHP General Mailing List (http://www.php.net/) To unsubscri

Re: [PHP] get name of file

2001-03-19 Thread John LYC
$PHP_SELF returns the file name.. go to php website manual and serach for it.. john Matthew Delmarter wrote: > How do I return the name of a file without any extensions or path info. > > Eg how do I return "about" from "http://www.domainz.com/about.htm". >

<    8   9   10   11   12   13   14   15   16   17   >